body {
	background: #000c2e url(../images/design/bgd.jpg) repeat-x;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #232323;
}

h1 {
color:#143085;
font-size:24px;
border-bottom:1px solid #4d4133;
}

h2 {
	font-size:24px;
	color:#aeab87;
}

h3 {
	font-size:20px;
	color:#666;
}
h4 {
	font-size:20px;
	color:#b8d9aa;
	padding-bottom:10px;
}
h5 {
	font-size:20px;
	color:#a8f489;
}
h6 {
	font-size:24px;
	color:#aeab87;
}
p, blockquote, ul, ol {
	line-height: 150%;
	color:#232323;
}

p {
	font-size:15px;
	margin-bottom:10px;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: inside;
}

a {
	text-decoration: none;
	color: #201200;
}

a:hover {
	text-decoration:underline;
	color: #201200;
}
.clear {
	clear:both;
}
input {
	padding:3px;
	border:1px solid #ccc;
	margin-bottom:5px;
}
select {
	padding:3px;
	margin-bottom:5px;
	margin-left:1px;
	width:182px;
}
/* Wrapper */

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

/* Header */

#header {
	width: 950px;
	height: 95px;
	position:relative;
}

#header .address {
	float:right;
	margin-top:5px;
	text-align:right;
	color:#fff;
	font-size:22px;
}

/* Logo */

#logo {
	float:left;
}
#logo a img {
	border:none;
}
#navigation {
	width:800px;
	height:100px;
	background:#fff;
	margin-right:20px;
	border:1px solid #483b24;
	box-shadow: 0 7px 7px rgba(0,0,0, .8);
-webkit-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	padding:10px;
	float:right;
	margin-bottom:20px;
}
.frame {
	width:820px;
	height:350px;
	z-index:0;
	border:#030;
	margin-right:20px;
	margin-bottom:20px;
	float:right;
	border:1px solid #483b24;
	box-shadow: 0 7px 7px rgba(0,0,0, .8);
-webkit-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0, .8);
}
/*Start of Slider*/

.nirvana { padding:0px;  position:relative; z-index:990; overflow:hidden;}
.nirvana ul:first-child{ list-style:none;padding:0px;margin:0px; position:relative;  }
.nirvana ul li { position:relative; }
.nirvana ul li  img { position:relative; z-index:1; }

.nirvana ul:first-child li { 
position:absolute; 
display:block; 
width:100%; 
}
.nirvana .active { z-index:10; }
.nirvana .reset { z-index:3; }

ul.controls {
	display:none;
}
.main_content {
	background:#F1FBFE;
	width:950px;
	border:1px solid #243669;	
	padding-top:20px;
}
.content {
	float:right;
	width:800px;
	background:#fff;
	margin-right:20px;
	border:1px solid #483b24;
	box-shadow: 0 7px 7px rgba(0,0,0, .8);
-webkit-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	padding:10px;
}
.sidebar {
	width:150px;
	float:left;
	margin-left:-48px;
}

.form-right {
	float:right;
	width:290px;
	padding:5px;
	margin-left:15px;
	margin-top:15px;
	border:1px solid #0d1a3f;
	background-color:#aeab87;
	color:#fff;
	box-shadow: 0 7px 7px rgba(0,0,0, .8);
-webkit-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0, .8);
}
.form-right-reg {
	padding:5px;
	border:1px solid #0d1a3f;
	background-color:#aeab87;
	box-shadow: 0 7px 7px rgba(0,0,0, .8);
-webkit-box-shadow: 0 7px 7px rgba(0,0,0, .8);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0, .8);
}
/* Footer */

#footer {
	background:url(../images/design/footer-bgd.png) no-repeat;;
	margin-left:-47px;
	height:102px;
	width:1010px;
}

#footer .address {
	float:left;
	margin:58px 0 0 62px;
}
#footer .powered {
	margin:47px;
	float:right;
}
#footer .powered a img {
	border:none;
}
.mapwrapper {
background-color:#525554;
border:1px solid #adadad;
padding:10px;
position:relative;
height:350px;
width:auto;
margin-bottom:15px;
}
.mapborder {
border:1px solid #adadad;
}
.mapdirections {
	position:absolute;
	width:200px;
	height:21px;
	bottom:10px;
	right:10px;
	background-color:#5b4524;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding: 5px;
}
.mapdirections a{
color:#fff;
text-decoration:none;
}
mapdirections a:hover {
color:#999999;
text-decoration:underline;
}
.tdtop {
	padding-bottom:15px;
}
input {
padding: 6px 8px;
margin-bottom: 8px;
width: 169px;
border:#333 1px solid;
background-color:#fff;
}
input:focus {
border:#5b4524 1px solid;
}
input[type="submit"] {
background:#0d1a3f;
color:#fff;
margin-top:5px;
float:right;
width:auto;
}
textarea {
border:#333 1px solid;
background-color:#fff;
height:79px;
width:187px;
}
textarea:focus {
border:#5b4524 1px solid;
}
.ratesh2 {
	color:#aeab87;
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
}

