﻿html	{
	font: 62.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.9em;
}

body	{
	background: #8bd2e4;
	color: #595959; /*ash grey*/
	margin: 0;
	padding: 0;
	text-align: justify;	
}

html, body	{
	height: 100%;
}

a	{
	color: #595959; /*ash grey*/
	text-decoration: none;
}

a.pledge	{
	color: #83a812; /*green*/
	text-decoration: none;
}

a img	{
	border-style: none;
}

h1	{
	font-size: 150%;
	margin: 10px 0 0 50px;
}

#container	{
	position: relative;
	min-height: 100%;
}

#header	{
	background: url(../images/header-bg.png);
	border-bottom: 2px solid #e3e3cb;
	height: 150px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*________________________________Navigation_______________________________*/

#nav-wrap	{
	margin: 0 auto;
	width: 960px;
}

#nav	{
	height: 50px;
	margin: 87px auto 0 90px;
	position: absolute;
	width: 800px;
	z-index: 2;
}

#nav ul	li	{
	float: left;
	list-style-type: none;
	text-transform:capitalize;
}

#nav ul	li a	{
	color:;
	font-size: 120%;
	padding: 0 10px 0 0;
}
	
.img-nav	{
	vertical-align: middle;
}	
	
#logo	{
	background: url(../images/logo.png) right no-repeat;
	height: 57px;
	margin: 30px auto 0 auto;
	width: 512px;
}

#background	{
	background: #f9f9d7 url(../images/bg.jpg); /*light tan*/
	overflow: auto;
	padding: 0 0 220px 0;
	width: 100%;
}

#wrapper	{
	margin: 0 auto;
	width: 960px;
}

#home-img	{
	background: url(../images/youmaynotknow.png) top no-repeat;
	height: 520px;
	margin: 100px 0 10px 0;
	position: relative;
	width: 955px;
}	

#stats	{
	height: 250px;
	left: 0;
	margin: 200px 0 0 345px;
	position: absolute;
	width: 580px;
}

#stats ul	{
	list-style-type: none;
}

#stats ul li		{
	padding: 0 0 20px 0;
}

/*__________________________________3 column grid________________________________________*/

#column	{
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 960px;
}
 
#column dl	{
	float: left;
	margin: 0 0 0 15px;
	padding: 15px;
	width: 185px;
}

#column dl:hover	{
	background: #f0f0db;
}

#column dt	{
	color: #98c510; /*enviro-green*/
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}

.button	{
	padding: 0 0 10px 0;
	text-align: center;
}

#column dd	{
	display: block;
	margin: 0;
	text-decoration: left;
}

#clear	{
	clear: both;
}

#col1	{
	float: left;
	margin: 0 0 0 50px;
	width: 400px;
}

#col2	{
	float: left;
	margin: 0 0 0 55px;
	width: 400px;
}

#inner	{
	margin: 200px 0 0 0;
	padding: 20px 0 0 0;
	width: 950px;
}

.steps li	{
	color: #83a812; /*green*/
	font-size: 120%;
	font-weight: bold;
}

.steps li p	{
	color: #595959; /*ash grey*/
	font-weight: normal;
}

#footer	{
	background: #8BD2E4 url(../images/footer.png) center no-repeat; /*light blue*/
	bottom: 0;
	height: 200px;
	position: absolute;
	text-align: center;
	width: 100%
}

#footer-text	{
	bottom: 0;
	color: #343434;
	font-size: 80%;
	padding: 0 0 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

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

#footer-text a:hover	{
	border-bottom: 1px dotted #fff;
	color: #fff;
}
