/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	background: url(../images/bodyTile.jpg) center #4c5353;
	}

* html #wrapper {
	height: 100%;
	}

#banner {
	float: left;
	margin-left: 20px;
	width: 760px;
	height: 226px;
	}

#bannerLeft {
	float: left;
	height: 226px;
	width: 214px;
	background: url(../images/logo.jpg);
	margin-left: 10px;
	}

#bannerRight {
	float: left;
	width: 526px;
	height: 226px;
	}

#contentContainer {
	float: left;
	width: 760px;
	margin-left: 20px;
	}

#content {
	float: left;
	border-top: 1px solid #72b4da;
	width: 740px;
	margin-left: 10px;
	margin-right: 10px;
	}

#leftContainer {
	float: left;
	width: 213px;
	border-right: 1px solid #72b4da;
	}

#rightContainer {
	float: left;
	width: 526px;
	font-size: 70%;
	color: #095988;
	}

#rightContent {
	padding-left: 10px;
	padding-top: 1px;
	margin-bottom: 160px;
	line-height: 22px;
	padding-right: 10px;
	}

#rightContentCommercial {
	padding-left: 10px;
	padding-top: 1px;
	margin-bottom: 160px;
	line-height: 24px;
	padding-right: 10px;
	}

#rightContentCommercial a, #rightContentCommercial a:link, #rightContentCommercial a:active, #rightContentCommercial a:visited {
	color: #06c;
	padding: 2px;
	text-decoration: none;
	}

#rightContentCommercial a:hover {
	padding: 2px;
	background: #06c;
	color: #fff;
	}

#footer {
	clear:both;
	position: relative;
	margin-left: -401px;
	left: 50%;
	width: 802px;
	height: 25px;
	font-size:70%;
	color: #666;

	}

#footerContent {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid #c9cacb;
	padding-top: 5px;
	text-align: center;
	background: #fff;
	height: 20px;
	}

#footerContent a, #footerContent a:active, #footerContent a:link, #footerContent a:visited {
	color: #0981fa;
	padding: 2px;
	text-decoration: none;
	}

#footerContent a:hover {
	padding: 2px;
	background: #0981fa;
	color: #fff;
	text-decoration: none;
	} 

h1 {
	font-size: 140%;
	color: #64a233;
	}

h2 {
	font-size: 125%;
	color: #0a5a87;
	text-transform: uppercase;
	}

h3 {
	font-size: 110%;
	margin: 0px;
	}

hr {
	border-top: 1px dashed #72b4da;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 450px;
	}

.dashedLine1 {
	border-top: 1px dashed #72b4da;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left;
	width: 220px;
	}

.residential td img {
	padding-bottom: 5px;
	}

.formField {
	width: 200px;
	padding: 2px;
	}

.formFieldBox {
	width: 200px;
	font: normal 110% arial, verdana, 'trebuchet ms', sans-serif;
	padding: 2px;
	height: 120px;
	}

.submitBtn {
	background: url(../images/submitBtn.jpg) no-repeat;
	width: 65px;
	height: 34px;
	border: 0 solid #fff;
	cursor: pointer;
}
.submitBtn:hover {
	background-position: 0px -34px;
}

#rightContent a, #rightContent a:link, #rightContent a:active, #rightContent a:visited {
	color: #06c;
	padding: 2px;
	text-decoration: none;
	}

#rightContent a:hover {
	padding: 2px;
	background: #06c;
	color: #fff;
	}

/* MENU 1 */

#navcontainer { 
width: 200px;
margin-top: -8px;
margin-left: 2px;
font-size: 60%;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 3px solid #f7ba02;
width: 209px;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 199px;
background-color: #e68926;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #c57c2e;
color: #fff;
}

/* End Menu 1 */

/* MENU 2 */

#nav2 { 
width: 200px;
margin-top: -8px;
margin-left: 2px;
font-size: 60%;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 10px;

}

#nav2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#nav2 a
{
display: block;
padding: 5px;
width: 199px;
background-color: #b6c200;
border-bottom: 1px solid #eee;
}

#nav2 a:link, #nav2list a:visited
{
color: #EEE;
text-decoration: none;
}

#nav2 a:hover
{
background-color: #989f2b;
color: #fff;
}

/* END MENU 2 */

.captionBox {
	position: absolute;
	padding: 5px 15px 5px 15px ;
	background: #efefe0;
	color: #000;
	border: 1px solid #676858;
	width: 285px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 95%;
	text-align: center;
	margin-left: -100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#right {
	margin-left: 300px;
	}

#captionLink {
	float: left;
	height: 16px;
	margin-left: 1px;
	padding-top: 2px;
	}

#captionLink a, #captionLink a:link, #captionLink a:active, #captionLink a:visited {
	color: #06c;
	padding: 2px;
	text-decoration: none;
	}

#captionLink a:hover {
	background: #06c;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	}