body{
	background-color:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body,h1,h2,h3,h4,h5,h6,span,div,ul,ol,li,table,tr,td{
	margin:0;
	padding:0;
	border:0;
}

/* -------------------- Carpet Scrub Container -------------------- */

div#website-container{
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

div#bg-top{
	background-image:url(../images/bg_top.jpg);
	height:28px;
}

div#bg-center{
	background-image:url(../images/bg_center.jpg);
}

div#bg-bottom{
	background-image:url(../images/bg_bottom.jpg);
	height:42px;
}

/* -------------------- Top Container -------------------- */

div#top-right{
	float:right;
	width:540px;
}

div#top-left{
	width:245px;
}


div#top-banner-container{
	width:800px;
	margin:0 auto 0 auto;
	padding:10px 0 10px 0;
}

.horizontal-line{
	padding:5px 0 5px 0;
}

.horizontal-line hr{
	border:1px solid #989898;
}

/* ---------- Main Nav ---------- */
div#main-nav{
	background-image:url(../images/nav_bg.jpg);
	margin-top:16px;
	width:245px;
	height:139px;
}

div#main-nav ul{
	list-style:inside;
	width:225px;
	margin-left:10px;
	padding-top:5px;
}

div#main-nav ul li{
	list-style-image:url(../images/icon.jpg);
	line-height:40px;
	border-bottom:1px solid #1285B4;
}

div#main-nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

div#main-nav ul li a:hover{
	color:#d0e7f0;
	text-decoration:underline;
}

/* -------------------- Content Container -------------------- */

div#content-container{
	width:800px;
	margin:0 auto 0 auto;
	font-size:12px;
	color:#231F20;
	text-align:justify;
	line-height:20px;
}

div#content-right{
	width:535px;
	float:right;
}

div#content-left{
	width:245px;
}

div#home-bottom-content-container{
	height:190px;
}

div#content-left-bottom{
	width:263px;
	height:160px;
	background-image:url(../images/right_img/left_contact_bottom.jpg);
	background-repeat:no-repeat;
}

div#content-right-bottom{
	width:263px;
	height:160px;
	float:right;
	background-image:url(../images/right_img/left_business_bottom.jpg);
	background-repeat:no-repeat;
}


/* ---------- Left Column ---------- */

div.left-center{
	background-image:url(../images/left_img/left_center.jpg);
	background-repeat:repeat-y;
	padding:8px;
}

div.left-bottom{
	background-image:url(../images/left_img/left_bottom.jpg);
	background-repeat:no-repeat;
	height:12px;
}

.spacer-div{
	height:30px;
}

div#space-clear{
	clear:both;
	height:10px;
}

/* -------------------- Bottom Container -------------------- */

#bottom-link{
	padding-top:3px;
	width:800px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#bottom-link a{
	color:white;
	text-decoration:underline;
}

#bottom-link a:hover{
	text-decoration:none;
}