/* CSS Document */
@import url(normalize.css);

html, body {    
   height: 100%;
}
html { 
	text-align: center;
}
body {
	background-image:  url(../new_images/bg_sky.jpg);
	background-repeat: repeat-x; 
	background-color: white;
	background-position: top center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

#container {
   min-height: 100%;
   position: relative;
   width: 870px;
   margin: 0 auto -107px auto;
   text-align: left;
}
#tree {
   	min-height: 100%;
   	margin: 0 0 0 -40px;
   	position: absolute;
   	bottom: 1px;
   	background: url(../new_images/tree.gif) no-repeat bottom;
   	width: 359px;
   	display: block;
}

/* Headers */

h1 {
	position: absolute;
	top: 0;
	left: 97px;
	width: 296px;
	height: 65px;
	text-indent: -9999px;
	background: url(../new_images/logo_TG.jpg) no-repeat;
}
h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 65px;
	text-indent: -9999px;
	background: url(../new_images/logo_WM.jpg) no-repeat;
}
h2 a {
	display: block;
	width: 97px;
	height: 65px;
}
h3 {
	font-size: 20px;
	color: #1B3A23;
	margin: 22px 0 13px 0;
}
h4 {
	text-indent: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 22px 0 16px 0;
}
h4 a {
	background-color: none;
	color: #1B3A23;
	display: inline;
}
h4 a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #346B41;
	border-bottom: solid 1px #B5C8D7;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h6 {
	font-size: 12px;
	font-style:italic;
	color: #1B3A23;
	border-bottom: solid 1px #B5C8D7;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding: 22px 0 16px 0;
}

/* Navigation */

#nav_primary {
	position: absolute;
	top: 65px;
	left: 0;
	width: 870px;
	height: 39px;
	background: url(../new_images/bg_nav.jpg) no-repeat;
	z-index: 2;
}

#template_single #nav_primary, #template_list #nav_primary {
	height: 44px;
}
#nav_primary a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 26px;
	padding-top: 10px;
}

#nav_primary li {
	position: absolute;
	top: 0;
	text-align: center;
}
#nav_primary li a sub { font-size: 60%; vertical-align: bottom; }

#nav_home {
	left: 9px;
	width: 63px;
}
#nav_home a:hover { background: url(../new_images/bg_rollover_home.jpg) no-repeat; }
#nav_home.active  { background: url(../new_images/bg_hover_home.jpg) no-repeat; }
#nav_ourcommitment {
	left: 73px;
	width: 135px;
}
#nav_ourcommitment a:hover { background: url(../new_images/bg_rollover_commitment.jpg) no-repeat; }
#nav_ourcommitment.active  { background: url(../new_images/bg_hover_commitment.jpg) no-repeat; }
#nav_wasteasaresource {
	left: 209px;
	width: 174px;
}
#nav_wasteasaresource a:hover { background: url(../new_images/bg_rollover_waste.jpg) no-repeat; }
#nav_wasteasaresource.active { background: url(../new_images/bg_hover_waste.jpg) no-repeat; }
#nav_casestudies {
	left: 384px;
	width: 113px;
}
#nav_casestudies a:hover { background: url(../new_images/bg_rollover_casestudies.jpg) no-repeat; }
#nav_casestudies.active { background: url(../new_images/bg_hover_casestudies.jpg) no-repeat; }
#nav_media {
	left: 498px;
	width: 69px;
}
#nav_media a:hover { background: url(../new_images/bg_rollover_media.jpg) no-repeat; }
#nav_media.active { background: url(../new_images/bg_hover_media.jpg) no-repeat; }
#nav_pointofview{
	left: 568px;
	width: 111px;
}
#nav_pointofview a:hover { background: url(../new_images/bg_rollover_pov.jpg) no-repeat; }
#nav_pointofview.active { background: url(../new_images/bg_hover_pov.jpg) no-repeat; }
#nav_news{
	left: 680px;
	width: 65px;
}
#nav_news a:hover { background: url(../new_images/bg_rollover_news.jpg) no-repeat; }
#nav_news.active { background: url(../new_images/bg_hover_news.jpg) no-repeat; }
#nav_greenopolis{
	left: 746px;
	width: 110px;
}
#nav_greenopolis a:hover { background: url(../new_images/bg_rollover_greenopolis.jpg) no-repeat; }

/* Drop Down Navigation */

#nav_primary li ul {
	position: relative;
	top: 2px;
	height: auto;
	width: 200px;
	display: none;
	z-index: 5;
	background: #346B41;
	border-bottom: #1B3A23 7px solid;
	padding-top: 1px;
}
#nav_primary #nav_ourcommitment ul {
	width: 220px;
}
#nav_primary li li {
	position: relative;
	width: 100%;
	height: 19px;
	padding: 0 0 6px 0;
	background-image: none;
	margin-bottom: 1px;
}
#nav_primary li:hover ul {
	display: block;
}
#nav_primary li ul li a {
	font-size: 11px;
	text-align: left;
	height: 19px;
	padding: 6px 0 0 11px;
}
#nav_primary li ul li a:hover {
	background-image: none;
	background-color: #1B3A23;
}

/* Secondary Nav */

#nav_secondary {
	position: relative;
   width: 870px;
   margin: 0 auto;
   text-align: right;
   font-size: 10px;
	
}
#nav_secondary li {
	display: inline;
}

