/* CSS Document */

/******Main Structure of site - with footer set to appear at bottom of browser window******/
html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-image:url(images/vGrad.gif);
	background-repeat:repeat-x;
}

#container { /* this is the div you want to fill the window */
	min-height: 100%;
	position:relative;
	width:800px;
	margin:auto;
	background-color:#f0f0f0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

* html #container {
	height:100% /* hack for IE6 and below, which wont support min-height*/
}
	

#innerWrapper {
	padding-bottom:45px; /* Height of the footer */
	
}

#footer {
   position:absolute;
   bottom:0;
   width:800px;
   /*margin:0 auto;*/ /*This has no efffect, so comment it out*/
   height:45px;   /* Height of the footer */
   background-image:url(images/9cFooter.gif);
   background-repeat:no-repeat;
}


#footer p{
	margin:0 auto;
	padding-top:18px;
	text-align:center;
	font-size:.9em;
}

#footer img{
	float:right;
	padding: 0px 12px 0px 0px;
	margin-top:-25px;
	border:0px;
}

/**************************** End main structure section******************** */
 
/* ************************** Begin Navigation Section ********************* */

#NavContainer{
	width:800px;
	height:137px;
	margin:0 auto;
	background-image:url(images/NavArchTest3.jpg);
	background-repeat:no-repeat;
}

#nav{
	width:800px;
	margin:0 auto;
	height:25px;
	padding-top: 105px;
}

#nav ul{
	margin:0px 0px 0px 88px;
	list-style:none;
	padding:0px;
}

#nav li{
	display:inline;
}

#nav a{
	float:left;
	display:block;
	padding:0px 19px;
	color:#3696ef;
	font-size:12px;
	font-weight:900;
}

#nav a:link, #nav a:visited {
	color: #3696ef;
}

#nav a:hover {
	color:#000000;
}

#nav a.active {
	color:#000099;
}

/* ************************** End Navigation Area ********************* */

#content{
	width:800px;
	background-color:#f0f0f0;
	overflow:hidden;
}

.adContent{
	background-image:url(ads/adBack.gif);
	background-repeat:no-repeat;
	margin:15px 115px;
	padding:10px;
	padding-top:13px;
}

.introStatement{
	background-image:url(images/9cUppertext.gif);
	background-repeat:no-repeat;
	float:left;
	width:280px; /*background slice dimensions*/
	height:305px; /*background slice dimensions*/
	margin:3px 5px 5px 1px;
}

blockquote{
	margin-top:150px;
	padding:10px 20px 10px 15px;
	font-size:1.2em;
}

#imageRotation{
	background-image:url(images/9cSlides.gif);
	background-repeat:no-repeat;
	float:left;
	width:510px; /*background slice dimensions*/
	height:305px; /*background slice dimensions*/
	margin:5px 0px 5px 0px;
}

.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	padding-top:13px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
	padding-top:13px;
}

.mainContent{
	background-image:url(images/9cLowertext2.gif);
	background-repeat:no-repeat;
	float:left;
	width:556px; /*background slice dimensions*/
}

.aboutContent{
	background-image:url(images/aboutbackground.gif);
	background-repeat:no-repeat;
	float:left;
	width:556px;
}

p{
	padding:5px 20px;
	margin:0px; /*needed to aid sticking of footer to window bottom. Use padding instead*/
	font-size:1em;
}

.jandy{
	background-image:url(images/9cJandy.gif);
	background-repeat:no-repeat;
	float:left;
	width:225px; /*background slice dimensions*/
	height:93px;
	padding:10px 0px 0px 12px;
}

.jandyAccess{
	background-image:url(images/9cJandy.gif);
	background-repeat:no-repeat;
	width:225px; /*background slice dimensions*/
	height:93px;
	margin:26px 0px 0px 137px;
	padding:10px 0px 0px 14px;
}

.chlorking{
	float:left;
	width:218px; 
}

.pebbletec{
	background-image:url(images/9cPebbletec.gif);
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:82px;
	padding:22px 0px 0px 40px;
}

.proedge{
	background-image:url(images/9cPebbletec.gif);
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:100px;
	padding:10px 0px 0px 42px;
	margin:6px 0px 0px 0px;
}

#links{
	background-color:#f0f0f0;
	width:800px;
	float:left;
}

.linkContainer{
	background-color:#f0f0f0;
	width:778px;
	margin:0px auto 5px; 
	overflow:hidden;
	clear:both;
}

