@charset "utf-8";
/* Plumbing Zone, new CSS construction, 09-Jun-2008 */

* {margin: 0; padding: 0;}
body {
	text-align: center;
	font: 78%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #004A6B;
	background: #BFE4F5 url(../img/bg-body-1a.gif);
}
#wrapper {
	xposition: relative;
	text-align: left;
	width: 730px;
	background: #fff;
	border: 1px solid #fff; /* IE needs both wrappers to have a border */
	margin: 20px auto; padding: 10px;
}
#header {
	height: 138px;
	background: #fff url(../img/glassy_logo_new-1a.jpg) no-repeat left;
}
#header-inner {
	text-align: center;
	height: 138px;
	color: #333;
	border-top: 5px solid #006FA0;
	margin: 0 0 0 200px; 
}
#header-inner h1{
	margin: 40px 0 30px;
	letter-spacing: -1.5px;
}
#header-inner p{
	font-weight: bold;
	font-size: 1.3em;
}
#wrapper-inner {
	position: relative;
	background: #FFF url(../img/bg-nav-1e.gif) repeat-y;
	border: 1px solid #fff; /* IE needs both wrappers to have a border */
	margin: 10px 0 0;
}
#content{
	background: #fff;
	border-bottom: 5px solid #006FA0;
	margin: 10px 0 0px 200px; padding: 0px 35px 20px;
}
#content h2{
	font-size: 1.5em;
	text-align: center;
	color: #006FA0;
	margin: 0 0 1.5em;
}
#content h3{
	font-size: 1.3em;
	color: #006FA0;
	margin: 2em 0 0;
}
#content p{
	margin: 1em 0;
}
#content ul{
	margin: 1em 2em;
}
#content li{
	margin: .5em;
}
#content blockquote {
	background: #FFF url(../img/quotes-1c.gif) no-repeat 3px 4px;
	border: 1px solid #ccc;
	margin: 2em 0; padding: 10px 15px 5px;
}
#content blockquote p {
	margin: 1em;
}
#content blockquote p.attrib {
	text-align: right;
}
#content img{
	border: 1px solid #ccc;
	padding: 3px;
}
p#trenchless {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
}
p#trenchless a{
	position: relative;
	display: block;
	width: 235px;
	height: 56px;
	margin: 0 auto;
	}
p#trenchless a span{
	position: absolute;
	display: block;
	width: 235px;
	height: 56px;
	background-image: url(../img/trenchless-3a.jpg);
	background-position: top left;
	}
p#trenchless a:hover span{
	background-position: top right;
	}
/* --------- NAVIGATION ----------- */
#nav {
	position: absolute; left: 0px; top: 40px;
	width: 190px;
	xborder: 1px solid #999;
}
#nav li {
	list-style: none;
	xborder-bottom: 1px solid #40AFE0;
}
#nav li a{
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #40AFE0 url(../img/bg-nav-4d.gif) no-repeat left center;
	border-top: 1px solid #40AFE0;
	border-bottom: 1px solid #006FA0;
	padding: 10px 20px;
}
#nav li a:hover, #nav li a:focus{
	background-position: -190px center;
}
#nav li a.current{
	background-position: -190px center;
}
/* --------- Form -------------- */
form {
	border: 1px solid #ccc;
	margin: 30px 0; padding: 5px 10px;
}
form p{
	margin: 0em 0;
}
form p.highlight{
	text-align: center;
	font-weight: bold;
	color: #900;
}
form label{
	display: block;
}
form input{
	width: 250px;
	margin: 0;
}
form textarea{ 
	margin: 0;
}
form input#send{ 
	width: 100px;
	margin: 5px 0;
}
