@charset "utf-8";
/* CSS Document */
body  {
	background: url(images/back.jpg) repeat-y center;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Century Gothic";
	font-size: 0.8em;
	font-weight: normal;
}
#container {
	width: 780px;
	background: #FFFFFF url(images/right_strip.gif) repeat-y right;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;

} 
#header h1 {
	margin: 0; 
	padding: 10px 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F26722;
	margin-bottom: 35px;
}
#sidebar1 {
	float: right; 
	width: 254px; 
	background: #FAB180 url(images/plumbers.jpg) no-repeat top;
	padding-top: 304px;
	padding-left: 20px;
	padding-bottom: 25px;
}
#sidebar2 {
	float: right;
	width: 244px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-top: 55px;
}

#sidebar1 li {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 0.9em;
	margin-left: -15px;
	list-style-image: url(images/bullet.gif);
}
.form-heading {
	font-size: 16px;
	font-weight: bold;
}

#mainContent {
	padding: 0 38px 0 30px;
	background: url(images/plumbing.jpg) no-repeat right top;
	float: left;
	width: 438px;
} 
#mainContent2 {
	padding: 0 38px 0 30px;
	float: left;
	width: 438px;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 0.9em;
	text-align: left;
	padding-left: 28px;
	width: 752px;
} 

h4 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	margin-top: 0px;
}


#footer a {
	color: #f5d7b4;
	text-decoration: underline;
}
#footer a:hover{
	color: #f5d7b4;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 10px 0; 
}
.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;
}
#form-table {
	padding: 8px;
	border: 1px solid #FAB180;
	background-color: #FFF5EA;
}
.form-box {
	border: 1px solid #FAB180;
}
.textarea {
	background-color: #D5FFBF;
	border: 1px solid #00FF66;
}
.form-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC488;
}
