@charset "utf-8";
/* CSS Document */

body { background-color:#003366;}

#mainNav {
background:#003366 none repeat scroll 0%;
margin:0pt;
padding:0pt;
position:relative;
width:950px;
z-index:4;
padding-bottom:5px !important;
padding-bottom: 10px;
padding-top:0px !important;
#padding-top:5px;
padding-top: 10px;
float:left;
clear:left;
}
#mainNav #mainNavContent {
float:left;
padding-left:12px;
width:inherit;

}

#mainNav #mainNavContent ul li{
float:left;
font-size:12px;
color:#ffffff;
font-weight:bold;
list-style:none;
padding-right:25px;
}

#mainNav #mainNavContent a:link, #mainNav #mainNavContent a:visited {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;

}

#mainNav #mainNavContent a:hover, #mainNav #mainNavContent a:active {
text-decoration:none;
color:#CCCCCC;
font-weight:bold;

}


#navServices {
background:#003366 none repeat scroll 0%;
border-bottom:1px solid #6A87A7;
color:#FFFFFF;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:60px 5px 0px 0px;
position:relative;
text-align:right;
font-size:12px;
}



#navServices a:link, #navServices a:visited{
text-decoration:none;
color:#FFFFFF;
}

#navServices a:hover, #navServices a:active {
text-decoration:none;
color:#CCCCCC;
}

#navNavMessage {
background:#FFFFFF none repeat scroll 0%;
color:#000000;
display:inline;
float:none;
font-size:100%;
height:40px;
#height:20px;
left:0pt;
margin:0pt;
padding:0pt;
position:absolute;
text-align:right;
top:2.2em;
width:900px;
}

#logo {
float:left;
margin:0px 0pt 0pt 4px;
position:absolute;
z-index:1;
}

#footer a:link, #footer a:visited{color:#CCCCCC;text-decoration:none;}
#footer a:hover, #footer a:active {color:#CCCCCC;text-decoration:none;}
.thrColLiqHdr #header { 
	background: #003366; 
	width: 950px;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


