@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dd, dt, img, strong, em, a  {
	padding:0px;
	margin:0px;
	}
	
body {
	font-size: 16px;
	background-image:url(_images/bg-tile.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	}

#header-wrapper {
	background-color: #000;
}
#header-wrapper #header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header-wrapper #header .header-right {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 20px;
	font-size: 1.5em;
}

#navbar-wrapper {
	background-color: #D9E128;
	border-bottom: solid 1px #000;
}
#navbar-wrapper #navbar {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
#navbar-wrapper #navbar #nav {
	display: inline-block;
	height: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B3BB1D;
	border-left-color: #F2F841;
}
#navbar-wrapper #navbar #nav li {
	display: inline;
	float: left;
	text-decoration: none;
}
#navbar-wrapper #navbar #nav li a {
	display: block;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .10em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F2F841;
	border-left-color: #B3BB1D;
	color: #000;
}
#navbar-wrapper #navbar #nav li a:hover {
	background-color:#FFF;
}


#hero-wrapper {
	background-color: #000;
}
#hero-wrapper #hero {
	background-color: #333;
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(_images/bg-hero.jpg);
}


#middle-wrapper {
	background-image: url(_images/bg_grads.png);
	background-repeat: repeat-y;
	background-position: center;
}
#middle-wrapper #middle {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(_images/top-grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#middle-wrapper #middle #front-venue {
}
#middle-wrapper #middle #front-venue p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.front-content-left {
	float: left;
	width: 440px;
	padding-bottom: 12px;
}
.front-content-left img {
	margin-left: 14px;
	margin-top: 14px;
}
.front-content-right {
	float: right;
	width: 421px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	padding-right: 35px;
	font-size: 0.9em;
}
.front-content-right .intro {
	color: #666;
	font-size: 1.6em;
	padding-top: 11px;
	padding-bottom: 8px;
	line-height: 1.1em;
	letter-spacing: -0.01em;
	font-family: Tahoma, Geneva, sans-serif;
}
.front-content-right h2 {
	margin-top: 12px;
	color: #066;
	margin-bottom: 3px;
	font-weight: normal;
}
.front-content-right a.button {
	display:inline-block;
	padding:6px 18px;
	background-color:#FC0;
	text-decoration:none;
	color:#000;
	margin-top:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
.front-content-right a.button:hover {
	background-color:#E8EB37;
	}
#middle-wrapper #middle #front-swimspas {
	height: 300px;
	background-image: url(_images/bg-front-swimspas.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	position: relative;
}
#middle-wrapper #middle .coupon {
	width: 420px;
	border: thick dotted #039;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#middle-wrapper #middle .coupon .coupon-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
}








#footer-wrapper {
	background-color: #000;
}
#footer-wrapper #footer {
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer-wrapper #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #FFF;
}
#footer-wrapper #footer p a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#middle-wrapper #middle .test {
	background-color: #CCC;
	height: 250px;
	width: 300px;
	margin: 30px;
	border: medium dashed #000;
}



form p {
	float: left;
	width: 310px;
	margin-top:15px;
}
form p label {
	font-size: 1em;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form p input {
	border: 1px solid #666;
	background-color: #E5E5E5;
	color: #000;
	line-height: 2em;
	display: block;
	padding: 4px;
	width: 280px;
}
form p input:focus {
	border-top-color: #660;
	border-right-color: #660;
	border-bottom-color: #660;
	border-left-color: #660;
	background-color: #BACC96;
}
form p select {
	border: 1px solid #666;
	color: #333;
	background-color: #E5E5E5;
	padding: 4px;
	width: 280px;
}
form p select:focus {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
form p #quote_form-submit {
	background-color: #666;
	border: 1px solid #666;
	font-weight: bold;
	color: #FFF;
	width: 290px;
	display: block;
	float: left;
	margin-top: 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}
form p #quote_form-submit:hover {
	color: #000;
	background-color: #BACC96;
}
