@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #425563;
	background-image: url(images/bg_span.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 13px;
}
/*///////////////////////////////

//Bottom links (News, Resources)/

///////////////////////////////*/

#bottom-links {
	padding: 0px 0px 8px 0px;
	/*	margin: 0px 0px 0px 0px; */

	margin: 0px;
	text-align: center;
	/*	width: 970px;*/

	clear: both;
	color: #ffcc00;
}
#bottom-links a:link,  #bottom-links a:visited {
	text-decoration: none;
	color: #ffcc00;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;/*	clear: both;*/

}
#bottom-links a:hover {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
#bottom-links a:active {
	text-decoration: none;
	color: #ffcc00;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*////////////////////////////

// BUSINESS ADDRESS ////////

///////////////////////////*/

#business-address {
	/*	width: 970;*/

	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #ffcc00;
	clear: both;
	text-align: center;
	background-color: #121536;
}
/*//////////////////////////////////////

// Base paragraph emphasis formatting//

//////////////////////////////////////*/

.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #c31e1e;
	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;
}
.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: #000000;
}
.citylist-li-left a:hover,  .citylist-li-right a:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.citylist-li-left a:active,  .citylist-li-right a:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#citylist-span {/* fixes div overflow problem if applicable */
	padding: 1px;
	margin: 0px;
	width: 900px;
	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: #000000;
	font-weight: bold;
}
#cloud-menu a:hover {
	text-decoration: none;
	color: #c31e1e;
	font-weight: bold;
}
#cloud-menu a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
/*//////////////////////

//Base containers//////

/////////////////////*/

#container-in {
	width: 970px;
	padding: 0px;
	margin: 0px;
	background-color: #121536;
}
#container-out {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/*/////////////////////////

// BANNER GRAPHIC /////////

/////////////////////////*/

#content {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	font-size: 13px;
	background-image: url(images/needle_back.jpg);
	background-repeat: no-repeat;
	background-position: 14px 80px;
	background-color: #feefb3;/*	background-attachment: fixed;*/

}
#content-body-v2 { /* NEW */
	padding: 8px;
	margin: 0px;
}
#content-body-v2 p {
	margin: 4px;
	padding: 0px;
}
#content-bottom-v2 {
	width: 734px;
	height: 18px;
	display: block;
	background-image: url(images/content_bottom_v2.gif);
	background-repeat: no-repeat;
	background-color: #feefb3;
	margin: 0px;
	padding: 0px;
}
#content-bottom { /* OLD */
	width: 970px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
}
#content-container { /* OLD */
	background-image: url(images/content_span.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#content-container-v2 { /* NEW */
	margin: 0px 6px 0px 6px;
	padding: 0px;
}
#content-fix { /* NEW */
	width: 970px;
	height: 1px;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#content-right { /* NEW */
	width: 734px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(images/content_body_v2.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
#content-main {
	float: right;
	width: 750px;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	border-left: 1px solid #d8c782;
}
#content p {
	margin: 6px 0px 6px 0px;
	padding: 0px;
}
#content-top { /* OLD */
	width: 970px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
}
#content-top-v2 { /* NEW */
	width: 734px;
	height: 18px;
	display: block;
	background-image: url(images/content_top_v2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*////////////////////////////

//Base paragraph formatting///

////////////////////////////*/

.content-pgraph {
	font-size: 13px;
	padding: 8px;
	margin: 8px;
}
.content-pgraph a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.content-pgraph a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.content-pgraph a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.content-pgraph a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.content-pgraph a.i-link {
	color: #000000;
	text-decoration: none;
}
.content-pgraph-h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}
/*/////////////////////////

// BANNER GRAPHIC /////////

/////////////////////////*/

#coupon {
	margin: 22px 34px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	clear: both;
}
#coupon a {
	height: 86px;
	width: 312px;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*////////////////

// FEED CONTAINER //

//////////////////*/

