body {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 10px 0px;
	padding: 0px;
	background: url("images/back.gif") repeat-x left top;
}

#wrap {
	background: url("images/wb.gif") repeat-y center top;
	width: 732px;
}

/*********** #Top ***********/

#top {
	background: #7694A5 url("images/tb.gif") repeat-x left top;
	width: 732px;
	height: 14px;
}

#ltop {
	background: url("images/tbl.jpg") no-repeat left top;
	width: 732px;
	height: 14px;
}

#rtop {
	background: url("images/tbr.jpg") no-repeat right top;
	width: 732px;
	height: 14px;
}

#header {
	background: #FFFFFF url("images/header.jpg") no-repeat left top;
	width: 720px;
	height: 133px;
}

/*********** #Bottom ***********/

#bottom {
	background: #7694A5 url("images/bb.gif") repeat-x left top;
	width: 732px;
	height: 25px;
}

#lbottom {
	background: url("images/bbl.gif") no-repeat left top;
	width: 732px;
	height: 25px;
}

#rbottom {
	background: url("images/bbr.gif") no-repeat right top;
	width: 732px;
	height: 25px;
}

/*********** #Stuff ***********/

#content {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align : justify;
	background: url("images/welcome.jpg") no-repeat left top;
}

#content2 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align : justify;
	background: url("images/welcome2.jpg") no-repeat left top;
}

#c2 {
	margin: 90px 30px 20px 30px;
}

#c3 {
	margin: 40px 30px 20px 30px;
}

#what {
	background: url("images/clog-removal.jpg") no-repeat right bottom;
	margin : 10px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align : left;
	height: 215px;
}

#wlist {
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 180px;
	margin: 5px 0px 0px 0px;
}

.ws {
	font-size: 18px;
	color: #682626;
	font-weight: bold;
}

/*********** #H Tags ***********/

H1 {
	font-size: 14px;
	font-weight: bold;
	color: #682626;
	margin: 0px;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

ul {
	list-style-position: outside;
	list-style-type: square;

}

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #555037;
}

hr {
	color: #D1C2D6;
	margin: 5px 0px 5px 0px;
}

/*********** #Layout Styles ***********/

#nav {
	background: #8AB6C6 url("images/drip.jpg") no-repeat left bottom;
}

.imgright {
	float: right;
	margin: 0 0 5px 15px;
}

.imgleft {
	float: left;
	margin: 0 15px 5px 0;
}

.imglogo {
	margin: 15px 0px 20px 0px;
}

div.item {padding: 5px; margin: 0px;}

div.item hr {display: block; clear: left; margin: -0.66em 0; visibility: hidden;}

div.clearer {clear: left; line-height: 0; height: 0;}

div.item img {float: left; margin: 0 15px 0 0;}

.shortform {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #698798;
	background: #FFFFFF url("images/f-back.gif") repeat-x left top;
}

.form {
	background-color: #003366;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #D1C2D6;
	background: #FFFFFF url("images/f-back.gif") repeat-x left top;
}

.qc {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 15px 20px 10px 20px;
}

.qform {
	margin: 0px 0px 10px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
  
/*********** #Disclaimer ***********/

#disc {
	width: 760px;
	background: #CCCCCC url("images/spacer.gif") no-repeat 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align : justify;
	padding: 15px 0px 5px 0px;
}

#disc a {
	background: url("images/disc1.gif") no-repeat left top;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color:#003333;
	font-size: 11px;
  }

#disc a:hover {
	background: url("images/disc2.gif") no-repeat left top;
	color:#000000;
  }
  
