@charset "UTF-8";

body{
	background: #1d3632 url('../images/solar/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: #FFF url('../images/solar/body_background.jpg') repeat-x;

}


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


#nav{
	height: 50px;
	background: url('../images/solar/nav_background.jpg') repeat-x;
	width:100%;
}

#nav a{
	color: #FFF;
	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/solar/nav_highlight.jpg) repeat-x !important;
}

.nav_item{
	border-right: solid 1px rgb(157, 215, 255);
	margin-top:9px;
	padding:6px 14px 6px 14px;
}

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


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


.sub_nav{
	height: 150px;
	background: rgb(29, 54, 50);
	border-bottom: solid #9dd7ff 1px;
	width: 100%;
	z-index: 5;
	position: absolute;
}

.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: 0px;
}

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

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

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


.sub_nav_section_seperator{
	width:1px;
	border-right:solid 1px #9dd7ff;
	margin: 34px 0px 0px 0px;
	height: 83px;
	float: left;
}




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


#content{
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

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

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

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

.table_name{
	border:solid 1px #ccc;
	background: #ddd;
	font-weight: bold;
	color: #444;
	text-align:center;
}

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

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

.strike-through{
	text-decoration: line-through;
	background: #eee;
	text-align:center;
	border: solid 1px #ccc;
}

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

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

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

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

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

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

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




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


#callout{
	color: #4b9fcc;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #90d7eb;
	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: #000;
}



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


#bot{
	color: #9dd7ff;
	border-top: solid 5px #a0cca7;
	background: #1d3632;
	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;
}