
/* Global Reset
--------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	min-height: 101%;
}
	
body {
	background: #839877;
	color: #545454;
	padding: 13px 0 25px 0;
	font: 100% Arial, Verdana, Sans-Serif;
}

ul {
	list-style: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #2d3286;
	margin-bottom: 10px; 	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #2d3286;
	border-top: 5px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 6px 0 6px 2px;
	margin: 22px 0 15px 0;
}


/* Wrappers
----------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	font-size: 13px;
	background: #FFF;
	padding: 10px 25px 35px 25px;
}

#datetime {
	float: right;
	margin-top: 4px;
	margin-right: 3px;
}

#content1 {
	width: 605px;
	height: 1500px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 30px; 
	font-size: 13px;
	text-align: justify;
}

#sidebar {
	width: 320px;
	float: right
}


/* Float Properties
----------------------------------------------------------------------------------------------------*/

.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfloat {
	display: inline-block;
}
	
.clearfloat {
	display: block;
}


/* Main Content panel
----------------------------------------------------------------------------------------------------*/

#content1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #006600;
}

#content2 {
	width: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: justify;
	background: #f2f2f2;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

#sendForm {
	width: 400px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-Bottom: 15px;	
	text-align: center;
	background: #f2f2f2;
	border-right: 1px dotted #b6b6b6;
	border-left: 1px dotted #b6b6b6;
}

#middle {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#ray {
	display: block;
	float: left;
	margin-left: 30px;
	margin-bottom: 25px;
	border: 1px solid #000;
	text-align: center;
}

#addr {
	width: 250px;
	float: right;
	margin-top: 100px;
	margin-right: 30px;
	color: #2d3286;
	font-weight: bold;
	text-align: center;
}

#form_tbl {
	width: 375px;
}

input, select, textarea {
	background-color: #d2dcd3;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 3px inset #bbb;
}

.label_cell {
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}

#credits {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
	text-align: center;
	clear: left;
}

/* Right Navigation Column
----------------------------------------------------------------------------------------------------*/

#esgm_logo {
	margin-top: 15px;
	margin-left: 15px;
}

.sidelink {
	width: 320px;
	float: left;
}

#weather {
	width: 300px;
	height: 250px;
        background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/green_300x250_bg.jpg );
	background-color: #336633;
	float: left;
        margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
}
		
/*Subnav */

.subnav li {
	list-style: none;
	border-bottom: 1px solid #FFF;
}

.subnav li a:link, .subnav li a:visited {
	text-decoration: none;
	background: #BBB;
	color: red;
	display: block;
	padding: 4px 4px 4px 8px;
	border-left: 4px solid #839877;
}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration: none;
	background: #e9e9e9;
	text-decoration: none;
	color: #000000;
}

.sidelist h3 a {
	color: #2d3286;
	text-decoration: none;
}

.sidelist h3 a span {
	color: red;
}

.sidelist h3 a:hover {
	background: #777;
	color: #fff;
	text-decoration: underline;
}

.sidelist h3 a:hover span {
	color: #fff;
}

	
/* footer
----------------------------------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 62px;
	font-size: 0.7em;
	padding-top: 15px;
	color: #FFF;
	background:#777;
}

#foot_text {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer a {
	color: #e3b963;
}