@charset "UTF-8";
/* CSS Document */


body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	 background-color: #002244;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FF6600;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div.spacer {
	clear: both;
	float: left;
}

.oneColFixCtrHdr #header {
	background-image: url(../../images/residentialheader.jpg);
	height: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	margin: 0px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}
div#mainContent h2 {
	color: #002244;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002244;
}
.oneColFixCtrHdr #container #mainContent #residential {
	float:left;
	width: 400px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	color: #000000;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #ff6600;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width:860px;
	color: #000000;
	overflow:hidden;
	
	
}
.oneColFixCtrHdr #container #mainContent p {
	clear: both;
}
.oneColFixCtrHdr #container #subheader {
	float: left;
	height: 30px;
	width: 900px;
	background-color: #000000;
	color: #FFFFFF;
	display:inline;
}
.oneColFixCtrHdr #container #subheader h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 10px;
	line-height: 30px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 880px;
	background-color: #999966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent #commercial {
	float: right;
	width: 400px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent #residential a {
	text-decoration: none;
}
a {
	text-decoration: none;
}
table.icons {
	clear:both;
	margin-top:40px;
}
.border1px {
	border: 1px solid #000000;
}
.right {
	float:right;
}
.oneColFixCtrHdr #container #mainContent #blurb {
	float: left;
	width:850px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 8px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}

#commerercial #container #mainContent div#commercial2 {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding:10px;
	
	
}
#commerercial #container #mainContent div#commercial2 div.2020body {
 width:600px;
}
body#commerercial {
	background-color:#FFFFFF;
}
#commerercial div#mainmenu {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#002244;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width:880px;
}
#commerercial div#commercialmain {
	background-color:#FFFFFF;
	padding:10px;
}
#commerercial div#commercialmain subcontent {
	width:475px;
}
#commerercial div#mainmenu a {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: underline;
}
#commerercial #container #header {
	background-image: url(../../images/commercial_header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	
}
body#residentialpage {
	background-image: url(../../images/grad_bg.jpg);
	background-repeat: repeat-x;
}
#residentialpage #container #mainContent #residential {
	float: left;
	width: 840px;
}
#residentialpage div#mainmenu {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#002244;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #006699;
}
#residentialpage #container #mainContent #residential #subcontent {
	float: left;
	width: 460px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#residentialpage #container #mainContent #residential #footer a {
	color: #002244;
	text-decoration: underline;
}
#residentialpage #container #mainContent #residential h2 {
	font-size: 24px;
	border-bottom-color: #CCCCCC;
}
#residentialpage #container #mainContent #residential #footer {
	width: 700px;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#residentialpage #container #mainContent #residential #photo1 {
	float: right;
	width: 325px;
	
	height: 400px;
}
#residentialpage div#mainmenu a {
	color:#FFFFFF;
	font-size: 16px;
	text-decoration: none;
	line-height: 32px;
}
#container #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#residentialpage #container #header {
	width: 100%;
	background-color: #000000;
}
#commerercial #container #mainContent #commercialmain #subcontent_a {
	float: left;
	/*clear: left;*/
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width:400px;
}
 .oneColFixCtrHdr #header_combo {
	background-image: url(../../images/combo_header.jpg);
	height: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	margin: 0px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}
#container #header_combo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 0px;
	font-size: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#commerercial #container #mainContent #commercialmain #subcontent #photo2 {
	float: right;
	width: 325px;
	margin-right: 40px;
}
.border1px {
	border: 1px solid #000000;
}

