
/* 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;
}

#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
----------------------------------------------------------------------------------------------------*/

#content {
	width: 605px;
	
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	text-align: center;
}

#content2 {
	width: 300px;

	float: right;
	margin: 0;
	padding: 0;
	
	text-align: 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;
}