#feed-container {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 16px 0px;
	background-color: #121536;
	/*	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: 0px 0px 10px 0px;
	margin: 0px;
	border-top: 0px solid #8e8f8f;
	background-color: #121536;
	text-align: center;
	clear: both;
}
#footer h1 {
	padding: 0px;
	margin: 0px;
}
#footer h1 a,  #footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ffcc00;
	font-size: 11px;
	font-weight: bold;
}
/*////////////////////////////////

//Form paragraph formatting///////

////////////////////////////////*/

#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
	color: #CC0000;
}
/*/////////////////////////

// BANNER GRAPHIC /////////

/////////////////////////*/

#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 195px;
	width: 970px;
}
#header-company { /* COMPANY NAME AT TOP */
	padding: 0px;
	clear: both;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffcc00;
}
#header-company h1 {
	padding: 0px;
	margin: 0px;
}
#header-company h1 a {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ffcc00;
}
.i-link {
	color: #000000;
	text-decoration: none;
}
/*////////////////////////////////

//Link cloud formatting///////////

////////////////////////////////*/

#link-cloud { /* link cloud block */
	padding: 12px 4px 8px 4px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background-image: url(images/span_content.gif);
	background-repeat: repeat-y;
	font-size: 13px;
}
#link-cloud a:link,  #link-cloud a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}
#link-cloud a:hover {
	text-decoration: none;
	color: #c31e1e;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}
#link-cloud a:active {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}
#link-cloud-nw-title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#link-cloud h1 {
	display: inline;
}
#link-cloud-bottom-text {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 4px 10px 4px
}
.list-link {
	padding: 2px 0px 2px 0px;
}
.list-link a:link,  .list-link a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.list-link a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
.list-link a:active {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/*////////////////////////

// NEWS SUMMARIES ////////

////////////////////////*/

#news-menu {
	width: 214px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#news-header {
	width: 214px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/sea_news_header.jpg);
	background-repeat: no-repeat;
	display: block;
}
#news-container {
	width: 205px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	background-color: #feefb3;
	border-top: 0px solid #ffcc00;
	border-left: 2px solid #ffcc00;
	border-right: 2px solid #ffcc00;
	border-bottom: 0px solid #ffcc00;
}
#news-container p {
	padding: 0px;
	margin: 0px;
}
.news-title {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}
.news-title a {
	font-weight: bold;
	font-size: 12px;
	color: #c5400e;
}
.news-title a:link,  .news-title a:visited {
	text-decoration: none;
}
.news-title a:hover {
	color: #c5400e;
	text-decoration: underline;
}
.news-content {
	padding: 3px;
	margin: 0px;
	font-size: 11px;
	border-bottom: 0px solid #ffcc00;
}
.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;
}
/*////////////////////

// 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: #000000;
	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: #cc0000;
	text-decoration: underline;
}
/*////////////////

// MENULEFT //////

////////////////*/

#menuleft-container { /* NEW */
	width: 214px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* MENU BASE BEGIN */

#menuleft {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	width: 214px;
	height: 180px;
	background: url(images/menuleft.gif) no-repeat;
}
#menuleft h1 {
	padding: 0px;
	margin: 0px;
}
#menuleft ul {
	padding: 0px;
	margin: 0px;
}
#menuleft ul li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menuleft ul li a {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	height: 30px;
	width: 214px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#menuleft a:hover {
	background: url(images/menuleft.gif) no-repeat;
	padding: 0px;
	margin: 0px;
}
#menuleft-home a {
	top: 0px;
}
#menuleft #menuleft-home a:hover {
	background-position: -214px 0px;
}
#menuleft-automotive a {
	top: 30px;
}
#menuleft #menuleft-automotive a:hover {
	background-position: -214px -30px;
}
#menuleft-residential a {
	top: 60px;
}
#menuleft #menuleft-residential a:hover {
	background-position: -214px -60px;
}
#menuleft-commercial a {
	top: 90px;
}
#menuleft #menuleft-commercial a:hover {
	background-position: -214px -90px;
}
#menuleft-contact a {
	top: 120px;
}
#menuleft #menuleft-contact a:hover {
	background-position: -214px -120px;
}
#menuleft-about a {
	top: 150px;
}
#menuleft #menuleft-about a:hover {
	background-position: -214px -150px;
}
/*//// MENU BASE END */



