@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #09C;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #124FA0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -500px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	background-color: #C0252B;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #FlashID {
	padding-left: 0px;
}
.oneColFixCtrHdr #container .sidebar1 {
	float: left;
	width: 250px;
	margin-left: 25px;
	margin-top: 18px;
}
.oneColFixCtrHdr #container .sidebar1 img {
	margin-bottom: 20px;
}
.contactinfo {
	background-image: url(images/backgr.jpg);
}
.oneColFixCtrHdr #container .sidebar1 .contactinfo p {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #container .sidebar1 .contactinfo {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	position: absolute;
	top: -500px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	text-align: left;
	color: #2C3264;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent .imgfltrgt img {
	float: right;
}
.oneColFixCtrHdr #container #mainContent .plumberservices {
	font-weight: bold;
	text-decoration: underline;
}
form {
	width:600px;
	margin:15px auto 20px 80px;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width:500px;
	height:150px;
}
.textInput {
	width:350px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent .contactusnow p {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	color: #313262;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #006;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent .contactusnow p .phone {
	font-size: 1.2em;
	color: #C0252B;
	text-decoration: underline;
}
