@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html {height: 100%;}

article, section, nav, footer {display: block;}

a {text-decoration: none;}

a img {border: none;}

body {
	margin:0px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 14px;
	background-color: black;
}

#background {
	background-color: #CCC;
	background: -webkit-gradient( radial, 50% 50%, 150, 50% 50%, 1000, from(white), to(#999) );
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}

header {
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index: 9999;
}

header .enviro {
	background: #94d01c;
	width: 100%;
	height: 80px;
}

header .enviro div {
	width:850px;
	margin:auto;
}

header #logo a {
	width:200px;
	height:80px;
	background-image: url('../images/enviro-logo-small.png');
	padding:0;
	margin:0;
	margin-right:10px;
}

header #logo a:hover {
	background-color:#94d01c;
}

nav {
	position: relative;
	width: 100%;
	/*top: 47px;*/
	top:0;
	left: 0;
	z-index: 9998;
}

nav ul {
	width: 850px;
	height:80px;
	padding: 0px;
	margin: 0px auto;
}

nav li {
	min-width: 100px;
	float:left;
	/*border-right: 1px solid #fff;*/
	list-style-type: none;
}

nav li a {
	cursor: pointer!important;
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 2em;
	padding-left: 15px;
	padding-right:15px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	height:33px;
	padding-top:47px;
}

nav li a:hover {
	background-color:#00801b;
}


#featured {
	width:850px;
	margin-bottom:130px;
	background: white;
}

.tagline {
	font-size: xx-large;
}

section#main {
	width:850px;
	margin:auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:80px;
	background-color: transparent;
}

section#main article{
	margin-top:120px;
	/*padding:60px;*/
	padding-bottom:58px;
	/*-webkit-box-shadow: rgb(136, 136, 136) 0px 0px 10px;
	box-shadow: rgb(136, 136, 136) 0px 0px 10px;
	background: #EEE;*/
}

section#main article h1 {
	padding: 26px;
	color: white;
	font-size: 30px;
	text-shadow: none;
	box-shadow: #666 0px 0px 10px;
	-webkit-box-shadow: #666 0px 0px 10px;
	margin-bottom: 16px;
	font-family: arial;
	padding-left: 60px;
	background: #00801b;
}

section#main article div.content {
	-webkit-box-shadow: rgb(136, 136, 136) 0px 0px 10px;
	box-shadow: rgb(136, 136, 136) 0px 0px 10px;
	background: #EEE;
	padding: 60px;
	padding-top: 40px;
}

section#main article h2 {
	font-size: 20px;
	line-height: 24px;
	margin:0;
}

section#main article hgroup h2 {
	margin-bottom: 0px;
}

section#main article h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

section#main article hgroup h3{
	margin-top: 0px;
	color:#333;
}

hgroup.team {
    margin-top:20px;
}

hgroup.team h4 {
    margin-top:0;
}

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

footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 9999;
	color: #555;
	text-align: right;
	font-size: 10px;
	line-height: 1.5;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	text-shadow:none !important;
}

footer div#foot {
	width:100%;
	padding:0px 0px;
	margin:0px auto;
    height: 15px;
    background-color:#000;
    /*border-top:1px solid #555;
    border-bottom:3px solid #555;*/
}