.divider {
padding-top:10px;
background-image:url(../images/design/divider.jpg);
background-repeat:repeat-x;
background-position:bottom left;
padding-bottom:10px;
font-size:15px;
}
.ratesborder {
background-image:url(../images/design/divider.jpg);
background-repeat:repeat-x;
background-position:bottom left;
padding-bottom:10px;
height:34px;
}
.rates {
	padding:5px;
}

.staffp {
	margin-bottom:0;
	padding-bottom:5px;
	line-height:15px;
}
.contacttd {
	line-height:21px;
	padding-bottom:10px;
}
.full-content {
	padding-top:20px;
}
.membership li {
	list-style-type:circle;
	list-style-position:inside;
	padding-left:10px;
	line-height:20px;
}
.package li {
	list-style-type:circle;
	list-style-position:inside;
	padding-left:10px;
	line-height:20px;
	padding-top:5px;
}
.package-box {
	width:190px;
	float:left;
	margin-right:10px;
	border:1px solid #333635;
	min-height:165px;
	margin-top:10px;
}
.package-box p {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
}
.package-box h2 {
	font-size:18px;
	color:#c3cda2;
	padding-bottom:7px;
	border-bottom:1px solid #333635;
	padding-left:5px;
	padding-top:5px;
}
.package-boxr {
	width:190px;
	float:right;
	border:1px solid #333635;
	min-height:165px;
	margin-top:10px;
}
.package-boxr p {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
}
.package-boxr h2 {
	font-size:18px;
	color:#c3cda2;
	padding-bottom:7px;
	border-bottom:1px solid #888;
	padding-left:5px;
	padding-top:5px;
}
.weather-holder {
	display:none;
	width:150px;
	height:350px;
	background: url(../images/design/weather-bgd.png) no-repeat;
	padding-top:50px;
	padding-left:6px;
}
.weather {
	width:110px;
	height:56px;
	position:relative;
	float:left;
	overflow:hidden;
	background:#6b7fbb;
	border:1px solid #0d1a3f;
	margin:3px;
}
.weather img {
	width:50px;
	float:left;
	margin:2px;
}
.weather .day {
	width:55px;
	height:20px;
	float:right;
	font-size:14px;
	color:#241501;
	margin-top:2px;
}
.weather .high {
	color:#fff;
	font-size:13px;
	width:55px;
	float:right;
}
.weather .low {
	color:#bfbfbf;
	font-size:13px;
	width:55px;
	height:25px;
	float:right;
	
}
#navigation ul{
	margin:0 auto;
	padding:0;
	}
#navigation ul li{
	float:left;
	display: block;
	outline: none;
	height: 88px;
	text-decoration: none;
	width: 170px;
	overflow:hidden;
	text-indent:-1000px;
	margin:10px 15px;
	}
#navigation ul li a{
	height:88px;
	display:block;
	}
#navigation .promo1 a{
	background: url(../images/design/promotiles_01.png) no-repeat top left;
	width:170px;
}
#navigation .promo2 a{
	background: url(../images/design/promotiles_02.png) no-repeat top left;
	width:170px;
	background-position: 0 0;
}
#navigation .promo3 a{
	background: url(../images/design/promotiles_03.png) no-repeat top left;
	background-position: 0 0;
	width: 170px;
}
#navigation .promo4 a{
	background: url(../images/design/promotiles_04.png) no-repeat top left;
	background-position: 0 0;
	width: 170px;
}
#navigation .promo1 a:hover{
	width:170px;
	background-position: 0px -88px;
}
#navigation .promo2 a:hover{
	width:170px;
	background-position: 0px -88px;
}
#navigation .promo3 a:hover{
	background-position: 0px -88px;
	width: 170px;
}
#navigation .promo4 a:hover{
	background-position: 0px -88px;
	width: 170px;
}
td.reg_form {
	width:160px;
}
h4.events {
	color:#333;
	margin:20px 0 0 0;
}
h5.events {
	color:#666;
	margin:0;
}
h6.events {
	margin:0;
}