@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: "Futura", "Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
html, body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #36933E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #36933E;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #36933E;
}
#section_headline {
	font-size: 14px;
	font-weight:bold;
	color: #3F9D37;
}
/* LAYOUT ITEMS */

#green_top_bar {
	background-color:#9BD06A;
	height:8px;
	width:100%;
}
#blue_top_bar {
	background-color:#6F97CB;
	height:4px;
	width:100%;
}
#dk_green_top_bar {
		background-color:#36933E;
		height:4px;
		width:100%;
	}
#header_container {
	width:960px;
	height:96px;
	margin:auto;
	padding-top:10px;
	overflow:auto;
}
#logo {
	float:left;
	background-image:url(../images/eco-nomics_logo.png);
	background-repeat:no-repeat;
	width: 398px;
	height:71px;
	margin-top:15px;
}
#tagline {
	float:right;
	margin-top:15px;
	font-size:14px;
	color:#9BD06A;
	width:355px;
	height:55px;
	font-style: normal;
}
#tagline_left {
	text-align:left;
}
#tagline_right {
	margin-top:5px;
	text-align:right;
}
#cloud_bar {
	background-image:url(../images/clouds.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height: 215px;
	width:100%;
}
#dark_clouds {
	background-image:url(../images/clouds_full.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height: 215px;
	width:1020px;
	;
	margin:auto;
}
#icon_bar {
	width:1020px;
	height: 215px;
	margin:auto;
	padding-left:35px;
	padding-right:35px;
}
/* ICON COLUMNS */
#icon_left_container {
	width:475px;
	height: 215px;
	float:left;
}
#icon_right_container {
	width:475px;
	height: 215px;
	float:right;
}
#icon_left_inner_left_container {
	width:190px;
	height: 215px;
	float:left;
	text-align:center;
}
#icon_left_inner_right_container {
	width:190px;
	height: 215px;
	float:right;
	text-align:center;
	margin-right: 32px;
}
#icon_right_inner_left_container {
	width:190px;
	height: 215px;
	float:left;
	text-align:center;
	margin-left: 32px;
}
#icon_right_inner_right_container {
	width:190px;
	height: 215px;
	float:right;
	text-align:center;
}

 
#built_better {
	background-position  : -0px -0px;
	background-image     : url(../images/nav_icons.png);
    background-color     : transparent; 
    background-repeat    : no-repeat; 
	height               : 215px; 
    width                : 190px;
	text-indent: -4000px;
	overflow: hidden;
	display:block;
 
 } 
#built_better:hover { 
    background-position  : -1140px -0px;
 }

 
#healthy_living {
	display:block; 
    background-position  : -190px -0px;
	background-image     : url(../images/nav_icons.png);
    background-color     : transparent; 
    background-repeat    : no-repeat; 
	height               : 215px; 
    width                : 190px;
	text-indent: -4000px;
	overflow: hidden;
	display:block; 
 } 
#healthy_living:hover { 
    background-position  : -1330px -0px;
 }
 #healthy_living span{
 	display: none;
 }
  
#energy_savings { 
    background-position  : -380px -0px;
	background-image     : url(../images/nav_icons.png);
    background-color     : transparent; 
    background-repeat    : no-repeat; 
	height               : 215px; 
    width                : 190px;
	text-indent: -4000px;
	overflow: hidden;
	display:block; 
 } 
#energy_savings:hover { 
    background-position  : -950px -0px;
 }
 #energy_savings span{
 	display: none;
 } 
  
#eco_friendly { 
    background-position  : -570px -0px;
	background-image     : url(../images/nav_icons.png);
    background-color     : transparent; 
    background-repeat    : no-repeat; 
	height               : 215px; 
    width                : 190px;
	text-indent: -4000px;
	overflow: hidden;
	display:block; 
 } 
 
#eco_friendly:hover { 
    background-position  : -760px -0px;
 }
  #eco_friendly span{
 	display: none;
 } 

