



.footerCell { padding-left: 20px; }
a.footerLink { font-size: 9px; color: #474747; text-decoration: none; }
a.footerLink:hover { text-decoration: underline; }

.leftnav { padding-top: 12px; }
.leftnavTable { padding-right: 73px; }
.leftnavCell { padding-left: 10px; padding-top: 1px; padding-bottom: 1px; }
a.leftnavText { font-size: 12px; font-weight: bold; line-height: 18px; color:#474747; text-decoration: none; }
a.leftnavText:hover { text-decoration: underline; }

.leftnavCurrentCell { padding-left: 10px; padding-top: 1px; padding-bottom: 1px; background-image: url(/img/t2_leftnav_current_bg.gif); background-repeat: no-repeat; }
a.leftnavCurrentText { font-size: 12px; font-weight: bold; line-height: 18px; color: #EFA539; text-decoration: none; }
a.leftnavCurrentText:hover { text-decoration: underline; }


	
	
	
	@charset "utf-8";
/*Reset*/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
		background-color: #FFF;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin:0;
        padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/*End Reset*/


/*styles for use by Kenexa*/



/*header styles*/

.headerText { font-size: 10px; font-weight: bold; color: #474747; }
a.headerText { text-decoration: none; }
a.headerText:hover { text-decoration: underline; }
.headerHomeText { font-size: 10px; font-weight: bold; color: #0D3692; }
a.headerHomeText { text-decoration: none; }
a.headerHomeText:hover { text-decoration: underline; }

.searchBox { font-size: 10px; border: 1px solid #A6A79F; width: 107px; height: 16px; }



/*Top Nav*/

#topnav {
	margin-bottom: -4px;	
}

#topnav ul li{
	list-style: none;
	list-style-image: none;
	display: inline;
	margin-left: -4px
}



/*General Styles*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	line-height: 1em;
}

p {
	font-size: .72em;
	line-height: 15px;	
	margin-top: 1em;
}

a {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: underline;
}




/*Style for large white page title*/

h1 {
	color: #FFF;
	font-size: .98em;
	font-weight: normal;
}

.titleCell { padding: 25px 0px 0px 25px; }




/* main content spacing*/

#content {
	
	margin: 2em 2em 1em 2em;	
}

#intro p img {
	padding-left: 1.5em;		
}

#leftnav {
	margin-top: 0 em;
	margin-left: 0;
}




/*Style for blue section title job alert, job search and so on ....*/

h2 {
	font-size: .95em;
	font-weight: bold;
	color: #039;
}

h2.link {
	font-size: .95em;
	font-weight: bold;
	color: #039;
}

h2.link:hover {
	font-size: .95em;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}

.sectionTitle {
	border-bottom: #F90 thin dotted ;
	height: 1.5em;
	margin-top: 2em;
}




/*rollover button styles -form buttons-*/

input.btn {
	text-align: center;
	width: 100%;
	height: 1.8em;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	background-color: #039;
	color: #FFF;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-top:.25em;
	padding-bottom:.25em;
	padding-left:1em;
	padding-right:1em;

	cursor: pointer;
}

input.btn:hover {
	text-align: center;
	width: 100%;
	height: 1.8em;
	border: thin #F90 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	background-color: #FFF;
	color: #F90;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-top:.25em;
	padding-bottom:.25em;
	padding-left:1em;
	padding-right:1em;

	cursor: pointer;
}




/*left navigation inside*/

#leftnav ul.insideLeftNav {
	list-style: none;
	font-size: .74em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

#leftnav ul.insideLeftNav li {
	height: .8em;
	padding-right: .5em;
	padding-top:.5em;
	padding-bottom: .5em;
}

#leftnav ul.insideLeftNav a{
	height: .8em;
	padding-right: .5em;
	padding-top:.2em;
	padding-bottom: .2em;
	color: #58595B;
	text-decoration: none;
}

#leftnav ul.insideLeftNav a:hover{
	height: .8em;
	padding-right: .5em;
	padding-top:.3em;
	padding-bottom: .3em;
	background-color: #86A5BB;
	color: #FFF;
	text-decoration: none;
}


/*left navigation outside*/



.leftnav { padding-top: 12px; }
.leftnavTable { padding-right: 73px; }
.leftnavCell { padding-left: 10px; padding-top: 1px; padding-bottom: 1px; }
a.leftnavText { font-size: 12px; font-weight: bold; line-height: 18px; color:#474747; text-decoration: none; }
a.leftnavText:hover { text-decoration: underline; }

.leftnavCurrentCell { padding-left: 10px; padding-top: 1px; padding-bottom: 1px; background-image: url(/img/t2_leftnav_current_bg.gif); background-repeat: no-repeat; }
a.leftnavCurrentText { font-size: 12px; font-weight: bold; line-height: 18px; color: #EFA539; text-decoration: none; }
a.leftnavCurrentText:hover { text-decoration: underline; }




/*clear*/

.clearBoth {
	clear: both;
}



/*text for legal at bottom*/
#legal {
	margin-top: 4em;	
}

p span.legalCopy {
	font-size: .7em;
	line-height: 10px;
}



/*footer styles inside*/

.footerCell { 
	padding-left: 27px; 
	padding-bottom: 2px; 
	margin-right: 1px; 
}
a.footerText { 
	font-size: 9px; 
	color: #636363; 
	text-decoration: none; 
}
a.footerText:hover { 
	text-decoration: underline; 
}



/*footer styles outside*/
.footerCellOut { 
	padding-left: 20px; 
}
a.footerLinkOut { 
	font-size: 9px; 
	color: #474747; 
	text-decoration: none; 
}
a.footerLinkOut:hover { 
	text-decoration: underline; 
}



/*style not for kenexa*/

#testFacility {
	float: left;
	width: 200px;
}

#otherFacility {
	width: 200px;
	float:left;
	margin-left: 2em;
}

h3 {
	font-size: .78em;
	font-weight: bold;
	color: #C00;
	margin-top: 1em;
	margin-bottom: -.75em;
}

