@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272727;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #998C7C;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/1px-background.jpg);
	background-repeat: repeat-y;
	background-color: #EDEDEB;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	height: 259px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 19px;
	font-weight: bold;
	color: #9D2A24;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(../images/footer.jpg);
	height: 446px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #9D2A24;
	padding-top: 20px;
	background-image: url(../images/underline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 29px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 li {
	line-height: 40px;
	background-image: url(../images/link-divider.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	font-style: italic;
	color: #663300;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	color: #663300;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	color: #663300;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	color: #663300;
	text-decoration: none;
}
.paragraph-box {
	width: 315px;
	float: left;
	padding-right: 35px;
	line-height: 18px;
	padding-bottom: 30px;
	clear: none;
}
.paragraph-wide {
	width: 400px;
	padding-right: 35px;
	line-height: 18px;
	padding-bottom: 30px;
}
.paragraph-narrow {
	width: 150px;
	float: right;
	padding-right: 35px;
	line-height: 18px;
	padding-bottom: 30px;
}
#greybox {
	background-image: url(../images/1px-box.jpg);
	width: 653px;
	float: left;
	padding: 10px;
}
#whitebox {
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 613px;
}
.twoColFixLtHdr #container #mainContent #greybox #whitebox img {
	text-align: right;
	float: right;
	margin-left: 30px;
}
.twoColFixLtHdr #container #mainContent #greybox #whitebox h2 {
	font-style: italic;
	font-weight: bold;
	color: #663300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 19px;
}
h2 {
	font-size: 19px;
	color: #663300;
}
#testimonials {
}
.twoColFixLtHdr #container #mainContent #testimonials ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #container #mainContent #testimonials li {
	background-color: #FFFFFF;
	display: block;
	padding: 10px;
	width: 400px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}
.twoColFixLtHdr #container #mainContent #testimonials h5 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #testimonials #penholder {
	float: right;

}

fieldset{
	padding:0;
	border:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
		label{
	width:250px;
	display:block;
}
		.txt_input{
	width:250px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
}
		textarea{
	height:80px;
	width:250px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #rightaddresss {
	float: right;
	width: 400px;
	margin: 0px;
	padding-right: 20px;
}
		input{display:block;}
.twoColFixLtHdr #container #mainContent .paragraph-box .featurebox {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #9F2D25;
	color: #272327;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .imgleftwrap {
	clear: left;
	position: relative;
}
.twoColFixLtHdr #container #mainContent .imgleftwrap img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #errorwrap {
}
#cleaningwrap {
}
.twoColFixLtHdr #container #mainContent #cleanningpicture {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.springcleandiv {
}
#greyboxB {
	width: 653px;
	float: left;
	padding: 10px;
	margin-top: 30px;
}
.twoColFixLtHdr #container #mainContent .paragraph-box .homelinky {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #testimonials p {
	line-height: 18px;
}
