@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCC;
}
/* FLASH BANNER */
#banner-flash {
	width: 795px;
	height: 179px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	background: url(images/banner.jpg) no-repeat;
}
/* BANNER */
#banner-menu-container {
	width: 970px;
	height: 179px;
	padding: 0px;
	margin: 0px;
	display: block;
}
/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#bottom-links {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
	color: #000000;
}
#bottom-links a:link, #bottom-links a:visited {
	text-decoration: none;
	color: #930606;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}
#bottom-links a:hover {
	text-decoration: underline;
	color: #930606;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
#bottom-links a:active {
	text-decoration: none;
	color: #930606;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*///////////////////
// BUSINESS ADDRESS //
///////////////////*/
#business-address {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	clear: both;
	text-align: center;
}
/*//////////////////////////////////////
// Base paragraph emphasis formatting//
//////////////////////////////////////*/
.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #c31e1e;
	margin: 4px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*// CC //*/
#cc {
	padding: 0px;
	margin: 16px 0px 0px 0px;
	height: 36px;
	width: 144px;
	display: block;
	background: url(images/cc.gif) no-repeat;
}
/*//////////////////////////////////
// citylist page - city formatting//
//////////////////////////////////*/
.citylist-li-left,  .citylist-li-right {
	display: inline;
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 60px;
}
.citylist-li-left {
	margin: 0px 0px 0px 30px;
}
.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;
}
/*////////////////////////////
//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;
}
/*///////////////////
// COMPANY HEADER //
///////////////////*/
#company-header {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	clear: both;
}
/*///////////////////
// BASE CONTAINERS //
///////////////////*/
#container-in {
	width: 970px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}
#container-out {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* CONTENT */
#content {
	padding: 0px;
	margin: 0px;	
}
#content p {
	padding: 0px;
	margin: 4px 0px 4px 0px;
}
#content-bottom {
	width: 970px;
	height: 7px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	display: block;
	background: url(images/content_bottom.gif) no-repeat;	
}
#content-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
	background: url(images/content_span.gif) repeat-y;	
}
#content-left {
	width: 37px;
	height: 120px;
	display: block inline;
	float: left;
	background: url(images/content_left_cap_span.jpg) repeat-x;	
}
#content-center {
	width: 760px;
	padding: 0px;
	margin: 0px 0px 0px 15px;	
	float: left;
	display: inline;
}
#content-right {
	width: 144px;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	float: left;
	display: inline;
}
#content-right-cap {
	width: 144px;
	height: 78px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(images/content_right_cap.jpg) no-repeat;
	display: block;	
}
/*////////////////////////////
//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;
}
.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;
}
/*///////////////////
// CITY  //
//////////////*/
#city-location {
	margin: 0px 0px 0px 190px;
	padding: 0px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fffc00;
	font-style: italic;
	display: inline;
}
/* COUPON */
#coupon {
	width: 139px;
	height: 179px;
	padding: 0px;
	margin: 10px 0px 0px 3px;	
}
/*////////////////
// FEED CONTAINER //
//////////////////*/
#feed-container {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 16px 0px;
	text-align: center;
	color: #ffffff;
}
.feed-img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/*///////////////////
// FOOTER //////////
//////////////////*/
#footer {
	width: 970px;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	clear: both;
	text-align: center;
}
#footer a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
/*///////////////
// FRIENDS //////
///////////////*/
#friends {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	clear: both;
	color: #fffc00;
	text-align: center;
}
#friends a, #friends a:link, #friends a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fffc00;
}
#friends a:hover {
	text-decoration: underline;
	color: #d97902;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud { /* link cloud block */
	padding: 8px 14px 8px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
#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 0px
}
/*///////////////////
// LIST LINK news ///
///////////////////*/
.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;
}
/*////////////////////////
// MENU TEXT LINKS ///
/////////////////////////*/
#menu {
	width: 175px;
	height: 179px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	float: left;
	display: inline;
}
#menutxt {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#menutxt ul {
	margin: 5px 0px 0px 12px;
	padding: 0px;
	list-style: none;
}
#menutxt .button {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#menutxt .button a {
	width: 167px;
	height: 27px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: url(images/button_back.gif) no-repeat;
}
#menutxt .button a:link, #menutxt .button a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menutxt .button a:hover {
	color: #ffffff;
	background-color: #cc0000;
	text-decoration: none;
	background: url(images/button_back.gif) no-repeat;
	background-position: 0px -27px;	
}
.menulabel {
	padding: 6px 0px 0px 28px;
	margin: 0px;
}
/*//////////////////
// NEWS ///////////
/////////////////*/
#news-holder {
	width: 201px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	background-color: #f7f18b;
}
#news-cap {
	width: 201px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/g10_news_cap.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
}
.news-content {
	padding: 0px 6px 4px 8px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
	clear: both;
}
#news-bottom {
	width: 201px;
	height: 7px;
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(images/g10_news_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.news-more {
	font-size: 11px;
}
.news-more a {
	color: #cc0000;
}
.news-title {
	padding: 0px 6px 4px 8px;
	margin: 0px;
	background-image: url(images/news_content_span.gif);
	background-repeat: repeat-y;
	clear: both;
}
.news-title a {
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.news-title a:hover {
	text-decoration: underline;
}
/*//////////////////
// PAGEHEAD ////////
/////////////////*/
#pagehead {
	padding: 4px;
	margin: 8px 0px 0px 0px;
	text-align: center;
	background-color: #000000;
	clear: both;
}
#pagehead h1 {
	padding: 8px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
#pagehead a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
}
/*////////////////////////////
// Phone number list styles //
////////////////////////////*/
#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-top: 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;
}

/* CITY PHONE */
#primecity-phone-container {
	width: 970px;
	height: 102px;
	padding: 0px;
	margin: 0px;
	background: url(images/city_phone_back.jpg) no-repeat;
	display: block;	
}
#primecity {
	margin: 0px 0px 0px 190px;
	padding: 6px 0px 0px 0px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
#primecity-phone {
	margin: 0px 0px 0px 620px;
	padding: 8px 0px 0px 0px;
	color: #930606;
	font-size: 34px;
	font-weight: bold;
}
/*////////////////////////////
// Resource listings /////////
////////////////////////////*/
#resources,  #resources ul {
	padding: 0px;
	margin: 0px;
}
#resources ul li {
	list-style: none;
}
#resources ul li a:link,  #resources ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
#resources ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #f0c15d;
}
#resources ul li a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

/* SERVICEBOXES */
#serviceboxes {
	width: 760px;
	height: 113px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	clear: both;
	background: url(images/serviceboxes.jpg) no-repeat;
}
#serviceboxes a:hover {
	background: url(images/serviceboxes.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
#serviceboxes a {
	width: 253px;
	left: 0px;
	height: 113px;
	float: left;
	display: inline;
	text-indent: -9999px;
}
#serviceboxes #automotive a:hover {
	background-position: 0px -113px;
}
#automotive a {
	width: 253px;
	left: 0px;
}
#serviceboxes #residential a:hover {
	background-position: -253px -113px;
}
#residential a {
	width: 253px;
	left: 253px;
}
#serviceboxes #commercial a:hover {
	background-position: -506px -113px;
}
#commercial a {
	width: 253px;
	left: 506px;
}
/*////////////////////
// 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: #c31e1e;
}

