@charset "UTF-8";
body  {
	background: #B0B0B0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #808080;
	background-image: url(../images/horizTile.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #wrapper
{
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/vertTile.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #banner {
	height: 260px;
	padding: 0;
	background-image: url(../images/bannerBG.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixRtHdr #banner h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixRtHdr #fullWidth {
	width: 810px;
	float: left;
/*	height: 495px;*/
	margin-left: 15px;
	text-align: left;
	background-image: url(../images/dropShadow.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #fullWidth h1,h2,h3,h4 ,h5{
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CA0B1A;
	background-image: url(../images/headingBG.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	font-size: 150%;
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
}
#boxes {
	width: 810px;
	height: 220px;
	float: left;
	position:relative;
	margin-bottom: 50px;
}
.homeBoxes {
	width: 250px;
	height: 215px;
	border: solid 1px red;
	position: absolute;
	top: 0;
}
.twoColFixRtHdr #fullWidth .boxTitle {
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #CA0B1A;
	background-image: url(../images/headingBG.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0;
	display: block;
}
#box1 {
	left:0px;
}
#box2 {
	left:278px;
}
#box3 {
	left:558px;
}
#box1 a:link,a:visited {
	color: #fff;
	text-decoration: none;
}
#box1 a:hover,a:active {
	color: #fff;
	text-decoration: underline;
}
#box2 a:link,a:visited {
	color: #fff;
	text-decoration: none;
}
#box2 a:hover,a:active {
	color: #fff;
	text-decoration: underline;
}
#box3 a:link,a:visited {
	color: #fff;
	text-decoration: none;
}
#box3 a:hover,a:active {
	color: #fff;
	text-decoration: underline;
}
.twoColFixRtHdr #content {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-right: 10px;
	width: 540px;
	float: left;
	position: relative;
} 
.twoColFixRtHdr #content h1,h2,h3,h4 ,h5{
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CA0B1A;
	background-image: url(../images/headingBG.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 150%;
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
}
.twoColFixRtHdr #sidebar h3{
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/headGradGrey.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 8px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 150%;
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
}
#nav {
	position: absolute;
	height: 88px;
	width: 697px;
	top: 172px;
	left: 183px;
	text-align: right;
	z-index:40;
}
#cleaner {
	height: 260px;
	width: 183px;
	position: absolute;
	background-image: url(../images/cleaner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#flash {
	height: 172px;
	width: 697px;
	position: absolute;
	left: 183px;
	top: 0px;
}
.twoColFixRtHdr #sidebar {
	float: right; /* element is floated so a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 80%;
}
.boldGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
}
.twoColFixRtHdr #innerWrap {
	background-image: url(../images/contentMain.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twoColFixRtHdr #footer { background-image: url(../images/footer.jpg); background-color: #B0B0B0; background-repeat: no-repeat; background-position: 0px 0px; font-size: 0.8em; height: 60px; padding: 0 40px; } 
a:link, a:visited {
	color: #CB0F1E;
	text-decoration: none;
}
a:hover, a:active {
	color: #393;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar h3 {
	font-size: 170%;
}
.twoColFixRtHdr #footer p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer .webbydm {
	font-size: 90%;
}
.twoColFixRtHdr #serviceTbl {
	border: 1px solid #CA0B1A;
}
.grayTblRow {
	background-color: #ededed;
}.top {
	font-size: 0.8em;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #F70812;
}
.testimonialNames {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 2px 0 10px 0;
	margin-top: -15px;
}
.imgBorderRight {
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgListToRight {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-right: 20px;
}
.textInput {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #cb0f1e;
	border: 1px solid #999999;
	width: 200px;
}
.submitBtn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cb0f1e;
	width: 120px;
	height: 25px;
	border: 1px solid #cb0f1e;
	margin-left: 150px;
	padding: 0.2em;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor: pointer;
}
#form1 div {
	clear: left;
	margin-top: 10px;
}
#form1 label {
	float: left;
	width: 150px;
	margin-left: 0px;
	font-size: 0.9em;
}
.redText {
	color: #cb0f1e;
	font-weight: bold;
}
#banner #offers {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 500px;
	text-align: left;
}
#ratesTbl tr td {
	text-align: center;
	font-size: 0.8em;
	vertical-align: top;
	padding: 3px 0;
}
#ratesTbl #ratesTblBtm {
	background-image: url(../images/tblBtm.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 539px;
	padding: 0px;
	margin: 0px;
}
#ratesTbl #ratesTblTop {
	background-image: url(../images/tblTop.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 539px;
	padding: 0 !important;
	font-size: 0.5em;
}
.ratesTblL {
	background-image: url(../images/tblHorL.jpg);
	background-repeat: repeat-y;
	width: 20px;
	padding: 0px;
	margin: 0px;
}
.ratesTblR {
	background-image: url(../images/tblHorR.jpg);
	background-repeat: repeat-y;
	width: 21px;
	background-position: 0px;
	padding: 0px;
	margin: 0px;
}
.sidebarTestimonials {
	color: #F70812;
	padding: 10px;
	border: solid 1px #CB0F1E;
	background-color: #ededed;
	margin-left: 15px;
	width: 140px;
}
.sidebarTestNames {
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 10px;
	display: block;
}

#content ol li {
	margin-bottom: 10px;
}


div.areas			{ padding: 0 30px; text-align: center; }
p.areas 			{ font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif; color:#808080; }
ul.fbicons			{ margin: 0px 0px 15px 10px; padding: 0px; }
ul.fbicons li		{ display: inline-block; list-style: none; float:left; padding-right: 15px; }

