@charset "utf-8";

/* CSS Document */

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

img {
	border: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


form {
	margin: 0px;
	padding: 0px;
}

html>body #container {
	height: auto;
}

html, body, #container {
	width: 100%;
	height: 1000px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px/22px verdana;
	color: #999999;
}

html {
	background-color: #FFF;
	background-image: url(../images/bg_attractions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#container {
	position:relative;
}

#logo {
	position: absolute;
	left: 16px;
	top: 17px;
}

#logo a:hover img {
	opacity: 0.85;
}

#reserve {
	position: absolute;
	left: 516px;
	top: 0px;
}

#awards {
	position: absolute;
	left: 644px;
	top: 0px;
}

#headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8e8a81;
	letter-spacing: 1px;
	position: absolute;
	left: 459px;
	top: 80px;
	text-align: right;
	width: 400px;
}

#headertext h3 {
	font-size: 20px;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#nav {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 175px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

#header_line {
	background-image: url(../images/header_line.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 790px;
	position: absolute;
	left: 30px;
	top: 244px;
	background-position: bottom;
	font-size: 20px;
	color: #978D79;
	padding-left: 20px;
	letter-spacing: 2px;
	text-transform: lowercase;
}
#footer_line {
	background-image: url(../images/header_line.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 790px;
	position: absolute;
	left: 30px;
	top: 980px;
}
#slideshow {
	position: absolute;
	left: 51px;
	top: 304px;
	height: 330px;
	width: 430px;
}
#maps {
	position: absolute;
	left: 51px;
	top: 658px;
	height: 290px;
	width: 430px;
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}
div#maps {position:relative:}
#maps #mapsbutton {
	height: 25px;
	width: 80px;
	position: absolute;
	left: 201px;
	top: 193px;
}
#attractionstext {
	width: 320px;
	position: absolute;
	left: 495px;
	top: 302px;
	padding-left: 15px;
}
#attrac1 {
	width: 320px;
	position: absolute;
	left: 495px;
	top: 377px;
	padding-left: 15px;
}
#attrac1 strong {
	color: #7C7C2E
}
#attrac1 br  {
	line-height: 10px;
}
#attrac1 a {
	color: #8C3F15;
	text-decoration: none;
}
#attrac1 a:hover {
	color: #6B685F;
	text-decoration: underline;
}
.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 
#footer {
	height: auto;
	width: 750px;
	position: absolute;
	left: 58px;
	top: 1032px;
}
#footer .llc {
	font-size: 10px;
}
#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #843205;
	text-decoration: underline;
}

