img {
	border: 0;
}


body {
	margin: 0px;
	padding: 0px;
	color:#000;
	text-align: center;
	background: #102130;
	border: 0;
}

#wrapper {
	width: 786px; 
	margin: 0px auto;
	padding:0px;
	text-align: left;
	}
	
#main {
	width: 786px; 
	height:539px;
	margin: 0px;
	padding:0px;
	border:0px;
	background: url(images/main_img.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#about_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/about_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#services_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/services_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}	
#financing_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/financing_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}	
#testimonial_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/testimonial_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
#gallery_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/gallery_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#contact_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/contact_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#privacy_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/privacy_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#employment_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/employment_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#remodel_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(images/pool-remodeling.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
	
#logo {
	width: 177px; 
	height:141px;
	margin: -41px 15px 0px 575px !important;
	border: 0px;
	float:right;
	padding:0px;
	position:relative;
	
}

#start {
 	 font-family:Arial, Helvetica, Verdana, arial, sans-serif; 
	 width:776px;
	 height:12px;
	 margin: 0;
	 padding:0;
	 text-align: left;
	 position:relative;
}

#start h1 {
	font-size: 10px;
	color:#476F8F;
	margin: 0;
	font-weight: normal;
	letter-spacing: .09em;
	
}
	
/* Menu Structure */

#menu_new  {
	width: 755px;
	height:28px;
	margin: 0;
	border: 0;
	padding: 0;
        font-family: Arial,Helvetica,sans-serif;
	background: transparent;

}
#menu_new ul {
		width: 755px;
		height:28px; 
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		background: transparent;
		text-align: left;
		text-indent: 0;
					
}
#menu_new ul li {
		margin: 3px 0 0 0;
		padding: 0;
		list-style: none;
		float: left;
		background: transparent;
		font-size: 13px;
		
		text-align: center;
		display:inline;
		text-indent: 0;
		
}
#menu_new  ul  li a:link,#menu_new  ul li a:visited{
		margin: 0;
		padding: 0 15px;
		list-style: none;
		color: #ccc;
		border-right:1px solid #000;
		text-align:center;
}
ul li a:hover, ul li a:active {
		color: #132160;
		text-decoration: underline;                                                    
}
#menu_new  ul ul {
	position: absolute;
	left:-999em;
	width: 180px;
	top: 20px;
	height: auto;
	color: #FFFFFF;
	background: #102130;
	margin: 0 0 0 85px;
	padding: 0;
	
}

#menu_new li li {
	width: 180px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	background: transparent;
}
#menu_new  ul ul a:link, #menu_new  ul ul a:visited {
	text-indent: 0;
	text-align: center;
	width: 180px;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	float: left;
	background: transparent;
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	
}

#menu_new   ul ul a:hover, #menu_new  ul ul a:active {
	color: #ffffff;
	background: #875A39;
	height: auto;
}

#menu_new  li:hover ul ul,  #menu_new  li.sfhover ul ul {
	left: -9999em;
	
}
#menu_new  li:hover ul, #menu_new  li li:hover ul, #menu_new  li li:hover ul, #menu_new  li.sfhover ul, #menu_new  li li.sfhover ul, #menu_new  li li.sfhover ul {
	left: 10px;
	z-index: 6000;
	float: left;
}

/* Menu Structure */

a:link, a:visited { 
	font-family: Arial,Helvetica,sans-serif;
	color:#F8D63B;
	text-decoration:none;
	}

a:hover, a:active { 
	text-decoration:underline;
	
}

#content {
		font:12px Arial,Helvetica,sans-serif;
		color:#fff;
		padding: 0px;
		text-align:left;
		float:left;
		margin: 0 auto;
		width:785px;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-top:0px;
		
}

#content img{
 		border:1px solid #000;
		margin:2px 2px 2px 2px;
		
}

table.gallery_main{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 770px;
	padding:5px 5px 5px 5px;
}

table.gallery_main td {
padding:5px 10px 2px 2px;
margin:0 0 0 10px;

}


#copy  {
		color: #ccc;
		width:350px !important;
		width:430px;
		padding:0px 55px 15px 25px;
		float:left;
}

#copy p {
	font: 12px Arial,Helvetica,sans-serif;
	}
#copy2  {
		color: #ccc;
		width:735px;
		padding:0px 55px 15px 25px;
		float:left;
		font: 13px Arial,Helvetica,sans-serif;
	

}

#contact  {
		color: #ccc;
		width:780px;
		font: 13px Arial,Helvetica,sans-serif;
		padding:0px 0px 5px 10px;
	
}


#ad {
width:332px;
height:281px;
margin: 0;
float:left;
padding:0px 0px 0px 0px;
background:url(images/ad.jpg) no-repeat;



}

#ad p {
	font: 13px Arial,Helvetica,sans-serif;
	color: #000;
	width:315px;
	position:relative;
	float:right;
	padding:0px;
	margin:0px;
	top:65px;
	right:10px;

}

