html, body {
	background: #FFF;
	color: #333;
	font-size: 11px;
	padding: 0;
	height:100%; 
}

.container_12 {
	margin:0 auto;
}
	
a {
	color: #8bc53f;
	text-decoration: none;
	font-size:13px;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-size:12px;
	line-height:16px;
	color:#999999;
	margin:0;
	padding:0;
	list-style-position:outside;
	}
	
hr {
	border-top: 2px solid; /*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
	margin:20px 0;
}

.green {color: #8bc53f;}

h1 {
	font:26px Arial, Helvetica, sans-serif normal;
	text-align: left;
	color: #8bc53f;
}

h2 {
	padding: 0;
	margin:0;
	text-align: left;
	font:26px Arial, Helvetica, sans-serif normal;
	color: #8bc53f;
}

h3 {
	padding: 0;
	margin:0;
	text-align: left;
	font:18px Arial, Helvetica, sans-serif normal;
	color: #8bc53f;
}

h3 a {
	padding: 0;
	margin:0;
	text-align: left;
	font:18px Arial, Helvetica, sans-serif normal;
	color: #8bc53f;
	text-decoration:none;
}

h4 {
	padding: 10px 0 0;
	margin:10px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #8bc53f;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#525252;
}

.container_12 {
	background: #fff url(../img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.breakpageTop {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom:1px solid #A8A8A8;
	text-align:center;
	width:940px;
	}

.breakpageTopTitle {
	margin:0 0 10px 0;
	}

.breakpageTop p {
	margin:10px 0 0 0;
	}
	
.breakpageLogo {
	display:block;
	margin:0 auto 40px auto;
	}
	
.breakpageTopLeft {
	text-align:left;
}

.breakpageContentArea {
	width:940px;
	float: left;
	position: relative;
	margin:20px 10px 0 10px;
	padding-bottom:20px;
	border-bottom:1px solid #A8A8A8;
}

.breakpageContentArea P {
	margin:10px 0 0 8px;
	font-size:13px;
	color:#999999;
}

a.rollover {
	float:right;
	display: block;
	width: 80px;
	height: 33px;
	text-decoration: none;
	background: url(../img/breakpage-enter-button.gif);
	}

a.rollover:hover {
	background-position: -82px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
		
/* 
TOP NAVIGATION
-------------------------------
*/

.topnav {
	width: 960px;
	height: 70px;
	background:#8BC53F;
}

.housekeepingNav {
	text-align:right;
	margin-top:5px;
}

.housekeepingNav a:link,
.housekeepingNav a:visited {
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:20px;
}

#navigation {
	float:right;
 }
 
ul.mainNav {
	text-align:right;
	margin-top:5px;
	list-style:none;
	float: left;
	position: relative;
	height:20px;
}

.mainNav li {
	float:left;
	margin:0;
	background:no-repeat url(../img/divider.png);
	padding:0 15px;
}

.mainNav a:link,
.mainNav a:visited {
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:25px 0 0 0;
	display: block;
}

.mainNav a:hover {
	background:no-repeat url(../img/nav-leaf.png);
	background-position:center top;
}

.mainNav li.first {
	background:none;
	}
	
.mainNav li.last {
	padding-right:0;
	}
	
	
/* 
TOP NAVIGATION
-------------------------------
*/
.homeLogo {
	margin:30px 0 0 8px;
	}
	
.homepageTop {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom:1px solid #A8A8A8;
	}

.homeTitle {
	margin:20px 0 0 75px;
	}
	
.homeText {
	margin-left:77px;
	color:#A8A8A8;
	font-size:12px;
	}
	
.homeBed {
	text-align:center;
	vertical-align:bottom;
	}


/* 
CONTENT AREA
-------------------------------
*/
.homepageContentArea {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom:1px solid #A8A8A8;
	min-height:100%;
	background:repeat url(../img/background-dividers-3col-home.gif);
}

.contentArea {
	float: left;
	position: relative;
	background:repeat url(../img/background-3col-contentArea.gif);
}

.contentAreaLeft {
	float: left;
	position: relative;
	margin:0;
	width:720px;
}

.contentAreaRight {
	float: left;
	position: relative;
	margin:0;
}

.col_left,
.col_middle,
.col_right {
	display: inline;
	float: left;
	position: relative;
	}
	
.homepageContentArea .col_left {	width:380px; }
.homepageContentArea .col_middle { width:240px; }
.homepageContentArea .col_right { width:290px; }

.col_left ul {
	font-size:12px;
	line-height:16px;
	color:#999999;
	margin:0;
	padding:0;
	list-style-position:outside;
	}

.col_left li {
	margin:5px 0 5px 15px;
	}

