* {
	font-family: Tahoam, Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	padding: 0;
	margin: 0;
	background: #f3f3f3;
	text-align: center;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

#container1 {
	width: 771px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	background: #fff;
}

#container2 {
	border-right: 1px solid #565574;
	border-left: 1px solid #565574;
	background: #fff;
}

#header .btns {
	width: 618px;
	background: url(../images/header_pic2.jpg) left top no-repeat;
	text-align: right;
	vertical-align: top;
}

#header .btns a {
	margin-right: 24px;
}

#header .btns img {
	margin-top: 15px;
}

#leftcol {
	width: 545px;
	float: left;
}

.content {
	padding: 15px 10px 15px 22px;
	text-align: left;
}

.mainheading {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px dashed #000;
}

.maintext {
	min-height: 100px;
	font-size: 11px;
	color: #565574;
}
.footertext {
	font-size: 11px;
	color: #B9B9BD;
}
* html .maintext {
	height: 100px;
}

.maintext p {
	padding: 0;
	margin: 5px 0 15px;
}

.maintext a {
	font-size: 11px;
	color: #2d308f;
}

.maintext a:hover {
	color: #000;
	text-decoration: none;
}

.memb {
	text-align: center;
}

.memb img {
	float: left;
}

.memb a {
	font-size: 11px;
	color: #565574;
	text-decoration: none;
}

.memb a:hover {
	color: #ff6c00;
}

#covarea {
	display: block;
	width: 500px;
	height: 330px;
	padding-top: 121px;
	background: url(../images/SepticInspectionsMap2.gif) left top no-repeat;
}

h1.speclist {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

ul.speclist, h1.speclist span {
	color: #ff6c00;
}

ul.speclist span {
	color: #565574;
}

.request {
	padding: 0;
	margin: 0 0 25px;
}

.request table {
	width: 400px;
	margin-bottom: 15px;
}

.request input, .request textarea {
	border: 1px solid #565574;
	font-size: 11px;
}

.request input {
	height: 12px;
}

.request input.noborder {
	border: 0;
}

.request input.submit {
	height: 20px;
	border: 1px solid #d2d0ea;
	background: #9697c7;
	color: #fff;
	font-weight: bold;
}

.row1 {
	background: #f6f5fc;
}

.pic {
	padding: 2px;
	margin-right: 20px;
	border: 1px solid #9697c7;
}

#rightcol {
	width: 224px;
	float: left;
	background: url(../images/menu_backg.gif) left top repeat-x;
	text-align: left;
}

.rightbox {
	width: 213px;
	padding-top: 9px;
	margin-bottom: 10px;
}

.rightbox#adv {
	background: url(../images/advert_backg.gif) left top no-repeat;
}

.rightbox#hot {
	background: url(../images/hottopic_backg.gif) left top no-repeat;
}

.rightcont {
	min-height: 100px;
	padding: 0 20px 10px;
	background: url(../images/rightcont_backg.gif) left top repeat-y;
}

* html .rightcont {
	height: 100px;
}

.rightbox#adv .rightcont {
	text-align: center;
}

.rightbox#hot .rightcont {
	text-align: left;
}

.rightcont, .rightcont a {
	font-size: 10px;
	color: #565574;
	text-decoration: none;
}

.rightcont a:hover {
	color: #ff6c00;
}

#footer {
	height: 32px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/footer_backg.gif) left top repeat-x;
}

#footer li {
	width: 320px;
	padding: 8px 30px 0;
	float: left;
	vertical-align: middle;
}

#footer #left {
	text-align: left;
}

#footer #right {
	text-align: right;
}

#footer li img {
	vertical-align: middle;
}

#footer, #footer a {
	font-size: 11px;
	color: #2d308f;
}

#footer a:hover {
	text-decoration: none;
}

/******* drop menu styles **********/

#mainmenu {
	height: 38px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 12px;
	background: url(../images/menu_backg.gif) left top repeat-x;
}

#mainmenu .mainlink {
	float: left;
	padding: 9px 9px 0;
	background: url(../images/menu_arrow.gif) bottom no-repeat;
}

#mainmenu a:hover.mainlink {
	background-position: top;
}

#mainmenu a, #dropmenudiv a {
	display: block;
	font-size: 11px;
	color: #b2b2b2;
	text-decoration: none;
}

#mainmenu a:hover, #dropmenudiv a:hover {
	color: #7271a8;
}

#mainmenu a#selected {
	background-position: top;
	color: #7271a8;
	font-weight: bold;
}

#dropmenudiv {
	position: absolute;
	border-top: 5px solid #fff;
	white-space: nowrap;
	z-index: 1000;
}

#dropmenudiv a {
	padding: 3px;
	margin: 0;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ff6c00 #9697c7;
	background: #fff;
	font-size: 10px;
}

#dropmenudiv a.first {
	border-top-width: 1px;
}