@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/backgroundGradTop.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #headLogo {
	float: left;
	height: 33px;
	width: 153px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.oneColFixCtr  #container  #form1   {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
}
#form1 a{
	text-decoration: none;
	color: #000000;
	}
	
#form1 a:hover{
	text-decoration: underline;
	}
	
	
	
#header {
	height: 170px;
	width: 800px;
	float: left;
	background-color: #CCCCCC;
	background-image: url(../img/header_hrsmart.jpg);
	background-repeat: no-repeat;
}
#header #headerOptionNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	position: relative;
	top: 135px;
	right: 16px;
	vertical-align: top;
	display: block;
	padding-bottom: 5px;
	width: 795px;
}
#header #headerOptionNav img {
	text-align: center;
	vertical-align: bottom;
	margin-right: 4px;
}
#header #headerOptionNav a:link, #header #headerOptionNav a:visited {
	text-decoration: none;
	color: #4B73AB;
}
#header #headerOptionNav a:hover {
	color: #003466;
}
#navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	text-align: left;
	display: block;
	height: 20px;
	font-size: 11px;
	vertical-align: middle;
	margin-top: 8px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #007CCF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 6px;
}
#navBar .topNav {
	list-style-type: none;
	color: #000000;
	width: 800px;
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
	height: 0px;
}
#navBar .topNav li {
	display: inline;
	font-weight: normal;
	margin-left: 4px;
	margin-right: 4px;
}
#navBar .topNav a:link, #navBar .topNav a:visited {
	text-decoration: none;
	color: #000000;
}
#SectionNav #NavBarNews .newsStory .dateline {
	font-weight: lighter;
	color: #000000;
	font-size: 11px;
}
#navBar .topNav a:hover {
	text-decoration: none;
	color: #007CCF;
}
.oneColFixCtr  #Section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
	background-color: #FFFFFF;
	float: left;
	width: 800px;
	background-repeat: repeat-y;
	margin-bottom: 12px;
	background-position: right;
}

#Section #SectionContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 15px;
	padding-left: 22px;
	width: 440px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 24px;
	margin-right: 5px;
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 12px;
}
#SectionNav .navList a:link, #SectionNav .navList a:visited {
	color: #003466;
	text-decoration: none;
	
}
#SectionNav .navList li a:hover {
	color: #005BB3;
	text-decoration: underline;
}
#Section #SectionNav {
	width: 280px;
	margin-left: 0px;
	padding-left: 16px;
	float: right;
	padding-top: 40px;
	background-repeat: repeat-x;
	padding-bottom: 12px;

}
#SectionNav .navList {
	color: #003466;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C81AD;
	padding-bottom: 12px;
}
#SectionNav #NavBarNews {
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C81AD;
	padding-bottom: 6px;
}
#SectionNav  h1  {
	color: #4C81AD;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 12px;
	text-transform: uppercase;
}
#SectionNav #NavBarNews .newsStory {
	color: #003466;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 8px;
}
#SectionNav .navList li {
	margin-bottom: 18px;
	display: block;
	text-align: left;
	margin-left: 4px;
}
#Section #SectionContent h1 {
	font-size: 18px;
	color: #003466;
	text-transform: uppercase;
	margin-bottom: 22px;
	clear: left;
	font-weight: lighter;
	margin-top: 20px;
}
#Section #SectionContent ul {
margin-left: 32px;
}
#Section #SectionContent h2 {
	font-size: 14px;
	color: #003466;
	margin-bottom: 8px;
	margin-top: 12px;
}
#Section #SectionContent p {
	margin-bottom: 16px;
	line-height: 16px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	float: left;
	height: 24px;
	width: 790px;
	padding: 5px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #007CCF;
}
#NavBarOptionalBanner #bannerCopy{
	margin-left: 55px;
	float: none;
 	font-size: 10px;
 	color: #000000;
	
}
 #NavBarOptionalBanner #bannerCopy a:link, #NavBarOptionalBanner #bannerCopy a:visited{
 text-decoration:none;
 font-size: 10px;
 color: #000000;
 }

#NavBarOptionalBanner #bannerCopy a:hover {
text-decoration:underline;
}
#SectionNav #NavBarOptionalBanner {
	float: right;
	width: 280px;
	margin-bottom: 20px;
	display: block;
}
#SectionNav #NavBarOptionalBanner img {
	float: left;
}
#Section #SectionContent .inline {
	float: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
}
#table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom:8px;
	background-color:#FFCC66;
}
.oneColFixCtr #container #Section #SectionContent table {
	background-color: #F2F6FB;
	color: #003466;
	font-weight: bolder;
	display: inline-table;
	margin-left: 0px;
	padding:5px;
	padding-right:15px;
	font-size:10px;
	width:300px;
}
#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
} 
#honors {
	margin-left: 10px;
	margin-bottom: 14px;
	background-color: #F1F6FC;
	padding: 8px;
	width: 400px;
}
#honors h3 {
	font-size: 11px;
	font-weight: lighter;
}
#italic {
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
}
#Section #SectionContent H3 {
	font-size: 14px;
	font-weight: lighter;
	line-height: 22px;
	color: #666666;
	margin-bottom: 18px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
}
#SectionContent ol {
	font-size: 12px;
	margin-left: 44px;
	display: block;
	margin-top: 12px;
	margin-right: 44px;
	margin-bottom: 12px;
}
#Section #SectionContent li {
	margin-bottom: 8px;
	font-weight: lighter;
	color: #333333;
}
.oneColFixCtr #container #Section #SectionContent #honors p {
	font-weight: bolder;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtr #container #Section #SectionContent #honors h2 {
	font-size: 14px;
	font-weight: lighter;
	margin: 0px;
}
.oneColFixCtr #container #Section #SectionContent #honors h3 {
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#flashContainer {
	clear: left;
	padding-top: 8px;
	padding-bottom:8px;
}
#SectionContent a:link, #SectionContent a:visited{
	color: #003366;
	text-decoration: underline;
}

#SectionContent a:hover {
	color: #000033;
	text-decoration: underline;
}
#newssearch {
background-color:#EAF2F9;
font-size:10px;
padding-left:8px;
padding-top:6px;
padding-bottom:.0125em;
margin-bottom:24px;
}
#NavBarOptionalBanner p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	width: 248px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 6px;
	margin-bottom: 12px;
	background-color: #003366;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 10px;
	margin-left: 15px;
}
#NavBarOptionalBanner a {
	color: #FFFFFF;
	text-decoration: underline;
}

#NavBarOptionalBanner a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#NavBarOptionalBanner a:hover {
	color: #B5CCE3;
	text-decoration: underline;
}
#navBar .topNav #Careers a:hover,#navBar .topNav #Careers a:link, #navBar .topNav #Careers a:visited {
	color:#007CCF;
}
