@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/la_bg_span.jpg);
	background-repeat: repeat-y;
	background-position: center;	
	background-color: #3e1a62;
}
/*///////////////////////////////
// BANNER //////////////////////
//////////////////////////////*/
#banner {
	height: 174px;
	width: 970px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/la_banner.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
}
/*///////////////////////////////
//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-image: url(images/la_bottom_links_span.gif);
	background-repeat: repeat-y;
	background-color: #000000;

}

#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: #fdb827;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#bottom-links a:active {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*//////////////////////////////////////
// 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 40px; 
/*	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: #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: 600px; 
	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;
}
/*//////////////////
// CONTAINERS /////
//////////////////*/
#container-in {
	width: 970px;
	margin: 0px;
	padding: 0px;	
	
}
#container-out {
	padding: 0px;
	margin:0px;
	width: 100%;

}
/*//////////////////
// CONTENT  ////////
//////////////////*/
#content {
	width: 630px;
	padding: 0px;
	margin: 0px;
}
#content p {
	margin: 6px 10px 6px 6px;
	padding: 0px;
}
#content ul {
	font-weight: bold;
}
#content ul li {
	margin-right: 10px;
}
#content-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #fdb827;
	background-image: url(images/la_content_container_span.gif);
	background-repeat: repeat-y;	
}
#content-purple-bottom {
	width: 970px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(images/la_content_purple_bottom.gif);
	background-repeat: repeat-y;
	display: block;
}
#content-fix { 
	width: 970px;
	height: 1px;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#content-left {
	width: 301px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
}
#content-left-right {
	width: 266px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#content-left-side {
	width: 35px;
	height: 79px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/la_content_left_side_back.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
}
#content-right {
	width: 669px;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: right;
}
#content-right-left {
	width: 630px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#content-right-side {
	width: 39px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/la_content_right_side_back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	float: right;
}
/*////////////////////////////
//Base paragraph formatting///
////////////////////////////*/
.content-pgraph {
	font-size: 13px;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

.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;
}
/*////////////////////
// COUPON ///////////
////////////////////*/
#coupon {
	padding: 0px;
	margin: 0px;
	background-image: url(images/la_coupon.jpg);
	background-repeat: no-repeat;	
}
#coupon a {
	width: 266px;
	height: 112px;
	background-image: url(images/la_coupon.jpg);
	background-repeat: no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
	display: block;	
}
#coupon a:link,
#coupon a:visited {
	color: #000000;
	text-decoration: none;	
}
#coupon a:hover {
	background-position: -266px;
}
/*////////////////////////////////
//Footer formatting///////////
////////////////////////////////*/
#footer {
	width: 970px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/la_footer.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
	clear: both;
	text-transform: uppercase;
}

#footer h1 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
}

#footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
}
/*//////////////////
// COMPANY HEADER //
//////////////////*/
#header-company { /* COMPANY NAME AT TOP */
	padding: 0px 0px 0px 8px;
	clear: both;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4c2277;	
	background-color: #e6bc88;
/*	background-image: url(images/c_header_company_span.jpg);
	background-repeat: repeat-y;*/
	clear: both;
	text-align: left;
/*	border: 1px solid #ffffff;*/
	text-transform: uppercase;
}

#header-company h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
/*////////////////////
// i-link ////////////
////////////////////*/
.i-link {
	color: #000000;
	text-decoration: none;	
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud { /* link cloud block */
	padding: 12px 6px 8px 6px;
	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: #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 0px 10px 6px
}

.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;	
}
/*///////////////////////
// PHONE NUMBER, RIGHT //
///////////////////////*/
#main-phone {
	width: 300px;
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 132px 50px 0px 0px;
	text-align: right;
	float: right;
}
/*////////////////////////
// Page Title Heading ////
////////////////////////*/

#pagehead {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 630px;
	height: 39px;
	clear: both;
	background-image: url(images/la_pagehead.jpg);
	background-repeat: no-repeat;
	background-color: #fdb827;
	text-align: center;
	display: block;
}

#pagehead h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 11px 0px 0px 0px;
}

#pagehead h1 a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/*/////////////////////////////
// PAGETOP - JUST BELOW MENU //
/////////////////////////////*/
#pagetop {
	height: 19px;
	width: 970px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/la_pagetop.jpg);
	background-repeat: no-repeat;
	clear: both;
	display: block;
}
/*////////////////////////////
// Phone number list styles //
////////////////////////////*/

#phone-head a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#phone-list {
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#phone-list p,
#phone-list p ul,
#phone-list p ul li,
.phone-nums {
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

#phone-list p {
	margin: 20px 0px 0px 0px;
	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;

}
/*////////////////////////////
// Top menu //////////////////
////////////////////////////*/
#menu {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	width: 970px;
	height: 35px;
	background: url(images/la_menu.jpg) no-repeat;
	float: left;
}

#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: 35px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#menu a:hover {
	background: url(images/la_menu.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}

#menu-home a {
	width: 114px;
	left: 35px;
}

#menu #menu-home a:hover {
	background-position: -35px -35px;
}

#menu-automotive a {
	width: 172px;
	left: 149px;
}
#menu #menu-automotive a:hover {
	background-position: -149px -35px;
}

#menu-residential a {
	width: 182px;
	left: 321px;
}
#menu #menu-residential a:hover {
	background-position: -321px -35px;
}

#menu-commercial a {
	width: 177px;
	left: 503px;
}
#menu #menu-commercial a:hover {
	background-position: -503px -35px;
}

#menu-contact a {
	width: 129px;
	left: 680px;
}
#menu #menu-contact a:hover {
	background-position: -680px -35px;
}
#menu-about a {
	width: 122px;
	left: 809px;
}
#menu #menu-about a:hover {
	background-position: -809px -35px;
}

/* end menu */
/*////////////////////
// NEWS ///////////////
////////////////////*/
#news-container {
	padding: 0px;
	margin: 0px;
	width: 265px;
	display: block;
	clear: both;
}
#news-header {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	height: 38px;
	width: 265px;	
	background-image: url(images/news_header.jpg);
	background-repeat: no-repeat;	
	display: block;
	clear: both;
}
.news-content {
	padding: 0px 4px 0px 4px;
	margin: 0px 5px 0px 6px;
	color: #000000;
	font-size: 11px;
	border-left: 3px solid #e0a632;
	border-right: 3px solid #e0a632;
	background-color: #fcf2b0;	
}
.news-title {
	padding: 3px 4px 3px 4px;
	margin: 0px 5px 0px 6px;
	border-left: 3px solid #e0a632;
	border-right: 3px solid #e0a632;	
	clear: both;
	background-color: #fcf2b0;
}
.news-title a {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
.news-title a:link,
.news-title a:visited {
	color: #cc0000;
	text-decoration: none;
}
.news-title a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.news-content p {
	padding: 0px;
	margin: 0px;
}
.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;
}
#news-bottom {
	padding: 0px;
	margin: 0px 6px 5px 6px;
	height: 0px;
	border-bottom: 3px solid #e0a632;
	clear: both;
	display: block;
}