/* HTML Tags */
a		{ text-decoration: none; color: #3A3C94; }
a:hover	{ text-decoration: underline; }

body
{
	margin: 0;
	background: url('../images/green_bg2.png') fixed;
	font-family: verdana, sans;
	font-size: 10px;
}

img { border: none; }

input, textarea, select, option
{
	font-family: verdana, sans;
	font-size: 10px;
	font-style: normal;
}

/* Footer styles */
#footer
{
	font-family: verdana, sans;
	font-size: 10px;
	padding: 5px 10px 0 10px;
	text-align: center;
	color: #202020;
	border-top: 1px solid #8D9F61;
	width: 750px;
	margin: 0 auto;
	
}

#footer a		{ text-decoration: none; color: #395000; }
#footer a:hover	{ text-decoration: underline; }

/* Generic Styles */
#ie6 { display: none; }
#ie6 a { color: #FF0000; }

#content { padding: 0 3px; }

.clear { clear: both; }

.dark { background: #9AAB6D; }

.error
{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #FF0000;
}

#header
{
	background: url('../images/bg_header.png') repeat-x;
	height: 214px;
}

#logo
{
	float: left;
	width: 450px;
	height: 300px;
}

#main
{
	background: url('../images/bg_main.png');
	border: 2px solid #8D9F61;
	border-top: none;
	margin: 0 auto 20px;
	padding: 0px;
	width: 880px;
}

#nojs
{
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #8080FF;
	background: #DDDDDD;
	padding: 10px 5px;
	margin-bottom: 10px;
}

.subcontent
{
	padding: 0 5px;
}

#subheader
{
	position: relative;
	top: -90px;
	padding: 0 5px;
}

#status { float: right; width: 190px; }

#weather { float: left; width: 190px; }

/* Navigation styles */
#nav_left
{
	float: left;
	width: 200px;
	margin: 53px 0 0 10px;
}

#nav_left a, #nav_right a
{
	display: block;
	width: 190px;
	padding: 8px 5px;
	color: #EEEEEE;
	font-family: verdana, sans;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

#nav_left a:hover, #nav_right a:hover
{
	color: #FFFFFF;
	background: #404040;
}

#nav_right
{
	float: left;
	width: 200px;
	margin: 53px 10px 0 0;
}

/* Section styles */

.section_content
{
	padding: 0 3px;
}

.section_header
{
	padding: 5px;
	border: 2px solid #4B513E;
	background: #1A1A1A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.section_right
{
	background: url('../images/header_right.png') no-repeat right;
	height: 31px;
	text-align: left;
}

.section_title
{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -10px;
}




#navl, #logo, #navr, #weather, #logo2, #status
{
	float: left;
}

#navl, #navr, #weather, #status
{
	width: 215px;
}

#logo, #logo2
{
	width: 450px;
}

#navl, #logo, #navr
{
	background: url('../images/bg_header.png') repeat-x;
	height: 214px;
}

#weather, #logo2, #status
{
	background: url('../images/bg_subheader.png') repeat-x;
	height: 130px;
}

#weather, #status
{
	padding: 3px;
	width: 209px;
}

.navspacer
{
	height: 52px;
}

#navl a, #navr a
{
	display: block;
	width: 215px;
	padding: 8px 0;
	color: #EEEEEE;
	font-family: verdana, sans;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

#navl a:hover, #navr a:hover
{
	color: #FFFFFF;
	background: #404040;
}

.font10 { font-size: 10px; }