@charset "utf-8";

/***********************************/
/*    Fiberglass Pool Coatings     */
/*          CSS Document           */
/*              Main               */
/***********************************/

/* Global */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d556c;
	background: #3d556c;
	text-align: center;
}

p, ul, ol, dd, table, form, blockquote {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
	color: #a88948;
	font-weight: bold;
}

h1 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #4465a0;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4, h5, h6 {
	font-size: 12px;
}

a {
	color: #4465a0;
	text-decoration: underline;
}

a:hover, #footer a:hover {
	color: #a88948;
}

ul {
	list-style: none;
}

li {
	padding: 3px;
}

ol {
	padding-left: 20px;
}

ol li {
	padding-left: 2px;
}

ul li {
	padding-left: 28px;
	background: url(../images/bullet.gif) 12px 6px no-repeat;
}

li ol {
	padding-left: 20px;
}

li ol, li ul {
	margin-bottom: 0;
}

dt {
	margin-bottom: 2px;
	font-weight: bold;
}

td {
	vertical-align: middle;
}

fieldset {
	padding: 4px;
	border: 1px solid #a7a6aa;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

hr {
	height: 0;
	margin: 10px 20px;
	border: none;
	border-bottom: 1px solid #c5c0a4;
}

blockquote {
	font-style: italic;
}

cite {
	font-style: normal;
	color: #8e9ead;
}

/* Classes */

.dataTable {
	border-collapse: collapse;
}

.dataTable tr.alt {
	background: #eee;
}

.dataTable th, .dataTable td {
	padding: 4px;
	border: 1px solid #c5c0a4;
	text-align: center;
}

.dataTable th {
	font-weight: bold;
}

.dataTable th, .dataTable th[scope="row"] {
	background: #ddd;
}


.dataTable th[scope="col"] {
	background: #0a3654;
	color: #fff;
}

.gallery th, .gallery td {
	padding: 8px;
	text-align: center;
}

.gallery.index a {
	margin-bottom: -24px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.gallery.index a span {
	margin: 0 4px;
	padding: 4px;
	display: block;
	position: relative;
	top: -24px;
	text-align: center;
	background: #222;
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE opacity */
	zoom: 1;
	color: #ddd;
	font-weight: bold;
}

.gallery.index a:hover span {
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE opacity */
	color: #fff;
}

.gallery.dataTable th, .gallery.dataTable td {
	border: 0;
	border-bottom: 1px solid #c5c0a4;
	background: none;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.clear {
	clear: both;
}

.clear.right {
	clear: right;
}

.clear.left {
	clear: left;
}

.center {
	text-align: center;
}

.smaller {
	font-size: smaller;
}

.nogap {
	margin-bottom: 0 !important;
}

.noborder {
	border: 0 !important;
}

p.strong {
	padding: 15px 10px;
	clear: both;
	border: 1px solid #9ba6ae;
	background: #d8dbe0;
}

ul.listsplit {
	width: 50%;
	float: left;
}

ul.pdf li {
	background: url(../images/pdf-icon.gif) 10px 2px no-repeat;
}

/* Layout */

#full {
	min-width: 900px;
}

#full-header {
	height: 221px;
	background: #112941 url(../images/bg-header-tile.png) top repeat-x;
}

#full-header-inner {
	background: url(../images/bg-header.jpg) top center no-repeat;
	text-align: center;
}

#full-body {
	margin-top: -52px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d3d2c6;
	background: #f4f3e6 url(../images/bg-body-htile.png) center repeat-y;
}

#full-body-inner {
	padding-top: 35px;
	background: url(../images/bg-body.jpg) top center no-repeat;
	text-align: center;
}

#container {
	width: 896px;
	margin: 0 auto -50px;
	padding-top: 18px;
	background: url(../images/leftnav-sides.png) 5px 30px repeat-y;
}

#full-body-bottom {
	height: 51px;
	border-bottom: 2px solid #fff;
	background: url(../images/bg-body-vtile.png) bottom repeat-x;
}

#full-body-bottom-inner {
	height: 51px;
	background: url(../images/bg-body-bottom.png) center no-repeat;
}

