@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0066A4;
}
/*//////////////////
// BANNER //////////
//////////////////*/
#banner {
	width: 970px;
	height: 158px;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #832726;
	border: none;
	clear: both;
}
#banner-right {
	background-image: url(images/hou_banner_right_top.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 806px;
	float: right;
}/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#bottom-links {
	padding: 6px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 970px;
	clear: both;
	color: #ffffff;
	background-color: #470807;

}

#bottom-links a:link,
#bottom-links a:visited {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
/*	clear: both;*/
}

#bottom-links a:hover {
	text-decoration: none;
	color: #ffd200;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#bottom-links a:active {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*////////////////////////////
// BUSINESS ADDRESS ////////
///////////////////////////*/
#business-address {
	width: 970px;
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	clear: both;
	text-align: center;
	background-color: #470807;
}
/*//////////////////////////////////////
// Base paragraph emphasis formatting//
//////////////////////////////////////*/
.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #ffd200;
	margin: 12px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*//////////////////////////////////
// citylist page - city formatting//
//////////////////////////////////*/
.citylist-li-left,
.citylist-li-right {
	display: inline;
	float: left; 
	width: 250px; 
	padding: 0px;
	margin: 0px 0px 10px 60px; 
/*	border: 1px solid #ffffff;*/
}

.citylist-li-left {
	margin: 0px 0px 0px 80px; 
}

.citylist-li-left a:link, .citylist-li-left a:visited,
.citylist-li-right a:link, .citylist-li-right a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.citylist-li-left a:hover,
.citylist-li-right a:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd200;
}

.citylist-li-left a:active,
.citylist-li-right a:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#citylist-span {/* fixes div overflow problem if applicable */
	padding: 1px; 
	margin: 0px; 
	width: 630px; 
	display: block; 
	clear: both;
}
/*////////////////////////////
//Alpha city menu formatting///
////////////////////////////*/
#cloud-menu {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}

#cloud-menu a:link,
#cloud-menu a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#cloud-menu a:hover {
	text-decoration: none;
	color: #ffd200;
	font-weight: bold;
}

#cloud-menu a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
/*/////////////////
// CC ////////////
////////////////*/
#cc {
	padding: 0px;
	margin: 0px;
}
/*//////////////////
// CONTAINERS /////
//////////////////*/
#container-in {
	width: 970px;
	margin: 0px;
	padding: 0px;	
	background-color: #832726;
}
#container-out {
	padding: 0px;
	margin:0px;
	width: 100%;
}
/*///////////////
// CONTENT //////
///////////////*/
#content-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/hou_content_container_span.gif);
	background-repeat: repeat;
	background-color: #832726;	
	clear: both;
}
#content-fix {
	width: 970px;
	height: 1px;
	display: block;
	clear: both;
}
#content-left {
	width: 234px;
	float: left;
	margin: 0px 0px 0px 12px;
/*	margin: 0px 0px 0px 13px;	*/
}
#content-right {
	padding: 0px;
	margin: 0px 12px 0px 0px;
/*	margin: 0px 22px 0px 0px;	*/
	width: 676px;
	background-image: url(images/hou_content_span.gif);
	background-repeat: repeat-y;
	float: right;
}
#content {
	padding: 0px 12px 0px 12px;
	margin: 0px;
	color: #ffffff;
	/*background-color: #832726;*/
}
#content-bottom {
	width: 676px;
	height: 1px;
	background-color: #470807;
	display: block;
	clear: both;
	border-bottom: 8px solid #470807;
}
/*////////////////////////////
//Base paragraph formatting///
////////////////////////////*/
.content-pgraph {
	font-size: 13px;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

.content-pgraph a:link {
	color: #ffd200;
	text-decoration: none;
	font-weight: bold;
}
.content-pgraph a:visited {
	color: #ffd200;
	text-decoration: none;
	font-weight: bold;	
}
.content-pgraph a:hover {
	color: #ffd200;
	text-decoration: underline;
}
.content-pgraph a:active {
	color: #ffd200;
	text-decoration: none;
	font-weight: bold;	
}

.content-pgraph a.i-link {
	color: #ffffff;
	text-decoration: none;
}

.content-pgraph-h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}
/*//////////////////
// COUPON //////////
//////////////////*/
#coupon {
	padding: 0px;
	margin: 0px;
}
/*////////////////
// FEED CONTAINER //
//////////////////*/
#feed-container {	
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 16px 0px;
	background-color: #470807;
/*	background-image: url(images/links_bottom_span.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
	color: #ffffff;
}
.feed-img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/*////////////////////////////////
//Footer formatting///////////
////////////////////////////////*/
#footer {
	width: 970px;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #470807;
	color: #ffd200;
	text-align: center;
	clear: both;
}

#footer h1 {
	padding: 0px;
	margin: 0px;
}

#footer h1 a,
#footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ffd200;
	font-size: 11px;
	font-weight: bold;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
.form-auto-info {
	color: #ffd200;
}
#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
}
/*//////////////////
// COMPANY HEADER //
//////////////////*/
#header-company { 
	padding: 0px;
	clear: both;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #470807;	
	background-image: url(images/c_header_company_span.jpg);
	background-repeat: repeat-y;
	clear: both;
	text-align: left;
}

