@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #999999;
}

/*///////////////
// BANNER ///////
///////////////*/
#banner {
	width: 970px;
	height: 151px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/c_banner.jpg);
	background-repeat: no-repeat;
	display: block;
}
/*////////////////////////////
// BUSINESS ADDRESS ////////
///////////////////////////*/
#business-address {
/*	width: 970px;*/
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #fbdd82;
	clear: both;
	text-align: center;
	background-color: #982312;
}
/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#bottom-links {
	padding: 2px 0px 6px 0px;
	margin: 0px;	
	text-align: center;
	clear: both;
	color: #711111;
	text-align: center;
	font-weight: bold;
}

#bottom-links a:link,
#bottom-links a:visited {
	text-decoration: none;
	color: #711111;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
/*	clear: both;*/
}

#bottom-links a:hover {
	text-decoration: none;
	color: #ee9303;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#bottom-links a:active {
	text-decoration: none;
	color: #711111;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*////////////////////////////
// BUSINESS ADDRESS ////////
///////////////////////////*/
#business-address {
/*	width: 970px;*/
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #711111;
	clear: both;
	text-align: center;
	background-color: #f9cc2e;
}
/*//////////////////////////////////////
// Base paragraph emphasis formatting//
//////////////////////////////////////*/
.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #c31e1e;
	margin: 4px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*//////////////////////////////////
// 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;
}
/*///////////////
// CONTAINERS ///
///////////////*/
#container-out {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container-in {
	margin: 0px;
	padding: 0px;
	width: 970px;
	background-color: #546676;
}
/*////////////////
// CONTENT ///////
////////////////*/
#content {
	float: right;
	clear: right;
	width: 578px;
	padding: 0px;
	margin: 0px;
}
#content-main {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#content p {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
}
#content-body-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
}

#content-fix {
	width: 970px;
	height: 1px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	clear: both;
	display: block;
}

#content-left {
	width: 217px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#content-left-container {
	width: 795px;
	padding: 0px;
	background-image: url(images/c_content_left_span.gif);
	background-repeat: repeat-y;	
	float: left;
}

/*#content-left-menu-bottom {
	width: 217px;
	height: 78px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/c_menu_bottom.gif);
	background-repeat: no-repeat;
	display: block;
}*/
#content-left-menu-bottom {
	width: 217px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/c_menu_bottom2.gif);
	background-repeat: no-repeat;
	display: block;
}

#content-left-menu-top {
	width: 217px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/c_menu_top.gif);
	background-repeat: no-repeat;
	display: block;
}

#content-right-container {
	width: 175px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/c_content_right_top.jpg);
	background-repeat: no-repeat;
	float: right;
}
/*////////////////////////////
//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;
}


/*///////////////
// COUPON ///////
//////////////*/
#coupon {
	padding: 0px;
	margin: 10px 0px 0px 12px;
}
/*////////////////
// FEED CONTAINER //
//////////////////*/
#feed-container {	
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 16px 0px;
	background-color: #546676;
	text-align: center;
	color: #ffffff;
}
.feed-img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/*//////////////
// FOOTER //////
//////////////*/
#footer {
	width: 785px;
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 4px 0px;
	background-color: #f9cc2e;
	text-align: center;
	color: #711111;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}

#footer h1 {
	padding: 0px;
	margin: 0px;
}

#footer h1 a,
#footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #711111;
	font-size: 11px;
	font-weight: bold;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
}
/*///////////////
// FRIENDS //////
///////////////*/
#friends {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	clear: both;
	color: #ffffff;
	text-align: center;
}
#friends a,  #friends a:link,  #friends a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#friends a:hover {
	text-decoration: underline;
	color: #f9cc2e;
}
/*///////////////////////
// COMPANY NAME AT TOP //
///////////////////////*/
#header-company { 
	padding: 0px;
	clear: both;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;	
}
/*////////////////////////////////
//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;	
}
/*///////////////
// PHONE ////////
///////////////*/
#main-phone {
	padding: 0px;
	margin: 80px 0px 0px 0px;
	clear: both;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
