/* @override http://www.wedgemount.com/css/style.css */

body,
html {
margin:0;
padding:0;
color:#000;
background:#396290;
}

#wrap {	
	text-align: left;
	width: 749px;
	margin-left: auto;
	margin-right: auto;
	font: 11px/130% Verdana, Helvetica, Arial, sans-serif;
	color: #555;
	left: 0;
	position: relative;
	top: 0;
	background-color: #fff;
	background-image: url(/images/background.jpg);
}

#header {
	background-color: #fff;
	width: 749px;
	height: 82px;
	background-image: url(/images/logo.jpg);
	padding: 0px;
}

#siteblurb {
	position: absolute;
	top: 40px;
	color: #396290;
	right: 40px;
	text-align: right;
	font: bold 13px/140% Georgia, Verdana, Helvetica, Arial, sans-serif;
}

#navigation {
	background-color: #fff;
	width: 749px;
	height: 45px;
	position: relative;
}


#main_image {
	background-color: #ffffff;
	width: 749px;
	height: 206px;
	background-image: url(/images/plumbing_image.jpg);
	padding: 0px;
	font: 12px/130% Georgia;
}

#siteblurb2 {
	position: absolute;
	top: 177px;
	color: #fff;
	left: 86px;
	font-weight: bold;
	width: 316px;
	line-height: 140%;
}

h1 {
	font: bold 18px/100% Georgia, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 1em;
	font: 18px Georgia, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #396290;
}

#wrapper {	
	width: 745px;
	border-left: 2px solid #A4CAE1;
	border-right: 2px solid #A4CAE1;
	background-color: #fff;
}

#main {
	width: 418px;
	padding: 10px;
	left: 2px;
	background-color: #fff;
	float: left;
	border-right: 2px solid #A4CAE1;
}

.indexImage {
	position: relative;
	float: left;
	padding-right: 17px;
	padding-top: 15px;
}

#indexText {
	position: relative;
	top: -150px;
	left: 124px;
	width: 294px;
}
#main_full {
	width: 720px;
	left: 2px;
	background-color: #fff;
	margin-top: 8px;
	float: left;
	margin-left: 10px;
}

#main_support {
	width: 693px;
	left: 2px;
	background-color: #fff;
	margin-top: 0;
	float: left;
	padding: 15px;
}

#sidebar {
	float: right;
	width: 285px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	background-color: #ffffff;
	width: 749px;
	height: 34px;
	background-image: url(/images/plumbing_bottom.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}

#footerText {
	margin-left: -15px;
	font-size: 10px;
}

#footerTextRight {
	margin-top: -24px;
	margin-left: 508px;
}

#footer p {
	padding-left: 40px;
}

#footer_images {
	padding-top: 10px;
	clear: both;	
	width: 745px;
	border-left: 2px solid #A4CAE1;
	border-right: 2px solid #A4CAE1;
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 0px;
	border-bottom: 2px solid #A4CAE1;
	width: 716px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
	padding-left: 5px;
}
li {
	padding-left: 15px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	line-height: 150%;
}

a {
	color: #396290;
	text-decoration: none;
	background: none no-repeat;
}

/* My Comment */

a:hover {
	color: #396290;
	text-decoration: underline;
	background: none no-repeat;
}

.link_arrow {
	position: relative;
	top: 2px;
	padding-right: 5px;
}
.featured {
	color: #396290;
	font-weight: bold;
}
.image_top_left {
	float:left;
	margin: 0 10px 0 0;
}
.image_top_right {
	float:right; 
	margin: 0 0 20px 10px;
}
.image_bottom_left {
	float:left; 
	margin: 10px 10px 0 0;
}
.image_bottom_right {
	float:right; 
	margin: 10px 0 0 10px;
}
.formerror {
	color: red;
	font: bold 11px Verdana;
}