#photo_bot {

	width:675px;
	height:110px;
	background-color:#875A38;
	border:1px solid #000;
	margin: 0px 0px 10px 70px!important;
	margin: 0px 0px 10px 30px;
	padding:4px 0px 0px 0px;
	float:left;
	position:relative;

}
#photo_bot  img {

border:0px;

}
#photo_bot2 {

	width:510px;
	height:111px;
	background-color:#875A38;
	border:1px solid #000;
	margin: 0px 0px 20px 150px !important;
	margin: 0px 0px 0px 75px;
	padding:4px 0px 0px 0px;
	position:relative;
	float:left;

}
#photo_bot2 img {

	border:0px;

}
#footer {
	 font-family: Arial, Helvetica, Verdana, arial, sans-serif;
	 font-size: 12px;
	 color:#ccc;
	 width:500px;
	 margin: 5px;
	 padding:0px ;
	 text-align: center;
	 clear: both;
	 width:786px;
	 
}



p.brk {
		clear: both;
		margin: 0;
		padding: 0;
		border: 0;
	}

h1 {
		
	font-family: Helvetica, Verdana, arial, sans-serif;
	 font-size: 18px;
	 color:#ccc;
	 font-weight: bold;
	}
	
h2 {
		
	font-family: Helvetica, Verdana, arial, sans-serif;
	 font-size: 18px;
	 color:#ccc;
	 font-weight: bold;
	}
	
	
.u {
	text-decoration:underline;

}	

ul li {
		font-family: Helvetica, Verdana, arial, sans-serif;
	 font-size: 13px;
	 color:#ccc;
	

}

img.floatLeft { float: left;
		margin: 2px 4px 2px 2px; 
		padding: 2px 4px 0 4px; 

}

img.floatRight { float: right;
		margin: 2px 4px 2px 2px; 
		padding: 2px 4px 0 4px; 
}
.adjust  {
	margin:0px;
	padding:0px 5px 0px 0px ;
	font-family: Helvetica, Verdana, arial, sans-serif;
	font-size: 13px;
	color:#ccc;
	float:left;
	width:335px;


}
img#rt { float: right;
		margin: 0; 
		padding: 0 7px 0 3px;
		border: 0;
}
.style1  {
 font-weight:bold;
 color:#875A38;



}

.form {
	font-family: Helvetica, Verdana, arial, sans-serif;
	font-size: 13px;
	color:#ccc;
	font-weight:bold;


}

.results {
font-family: Helvetica, Verdana, arial, sans-serif;
font-size: 13px;
width:650px;
border:1px dashed #ccc;
padding:5px 5px 5px 5px;
margin:10px 0px  0 35px;
text-align: center;


}

table{
font-family: Helvetica, Verdana, arial, sans-serif;
font-size: 13px;
width:650px;
color:#ccc;
border:1px solid #ccc;
margin:10px auto;
padding:5px 5px 5px 5px;




}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

#special {
	padding-left: 25px;
}

/**form styles**/
div#form_content {
	text-align:left;
	float:left;
	margin: 0 25px 25px 25px;
	width:700px;	
}

div#form_content form {
	margin:5px ;
	padding: 0 20px 20px 20px;
	
}
div#form_content form div {
	width:315px;
	text-align: right;
	padding:5px;
	clear: both;
	margin-left: 0px;
	
}
div#form_content form label {
	float: left;
	width: 135px;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
	line-height: 110%;
	}

div#form_content form div select{
	width: 155px;
	text-align: right;
	}
	
div#form_content form input {
	width: 155px;
	text-align: left;
	}
	
div#form_content form div textarea {
	width: 160px;
	text-align: left;
	}

div#form_content form div.formbut input{
	
	width: auto;
	margin: 0;
	padding: 0;
	
	}

div#form_content form div.formbut {
	text-align: right;
	width: 275px;
	margin: 0;
	padding: 0;
	
	}
	
div#form_content form div input.submit {
	color: #FFF;		
	}
	
/**end form styles**/	
a:link#schedule, a:visited#schedule {
	margin-left: 230px;
	background: url(images/schedule_btn.jpg) no-repeat 0 0;
	text-indent: -5000px;
	text-decoration: none;
	height: 69px;
	width: 269px;
	display: block;
}
a:hover#schedule, a:active#schedule {
	background: url(images/schedule_btn.jpg) no-repeat 0 -69px;
	height: 69px;
	width: 269px;
}
a:link#schedule2, a:visited#schedule2 {
	margin-left: 50px;
	background: url(images/schedule_btn.jpg) no-repeat 0 0;
	text-indent: -5000px;
	text-decoration: none;
	height: 69px;
	width: 269px;
	display: block;
}
a:hover#schedule2, a:active#schedule2 {
	background: url(images/schedule_btn.jpg) no-repeat 0 -69px;
	height: 69px;
	width: 269px;
}

