div#main{
	position:relative;
}
div#main_ctnt {
	background-image: url("/images/main_ctnt_rep.png");
	background-repeat: repeat-y;
	background-position:center;
	float:left;
}
.home #main_ctnt {
	background:none;
}
#main_ctnt div.ctnt {
	background-image: url("/images/top_bg.gif");
	background-repeat: no-repeat;
	background-position:center top;
	float:left;
	margin-left:0;
	min-height: 400px;
	text-align: left;
	width:1000px;
	position:relative;
}
#main_ctnt div.ctnt_home{
	background:none;
	float:left;
	height:150px;
	min-height:0px;
	position:relative;
}

#header{
	background-image:url(/images/top_bg.gif);
	background-repeat:no-repeat;
	height:293px;
	margin:0 0 0 55px;
	width:890px;
}
#main_ctnt div.ctnt_home #header{
	height:150px;
}
div#l_ctnt {
	float:left;
	width: 600px;
	margin: 175px 0 0 115px;
}
div.r_ctnt {
	width: 134px;
	position:absolute;
	top:170px;
	left:792px;
}
	div.r_ctnt h3{
		font-size:0.9em;
		margin:0 0 6px 0;
	}
div.login{
	margin-left: 0;
	margin-top: 0;	
	position:absolute;
	top:200px;
}
div.home_login{
	left:90px;
	top:166px;
}
div.gnrl_login{
	left:793px;
}
	div.gnrl_login .home_link{
		padding:0 0 10px 21px;
	}
#r_ctnt .rc_search {
	width: 85px;
	height: 16px;
	border: 1px solid #FFFFFF;
	margin-bottom: 1px;
	color: #c4c6c8;
}
input.rc_search_btn {
	background:none;
	background-image:url(/images/search_btn.gif);
	border:0;
	cursor:pointer;
	height:13px;
	display:block;	
	margin-top: 3px;
	width:39px;
}
a.login{
	display:block;
	float:right;
}
#r_search {
	border-left: 2px solid #a7a4a4;
	border-bottom: 2px solid #a7a4a4;
	border-top: 2px solid #676464;
	border-right: 2px solid #676464;
	height:19px;
	width:128px;
}
#ctnt_links {
	direction: ltr;
}
.ctnt_li {
	padding: 5px;
	list-style: none;
	display: inline;
	direction: ltr;
	float: left;
}
img.banner_btm{
	float:left;
	margin-left:55px;
	margin-bottom:0px;
}
#bd .no_flash {
	background-image:url(/images/no_flash.png);
	background-repeat:no-repeat;
	font-size: 11px;
	float:left;
	margin: -1px 0 0 -3px;
	*margin-top:-4px;
	overflow:hidden;
	position:relative;
	width:1000px;
}
#bd .nf_home {
	background-image:url(/images/no_flash_home.jpg);
	background-repeat:no-repeat;
	height:510px;
}
	#bd .no_flash #ctnt_links{
		margin:0px 0 0 75px;
	}
	#bd .nf_home .ctnt{
		width:590px;
		padding: 35px 0 0 280px;
	}
	#bd .nf_home h2{
		color:#00528C;		
		font-size:1.2em;
		font-weight:bold;
		margin:0;
	}
	#bd .nf_home #ctnt_links{
		float:left;
		
	  }
	  	#bd .no_flash #ctnt_links li a{
	  		text-decoration:none;
	  	}
		#bd .no_flash #ctnt_links li a span{
			background:#00528C;
			color:#ffffff;
			padding:3px 7px 3px 7px;
			font-size:1.1em;
			font-weight:bold;
		}
		#bd .no_flash #ctnt_links li ul{
			margin:20px 0 0 0;
		}
			#bd .no_flash #ctnt_links li li{
				list-style:none;
				margin:0 0 6px 0 ;
			}
				#bd .no_flash #ctnt_links li li a{
					color:#00947B;
					float:none;
					font-weight:bold;
					text-decoration:none;
					width:auto;
				}
				#bd .no_flash #ctnt_links li li a:hover{
					background-color:#00947B;
					color:#ffffff;
				}
#ftr_lnks {
	float: right;
	width: 500px;
}
	#ftr_lnks a{
		color:#00528C;
		font-weight:bold;
		text-decoration:none;
	}
		#ftr_lnks a:hover{
			text-decoration:underline;
		}
#q {
	border: 1px solid #FFFFFF;
	display:block;
	float:left;
	font-size:0.9em;
	width:85px;
}
/* Weather Dropdown */
div#d_weather {
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	position:absolute;
	left:195px;
	top:45px;
	width:180px;
}
.dc_weather_heading {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}
.dc_weather_txt {
	text-align: center;
	width: 100px;
}
.dc_weather_city {
	font-size: 10px;
	text-align: center;
}
.dc_weather_go {
	float: left;
	cursor: pointer;
}
.logo{
	left:382px;
	position:absolute;
	margin:0;
	top:17px;
}
.logo a{
	display:block;
	height:92px;
	line-height:1200%;
	overflow:hidden;
	width:220px;
}
.slogan{
	display:none;
}
#print_logo{
	display:none;
}
/* YUI Styles */
#custom-doc {
	margin:auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	/* 	for a custom page width, divide your desired pixel width by 13 to find em width. Multiply that value by 0.9759 for IE via *width.*/
	width:76.923076923em;/* !IE */
	*width:75.0693em;/*IE*/
	min-width:1000px;
}
/* Custom CSS */


/* form formatting */

#hidden-submit {
	border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


#hbloginF {
	width:122px;
	margin: 10px 0;
	padding: 5px;
	background: #00967d;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#hbloginF fieldset {
	margin-bottom: 0;
}

#hbloginF h3 {
	font-size: 12px;
	color: #fff;
}

#hbloginF dl, #hbloginF dd { /* reset */
	margin: 0;
}

#hbloginF dt {	
	font-size: 0.9em;
    margin: 0 0 2px;
    font-weight: bold;
}

input.button {
	background: #01538d;
	border: 1px #fff solid;
	padding: 2px 5px;
	color: #fff;
	margin: 3px 0 0 0;
}

#hbloginF input[type="text"], #hbloginF input[type="password"] {
	width: 122px;
	margin-bottom: 3px;
	border: 0;

}

#search {
	position: relative;
	top:257px;
	right: 10px;
	clear: both;
}