.dottedBorderRight {border-right:1px dotted #e3e3e3;}
.dottedBorderLeft {border-left:1px dotted #e3e3e3;}
.dottedBorderTop {border-top:1px dotted #e3e3e3;}
.dottedBorderBottom {border-bottom:1px dotted #e3e3e3;}
.padded {padding:15px;}
.paddedTop {padding:15px 0 0 0;}

.contact-info h3 {
	padding: 0;
	margin:0;
	text-align: left;
	font:18px Arial, Helvetica, sans-serif normal;
	color: #8bc53f;
}

.contact-info p,
.contact-info ul,
.did-you-know ul {
	font-size:13px;
	line-height:18px;
	color:#999999;
	margin:0;
	padding:0;
	}

.contact-info ul {
	list-style-image:url(../img/green-bullet.gif);
	list-style-position:outside;
	}

.did-you-know ul {
	list-style-image:url(../img/green-leaf.gif);
	list-style-position:outside;
	}
	
.contact-info li,
.did-you-know li {
	margin:15px;
	}
	
.did-you-know {
	padding:15px 15px 0 15px;
	}

ul.leafy {
	list-style-image:url(../img/green-leaf.gif);
	list-style-position:outside;
	}

.leafy li {
	margin:5px 15px 5px 30px;
}

ul.checklist {
	list-style-image:url(../img/checkmark-bullet-whiteBkg.gif);
	list-style-position:outside;
	font-size:14px;
}

.checklist li {
	margin:10px 15px 10px 30px;
}

.footnote {
	font-size:9px;
	line-height:11px;
	color:#666;
}

/* 
FOOTER
-------------------------------
*/

.footer-logos {
	text-align:right;
	border-top:1px solid #A8A8A8;
	width:940px;
	margin-left:10px;
	
	}
.footer-logos img {
	margin:10px;
	}


/* 
SUBFOOTER
-------------------------------
*/
.subfooter {
	border-top:1px dotted #e3e3e3;
	text-align:right;
	margin:0 10px;
	}

.subfooter a:link,
.subfooter a:visited {
	color:#CCCCCC;
	text-decoration:none;
	margin:20px 10px;
	display:block;
	position:relative;
	float:right;
	}
	
/*
PROJECT PAGE
-------------------------------
*/

.project_img_right {
	float:right;
	margin:0 0 10px 10px;
}

.project_img_left {
	float:left;
	margin:0 10px 10px 0;
}

.testimonials {
	margin:20px 0 0 0;
}

.testimonials td {
	vertical-align:top;
	padding-bottom:15px;
}

/*
FROM OLD CSS FILE
*/

.charthead p{
	color: #ffffff;
}

.smalltext {
	font-size: 9px;	
	line-height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-transform:none;
	font-weight: normal;
	}
		
.smalltext A:link,
.smalltext A:visited {
	font-size: 9px;	
	line-height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#333333;
	text-transform:none;
	font-weight: normal;
	}

div.participant{
	width: 145px;
	float: left;
	margin: 0 10px 20px 0;
	text-align: center;
}


table.eco_stay{
	width: 450px;
	float: right;
	margin: 20px 0 30px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

table.eco_stay td{
	width: 110px;
	border: 1px solid white;
	background: #eeeeee;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

table.eco_stay thead td{
	background: #006536;
	color: white;
	padding: 15px 10px 15px 10px;
}

table.eco_stay tr.odd td{
	background: #f8f8f8;
}

table.eco_stay td.heading{
	width: 260px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

table.eco_stay tr.initiatives td{
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

table.eco_stay td.heading div,
table.eco_stay td.heading span{
	font-weight: normal;
}

table.eco_stay tr.initiatives td li{
	margin-left: 16px;
	margin-bottom: 8px;
	text-align: left;
}

table.eco_stay thead td a{
	text-decoration: none;
	cursor: pointer;
}

table.eco_stay #year_next{
	width: 21px;
	height: 20px;
	display: block;
	float: right;
	background: right 1px no-repeat url(img/summary_arrows.gif);
}

table.eco_stay #year_next.no_next{
	background-position: right bottom;
}

table.eco_stay #year_previous{
	width: 21px;
	height: 20px;
	display: block;
	float: left;
	background: left 1px no-repeat url(img/summary_arrows.gif);
}

table.eco_stay #year_previous.no_previous{
	background-position: left bottom;
}


#public_profile{
	width: 320px;
	float: left;
}

#public_profile h1{
	margin: 10px 0 8px 0;
	padding: 0;
	font-size: 18px;
	color: black;
}

/*--ADDITIONAL CSS---*/
.standards	{clear:both;
			float:right;
			margin-top:-40px;}
			
.standards img	{border:none;}

.standards2	{clear:both;
			float:left;
			margin-left:0px;
			margin-top:-50px;}
			
.standards2 img	{border:none;}


table.download{
	width: 98%;
	margin-bottom: 25px;
}

table.download td{
	padding: 5px 15px 5px 5px;
	vertical-align: top;
	text-align: left;
}

table.download tbody td.link{
	width: 200px;
	padding: 30px 0 5px 0;
}

table.download tbody td h3{
	height: 25px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}


