

/***************/
/* page styles */
/***************/



/*****************/
/* header styles */
/*****************/

#header{
	background:#17467B url(../images/header_top_bg.jpg) 0 0 repeat-x;
	border-bottom:1px solid #BEE1FF;
	height:177px;
	margin-bottom:5px;
	width:100%;
}
	#header_container{
		height:177px;
		margin: 0 auto;
		position:relative;
		width:960px;
	}
		#header_top{
			height:105px;
			position:relative;
			width:100%;
		}
			#header_logo{
				position:absolute;
				left:5px;
				top:0;
				z-index:2;
			}
			#top_header_nav{
				font-size:18px;
				position:absolute;
				right:80px;
				top:18px;
				width:150px;
			}
				#top_header_nav a{
					color:#61605e;
					text-decoration:none;
				}
				.top_header_nav{
					border-right:1px solid #61605e;
					float:left;
					padding: 0 9px;
				}
				.no_border{
					border:none;
				}
		#header_middle{
			height:28px;
			position:relative;
			width:100%;
		}
			#header_search{
				background: url(../images/search_bar.jpg) 0 0 no-repeat; 
				color:#8a8885;
				font-size:14px;
				font-style:italic;
				font-weight:bold;
				height:27px;
				padding-left:5px;
				position:relative;
				left:250px;
				width:501px;
			}
				#header_search_field{
					float:right;
					padding-top:5px;
					padding-left:5px;
					text-align:center;
					width:182px;
				}
				
				#header_search #search_button{
					height:28px;
					position:absolute;
					top:1px;
					left:235px;
					width:80px;
				}
					#header_search input.search_button{
					height:28px;
					width:140px;
					}
					#header_search input:hover{
						cursor:pointer;
					}
				
			#header_middle_state{
				background: url(../images/header_va.jpg) 0 0 no-repeat;
				height:98px;
				position:absolute;
				right:0;
				top:-64px;
				width:212px;
			}
		#header_bottom{
			bottom:0;
			height:24px;
			position:absolute;
			width:990px;
		}
			.header_nav{
				font-size:17px;
				float:left;
				text-align:center;
			}
				.header_nav img{
					bottom:-1px;
					float:left;
					position:relative;
				}
				.header_nav a{
					color:#fff;
					font-size:17px;
					text-decoration:none;
				}
			span.nav{
				display:block;
				float:left;
				padding:0 15px 3px 14px;
				position:relative;
			}
			span.nav:hover{
				background:url(../images/nav_hover_bg.jpg) 100% 100% repeat-x;
				position:relative;
				top:1px;
				
			}
				span#nav_selected{
					background:url(../images/nav_selected_bg.jpg) 100% 100% repeat-x;
					position:relative;
					bottom:-1px;
				}		

/***************/
/* main styles */
/***************/

#page{
	background-color:#8DBCE6;
}

#main{
	
	height:100%;
	margin: 0 auto;
	position:relative;
	width:960px;
	z-index:1;
}

/*****************/
/* footer styles */
/*****************/

#footer{
	background: url(../images/footer_bg.jpg) repeat-x;
	height:181px;
	position:relative;
	width:100%;
	z-index:0;
}
	#footer_address{
		color:#fff;
		margin:0 auto;
		position:relative;
		text-align:center;
		width:936px;
	}
	#footer_mountains{
		background: url(../images/main_lower_bg.jpg) repeat-x;
		height:269px;
		position:absolute;
		left:0;
		top:-269px;
		width:100%;
	}
	.footer_text{
		font-size:90%;
	}
		#webdevelopment{
			position:absolute;
			bottom:0;
			right:0;
		}
		#adminlinks a:visited{
			color:#CEE0BD;
		}