#nav_special {
}
#nav_special li {
	height: 29px;
	width: 130px;
	background: url(../new_images/arrow_blue.png) no-repeat top right;
	float: right;
	display: block;
	margin: 0 0 8px 16px;
	padding-right: 4px;
}
#nav_special li a {
	position: relative;
	top: 8px;
	right: 6px;
	color: #346B41;
}

#nav_external {
	color: #999;
	padding-right: 14px;
	background: url(../new_images/rss.gif) no-repeat right;
}

#nav_external a {
	padding: 0 2px 0 2px;
	color: #999;
}






/* Content Areas */

#content {
	position: relative;
	top: 109px;
	padding-bottom: 100px;
}

#flash_container {
	position: relative;
	width: 870px;
	height: 458px; 
	z-index: 1;
	top: -5px;
	left: 0;
	background: url(../new_images/bg_flash.gif) no-repeat;
}
#content_main {
	position: relative;
	left: 335px;
	width: 483px;
	min-height: 200px;
}
#template_list #content_main {
	position: absolute;
	left: 12px;
	top: 0;
	width: 293px;
}
#template_list #content #content_feature{
	position: relative;
	left: 328px;
	width: 542px;
}
.content_copy {
	border-left: 1px solid #1B3A23;
}
.content_copy p {
	line-height: 16px;
	margin-bottom: 13px;
	padding-left: 20px;
}
#content_feature {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	top: -1px;
}
#content_feature ul {
	background: url(../new_images/bg_content.jpg) repeat-x top #EBF0F4;
	padding-top: 55px;
	margin-bottom: 6px;
}

#template_list #content ul li {
	min-height: 143px;
	border-bottom: 1px solid #346B41;
	border-top: none;
	clear: both;
	text-align: left;
	position: relative;
}

.flash_thumb {
	width: 182px;
	height: 122px;
	float: left;
	margin: 10px 8px 12px 8px;
	position: relative;
}
#template_list #content ul li div {
	width: 182px;
	height: 122px;
	float: left;
	margin: 10px 8px 12px 8px;
}
#template_list #content ul#news-items {
	border-bottom: 1px solid #1A3A23;
	padding-top: 30px;/**/
}
#template_list #content ul#news-items li {
	min-height: 20px;
	height: auto !important;/**/
	height: 20px;/**/
	margin: 0 20px 0 20px;
	border-bottom: 1px solid #BDC7D0;
	padding-bottom: 8px;
}
#template_list #content ul#news-items li a {
	font-size: 14px;
	font-weight: bold;
	color: #1A3A23;
}
#template_list #content ul#news-items li em {
	font-size: 10px;
	font-style: italic;
	color: #1A3A23;
}
a.btn_cta {
	margin: 10px 0 0 431px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	width: 66px;
	height: 20px;
	background: url(../new_images/arrow_cta.gif) no-repeat top left;
	padding: 16px 0 0 16px;
	margin-bottom: 4px;
}
a.btn_cta:hover {
	background: url(../new_images/arrow_cta_over.gif);
}
a.btn_cta_large {
	margin: 10px 0 0 398px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	width: 99px;
	height: 20px;
	background: url(../new_images/arrow_large_cta.gif) no-repeat top left;
	padding: 16px 0 0 16px;
	margin-bottom: 4px;
}
a.btn_cta_large:hover {
	background: url(../new_images/arrow_large_cta_over.gif);
}
#content_feature li p {
	text-align: left;
}
#content_feature li h4 a {
	margin: 0;
	
}
#content span a { color: #346B41; font-weight: bold;}
#content span a.page_number:link { text-decoration: underline; }

#template_single #content_main {
	position: relative;
	left: 0;
	margin-bottom: 150px;
	text-align: center;
	width: 542px;
}
#template_single #content a {
	color: #1B3A23;
}
#template_single #content_feature a {
	text-decoration: underline;
}
#template_single #content_feature {
	width: 514px;
	background: url(../new_images/bg_content.jpg) repeat-x top #EBF0F4;
	margin-bottom: 6px;
	text-align: left;
	border-bottom: 1px solid #346B41;
	padding: 8px 14px 10px 14px;
}
#template_single #content_feature h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 16px 0;
}
#template_single .content_copy {
	border-left: none;
}
#template_single .content_copy p {
	padding-left: 0;
}
#template_single .content_copy ul {
	background: none;
	padding-top: 12px;
	margin: 25px 0 6px 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid #B5C8D7;
}
#template_single .content_copy li {
	display: inline;
	margin: 0 8px 0 8px;
}
#template_single #content_feature .content_copy li a {
	text-decoration: none;
}
#template_single .content_copy img {
}
#flash_case_study {
	width: 447px;
	height: 160px;
	z-index: 1;
}
#flash_video {
	width: 382px;
	height: 267px;
	z-index: 1;
}

#content_secondary {
	position: absolute;
	top: 268px;
	left: 558px;
	width: 278px;
}
#content_secondary ul {
	padding-bottom: 25px;
}
#content_secondary li {
	padding-bottom: 6px;
}
#content_secondary a:hover {
	text-decoration: underline;
}

input#sharefield {
	width: 382px;
	margin: 0 0 4px 0;
}
	



/* Site Info */


#site_info {
   height: 107px;
   position: relative;
   background: url(../new_images/bg_grass.png) repeat-x bottom center;
}

.clearfooter {
   height: 107px;
   clear: both;
}
#site_info ul { clear: both;}