* {margin: 0; padding: 0}
body {
	background: #f7f7f7 url("imgs/body_bg.png") 0 0 repeat-x;
	color: #000;
	font: 100% Verdana, sans-serif;
}
#logo {
	background: transparent url("imgs/logo.png") 0 0 no-repeat;
	height: 155px;
	text-indent: -200em
}
a {text-decoration: none}
#header {
	float: left;
	background: url("imgs/header_bg.png") 100% 0 no-repeat;
	padding: 0 36px 0 0;
	margin: -61px 0 0 230px
}
#header ul {
	border-top: 1px solid #a4e6fe;
	float: left;
	list-style-type: none;
	padding-bottom: 11px;
	background: url("imgs/header_ul_bg.png") 0 100% repeat-x;
}
#header li {
	border-left: 1px solid #a4e6fe;
	float: left;
}
#header a:link, #header a:visited {
	background: url("imgs/header_li.png") 0 0 repeat-x;
	font-size: 70%;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 18px 10px;
	min-height: 13px;
	max-height: 13px;
	float:left
}
#header a:hover {background-image: url("imgs/header_li_hover.png")}
#header2 {
	list-style-type: none;
	padding: 8px 0
}
#header2 li {
	padding-left: 18px;
	background: url("imgs/header2_li.png") 0 2px no-repeat;
	margin-bottom: 4px
}
#header2 a:link, #header2 a:visited {
	color: #707070;
}
#header2 a:hover {color: #5cb1d0}
#container {
	clear: both;
	font-size: 80%;
	padding: 5px 0
}
#sidebar, #content {
	background-color: #fff;
	margin: 0 10px;
}
#sidebar {padding-top: 13px; background: url("imgs/sidebar_top.png") 0 0 no-repeat;
	float: left;
	width: 207px;margin-right: -220px;
}
#sidebar_middle {background: url("imgs/sidebar_bg.png") 0 0 repeat-y}
#sidebar_bottom {padding: 0 20px 17px 20px; background: url("imgs/sidebar_bottom.png") 0 100% no-repeat}
#page_submenu, #page_related {
	color: #6d7170;
	background: #d1f3ff url("imgs/sidebar_ul_top.png") 0 0 no-repeat;
	padding: 8px;
	border-bottom: 1px solid #1d7fb0;
	margin-top: 8px
}
#page_submenu strong, #page_related strong {
	color: #165c80;
	font-size: 90%
}
#submenu, #related {
	list-style-type: none;
	background: #d1f3ff url("imgs/sidebar_ul_bottom.png") 0 100% no-repeat;
	padding: 5px
}
#submenu li, #related li {margin: 2px 0}
#submenu a, #related a {
	font-size: 90%;
	color: #72716f;
	display: block;
	padding: 2px 4px;
}
#submenu a:hover, #related a:hover {background-color: #f7f7f7}
#contact_phone {
	background: url('imgs/phone.gif') 0 0 no-repeat;
	color: #959595;
	font-family: Arial;
	font-size: 140%;
	font-weight: bold;
	line-height: 60px;
	margin: 10px 0 0 -1px;
	padding: 0 0 5px 30px;
	text-align: center;
	width: 180px;
}
#are_u_a {margin: 5px auto}
#are_u_a a:link, #are_u_a a:visited {
	background: url("imgs/are-you-a-plumber.gif") 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: 75%;
	font-weight: bold;
	height: 32px;
	margin: 0 auto;
	padding: 74px 20px 0 0;
	text-align: right;
	text-decoration: none;
	width: 162px
}
img {border: none}
#content {
	margin-left: 220px;float: left;
	/*padding: 20px;
	line-height: 140%;
	max-width: 900px*/
}
h1 {
	font-size: 125%;
	color: #0271a9;
	margin: 5px 0
}
h2 {
	font-size: 110%;
	color: #0271a9;
	margin: 15px 0 2px;
	text-decoration: underline
}
h3 {
	font-size: 100%;
	color: #0271a9;
	margin: 11px 0 2px;
	text-decoration: underline
}
#content p {margin-top: 8px}
#content ul, #content ol {margin: 6px 6px 0 22px}
#roots {font-size: 90%}
#content a:link, #content a:visited {
	color: #30a0c5;
	border-bottom: 1px dashed #30a0c5
}
#content a:hover {background-color: #d1f3ff;border-bottom-style: solid}
#bottom {
	clear: left;
	height: 72px;
	background: url("imgs/bottom_bg.png") 0 0 repeat-x;
	list-style-type: none;
	padding-left: 280px
}
#bottom li {
	float: left;
	margin: 10px 10px 10px 0;
	font-size: 80%;
	padding-left: 10px;
	background: url("imgs/bottom_li.gif") 0 50% no-repeat;
}
#bottom a:link, #bottom a:visited {
	color: #d7d7d7;
}
#bottom a:hover {color: #fff}

#content {background: #fff url("imgs/content_lt.png") 0 0 no-repeat}
#c_rt {background: transparent url("imgs/content_rt.png") 100% 0 no-repeat;padding-top: 7px}
#c_l {background: transparent url("imgs/content_l.png") 0 0 repeat-y}
#c_r {background: transparent url("imgs/content_r.png") 100% 0 repeat-y}
#c_lb {background: transparent url("imgs/content_lb.png") 0 100% no-repeat}
#c_rb {
	background: transparent url("imgs/content_rb.png") 100% 100% no-repeat;
	padding: 10px 40px 40px;
	line-height: 140%;
	max-width: 900px
}

.cl {clear: left}
.cr {clear: right}
.fl {float: left}
.fr {float: right}
img.fl {margin: 0 10px 10px 0}
img.fr {margin: 0 0 10px 10px}

fieldset {
	border: 1px solid #8190b3;
	padding: 20px
}
legend {
	margin: 0 0 25px 20px;
	padding: 5px 10px 0;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #8190b3;
	border-bottom-width: 0
}
input, select {width: 12em}
input, select, textarea {display: block; margin-bottom: 10px}

.img1x1 {
	border: none;
	height: 1px;
	width: 1px
}