* {
	margin: 0;
	padding: 0;
}

body { background-color:#001850; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px }

#header {
/*	position: absolute; top: 0;	left:0;	right: 0;*/
	height: 104px;
	background:url(/images/header_bg_search.jpg) repeat-x;
}
#logo {
	background:url(/images/logo_search.jpg) no-repeat;
	width:429px;
	height:104px;
	float:left;
}
#logo h1 {
	display:none;
}
#headSectionLeft {
	background:url(/images/top_1_search.jpg) no-repeat;
/*	width:435px; height:104px; float:left;*/
}
#headSectionRight {
	background:url(/images/top_2_search.jpg) no-repeat;
	width:139px;
	height:104px;
	float:right;
}
#wrapper {
/*	position: absolute; top: 104px; bottom: 174px; left: 0; right: 0;*/
	background-color:#FFFFFF;
}
#contentContainer {
	position: relative;
	width:756px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	padding:10px;
	min-height:300px;
}
#footer {
	position: relative;
	bottom: 0;
	height: 174px;
	left:0;
	right: 0;
	background:url(/images/footer_bg_search.jpg) repeat-x;
	font-size:10px;
}
#footSectionRight {
	background:url(/images/bottom_1_search.jpg) no-repeat;
	width:669px; height:174px; float:right;
}

a:link, a:visited, a:active { color:#001850; text-decoration:none; font-weight:bold; font-size:11px; }
a:hover { color:#FF8400; }


/************************* Menu Drop Down *************************************/

#sddm {	position:relative; margin: 50px 0 0 10px; border-bottom: solid 3px #001850; padding-top:1px; overflow:visible; .overflow:visible; _overflow:hidden; z-index:100; }
#sddm li { position:absolute; margin: 0 0 0 0; padding: 0; list-style: none; font: bold 11px verdana; height:26px; width:159px; font-weight:bold; }
#sddm li a { text-decoration:none; color:#FFFFFF; }
.leftNav_button { height:26px; z-index:0; } 
#sddm .hiddendiv li a {	display: block; margin: 0 1px 0 0; padding: 4px 10px; float: left; background:#CCCC99; color:#FFCC00; text-align: center; text-decoration: none; font-weight:bold; }
#sddm .hiddendiv li a.hiddendiv:hover { position:relative; background: #49A3FF; z-index:100; }
#sddm  div.hiddendiv {	position: absolute; top:0px; width: 180px; visibility: hidden; margin: 15px 0 0 0px; .margin: 15px 0 0 0px; _margin: 15px 0 0 0px; padding: 0; border: 1px solid #001850; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; font-weight:bold; z-index:100; }
#sddm div.hiddendiv a {	position: relative; display: block; margin: 0; padding: 3px 3px 2px 5px; width: auto; white-space: nowrap; text-align: left; text-decoration: none; background:#f5f5f5; color:#001850; font: 11px verdana; font-weight:bold; z-index:100; }
#sddm div.hiddendiv a:hover { position: relative; background: #001850; color: #CCC; z-index:100; }

