body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 12px georgia;
	color: #314C3D;
	background: #F8F6EA url(../images/body-bg.jpg) top left repeat;
}


p {
	line-height: 20px;
	margin: 0;
	padding: 15px 10px 0 10px;
	overflow: hidden
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 10px 0 0 10px;
	display: block;
	width: 100%
}

.bold-txt {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.bold-txt-reg {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 760px
}

#container {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: url(../images/bg-content-tile.gif) top left repeat-y;
	overflow: hidden
}

#content {
	margin: 0;
	padding: 15px 35px;
	text-align: left;
}

.header {
	margin: 0;
	padding: 0;
	height: 192px;
	width: 760px;
	text-indent: -2000em;
	font-size: 12px;
	background: url(../images/header.jpg) top center no-repeat;
}


h1 {
	float: left;
	width: 410px;
	margin: 0 0 0 5px;
	padding: 0;
	height: 34px;
	font-size: 12px;
   text-indent: -2000em;
}

h1.welcome {
	background: url(../images/h1-welcome.gif) top left no-repeat;
}

h1.nearby-attractions {
	background: url(../images/h1-nearby-attractions.gif) top left no-repeat;
}

h1.festivals-and-events {
	background: url(../images/h1-festivals-and-events.gif) top left no-repeat;
}

h1.golf-courses {
	background: url(../images/h1-golf-courses.gif) top left no-repeat;
}

h1.accommodations {
	background: url(../images/h1-accommodations.gif) top left no-repeat;
}

h1.amenities {
	background: url(../images/h1-amenities.gif) top left no-repeat;
}

h1.location {
	background: url(../images/h1-location.gif) top left no-repeat;
}

h1.reservations {
	background: url(../images/h1-reservations.gif) top left no-repeat;
}

h1.testimonials {
	background: url(../images/h1-testimonials.gif) top left no-repeat;
}

h1.how-to-get-here {
	background: url(../images/h1-how-to-get-here.gif) top left no-repeat;
}

h1.contact-us {
	background: url(../images/h1-contact-us.gif) top left no-repeat;
}


.weather-widget {
	font-size: 12px;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px;
}

.image-left-border {
	float: left;
	display: block;
	margin: 3px 10px 9px 0;
	border: 7px solid #82A390;	
}

.image-center-border {
	display: block;
	margin: 3px 10px 10px 10px;
	border: 7px solid #82A390;	
}

.image-right-border {
	float: right;
	display: block;
	margin: 3px 0 9px 10px;
	border: 7px solid #82A390;
}

.app-acc {
	float: right;
	display: block;
	width: 102px;
	height: 103px;
	background: url(../images/app-acc.gif) top left no-repeat;
	overflow:hidden;
}

.image-border {
	border: 7px solid #82A390;
}

.images-three {
	padding: 0 0 0 1px;
	margin: 0;
	overflow: hidden;
}

.image-left-border-three {
	float: left;
	display: block;
	margin: 10px 10px 15px 5px;
	border: 7px solid #82A390;
	overflow: hidden;
}

.image-right-border-three {
	float: right;
	display: block;
	margin: 10px 9px 15px 5px;
	border: 7px solid #82A390;
	overflow: hidden;
}

#left-right-col {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#left-col {
	float:left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 315px;
	display: inline;
}

#right-col {
	float:right;
	margin: 0;
	padding: 0;
	width: 315px;
	display: inline;
}


div.hr {
	clear: both;
	border-top: 1px dashed #314C3D; /*the border*/
	width: 97%;
	padding: 0 10px;
	margin: 0;
}
	
#app-acc {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 118px;
	height: 118px;
}

ol {
	padding: 10px 10px 10px 25px;
	margin: 0;
}

ol li {
	padding: 10px 5px 10px 5px;
	margin: 0;
	text-align: justify;
}

ul.bullets {
	font-size: 12px;
	padding: 0px 0px 0 30px;
	line-height: 15px;
	margin: 0;
	overflow: hidden;
	list-style: disc url(../images/bullet.gif)
}