/*///////////////
// NEWS ////////
//////////////*/
#news-menu {
	margin: 0px 0px 0px 11px;
	padding: 0px;
}
#news-header {
	width: 206px;
	height: 37px;
	background-image: url(images/c_news_header.jpg);
	background-repeat: no-repeat;
}
.news-title {
	width: 206px;
	padding: 5px 0px 1px 0px;
	margin: 0px;
	background-color: #ee9303;
	display: block;
	text-align: center;
}
.news-title a {
	background-color: #f7d357;
	color: #c91d1d;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.news-title a:link,
.news-title a:visited {
	text-decoration: none;
}
.news-title a:hover {
	text-decoration: underline;
	background-color: #ee9303;
	color: #ffffff;
}
.news-content {
	background-color: #ffe58b;
	color: #000000;
	font-size: 11px; 
}
.news-content p {
	padding: 4px 0px 6px 0px;
	margin: 0px 4px 0px 4px;
}
.news-more a {
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
}
.news-more a:link,
.news-more a:visited {
	color: #cc0000;
	text-decoration: none;
}
.news-more a:hover {
	color: #cc0000;
	text-decoration: underline;
	
}
/*////////////////////////////
// Phone number list styles //
////////////////////////////*/

#phone-head a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	clear: right;
}

#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;
}
/*////////////////////////
// Page Title Heading ////
////////////////////////*/
#pagehead {
/*	height: 45px;*/
	width: 578px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
/*	background-image: url(images/pagehead.jpg);
	background-repeat: no-repeat;*/
	border-bottom: 2px solid #000000;
	text-align: center;
}

#pagehead h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#pagehead h1 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/*////////////////
// MENULEFT //////
////////////////*/
#menuleft {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	width: 217px;
	height: 288px;
	background: url(images/c_menu.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: 24px;
	width: 217px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#menuleft a:hover {
	background: url(images/c_menu.gif) no-repeat;
	padding: 0px;
	margin: 0px;
}

#menuleft-home a {
	top: 0px;
}

#menuleft #menuleft-home a:hover {
	background-position: -217px -0px;
}

#menuleft-residential a {
	top: 24px;
}
#menuleft #menuleft-residential a:hover {
	background-position: -217px -24px;
}

#menuleft-commercial a {
	top: 48px;
}
#menuleft #menuleft-commercial a:hover {

	background-position: -217px -48px;
}

#menuleft-wdr a {
	top: 72px;
}
#menuleft #menuleft-wdr a:hover {
	background-position: -217px -72px;
}

#menuleft-area-rug-cleaning a {
	top: 96px;
}
#menuleft #menuleft-area-rug-cleaning a:hover {
	background-position: -217px -96px;
}
#menuleft-pet-stain-and-odor-removal a {
	top: 120px;
}
#menuleft #menuleft-pet-stain-and-odor-removal a:hover {
	background-position: -217px -120px;
}
#menuleft-deep-stain-removal a {
	top: 144px;
}
#menuleft #menuleft-deep-stain-removal a:hover {
	background-position: -217px -144px;
}
#menuleft-non-toxic a {
	top: 168px;
}
#menuleft #menuleft-non-toxic a:hover {
	background-position: -217px -168px;
}
#menuleft-carpet-protector a {
	top: 192px;
}
#menuleft #menuleft-carpet-protector a:hover {
	background-position: -217px -192px;
}
#menuleft-tile-and-grout a {
	top: 216px;
}
#menuleft #menuleft-tile-and-grout a:hover {
	background-position: -217px -216px;
}
#menuleft-contact a {
	top: 240px;
}
#menuleft #menuleft-contact a:hover {
	background-position: -217px -240px;
}
#menuleft-about a {
	top: 264px;
}
#menuleft #menuleft-about a:hover {
	background-position: -217px -264px;
}
/*////////////////////
// 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;
}
