/* CSS Document */

body { 
	min-width: 742px; 
	font-size: 11px;
line-height: 13.5px;
	font-family:verdana, arial, sans-serif;  
	font-weight:200;
	color: #00B15A;
	margin: 0px;
	background:#FFFFFF;
}

strong {
	font-weight: bold;
}

ul
{
	margin-left:20px;
	padding-left:0px;
}

li{
list-style-image:url(images/hyphen.gif);
}

sub{
font-size:7px;
padding-top:-7px;
margin-top:-7px;
}

/*general styles*/
img { padding:0px; border:0px; }

a { color:#8CC63F; text-decoration:none; }

.footerlink { color:#999999; font-weight:bold; text-decoration:none; }
.footerlink:hover { color:#999999; font-weight:bold; text-decoration:underline; }

a:hover { color:#8CC63F; text-decoration:underline;}

/*end general styles*/

#wrapper {
	position:relative;
	margin:10px 10px 20px 10px;
	width:742px;
	height:526px;
	overflow:hidden;
}

#header {
	width:722px;
}

#banner {
	position:relative;
	height:70px;
	width:722px;
}

#swoosh {
	top:0px;
	position:relative;
	left:0px;
	width:722px;
	height:70px;
}


#companyLogo {
	position:absolute;
	bottom: 0px;
	left:0px;
}

#menu {
	margin:10px 0px 40px 0px;
	width:100%;
	height:18px;
	overflow:hidden;
}

#menu .items { 
	margin:0px 5px 0px 0px; 
	float:left; 
	width: 116px;
	color:#FFFFFF;
	cursor:pointer;
}

#menu .itemsend { 
	margin:0px 0px 0px 0px; 
	float:left; 
	width: 116px;
	color:#FFFFFF;
	cursor:pointer;
}

.dark {
	background: #54B948;
	color:#ffffff;
}


.mediumdark {
	background: #8CC63F;
	color: #ffffff;
}

.medium {
	color:#ffffff;
	background: #A0CE67;
}

.light {
	color:green;
	background: #C8DF8E;
}

.lightest {
	color:green;
	background: #E7EFBC;
}

#menu .lightest a {
	color: #54B948;
}


#treesForChangeLogo {
	position:absolute;
	left:10px;
	bottom:25px;
}

#legal {
	position:absolute;
	left:180px;
	bottom: 27px;
	font-size:10px;
	color:#666666;
}

/* layouts */

.singleContent {
	position:relative;
	left:185px;
	top:-2px;
	width:100%;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:13px;
}


.contentLeft {
	padding-right:20px;
	padding-left:5px;
	position:relative;
	float:left;
	height:300px;
	width:339px;
	background:#FFFFFF;	
}

.contentRight {
	position:relative;
	float:right;
	height:100%;
	width:358px;
	background:#FFFFFF;	
}

.slideholder
{
	position:absolute;
	left:0px;
	width:722px;
}



#facts {
	position:relative;
	float:right;
	height:250px;
	width:100%;
	overflow:visible;
	background:#FFFFFF;	
}

.factsPanel {
	position:relative;
	float:left;
	height:115px;
	width:171px;
	padding-left:5px;
	padding-top:5px;
	border-right:6px solid #ffffff;
	border-bottom:6px solid #ffffff;
}

.factsNote {
	position:absolute;
	bottom:5px;
	float:left;
	left:5px;
	font-size:9px;
	line-height:11px;
}

.factsImage {
	position:relative;
	float:right;
	height:231px;
	width:176px;
}

#gallery {
	position:relative;
	float:left;
	left:180px;
	height:231px;
	width:545px;
	background:#FFFFFF;	
}

.galleryLarge{
	position:relative;
	float:left;
	width:365px;
	height:200px;
}

.galleryThumbHolder{
	position:relative;
	float:right;
	height:231px;
	width:180px;
	right:0px;
	top:0px;
	background:#FFFFFF;

}

.galleryThumb{
	position:relative;
	float:left;
	height:77px;
	width:51px;
	border-right:6px solid #ffffff;
	border-bottom:6px solid #ffffff;
}

.galleryThumbW{
	position:relative;
	float:left;
	height:52px;
	width:77px;
	border-right:6px solid #ffffff;
	border-bottom:6px solid #ffffff;
}

.paging {
	position:relative;
	left:0px;
	overflow:hidden;
	width:722px;
}

#thepage {
	position:relative;
	left:0px;
	overflow:visible;
}


.pageNext{
	position:absolute;
	cursor:pointer;
	font-size:13pt;
	font-weight:bold;
	top:345px;
	right:4px;
	float:right;
}

.pagePrevious{
	position:absolute;
	cursor:pointer;
	font-size:13pt;
	font-weight:bold;
	top:345px;
	right:100px;
	float:right;
} 

.pageNext a, .pagePrevious a, 
.pageNext a:hover, .pagePrevious a:hover {
	color:#00B259;
}


.imgDesc { font-size:10px; }
	

