@charset "utf-8";
/* CSS Document */

h1 {
	font-weight: normal;
	color: white;
}

#enviro {
	margin-left: 200px;
	margin-top: 40px;
	border: 2px solid #c2da9c;
	background: #75a342;
	width: 840px;
	padding: 20px;
}

#enviro-download {
	width:200px;
	float:right;
}

#enviro-download a {
	color: #ffe400;
}

#enviro-download a:hover {
	text-decoration: underline;
}

#enviro-download h2 {
	font-size: 1em;
	font-weight: normal;
	color: white;
	margin:  0px;
	padding: 0px;
}

#enviro-download p {
	margin:  0px;
	padding: 0px;	
	font-size: 0.8em;
}

#enviro h1 {
	font-weight: lighter;
	font-size: 1.5em;
	margin:  0px;
	margin-top:  2px;
	padding: 0px;
}

#enviro p {
	color: #b0d389;
	margin:  0px;
	padding: 0px;
}

h3 {
	font-weight: normal;
}

body {
	background: #044173 url('images/background.jpg') no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #d9fd9d;
	font-size: 10pt;
	margin: 0px auto;
	padding: 0px;
}

strong {
	color: #ffffff;
}

#masthead {
	height: 400px;
}

#content {
	margin-left: 200px;
}

#footer {
	color: #50b2e5;
	font-size: 8pt;
	margin-left: 200px;
	margin-top: 40px;
}

#footer a {
	text-decoration:none;
	color: white;
}

#footer a:hover {
	text-decoration:none;
	color: #d9fd9d;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#topMenu {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 880px;
	margin-left: 200px;	
	text-align: right;
}

#menu {
	border-top: 1px solid white;	
	border-bottom: 1px solid white;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 880px;
	height: 76px;
	margin-left: 200px;	
	margin-bottom: 40px;
	color: #c3e0ee;
}

.menu-block {
	width: 144px;
	height: 60px;
	background: #1d89c0;
	float: left;
	margin-right: 20px;
	padding:8px;
}

.menu-block a {
	text-decoration: none;
	color: #c3e0ee;
}

.menu-block a strong {
	color: #ffffff;
}

.menu-block strong {
	font-size: 1.3em;
	font-weight: lighter;
}

.menu-block-selected {
	background: #0a5285;
}

.menu-block-last {
	margin-right: 0px;
}

a, a:visited, a:link {
	color: #c3e0ee;
	text-decoration: none;
}

a:hover {
	color:#FFFF00;
	text-decoration: none;
}