@charset "utf-8";
/*was yada4 and yada5_nav km*/
body  {
	background-color:#002665;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	vertical-align: bottom;
}
#absoluteDiv {
position: absolute; left: 18px; top: 250px; width: 190px; padding: 0px;
z-index: 1;
text-align: center;
}
#leftDiv2 {
	position: absolute;
	left: 18px;
	width: 170px;
	padding: 0px;
	z-index: 1;
} /*hmmm*/
#sidebar2 {
	float: left;
	width: 190px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	/*bottom: 20px;*/
}

#testDiv {
margin-left:190px;
background-color:#ffffff;
/*width: 795px;*/
overflow: hidden;
}
#contentDiv {
background-color:#ffffff;
/*width: 795px;*/
}
#container {
	width: 98%; 
	background: #FFFFFF url(images/left_column_bkgd_1.gif) repeat-y;
	text-align: left;  
	margin: 0 auto; 
	overflow:hidden;
}

#topContainer {
	width: 100%; 
	background-color:#002665;
	height: 85px;            
	}

#topHeader { 
	width: 100%; /*width: 945px; */ /*?*/
	/*background-color: #002665;*/
	text-align: left;
	/*height: 84px;*/
	padding: 0;  
}

#leftHeader {
background-color: #002665;
float: left;
height: 113px;
margin: 0;
padding: 0;
}
 
#rightHeader { 
	background: #002665;
	height: 113px; 
	padding: 0;  
}
#headerFix {
	background-color:#002665;
	width: 100%
}
#bannerFix {
	background: url(images/BANNER_CTR.jpg) repeat-x;
	/*background-color:#996666;*/
	/*overflow: auto;*/
	overflow:hidden;
	width: 100%;
	height: 77px;
}

#bannerLeft {
float: left;
	/*background-image:url(images/HEADER_LEFT.jpg);*/
	/*overflow: hidden;*/	
	width: 690px; /*width: 945px; */ /*?*/
	height: 77px;                /* was 82px km, was 110px was 168px was 148*/
	padding: 0;
}
#bannerRight {
float: right;
	/*overflow: auto;*/
	width: 50px;
	height: 77px;
	padding: 0;
}

#navBar {
	background:url(images/nav_bkgd.gif) repeat-x;	
	padding: 0px;
	height: 32px;
	overflow: hidden;    /*overflow: hidden;  km keep this*/
} 


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/



#testDiv ul  {
	font-size: 0.8em;
	
	/*color:#000;*/
	list-style-image: url(images/gold_diamond.gif);
	line-height: 2em;
}


#testDiv ul ul{
	font-size: 87%;
	list-style-image: url(images/blue_diamond.gif);
}

#testDiv a { color:#003399;}
#testDiv a:visited { color:#003399;}
#testDiv a:hover { color:#0099FF;}
#testDiv a:active { color:#003399;}
#addressBlock {
	/*float: left;*/
	margin-left: 14.5em;
	margin-bottom: 10px;
	/*background-color:#99CCCC;*/
	font-size: 0.9em;
	bottom: 0px;
}
#addressBlock td.address {
padding: 10px 10px 10px 10px;
background-color: #FFFFFF;
color: #000000;
font-size: .75em; 
text-align:center;
}
	
#footer { 
	clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#002665; /*#0b1f41;*/
} 
#footer p {
	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: #fff;
	/*font-size: .75em;*/
}
#footer a {
	color: #6699FF;
}
#footer a:hover {
	color: #fff;
}

.onePixelBorder {
border: 1px solid;
border-color: #999999;
}

.font90Percent {
font-size: 90%;
}
.font80Percent {
font-size: 80%;
}
.font70Percent {
font-size: 70%;
}



#mainContent td.tableRowLtBlue {
/*border: 1px solid;*/
/*border-color: #000000;*/
padding: 10px 10px 10px 10px;
background-color:#B3D3FB;
color: #000000; 
}
#mainContent td.tableRowDkBlue {
/*border: 1px solid;*/
/*border-color: #000000;*/
padding: 10px 10px 10px 10px;
background-color: #002665;
color: #fff; 
}

#footer table.footer { 
font-size: .7em; 
}






/* Miscellaneous classes for reuse */
.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;
}
.searchsite {
	font-size: .6em;
	color: #fff;
	}
.boldContentSubtitles {
	font-size: 105%;
	font-weight: bold;
	}
.whiteSubTitles {
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	}
.whitetext {
	color: #fff;
	}