#full-footer {
	background: url(../images/bg-footer-tile.png) top repeat-x;
	text-align: center;
}

/* Header */

#header {
	margin: 0 auto;
	width: 896px;
}

#header img {
	border: 0;
}

#name { /* CSS image replacement */
	height: 24px;
	margin-bottom: 0;
	padding-top: 36px;
	padding-left: 30px;
	position: relative;
	font-size: 24px;
}

#name a { /* Text under image */
	color: #ffde69;
	font-variant: small-caps;
	text-decoration: none;
}

#name a:hover {
	color: #b59d4b;
}

#name img {
	position: absolute; /* Cover up the text */
	top: 36px;
	left: 30px;
	display: block;
}

#tagline { /* CSS image replacement */
	height: 16px;
	padding-left: 131px;
	margin-bottom: 8px;
	position: relative;
	font-size: 14px;
	font-style: italic;
	color: #f4f3e6;
}

#tagline img {
	position: absolute; /* Cover up the text */
	top: 0;
	left: 131px;
	display: block;
}

#logo {
	position: relative;
	left: -12px;
	z-index: 1;
}

/* Topnav */

#topnav {
	width: 517px;
	height: 35px;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 379px;
	display: block;
	position: relative;
	top: -36px;
	overflow: hidden;
	list-style: none;
	border-top: 4px solid #041421;
	border-bottom: 1px solid #d1d0c8;
	background: #0a3654 url(../images/bg-topnav.png) top no-repeat;
}

#topnav li { /* CSS image replacement */
	padding: 0;
	float: left;
	position: relative;
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#topnav li a { /* Text under images */
	color: #fff;
	line-height: 32px;
}

#topnav li a:hover {
	color: #ccc;
}

#topnav li a img { /* Cover up the text */
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

/* Leftnav */

#leftnav {
	float: left;
	width: 156px;
	padding: 19px;
	position: relative;
	top: -28px;
	overflow: hidden;
	background: url(../images/leftnav-top.png) top center no-repeat;
}

#leftnav h3 {
	margin-bottom: 10px;
}

#leftnav div {
	margin: 0 -19px 10px;
	padding-top: 10px;
	background: url(../images/leftnav-divider.png) top center no-repeat;
	text-align: center;
}

#leftnav img {
	border: 0;
}

#leftnav div * {
	text-align: center;
}

#social-links ul {
	overflow: auto;
	width: 136px;
	margin: 0 auto;
}

#social-links ul li {
	float: left;
	padding: 0 5px;
	background: none;
}

/* Content */

#content {
	width: 674px;
	position: relative;
	top: -53px;
	padding: 28px 14px 0;
	float: right;
	overflow: hidden;
	border-top: 3px solid #ebc168;
}

#content p, #content dd, #content ol li {
	line-height: 18px;
}

#content img {
	border: 1px solid #dcae62;
}

/* Footer */

#footer {
	width: 876px;
	margin: 0 auto;
	padding: 15px 10px 5px;
	font-size: 11px;
	color: #a1b3c5;
}

#footer a {
	color: #a1b3c5;
}

#footer .right {
	text-align: right;
}
#cityimageright{
width:200px;
height:500px;
margin-left:30px;
*margin-left:20px;
*margin-right:12px;
float:right;
}
div#home-testimonials{
display:block;
width:116px;
height:160px;
padding:15px;
margin:15px auto 0px;
background:url(../images/home-testimonials.png) 0px 0px no-repeat;
}
div#home-testimonials h3{
font-size:11px;
font-weight:bold;
margin-bottom:15px;
color:#666666;
}
div#home-testimonials ul#quotes{
list-style:none;
background:none;
margin:0px;
padding:0px;
}
div#home-testimonials ul#quotes li{
list-style:none;
background:none;
margin:0px;
padding:0px;
font-size:10px;
}
div#home-testimonials ul#quotes li p{
text-align:center;
color:#c19835;
margin-bottom:5px;
}
div#home-testimonials ul#quotes li p em{
color:#af924a;
line-height:16px;
}
h2#gunite{
color:#3f6e9e;
padding-top:10px;
margin-bottom:8px;
font-style:italic;
font-size:16px;
}

