@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: 100%;
	background-color: #0099CC;
	background-image: url(images/bkg_fade.png);
	background-repeat: repeat-x;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0179AD;
	font-size: 26px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
}
h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	font-size: 18px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	margin-top: 5px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
p {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
}
p a {
	color: #0179AD;
}
p a:hover {
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 1001px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 212px;
	background-image: url(images/banner_burst.png);
	background-repeat: no-repeat;
	background-position: 337px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#logo {
	height: 191px;
	width: 267px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	position: relative;
}
#navbar {
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 635px;
	float: right;
	margin-right: 15px;
	margin-top: 178px;
	padding-top: 5px;
	padding-left: 22px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	float: left;
	width: 1001px;
}
#flash {
	margin-bottom: 20px;
	background-image: url(jw_player/new_image_pool_1.png);
	background-repeat: no-repeat;
	height: 521px;
	width: 1001px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.png);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	height: 63px;
	float: left;
	width: 981px;
	letter-spacing: 2px;
}
#footer a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color:#FFCC66;
	text-decoration: none;
	}
#commercialbox {
	height: 291px;
	width: 296px;
	margin-left: 15px;
	margin-bottom: 20px;
	float: left;
	background-image: url(images/subbox.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#commercialimg {
	background-image: url(images/commercial.png);
	background-repeat: no-repeat;
	height: 209px;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
#residentialbox {
	height: 291px;
	width: 296px;
	margin-left: 15px;
	margin-bottom: 20px;
	float: left;
	background-image: url(images/subbox.png);
	background-repeat: no-repeat;	
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#residentialimg {
	background-image: url(images/residential.png);
	background-repeat: no-repeat;
	height: 209px;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.learnmore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	width: 100%;
	margin-left: 195px;
	text-decoration:none;
}
.learnmore a:hover {
	color: #FFCC66;
	
}
#blogbox {
	width: 309px;
	margin-bottom: 20px;
	margin-left: 15px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#twitter_div ul {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 0px;
	list-style-type: none;
}
#twitter_div li {
	margin-bottom: 15px;	
}
#twitter_div ul a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#twitter_div ul a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
}
#mainarea {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0179AD;
	border-right-color: #0179AD;
	border-left-color: #0179AD;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	float: left;
	width: 895px;
	background-image: url(images/waterfade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftcol {
	width: 425px;
	float: left;
}
#finisharea {
	margin-bottom: 55px;
	text-align: center;
	float: left;
	width: 895px;
	margin-top: 0px;
}
#rightcol {
	width: 440px;
	float: left;
	margin-left: 25px;
}
#toparea {
	float: left;
}
#bodybottom {
	background-image: url(images/bodybottom.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-bottom: 20px;
}
#widebody {
	float: left;
}
img, div { behavior: url(scripts/iepngfix.htc) }
#leftitem {
	float: left;
	width: 400px;
	margin-right: 45px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#rightitem {
	float: left;
	width: 400px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0098CB;
	background-color: #FFFDE9;
}
#seals {
	float: left;
	width: 1001px;
	text-align: center;
	margin-bottom: 100px;
}
#gallery {
	text-align: center;
}

