html{
	background:url(/_images/containerbg.jpg) repeat 50% 0;	
	min-width:986px;
	height: 100%;
}
body{
	margin:0;
	color:#000;
	font:12px "Trebuchet MS", sans-serif;
	background:url(/_images/maincontainerbg.jpg) repeat-x 50% 94px;
	min-width:986px;
	padding:116px 0 0;
	height: 100%;
}
form{
	margin:0;
	display:inline;
}
fieldset{
	margin:0;
	padding:0;
	border:none;
	display:block;
}


#container{
	position: relative;
	min-height: 100%;
	width:100%;
	margin:-22px auto 0;		
	padding:0 0 40px;
	z-index: 4;
}

/* ----- HEADER ------ */

#header{
	width:100%;
	overflow:hidden;
	background:url(/_images/headerbg.jpg) repeat-x 50% 0;
	height:116px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.headercontent{
	width:986px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:116px;
	padding:0 14px 0 0;
}
a.logo{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_images/logo.png) no-repeat;
	width:256px;
	height:115px;
	top:0;
	left:5px;
}


.headertext{
	float:right;
	overflow:hidden;
	width:711px;
}

/* ------ MAIN NAV ------- */

.mainnav{
	position:absolute;
	margin:3px 0 0 -5px;
	padding:0;
	list-style:none;
}
.mainnav li{
	float:left;
	list-style-type: none;
}
.mainnav a{
	display:block;
	overflow:hidden;
	height:72px;
	text-indent:-9999px;
}
.mainnav a.about{
	background:url(/_images/button_about.png) no-repeat;
	width:101px;
	margin:0 0px 0 0;
}
.mainnav a.science{
	background:url(/_images/button_science.png) no-repeat;
	width:107px;
	margin:0 0 0 0;
}
.mainnav a.initiatives{
	background:url(/_images/button_initiatives.png) no-repeat;
	width:111px;
}
.mainnav a.partners{
	background:url(/_images/button_partners.png) no-repeat;
	width:93px; 
}
.mainnav a.press{
	background:url(/_images/button_press.png) no-repeat;
	width:75px;
}
.mainnav a:hover,
.mainnav li.active a{
	background-position:0 -90px;
}
.newsletter{
	float:right;
	background:url(/_images/newsletterbg.jpg) no-repeat;
	width:224px;
	height:75px;
	overflow:hidden;
	padding:0 0 20px 15px;
}
.newsletter h2{
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_images/newsletterh2.gif) no-repeat;
	width:195px;
	height:22px;
	margin:12px 0 0 10px;
}
.newsletter fieldset{	
	width:198px;
	overflow:hidden;
	margin:6px 0 0;	
}
.newsletter input.text{
	font:11px "Trebuchet MS", sans-serif;
	color:#333;
	border:1px solid #5c3f30;
	float:left;
	width:121px;
	padding:1px 3px 0 5px;
	height:16px;
	margin:1px 6px 0 0;
}
a.submit{
	float:right;
	background:url(/_images/submit.jpg) no-repeat;
	width:58px;
	height:27px;
	text-indent:-9999px;
}
a.submit:hover{
	background-position:0 -27px;
}
/* main home */
#container:after,
#main:after,
.maincontainer:after,
.mainholder:after,
.topcontent:after{
	display:block;
	content:"";
	clear:both;
}	
.maincontainer{
	padding-bottom: 60px;
	width: 100%;			
}
#main{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.topcontent{
	width:100%;		
	position:relative;
	padding:0 0 16px;
}
.textbox{
	float:left;
	width:329px;
	overflow:hidden;
	position:relative;	
}
.textbox h1{	
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_images/textboxh1.gif) no-repeat;
	width:254px;
	height:36px;
	margin:40px 0 0 2px;	
}
.textcontent{
	width:257px;
	overflow:hidden;
	padding:0 0 14px 13px;
	background:url(/_images/leafbg.jpg) no-repeat 0 100%;	
	position:relative;	
}
.textcontent p{
	margin:4px 0 0;
	color:#fff;
	font-weight:bold;
	width:257px; 
	line-height:15px;
}
.learn{
	display: block;
	float:right;
	background:url(/_images/learn_rollover.png) no-repeat;
	width:150px;
	height:20px;
	text-indent:-9999px;
	overflow: hidden;
	margin:7px 0 0 0;	
}

.learn:hover {
	background-position: 0 -20px;
}

#latestnews {
}

