@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	color: #666;
}
h1 {
	color: #666;
}
ul {
	list-style-type: none;
}

body#attractions {
	background-image: url(images/attractions_bg.jpg);
	background-repeat: repeat-x;
}
body#restaurants {
	background-image: url(images/restaurant_bg.jpg);
	background-repeat: repeat-x;
}
body#faq {
	background-image: url(images/faq_bg.jpg);
	background-repeat: repeat-x;
}
body#contact {
	background-image: url(images/contact_bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1037px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header_bg2.jpg);
	height: 304px;
	padding-left: 35px;
	background-repeat: no-repeat;
}
#attractions #header {
	background-image: url(images/attractions_header.jpg);
	background-repeat: no-repeat;
}
#restaurants #header {
	background-image: url(images/restaurant_header.jpg);
	background-repeat: no-repeat;
}
#faq #header {
	background-image: url(images/faq_header.jpg);
	background-repeat: no-repeat;
}
#contact #header {
	background-image: url(images/contact_header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	float: left;
	margin-top: 55px;
	margin-left: 12px;
	font-size: 24px;
}
#header h2 {
	float: left;
	margin-left: 40px;
	font-size: 34px;
	color: #61B7FF;
	margin-top: 85px;
}
#header h3 {
	float: left;
	margin-top: 100px;
	margin-left: 85px;
	font-size: 14px;
}
#header h3 a {
	color: #666;
	text-decoration: none;
}
#header h3 a:hover {
	color: #B5A77E;
}
#nav {
	list-style-type: none;
}
#nav ul {
	padding-top: 12px;

}
#nav ul li {
	float: left;
	display: block;
	margin-right: 32px;
	font-size: 16px;
	font-weight: bold;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #333;
}
#header #text {
	width: 475px;
	margin-top: 15px;
}
#main {
	background-image: url(images/body_bg-03.jpg);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-bottom: 1px;
}
#gallery .row {
	margin-bottom: 42px;
}
#home #main #video #player {
	float: left;
	width: 425px;
}
#home #main #video #subplayer {
	float: left;
	margin-top: 39px;
	width: 400px;
	margin-left: 55px;
}

#faq #main #gallery {
	width: 450px;
}
#home #gallery a {
	margin-right: 42px;
}
#attractions #gallery ul {
	margin-bottom: 40px;
	height: 220px;
}
#attractions #gallery li {
	display: block;
	float: left;
	margin-right: 49px;
}
#restaurants #gallery ul {
	margin-bottom: 40px;
	height: 220px;
}
#restaurants #gallery li {
	display: block;
	float: left;
	margin-right: 130px;
}
#contact #main #gallery {
	width: 325px;
	height: 400px;
	float: left;
}
#BtmMap {
	float:left;
	width:675px;
	height:370px;
	_height:373px;
	border:1px solid #e9e5d3;
	border-top:0;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 1037px;
}
#footer p {
	color: #FFF;
	text-align: right;
	margin-right: 35px;
	padding-top: 20px;
}
#footer a {
	color: #FFF;
}

.clear {
	clear: both;
}
.subhead {
	font-size: 14px;
	text-align: right;
}
.formright {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
.hide {
	display: none;
}

.answer {
	margin-bottom: 15px;
}
