body{
	background: #5C0000 url('../images/wind/body_background.jpg') repeat-x;
	color: #1a1a1a;
	line-height: 22px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

#header_cont, #content_cont, #callout_cont, #bot_cont, #nav_cont, .sub_nav_cont{
	width:975px;
	margin:auto;
}




/******************************** Header ***************************************/


#header_cont{
	height: 91px;
	padding-top: 10px;
}

#header a{
	color: #848b8c;
	text-decoration: none; 
}

#header a:hover{
	text-decoration: underline;
}

#header{
	background: #FFFFFF url('../images/wind/body_background.jpg') repeat-x;

}




/******************************** Navigation ***************************************/


#nav{
	height: 50px;
	background: url('../images/wind/nav_background.jpg') repeat-x;
	width:100%;
	position: absolute;
	z-index: 6;
}

#nav a{
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	font-size: 16px;
}

#nav_cont li{
	list-style: none;
	float: left;
	height: 50px;
}

#nav_cont li:hover{
	background:url(../images/wind/nav_highlight.jpg) repeat-x !important;
}

.nav_item{
	border-right: solid 1px rgb(225, 104, 104);
	margin-top:9px;
	padding:6px 26px 6px 26px;
}

.nav_chosen{
	background:url(../images/wind/nav_highlight.jpg) repeat-x !important;
}




/******************************** Subsequent Navigation *****************************/


.sub_nav{
	height: 150px;
	background: rgb(111,19,21);
	border-bottom: solid #e16868 1px;
	width: 100%;
	position: absolute;
	z-index: 5;
	margin-top: 50px;
}

.sub_nav_cont a{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.sub_nav_cont a:hover{
	text-decoration: underline;
}

.sub_nav_cont li{
	list-style: none;
	padding: 0px;
	margin-left: -20px;
}

.sub_nav li:hover{
	text-decoration: none;
}

.sub_nav_section{
	margin-top: 10px;
	padding: 0px 50px 0px 40px;
	float: left;
}

.sub_nav_header{
	font-size: 18px;
	color: #dd9988;
}


.sub_nav_section_seperator{
	width:1px;
	border-right:solid 1px rgb(225, 104, 104);
	margin: 34px 0px 0px 0px;
	height: 83px;
	float: left;
}




/******************************** Main Content ***************************************/


#content{
	background: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 50px;
}

#content_cont{
 	padding-top: 15px;
	padding-bottom: 25px;
	min-height: 500px;
}

.headline{
	color: #C7352D;
	font-size: 30px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:25px;
	float:none;
}

.sub_headline{
	font: 21px bold;
	color: #C7352D;
	padding-top:25px;
	margin-bottom:15px;
	clear:both;
}

.table_name{
	border:solid 1px #cccccc;
	background: #dddddd;
	font-weight: bold;
	color: #444444;
}

.table_header{
	border: solid 1px #cccccc;
	background: #eeeeee;
	text-align: center;
}

.table{
	border: solid 1px #cccccc;
	text-align: center;
}

#content li{
	list-style-image: url(../images/wind/list_image.png);
}

#content a{
	text-decoration: none;
	color: #888888;
}

#content img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.ajax_state{
	font-size: 32px;
	color: #404040;
}

.ajax_city{
	font-size: 20px;
	color: #474747;
}

.ajax_name{
	font-size: 15px;
	color: #4d4d4d;
}

.ajax_info{
	font-size: 12px;
	color: #808080;
	line-height: 14px;
}



/******************************** Page Callout ***************************************/


#callout{
	color: #595959;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #FFE8E3;
	margin: 0px auto 0px auto;
	width:100%;
	padding-top:15px;
	padding-bottom:10px;	
}

.callout_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1a1a1a;
}



/******************************** Footer ***************************************/


#bot{
	color: white;
	border-top: solid 5px #A7272D;
	background: #5C0000;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#bot a{
	text-decoration: none;
	color: #FFF;
}

#bot_cont{
	padding:12px 0px;
	margin:0px auto 0px auto;
}

.bot_number{
	color: #fffcf2;
	letter-spacing: 1px;
}

#bot_navigation{
	margin-left:225px;
	margin-bottom:25px;
}

#bot_navigation li{
	list-style: none;
}