#latestnews a {
	color:#FEB60A;
	text-decoration: none;
	
}

.latestnews{
	overflow:hidden;
	background:url(/_images/path.jpg) no-repeat 12px 0;
}

#rss_container{
	color: #FFFFFF;
	width: 250px;
	margin: 10px 0 0 14px;
}

.latestnews h2{
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_images/latestnewsh2.gif) no-repeat;
	width:166px;
	height:31px;
	margin:14px 0 0 19px;
}
.latestnews ul{
	margin:6px 0 0 2px;
	background:url(/_images/greenpath.jpg) no-repeat 10px 100%;
	padding:0 0 22px;
	list-style:none;
}
.latestnews li{
	background:url(/_images/arrow.jpg) no-repeat 0 3px;
	padding:0 0 0 23px;
	width:250px;
	font-weight:bold;
	color:#fff;
	line-height:13px;
	margin:14px 0 0;
}
.latestnews li a{
	color:#FFF;
	text-decoration:none;
}
.imagebox{
	float:right;
	background:url(/_images/imagebox.jpg) no-repeat;
	width:712px;
	overflow:hidden;
	height:448px;
	margin:45px 0 0 -41px;
	position:relative;	
	z-index:1;
}
span.change{
	display:block;
	overflow:hidden;
	background:url(/_images/inyourhands.gif) no-repeat;
	width:686px;
	height:175px;
	margin:261px 0 0 16px;
	text-indent:-9999px; 
}
a.imageleaf{
	position:absolute;
	overflow:hidden;
	background:url(/_images/leaf.png) no-repeat;
	width:200px;
	height:129px;
	top:307px;
	right:10px;	
	text-indent:-9999px;
	outline:none;
}
.boxholder{
	overflow:hidden;
	width:1010px;	
	padding:0 0 0 10px;
	margin:0 -20px 0 0;
}
.contentbox{
	overflow:hidden;
	background:url(/_images/contentboxbg.png) no-repeat;
	width:315px;
	height:266px;
	float:left;	
	margin:0 20px 0 0;
}

.contentbox_wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
.contentbox a{
	float: right;
	margin:114px 9px 0 0;
	text-indent:-9999px;
	display:block;
	position:relative;
	height: 93px;
	width: 138px;
}
.contentbox h2{
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_images/space.gif) no-repeat;
	width:224px;
	height:15px;
	margin:11px 0 0 22px;
}
.imagetext{	
	margin:8px 0 0 15px;
	width:288px;
	height:224px;
	overflow:hidden;
	background:url(/_images/riding_bikes.jpg) no-repeat;
}
.contentbox.second h2{
	background:url(/_images/raiseyourvoice.gif) no-repeat;
	width:264px;
	height:16px;
}
.contentbox.second .imagetext{
	background:url(/_images/check_before.jpg) no-repeat;
	padding:0 3px 0 0;
	width:288px;
}
.contentbox.second .imagetext a{
	float: left	;
	overflow:hidden;
	width:75;
	height:100px;
	margin:110px 0 0 0px;
	text-indent:-9999px;
	position:relative;
}
.contentbox.third h2{
	background:url(/_images/ggmobile.gif) no-repeat;
	width:250px;
	height:16px;
}
.contentbox.third .imagetext{
	background:url(/_images/get_involved.jpg) no-repeat;
	padding:0 0 0 30px;
	width:288px;
}
.contentbox.third .imagetext a{
	float: right;
	overflow:hidden;
	margin:115px 30px 0 0;
	text-indent:-9999px;
	position:relative;
	width: 200px;
	height: 110px;
}

