/* layout */
.header_column_1 {float: left; }
.header_column_2 {float: right; }
.header_column_3 {clear: both; }

/* banner, logo */	
#site_logo {
	font-size: 0; line-height: 0;
	padding-top: 15px; padding-bottom: 35px; 
}
/*  top menu */
.content_background_header_2 {
	text-align: left;
	background-color: #9f9f9f;	
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	height: 29px; width: 360px; 
	margin-top: 15px;
}
.content_color_header_2 {
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
	height: 29px;
}
.content_color_header_2 ul{
   	padding:0; margin:0; 
	list-style-type:none;
	line-height: 29px;
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 29px;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0;
}
.content_color_header_2 ul li a{
	display: inline-block;
	height: 25px; line-height: 25px;
	margin-top: 2px;
	text-align: center;
	text-decoration: none;
	color: fff;
	font-weight:bold;
	font-size: 11px;
	border-right: 1px solid #fff; border-left: 1px solid #fff;
	padding: 0 10px;
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds.gif);
	background-position: left -2px;
	background-repeat: repeat-x;
}
.content_color_header_2 ul li a:hover {
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds.gif);
	background-position: left -31px;
	background-repeat: repeat-x;
	color: #fff;
}


#column_header_3 .header_custom_content {display: none;}  /* no main banner */
.header_column_3{ clear:both; }

/* main nav */
.content_background_header_3 {
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position:  left -58px;
	height: 32px;
}
.content_color_header_3 {
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds_right.gif);
	background-repeat: no-repeat;
	background-position: right -29px;
	height: 32px;
}
.content_color_header_3 UL{
    padding:0;	margin:0; padding-left: 45px;
	height:32px;
	list-style-type:none;
	clear: both;
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds_left.gif);
	background-repeat: no-repeat;
	background-position: left -29px;
}
.content_color_header_3 li {	display:inline;	color: #fff;}
.content_color_header_3 li.menu_spacer { display:none; }
.content_color_header_3 li a{
	display: inline-block;
	height: 28px; line-height: 28px;
	margin-top: 2px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
	padding: 0 12px;
	background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds.gif);
	background-position: left -60px;
	background-repeat: repeat-x;
	border-right: 1px solid #fff; border-left: 1px solid #fff;
}
.content_color_header_3 a:hover {
    background-image: url(/sites/default/themes/4sqgraphics/images/backgrounds.gif);
	background-position: left -92px;
	background-repeat: repeat-x;
	color: #fff;
}
.content_color_header_3 li.last_item  {padding-left: 15px; text-transform: uppercase;}
.content_color_header_3 li.last_item #not_a_customer { display: inline; font-weight: normal; }
.content_color_header_3 li.last_item a{display: inline-block; color: #f6f403; border-left: 0; }
.content_color_header_3 li.last_item a:hover {color: #f6f403; }
#bottom_header_3_1 {clear: both; }