@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
body{
background: #fff url(img/bg.gif) top left repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
}
.hide {
	display:none;	
}
.show {
	display:block;	
}
#header{
height: 123px;
width: 760px;
background: transparent url(img/bg_header.gif) top left no-repeat;
}
h1#logo a {
	float: left;
	padding: 47px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:47px; /* for IE5/Win only */
	background: transparent url(img/logo_large.gif) top left no-repeat;
	width: 496px;	
	position:absolute;
	top: 45px;
	left: 21px;
	}
	
a:link{
color:#2e6c92;
}
a:visited {
color:#999999;
}
a:hover{
text-decoration:none;
}
a:active{
color:#6699CC;
}
/*SubNav***************************************************************************************************************************/
ul#subNav {
margin-top:30px;
float:right;
list-style:none;
display:inline;
}
ul#subNav li {
display:inline;
padding: 0 10px;
border-left:1px solid #fff;
}
ul#subNav li.selected {
font-weight:bold;
}
ul#subNav li.first{
border-left:none;
}
ul#subNav li a{
text-decoration:none;
color:#fff;
font-size: 1.1em;
}
ul#subNav li a:hover{
text-decoration:underline;
color:#f6e378;
}
/*searchForm***************************************************************************************************************************/

#siteSearch{
float:right;
clear:right;
margin-top: 12px;

}
#searchText{
/*background:#fff url(img/search_bg) bottom left repeat-x;*/  
background:#fff url(img/magnifying-glass.gif) center left no-repeat; 
padding-left:20px;
width: 168px;
border: 1px solid #bdbcbd;
height: 18px;
color:#7d7d7d;
line-height: 18px;
font-size: 1.1em;
padding-top: 3px;
float:left;
}



#searchGo{
float:left;
margin:0;
}



/*Content Container***************************************************************************************************************************/
div#content{
clear:both;
float:left;
min-width: 760px;
}
/*primary Column***************************************************************************************************************************/
#colPrimary{
width:553px;
font-size: 1.2em;
color:#333333;
float:left;
clear:both;
background:#fff url(img/bg_vert_dots.gif) top right repeat-y;
}
#colPrimary p {
margin: 20px;
line-height: 1.4em;
}
#colPrimary h2{
font-size: 2.4em;
font-weight:normal;
padding: 30px 15px 35px 15px;
background:#fff url(img/bg_h2.gif) bottom left repeat-x;
margin: 0 5px;
}
#colPrimary h3{
clear:both;
font-size: 1.4em;
padding-bottom: 8px;
margin: 50px 20px 20px 20px;
border-bottom: 1px solid #b2b2b2;
}
#colPrimary img{
float:right;
margin: 0 20px 10px 20px;
padding: 0 0 12px 12px;
background: #fff url(img/bg_pic.gif) bottom left no-repeat;
border:0;
}
#colPrimary #hrRotator{
float:right;
margin: 0 20px 10px 20px;
padding: 0 0 12px 12px;
background: #fff url(img/bg_pic.gif) bottom left no-repeat;
}

#colPrimary ul{
margin: 20px;
}

#colPrimary .bd ul{
margin-left: 65px;
margin-top: 1em;
}

#colPrimary .bd p{
margin-bottom: 5px;
}
#colPrimary ul.linkList{
list-style:none;
line-height: 1.8em;
}

#colPrimary blockquote{
margin-left:40px;	
}

#colPrimary a.more{
clear:both;
display:block;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	background: #f2f2f5 url(img/btn_more.gif) 95% 5px no-repeat;
	margin: 10px 20px 50px 20px;
	
}
#colPrimary a.more:hover{
	background-position:0 29px;
}
/*secondary Column***************************************************************************************************************************/
#colSecondary{
float:left;
width: 270px;
}
#colSecondary h2{
font-size: 2em;
background: transparent url(img/bg_horz_dots.gif) bottom left repeat-x;
margin: 20px;
margin-top: 40px;
padding-bottom: 10px;
font-weight:normal;
}
#colSecondary ul{
font-size: 1.1em;
line-height: 1.8em;
list-style:none;
margin: 20px;
}

/*Footer***************************************************************************************************************************/
#footer{
width: 100%;
background: #fff url(img/bg_horz_dots.gif) top left repeat-x;
float:left;
clear:both;
padding-top:20px;
font-size: 1.1em;
color:#666;
margin-top: 10px;
}
#footerLinks{
float:left;
margin: 0 10px;
list-style:none;
}
#footerLinks li{
float:left;
}
#footerLinks a{
height: 1.1em;
padding: 0 10px;
border-right: 1px solid #ccc;
}

a#employeePortal {
color:#666;
text-decoration:none;
padding-left: 20px;
background: transparent url(img/icn_lock.gif) left 50% no-repeat;
}
a#employeePortal:hover{
text-decoration:underline;
color:#000;
}
#footer p {
margin: 20px;
}

.clearSection {
	clear:both;
	margin-left:20px;
	margin-top:0px;
}
.float1 {
	display:inline;
	float:left;
}
.float2{
	display:inline;
	float:left;
}

#colPrimary img.signature {
	background:none;
	float:none;
	padding:0;
	margin: 5px;
}