/* rightcontent */
.rightcontent{
	float:right;
	width:256px;
	overflow:hidden;	
}
.headerlink{
	overflow:hidden;
	width:236px;	
	margin:27px 0 0;
	padding:0 10px;
}
.headerlink h2{	
	float:left;
	background:url(/_images/contests.gif) no-repeat;
	width:95px;
	height:19px;
	text-indent:-9999px;
	margin:5px 0 0;
	line-height:19px;
}
a.login{
	float:right;
	overflow:hidden;
	background:url(/_images/login.jpg) no-repeat;
	width:58px;
	height:26px;
	text-indent:-9999px;
}
a.login:hover{
	background-position:0 -26px;	
}
.pledge{
	display:block;
	background:url(/_images/pledgenow.jpg) no-repeat;
	overflow:hidden;
	width:239px;
	height:79px;
	text-indent:-9999px;
	margin:37px 0 0 10px;
}
.pledge:hover{
	background-position:0 -79px;
}
.contestbox{
	background:url(/_images/contestbox.png) no-repeat;
	width:259px;
	height:323px;
	padding:20px 0 0;
}
#nav{
	margin:-8px 0 0 12px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:14px;
}
#nav li{
	width:100%;
	float:left;
	margin:21px 0 0;	
	line-height:14px;	
}
#nav a{
	float:left;
	color:#fff;
	background:url(/_images/greenarrowhover.png) no-repeat 0 3px;
	height:19px;	
	padding:0 0 0 21px;
	text-decoration:none;
	outline:none;
	position:relative;
}
#nav a:hover{
	text-decoration:underline;
	color:#ffb91b;
}
#nav li.active a{
	background:url(/_images/greenarrow.png) no-repeat;
	outline:none;
}
#nav ul{
	margin:0;
	padding:0 0 0 33px;	
	list-style:none;
	display:none;	
}
#nav ul li{
	margin:16px 0 0 !important;
	line-height:17px;	
}
#nav ul a,
#nav li ul a,
#nav li.active ul a{
	background:url(/_images/greenmarker.jpg) no-repeat 0 7px  !important; 
	padding:0 0 0 11px ;
	width:159px;
	outline:none;
	display:block;
	height:1%;	
}
#nav li.active ul{
	display:block;
}
/*main topstyle */
.statbox h1{
	margin:0 0 0 17px;
	color:#fff;
	font-size:30px;
}
.topstyletopbg{
	overflow:hidden;
	background:url(/_images/topstyletopbg.png) no-repeat;
	width:625px;
	height:44px;
}
.maincontainer.topstyle .statcontenttopbg{
	background:url(/_images/topstylebg.jpg) no-repeat;
}
.maincontainer.topstyle .leftcontent{
	margin:24px 0 0;
}
.topstylecontent{
	overflow:hidden;
	padding:0 0 20px 11px;
	width:548px;
	margin:-11px 0 0;
	min-height:650px;
}
.topstylecontent h2{
	margin:20px 0 0;
	color:#91bc5e;
	font-size:18px;
}
.topstyleul{
	margin:18px 0 0 19px;
	padding:0;
	list-style:none;
}
.topstyleul li{
	color:#1f1f1f;
	line-height:15px;
	font-size:12px;
}
.topstylecontent p{
	margin:0;
	color:#1f1f1f;
	margin:15px 0 0;
	width:547px;
	line-height:15px;
	font-size:12px;
}
* html .topstylecontent{
	height:650px;
	overflow:visible;
}
a.style{
	color:#6da628;
	text-decoration:underline;
}
a.style:hover{
	color:#ffb91b;
}
a.rollover{
	color:#ffb91b;
	text-decoration:underline;
}
/* footer */
#footer{
	position:absolute;
	bottom: 0;	
	width:100%;
	overflow:hidden;
	background:url(/_images/footerbg.jpg) repeat-x;
	height:65px;
	z-index: 3;	
}
.footercontent {
background:transparent url(/_images/footercontentbg.jpg) no-repeat scroll 0 0;
height:50px;
line-height:12pt;
margin:0 auto;
overflow:hidden;
padding:15px 5px 0;
width:990px;
}

.footercontent span{
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

#footer_right {
	float: right;
	text-align: right;
	
}

#footer_right a {
	color: #FFFFFF;
}

.footer_right span{
	float: right
	
}

.footerul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.footerul li{
	background:url(/_images/footerseparator.jpg) no-repeat 0 50%;
	font-size:11px;
	font-weight:bold;
	display:inline;
	padding:0 5px 0 9px;	
}
.footerul li.first{
	background:none;
}
.footerul a{
	color:#fff;
	text-decoration:none;	
}
.footerul a:hover{
	text-decoration:underline;
}

/* -------- PNG FIX --------*/

img, div, a,  {
	 behavior: url(_js/iepngfix.htc)
}
 
/* start - link behaviour inside p tag */

#donate {
	background: transparent url(/_images/button_donate.png) no-repeat;
	width: 236px;
	height: 0;
	overflow: hidden;
	padding-top: 77px;
	display:block;
	margin: 0px 0 0 0px;
}



.textcontent p a { 
  color:#ffffff; ;
}

.textcontent p a:hover {
  color:#ffb91b;
}

/* end - link behaviour inside p tag */



