body {
	background: #2D5877;
	margin: 0;
	padding: 0;
	}
	
#home_content {
	margin: 5px auto;
	background: #2D5877;
	width: 780px;
	background: transparent url(../i/bg/home.jpg) 280px 0 no-repeat;
	height: 600px;
	}
	
#content {
	margin: 5px auto;
	background: #2D5877;
	width: 780px;
	background: #fff;
	color: #888;
	}
	
#home_logo {
	position: relative;
	background: transparent url(../i/logo/home.gif) no-repeat;
	width: 331px;
	height: 145px;
	top: 115px;
	}
	
#banner {
	position: relative;
	background: transparent url(../i/layout/banner.jpg) no-repeat;
	width: 780px;
	height: 80px;
	top: 0;
	}
	
#home_menu {
	position: relative;
	top: 125px;
	left: 15px;
	font: 14px georgia, trebuchet;
	color: #eff1f9;
	}
	
#content_menu {
	position: relative;
	top: 0;
	left: 15px;
	font: 14px georgia, trebuchet;
	color: #2D5877;
	}
	
a.menu {
	color: #EFF1F9;
	text-decoration: none;
	}
	
#content_menu a.menu {
	color: #2D5877;
	text-decoration: none;
	}

a.activeMenu {
	color: #680D0D;
	font-weight: bold;
	text-decoration: none;
	}
	
a.menu:hover {
	background: #fff;
	color: #680D0D;
	text-decoration: none;
	}
	
#homeCopy {
	position: relative;
	top: 130px;
	font: 12px verdana,arial,helvetica;
	color: #EFF1F9;
	width: 450px;
	}
	
#bodyCopy {
	position: relative;
	top: 20px;
	font: 12px verdana,arial,helvetica;
	color: #212C34;
	width: 450px;
	margin-left: 15px;
	}
	
.sidePic {
	float: right;
	margin-top: -300px;
	}
	
h1 {
	font: bolder 14px arial,hevlvetica,verdana;
	border-bottom: 1px dotted #212C34;
	}
	
p.more {
	margin: -10px 0 10px 0;
	padding: 0;
	}
	
p.more a {
	font-weight: bold;
	color: #EFF1F9;
	}
	
p.more a:hover {
	text-decoration: none;
	background: #eff1f9;
	color: #680D0D;
	}

#featureMenu {
	position: relative;
	top: 140px;
	font: bolder 12px arial,helvetica;
	}
	
#featureMenu a.feature {
	display: block;
	float: left;
	width: 120px;
	}
	
#featureMenu a.feature, #featureMenu a.activeFeature {
	background: #B2B6C2;
	text-align: center;
	}
	
#featureMenu a.activeFeature {
	width: 150px;
	padding-right: 20px;
	}
	
	
#featuremenu a.feature:hover {
	display: block;
	background: #EFF1F9;
	text-decoration: none;
	}
	
div#newsFeature, div#weatherFeature {
	position: relative;
	top: 140px;
	background: #fff;
	width: 450px;
	height: 180px;
	}

#tablist{
	position: relative;
	top: 140px;
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
	}
	
#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	}
	
#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
	}
	
#tablist li a:link, #tablist li a:visited{
	color: navy;
	}
	
#tablist li a:hover{
	color: #000000;
	background: #C1C1FF;
	border-color: #227;
	}
	
#tablist li a.current{
	background: lightyellow;
	}
	
.tabcurrent{
	position: relative;
	top: 140px;
	display: block;
	background: #fff;
	}
	
.tabbkgrnd{
	position: relative;
	top: 140px;
	background: #fff;
	display: none;
	}
	
#footer {
	position: relative;
	top: 140px;
	color: #4783AF;
	font: 10px verdana,arial,helvetica;
	padding-bottom: 30px;
	}

#footer a {
	color: #4783AF;
	}
	

#contactform { margin: 60px 0; }
#contactform label {
	display: block;
	width: 150px;
	float: left;
	margin: 3px 5px 0 20px;
	text-align: right;
	}

html>body #contactform label { width: 156px; margin: 3px 5px 0 40px }

#contactform input, #contactform select {
	display: block;
	width: 156px;
	margin: 0 0 0 200px;
	background: #fff;
	}
	
#contactform #submit { margin: 10px 0 0 205px; }