.linkContainer a img{
	margin-left:11px;
	border:0;
}


#links p{
	margin:0px;
	padding:10px 0px;
}

.hemLogo{
	background-image:url(images/hemLogoArea.gif);
	background-repeat:no-repeat;
	float:left;
	width:225px;
	margin:6px 0px 0px 0px;
	padding:10px 7px 10px 8px;
}

.hemLogo img{
	padding:2px 0px 0px 22px;
}

.jandy a img, .pebbletec a img, .chlorking a img, .jandyAccess a img, .pebbletecGallery a img, .jandyGallery a img{
	border:0px;
}

/*#footer p{
	margin:0;
	padding-top:18px;
}*/

.centered{
	text-align:center;
}

h1{
	text-align:center;
	font-weight:bold;
	font-size:3em;
	padding:50px 0px;
	margin:0px;
	font-family:"Courier New", Courier, monospace; 
}

h2{
	text-align:center;
	font-weight:normal;
	font-size:1.8em;
	margin:5px;
	padding:8px;
}

h3 {
	text-align:left;
	font-weight:normal;
	font-size:1.5em;
	margin:10px;
	padding:10px;
}

h4{
	text-align:center;
	font-weight:bold;
	margin:25px 10px 10px 10px;
}

h5{
	text-align:center;
	font-weight:normal;
	font-size:1.3em;
	margin:15px 10px;
	padding:0px 10px;
}

.sig{
	text-align:right;
	margin-right:20px;
}

#picFrame{
	background-image:url(images/picFrame.gif);
	/*float:left;*/
	width:505px; /*background slice dimensions*/
	height:305px; /*background slice dimensions*/
	margin:10px 5px;
}

#brochure_list{
	background-image:url(images/brochureArea.gif);
	float:right;
	width:285px;
	margin:-316px 0px 0px 0px;
}

#brochure_list ul {
	padding-bottom:20px;
	margin: 0px 10px;
}

#brochure_list li {
	list-style-type:none;
	background-image:url(images/pdfIcon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	padding-top:3px;
	line-height:25px;
}

.thumbs{
	background-image:url(images/9cUppertextBlank.gif);
	background-repeat:no-repeat;
	float:left;
	width:264px; 
	height:305px; /*background slice dimensions*/
	margin:11px 0px 5px 1px;
	padding:10px 0px 0px 15px;
}

.thumbs img{
	width:75px;
	float:left;
	padding:2px;
	border:1px solid #000;
	margin:3px 0px 3px 3px;
}

#galleryFrame{
	background-image:url(images/picFrame.gif);
	width:505px; /*background slice dimensions*/
	height:305px; /*background slice dimensions*/
	margin:10px 8px 10px 5px;
	float:right;
}

#centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	padding-top:13px;
}

#centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
	padding-top:13px;
}

.thumbs ul{
	margin:0px 0px 0px 86px;
	list-style-type:none;
	/*float:left;*/
	display:block;
}

.thumbs ul li{
	margin-right:8px;
	display:inline;
}

.thumbs a:link, .thumbs a:visited {
	color: #3696ef;
}

.thumbs a:hover {
	color:#FF9513;
}

.thumbs a.active {
	color:#000;
}

#contactTop{
	background-image:url(images/contactBack.gif);
	background-repeat:no-repeat;
	width:245px;
	height:85px;
	padding:5px;
	padding-top:10px;
	margin:0 auto;
}

#contactTopWrapper{
	width:800px;
	height:105px;
	background-image:url(images/waves.gif);
	background-repeat:no-repeat;
}

#contactTop p{
	text-align:center;
	font-size:14px;
	/*margin:10px 5px 0px 5px;*/
	margin:0px;
	padding-left:5px;
	padding-top:10px;
}
	
table{
	background-image:url(images/formBack.gif);
	background-repeat:no-repeat;
	width:275px;
	height:345px;
	/*padding:15px;*/  /*works in FF, not in IE7*/
	/*padding:12px 0px;*/  /*no effect in IE7, and FF can also use tr td.first, so no need here*/
	margin:10px 10px 10px 4px;  /*doesn't make much difference in either browser*/
}

table tr td.first{
	padding-top:12px;
}

table tr td{
	padding-left:12px;
}

#contactFrame{
	background-image:url(images/picFrame.gif);
	width:505px; /*background slice dimensions*/
	height:305px; /*background slice dimensions*/
	margin:32px 6px 0px 0px;
	float:right;
}