#header-company h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
.i-link {
	color: #ffffff;
	text-decoration: none;
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud { /* link cloud block */
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;	
	background-image: url(images/span_content.gif);
	background-repeat: repeat-y;	
}

#link-cloud a:link,
#link-cloud a:visited {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}

#link-cloud a:hover {
	text-decoration: none;
	color: #ffd200;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}

#link-cloud a:active {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}

#link-cloud-nw-title {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

#link-cloud h1 {
	display: inline;
}

#link-cloud-bottom-text {
	font-weight: bold; 
	font-size: 11px; 
	margin: 0px 0px 10px 0px
}

.list-link {
	padding: 2px 0px 2px 0px;
}

.list-link a:link,
.list-link a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;	
}

.list-link a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #ffd200;
	text-decoration: none;
}

.list-link a:active {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;	
}
/*//////////////////
// LOGO ////////////
//////////////////*/
#logo {
/*	width: 164px;
	height: 158px;*/
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #832726;
/*	
display: block; 
	background-image: url(images/hou_logo.jpg);
	background-repeat: no-repeat;
*/
}
/*//////////////////
// MAIN PHONE /////
//////////////////*/
#main-phone {
	height: 32px;
	width: 200px;
	display: block;
	padding: 0px;
	margin: 80px 0px 0px 606px;
	float: right;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
/*////////////////////////
// NEWS SUMMARIES ////////
////////////////////////*/
#news-menu {
	width: 234px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#news-header {
	width: 234px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/hou_news_header.gif);
	background-repeat: no-repeat;
	display: block;
}
#news-container {
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #efe0c6;
	border-top: 0px solid #832726;
	border-left: 7px solid #832726;
	border-right: 7px solid #832726;
	border-bottom: 7px solid #832726;
	
}
#news-container p {
	padding: 0px;
	margin: 0px;
}
.news-title {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	border-top: 0px solid #832726;		
}
.news-title a {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.news-title a:link,
.news-title a:visited {
	text-decoration: none;
}
.news-title a:hover {
	color: #8a0d06;
	text-decoration: underline;
}
.news-content {
	padding: 3px;
	margin: 0px;
	font-size: 11px;
}
.news-more a {
	font-size: 11px;
	font-weight: normal;
}
.news-more a:link,
.news-more a:visited {
	color: #cc0000;
	text-decoration: none;
}
.news-more a:hover {
	color: #cc0000;
	text-decoration: underline;
}
/*////////////////////////
// Page Title Heading ////
////////////////////////*/

#pagehead {
	margin: 0px;
	padding: 3px;
	height: 26px;
	width: 676px;
	clear: both;
	background-image: url(images/hou_pagehead.gif);
	background-repeat: no-repeat;
	/*background-color: #470807;*/
	text-align: center;
}

#pagehead h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#pagehead h1 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd200;
}
/*////////////////////////////
// Phone number list styles //
////////////////////////////*/

#phone-head em {
	font-weight: bold;
	font-size: 18px;

}

#phone-head a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#phone-list p,
#phone-list p ul,
#phone-list p ul li,
.phone-nums {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

#phone-list p {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#phone-list li {
	margin-left: 0px;
	font-weight: bold;
}

#phone-list li a:link,
#phone-list li a:visited {
	color: #ffd200;
	text-decoration: none;
}

#phone-list li a:hover {
	color: #ffd200;
	text-decoration: underline;
}
/*////////////////////
// SERVICEBOXES ////
///////////////////*/
#serviceboxes {
	margin: 0px;
	padding: 0px;
}
/*////////////////////
// SITEMAP //
//////////////////*/
#sitemap p {
	font-size: 13px;
	font-weight: bold;
}
#sitemap p a:link,
#sitemap p a:visited,
#sitemap h1 a:link,
#sitemap h1 a:visited,
#sitemap p h1 a:link,
#sitemap p h1 a:visited,
#sitemap ul li a:link,
#sitemap ul li a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
}
#sitemap p a:hover,
#sitemap p h1 a:hover,
#sitemap ul li a:hover,
#sitemap h1 a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #ffd200;
	text-decoration: underline;
}
/*////////////////////////////
// Top menu //////////////////
////////////////////////////*/
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	width: 806px;
	height: 46px;
	background: url(images/hou_menu.gif) no-repeat;
	float: right;
}

#menu h1 {
	padding: 0px;
	margin: 0px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu ul li a {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	height: 46px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#menu a:hover {
	background: url(images/hou_menu.gif) no-repeat;
	padding: 0px;
	margin: 0px;
}

#menu-home a {
	width: 89px;
	left: 0px;
}

#menu #menu-home a:hover {
	background-position: -0px -46px;
}

#menu-automotive a {
	width: 162px;
	left: 89px;
}
#menu #menu-automotive a:hover {
	background-position: -89px -46px;
}

#menu-residential a {
	width: 163px;
	left: 253px;
}
#menu #menu-residential a:hover {
	background-position: -253px -46px;
}

#menu-commercial a {
	width: 171px;
	left: 416px;
}
#menu #menu-commercial a:hover {
	background-position: -416px -46px;
}

#menu-contact a {
	width: 123px;
	left: 587px;
}
#menu #menu-contact a:hover {
	background-position: -587px -46px;
}
#menu-about a {
	width: 98px;
	left: 710px;
}
#menu #menu-about a:hover {
	background-position: -710px -46px;
}

/* end menu */