#menuleft-top {
	width: 214px;
	height: 17px;
	background-image: url(images/menuleft_top.gif);
	background-repeat: no-repeat;
	display: block;
}
#menuleft-bottom {
	width: 214px;
	height: 15px;
	background-image: url(images/menuleft_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	margin: 0px;
}
/*////////////////////////

// Page Title Heading ////

////////////////////////*/



#pagehead-v2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #feefb3;
	border-bottom: 2px solid #121536;
	text-align: center;
}
#pagehead-v2 h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#pagehead-v2 h1 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
}
#pagehead { /* OLD */
	/*	height: 45px;*/

	width: 930px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #feefb3;
	/*	background-image: url(images/pagehead.jpg);

	background-repeat: no-repeat;*/

	border-bottom: 2px solid #121536;
	text-align: center;
}
#pagehead h1 {/* OLD */
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#pagehead h1 a {/* OLD */
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #812502;
}
/*/////////////////////////

// PHONE ///////////// ////

/////////////////////////*/

#phone-main {
	padding: 0px;
	margin: 15px 14px 0px 0px;
	font-size: 40px;
	font-weight: bold;
	float: right;
	clear: both;
	color: #ffcc00;
}
/*////////////////////////////

// Phone number list styles //

////////////////////////////*/



#phone-head a {
	text-decoration: none;
	color: #000000;
	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: 16px;
	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: #CC0000;
	text-decoration: none;
}
#phone-list li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*//////////////////

// SERVICE BOXES ///

//////////////////*/

#serviceboxes {
	width: 970px;
	height: 99px;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
/*////////////////////////////

// Services menu /////////////

////////////////////////////*/

#services-menu {
	float: left;
	margin: 0px;
	padding: 0px;
}
#services-menu-top {
	height: 77px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/services_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
#services-menu-content {
	padding: 4px;
	margin: 0px;
	border: 1px solid #CC0000;
	background-color: #ffffff;
}
.service-menu-link {
	padding: 0px;
	margin: 3px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.service-menu-link a {
	color: #CC0000;
}
.service-menu-link a:link,  .service-menu-link a:visited {
	text-decoration: none;
}
.service-menu-link a:hover {
	text-decoration: underline;
}
/*////// OLD INFO /////////////

// Top menu //////////////////

////////////////////////////*/

#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	width: 970px;
	height: 37px;
	background: url(images/menu_custom.gif) no-repeat;
}
#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: 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#menu a:hover {
	background: url(images/menu_custom.gif) no-repeat;
	padding: 0px;
	margin: 0px;
}
#menu-home a {
	width: 109px;
	left: 10px;
}
#menu #menu-home a:hover {
	background-position: -10px -37px;
}
#menu-automotive a {
	width: 187px;
	left: 129px;
}
#menu #menu-automotive a:hover {
	background-position: -129px -37px;
}
#menu-residential a {
	width: 188px;
	left: 317px;
}
#menu #menu-residential a:hover {
	background-position: -317px -37px;
}
#menu-commercial a {
	width: 188px;
	left: 505px;
}
#menu #menu-commercial a:hover {
	background-position: -505px -37px;
}
#menu-contact a {
	width: 143px;
	left: 693px;
}
#menu #menu-contact a:hover {
	background-position: -693px -37px;
}
#menu-about a {
	width: 135px;
	left: 836px;
}
#menu #menu-about a:hover {
	background-position: -836px -37px;
}



/* end menu */
