@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #103b66 url(/images/bkg_img.jpg) no-repeat left top;
	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;
}
.twoColFixLtHdr #container { 
	width: 827px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	line-height: 1.5;
	color: #333;
} 
.twoColFixLtHdr #header { 
	background: url(/images/hd_bg_img.gif) no-repeat; 
	padding: 0 0 0 9px;  /* 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. */
	position: relative;
	border-bottom: 3px solid #fff;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 10px 0;
	margin-top: 15px;
}

.twoColFixLtHdr #sidebar1 .sidenav {
	width: 161px;
	background: url(/images/left_nav_bg_full.gif);
	padding-bottom: 20px;
	margin: 0 0 0 7px;
}

#sidebar1 .sidenav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar1 .sidenav li {
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar1 .sidenav a {
margin: 0;
padding: 4px 8px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
/*color: #2f2f2f !important;*/
color: #555 !important;
font-size: 11px;
width: 145px;
display: block;
}


#sidebar1 .sidenav a:hover {
    color: #0590d9 !important;
	background-color: #e6f1f7;
}

#ctl00_divsidenav {
padding: 10px;
border: 1px solid #ccc;
background-color: #E3E6D9;
margin-left: 9px;
font-size: 11px;
color: #2E5A92;
font-weight: bold;
}

#ctl00_divsidenav a {
color: #0590d9;
}


.branding {
padding-bottom: 14px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 168px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 7px 15px 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #09112d url(/images/bg_footer.gif) no-repeat;
} 
.twoColFixLtHdr #footer p, #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #c0ced6;
	font-size: 11px;
	
}

#pageWrapper {
	background: #fff url(/images/body_bg_img.gif) no-repeat left top;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


.homePageBanner p, #ctl00_OptionalImageArea_ContentBlock2 p {
margin: 0; padding: 0 !important;
}

.homePageBanner img {
padding-left: 2px;
}



ul#quicklinks  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 40px;
	float: left;
	top: 0;
	
}
ul#quicklinks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul#quicklinks  a {
	padding: 10px 5px 10px 20px;
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	background: url(/images/nav_spacer.gif) no-repeat right center;
}

ul#quicklinks a:hover {
	color: #ffcc00;
}


.search {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 35px;
	float: left;
	top: 50px;
	width: 250px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

a.advSearch { padding-right: 40px;}
a.advSearch:hover {color: #FFCC00;}

.search input {
	color: #666;
	font-size: 11px;
	font-style: italic;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


.search a, .search p {
	color: #fff;
	font-weight: normal;
}



.pad {
	padding: 8px;
}

.contentPad {
	padding: 7px 12px;
	background: url(/images/bkg_mainContent.png) no-repeat;
}

.contentPad p {
margin: 0 0 7px 0;
padding: 0 0 0 0;
}

.homeLeft {
	width: 301px;
	float: left;
	margin-right: 4px;
	margin-top: 8px;
}

.homePod {
	width: 301px;
	padding: 0;
	display:block;
	margin: 0 0 10px 0;
}


.homeRight {
	width: 337px;
	float: left;
	background-color: #eaf7fc;
	line-height: normal;
	margin-top: 8px;
}

.homeLeft p, .homeRight p {
	margin-top: 0; padding-top: 0;
}

.border {
	border: 1px solid #fff;
}


.homeRight p {
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
}

.column {
width: 40%;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#mainContent a
{
    color: #0590d9;
}

#mainContent a:link 
{
    color: #0590d9;
}

#mainContent a:visited 
{
    color: #0590d9;
}

#mainContent a:hover, #content a:active, #content a:visited:hover 
{
    color: #2b5a58;
}

.box {
border: 1px solid #ccc;
padding: 10px;
background-color: #fff;
}

.searchWrapper, .ektronSearch li {
background-color: #fff;
}

.CommunitySearchCtl {
float: left;
}

#terms_buttons {
clear: both;
}

#ctl00_mainContentArea_Membership1 .tabs-container { border-top: none !important; }
