﻿* { margin: 0px; padding: 0px; }

body {
	color: #000066;
	background-color: white;
	font-family: Tahoma;
	font-size: 85%;
	margin: 0px;
}

#main
{
	width: 750px;
	padding: 0px 0px 0px 0px;
	border: 0;
	margin: 0px auto 20px auto;
	background: white url(/images/plumbingbk.jpg) no-repeat left top;
}

.hide, .hide2 { display: none; }

table, tr, td { font-size: 100%; }

#navarea 
{
	width: 560px;
	background: #fff;
	padding-bottom: 0px;
}
#navarea ul {
	list-style: none;
}
#navarea li {
	display: inline;
}
#mainnav {
	margin-left: 16px;
	font-size: 135%;
	color: #00236e;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
#mainnav li {
	margin-right: 25px;
}
#mainnav a {
	padding: 5px;
}
#mainnav a:link {
	color: #00236e;
	text-decoration: none;	
}
#mainnav a:visited {
	color: #00236e;
	text-decoration: none;
}
#mainnav a:hover {
	color: #fff;
	background: #00236e;
	text-decoration: none;
}

#subnav {
	width: 540px;
	background: #00236e;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

#subnav li {
	margin-left: 20px;	
}
#subnav a {
	padding: 3px;
}
#subnav a:link {
	color: #fff;
	text-decoration: none;
}
#subnav a:visited {
	color: #fff;
	text-decoration: none;
}
#subnav a:hover {
	color: #00236e;
	background: #fff;
	text-decoration: none;
}

#content {
	padding: 20px 20px 20px 20px;
	border-top: none;
	vertical-align: top;
}

#content h1 {
	padding: 0px 0px 0px 0px;
	color: #276db9;
	font-size: 180%;
}

#content h2 
{
	padding-bottom: 10px;
	font-size: 75%;
	color: #276db9;
}

#content p {
	padding-bottom: 20px;
}
#content ul {
	margin: 0px 0px 0px 10px;
	list-style: inside;
	padding: 0px 0px 20px 0px;
}
#content li {
	margin-bottom: 5px;
}
#content a {
	color: blue;
}

#content a:hover {
	color: red;
}

.highLight { color: black; font-weight: bold; }

.formLabel { font-weight: bold; padding-right: 25px; }
.formField { width: 250px; }

#areaList { font-size: 80%; text-align: center; width: 100%; }

.sbGrabber
{
	color: #c0c0c0;
	text-align: center;
	font-size: 60%;
}

.siteHeader { color: white; font-size: 25px; font-weight: bold; margin-top: 15px; padding-top: 0px; vertical-align: middle }

.CallBackTitle { font-weight: bold; color: white; }

.ErrorText
{
	color: Red;
	font-weight: bold;
}

.rightSplash 
{
	background-image:url(/images/glass/rightglaziers.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width:430px;
	height: 160px
}