.header_column_1{
  clear:both;
}
#content_header_1_1{    /* logo */
  float: left;
  width: 235px;
}
#site_logo {
	font-size: 30px; font-weight: bold;
	color: #7dab07;
	padding: 15px 0;
	text-transform: uppercase;
}
.header_column_2_of_3 {   /*  top menu */
	float: right; 
	height: 25px;
	text-align: right;
}
.content_background_header_2 {
	float: right;
}
.content_color_header_2 {
	float: right;
}
.content_color_header_2 ul{
   	padding:0; 
	margin:0; 
	list-style-type:none;
    padding-left: 5px;
	margin-left: 1px; margin-top: 10px;
	float: right;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0;
}
.content_color_header_2 ul li a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #1b4774;
	font-weight:bold;
	font-size: 11px;
	border-right: 1px solid #1b4774;
	padding: 0 4px;
}
.content_color_header_2 ul li a:hover {
	text-decoration: underline;
}

/* banner, main nav */	
.header_column_3{
  clear:both;
}
/* banner */
#column_header_3 .header_custom_content {
	font-size: 0; line-height: 0;
	/* margin-bottom: 10px; */
}

/* main nav */
#content_header_3_1{
	background-color: transparent;
	background-image: url(/sites/default/themes/eco_green/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position:  top left;
}
#content_header_3_1 UL{
    padding:0 15px;
	margin:0;
	height:29px;
	list-style-type:none;
	clear: both;
}
 #content_header_3_1 li {
	display:inline;
	height:29px; line-height: 29px;
	color: #fff;
}
#content_header_3_1	 li a{
	display: inline-block;
	text-align: center;
	height: 29px; line-height: 29px; 
	padding: 0 15px;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
}
#content_header_3_1	 a:hover {
   	background-color: transparent;
	background-image: url(/sites/default/themes/eco_green/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left -29px;
}
#content_header_3_1 li.last_item  {padding-left: 15px;}
#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; }
#bottom_header_3_1 {clear: both; }