.header {	
	background-image: url(/sites/202/themes/clean_green/images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#column_header_1 { 
	width: 660px; height: 160px;
	float: left;
	background-color: transparent; 
	background-image: url(/sites/202/themes/clean_green/images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#column_header_2 { 
	width: 275px; height: 160px;
	float: right;
	background-color: transparent; 
	background-image: url(/sites/202/themes/clean_green/images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#column_header_3 { clear: both; width: 100%; }
.content_background_header_2 {   /*  top menu */
	background-image: url(/sites/default/themes/clean_green/images/topmenu.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	height: 33px; width: 275px;
	font-size: 9px;
}
.content_color_header_2 ul{
   	padding:0; margin:0; 
	list-style:none;
	padding-left: 10px;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0;
}
.content_color_header_2 ul li a{
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	border-right: 1px solid #fff;
	padding: 0 5px;
	line-height: 28px;
}
.content_color_header_2 ul li a:hover {color: #fff; text-decoration: underline; }

/* banner, logo */	
#site_logo {	 
	font-size: 35px; font-weight: bold; 
	color: #005703;
	height: 160px; line-height: 160px;
}
#column_header_3 .header_custom_content {display: none;}  /* no main banner */

/* main nav */
#content_header_3_1{
	background-color: transparent;
	background-image: url(/sites/default/themes/clean_green/images/backgrounds.gif);
	background-repeat: no-repeat;
	background-position:  left top;
}
#content_header_3_1 UL{
    padding:0;	margin:0; padding-left: 20px;
	height:40px;
	list-style-type:none;
	clear: both;
}
 #content_header_3_1 li {
	display:inline;
	color: #005703;
}
 #content_header_3_1 li.menu_spacer {
	color: #005703;
}
#content_header_3_1	 li a{
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #005703; font-weight:bold;
	padding: 0 6px;
	display: inline-block; 
}
#content_header_3_1	 a:hover { text-decoration: underline; }
#content_header_3_1 li.last_item  {padding-left: 15px; text-transform: uppercase; color: #009400;  }
#content_header_3_1 li.last_item #not_a_customer { display: inline; font-weight: bold; }
#content_header_3_1 li.last_item a{display: inline-block; color: #005703; }
#bottom_header_3_1 {clear: both; }