ul.bullets li {
	padding: 0;
	margin: 10px 0 0 0;
}

.bullets-col {
	display: block;
	overflow: hidden;
}

ul.bullets-left li, ul.bullets-right li {
	padding: 0;
	margin: 0 0 6px 0;
}

ul.bullets-left {
	float:left;
	font-size: 13px;
	width: 280px;
	padding: 20px 20px 20px 40px;
	margin: 0;
	overflow: hidden;
	list-style: disc url(../images/bullet.gif)
}

ul.bullets-right {
	float:right;
	font-size: 13px;
	width: 300px;
	padding: 20px;
	margin: 0;
	overflow: hidden;
	list-style: disc url(../images/bullet.gif)
}

#content a {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#content a:link, #content a:visited {
	font-weight: normal;
	color: #850204;
	text-decoration: none
}

#content a:hover, #content a:active {
	padding: 0;
	color: #850204;
/*	background-color: #850204;*/
	text-decoration: underline;
}

a.availability-btn {
	float: right;
	margin: 0;
	padding: 0;
	display: block;	
	width: 148px;
	height: 25px;
	background: url(../images/Check-Availability-btn.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.availability-btn {
  background-position: 0 -25px;
}

/***********FOOTER CSS***********/

#footer {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 111px;
	font-size: 12px;
	text-align: center;
	background: url(../images/footer-bg.gif) top center no-repeat;
}

p.footer-links {
   margin: 0;
	padding: 27px 0px 0px 0px;
	font-size: 11px;
	color: #576F61;
	text-transform: uppercase;
}

p.credit {
   margin: 0;
	padding: 3px 0px 0px 0px;
	font-size: 11px;
	color: #576F61;
}

br.clear {
	clear: both
}
/* -= Roll Overs =- */

#footer a:link, #footer a:visited, #content-middle a:link, #content-middle a:visited {
	font-weight: normal;
	color: #576F61;
	text-decoration: none
}

#footer a:hover, #footer a:active, #content-middle a:hover, #content-middle a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #576F61;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

/***** Data table#data Styles *****/

table#data {
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px auto;
	padding: 0;
	width: 99%;
	color: #314C3D;
	}
table#data a {
	color: #850204;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
table#data a:visited {
	color: #850204;
	font-weight: normal;
	text-decoration: line-through;
	}
table#data a:hover {
	border-bottom: 2px solid;
	}
table#data thead th,
table#data thead td
 {
	font-size: 1.0em;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em;
	border: 1px solid #FFF8E1;
	border-width: 1px 1px;
	background: #678B76;

	}
table#data tfoot th,
table#data tfoot td {
	border: 1px solid #fff;
	border-width: 1px 1px;
	padding: 2em 0.5em;
	background: #FFF;
}

table#data th {
	font-weight: bold;
	line-height: normal;
	padding: 0.5em;
	text-align: left;
	}
table#data tbody th,
table#data td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
	}
table#data tbody th {
	font-weight: normal;
	white-space: nowrap;
	}
table#data tbody th a:link,
table#data tbody th a:visited {
	font-weight: bold;
	}
table#data tbody th+td {
	white-space: nowrap;
	}
table#data tbody td,
table#data tbody th {
	background: #EDEBE8;
	border: 1px solid #FFF8E1;
	border-width: 1px 1px;
	}
table#data tbody tr.gap td {
	background: #F5F2ED
}

table#data tbody tr.odd th,
table#data tbody tr.odd td {
	border-color: #F5F2ED;
	background: #E1E0DB;
	}
table#data tbody tr:hover td,
table#data tbody tr:hover th, 
table#data tbody tr.over td,
table#data tbody tr.over th {
	background: #fff;
	border-color: #F5F2ED;
	}
table#data tr:hover td, tr:hover td a, tr:hover th a, 
table#data tr.over td, tr.over td a, tr.over th a {
	color: #850204;
	}
table#data caption {
	font-size: 1.8em;
	text-align: left;
	margin: 0;
	padding: 0.5em 0.25em;
	text-align: center;
	text-transform: uppercase;
	}