/* NAVIGATION */
#nav_container {
	clear:both;
	background-color:#9BD06A;
	width:100%;
	height:33px;
	overflow:hidden;
}
#nav_holder {
	background-color:#36933E;
	width:1020px;
	height:33px;
	margin:auto;
}
#nav_menu {
	width:960px;
	margin:auto;
	overflow:hidden;
}
#menu {
	background: #36933E;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu.endcap{
	background: #36933E url("../images/seperator.gif") bottom right no-repeat;
	float: left;
	display: block;
	width:1px;
	height:32px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #36933E url("../images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 14px;
	letter-spacing:1px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #9BD06A url("../images/hover.gif") bottom center no-repeat;
	color: #36923D;
	padding-bottom: 8px;
}
/* MAIN CONTENT */
#main_content_holder {
	background-image:url(../images/content_gradient_lt.png);
	background-repeat:repeat-x;
	width:100%;
	padding-bottom:20px;
	overflow:auto;
}
#main_content_container {
	background-image:url(../images/content_gradient_dk.jpg);
	background-repeat:repeat-x;
	width:1020px;
	margin:auto;
	min-height:150px;
	overflow:auto;
}
#main_content {
	width:960px;
	margin:auto;
	padding-top:20px;
	overflow:auto;
}
#main_content_left_container {
	width:450px;
	float:left;
	text-align:justify;
	font-size:12px;
	line-height:30px;
}
#main_content_right_container {
	width:440px;
	float:right;
	text-align:justify;
}
/* FOOTER CONTENT */

/* LOGO BAR CONTENT */
#logo_bar_content {
	width:960px;
	height:45px;
	margin:auto;
	overflow:hidden;
}
#logo_bar_left_container {
	width:830px;
	height:45px;
	float:left;
}
#logo_bar_right_container {
	width:125px;
	height:45px;
	float:right;
	text-align:right;
	background-color:#FFFFFF;
	background-image:url(../images/homepage/plant_top.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/* BASE BAR CONTENT */
#base_bar_nav_container {
	width:100%;
	height:136px;
	background-color:#9BD06A;
	overflow:auto;
}
#base_bar_content {
	width:960px;
	height:136px;
	margin:auto;
	overflow:hidden;
}
#base_bar_left_container {
	width:760px;
	height:136px;
	float:left;
}
#base_bar_right_container {
	width:195px;
	height:136px;
	float:right;
	text-align:right;
	background-image:url(../images/homepage/plant_body.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#lower_links_left_container{
	margin-top:15px;
	width:450px;
	height:116px;
	float:left;
	color:#FFFFFF;
}
#lower_links_left_left{
	width:106px;
	margin-right:20px;
	float:left;
}
#lower_links_left_right{
	width:175px;
	margin-right:20px;
	float:right;
}

#lower_links_right_container{
	margin-top:15px;
	width:310px;
	height:116px;
	float:right;
	color:#FFFFFF;
}
#lower_links_right_left{
	width:170px;
	margin-right:20px;
	float:left;
}
#lower_links_right_right{
	width:100px;
	margin-right:20px;
	float:right;
}

#lower_links_headling{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	height:15px;
	margin-bottom:5px;
}
/* CREDIT BAR CONTENT */
#credit_bar_nav_container {
	width:100%;
	height:20px;
	background-color:#6F97CB;
	overflow:auto;
}
#credit_bar_content {
	width:960px;
	height:20px;
	margin:auto;
	overflow:hidden;
}
#credit_bar_left_container {
	width:600px;
	height:20px;
	float:left;
	font-size:9px;
	color:#FFFFFF;
	padding-top:3px;
}
#credit_bar_right_container {
	width:250px;
	height:20px;
	float:right;
	text-align:left;
	background-image:url(../images/homepage/plant_bottom.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-size:9px;
	color:#FFFFFF;
	padding-top:3px;
}
#credit_bar_right_container a {
	color:#FFFFFF;
	text-decoration:none;
}
#credit_bar_right_container a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


/* Twitter Feed */
#twitter_container{
	width:368px;
	background-color:#FFFFFF;
	margin-left:70px;
	overflow:auto;
}
#twitter_top_row{
width:348px;
height:21px;
padding-left:20px;
padding-top:12px;
color:#FFFFFF;
background-image:url(../images/twitterFeed/twitter_top.png);
background-repeat:no-repeat;
}
#twitter_middle_row{
width:368px;
overflow:auto;
}
#twitter_left_column{
float:left;
width:20px;
height:100%;
background-image:url(../images/twitterFeed/twitter_left_column_bg.png);
background-repeat:repeat-y;
}
#twitter_middle_column{
float:left;
width:328px;
padding-top:20px;
background-color:#FFFFFF;
}
#twitter_right_column{
float:right;
width:20px;
height:100%;
background-image:url(../images/twitterFeed/twitter_right_column_bg.png);
background-repeat:repeat-y;
}
#twitter_bottom_row{
width:368px;
height:63px;
text-align:right;
padding-bottom:12px;
background-image:url(../images/twitterFeed/twitter_bottom.png);
background-repeat:no-repeat;
}
#twitter_follow_me{
width:150px;
margin-right:75px;
margin-top:12px;
color:green;
font-size:10px;
float:right;
}