/*********** CSS **************/

/*********** GLOBAL **************/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg.jpg);
	color: #4F681A;
	padding:20px 0;
}

body.home #navhome, 
body.accom #navaccom, 
body.out #navout, 
body.find #navfind, 
body.contact #navcontact, 
body.price #navprice,
body.comments #navcomments{
	background: #99CC33;
	color: #fff;
	height: 25px;
}

table.data{
	margin:10px 0 10px 40px;}
	
table.data td{ padding:3px 0;text-align:center;}


/*********** CONTAINERS **************/
#container {
	width: 800px;
	margin:0 auto;
	/*border: #B3D964 thick solid;*/
	border:3px solid #B3D964;
	background: url('../images/container_bg.jpg') repeat-y top left;
}



/*********** HEADER **************/

#header {
	width: 800px;
	height: 140px;
	background: #8DA657 url('../images/header.jpg') no-repeat top left;
}

#header h1 {
	
}

#header h1 a{
	display:block;
	width:801px;
	height:140px;
	cursor:pointer;
}

#header h1 span {
	display:none;
	}


#vb {
	float: right;
	width: 136px;
	height: 107px;
	margin-right: 30px !important;
	margin-right: 15px;
	margin-top: -20px;
}

/*********** NAVIGATION **************/

#nav {
	height: 25px;
	background: #CAE494;
	padding:4px;
}

#nav ul {
	list-style: none;
	margin:0 0 0 10px;
}

#nav li {
	display: inline;
}

#nav li a {
	float: left;
	color: #4F681A;
	text-decoration: none;
	padding: 4px 10px 0px 10px;
	border-left: #FFFFFF solid 2px;
}
#nav li a.first {
	border: 0;
}

#nav li a:hover {height: 25px;
	background: #99CC33;
}

/*********** SUB MENU **************/

.clearer {
	clear:both;
}

#topborder ul {
	list-style: none;
	margin:4px 0 0 0;
}

#topborder li {
	display: inline;
}

#topborder li a {
	float: left;
	color: #4F681A;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #FFFFFF solid 1px;
	color: #FFFFFF;
}

#topborder li a:hover {
	background: #99CC33;
	color: #4F681A;
	
}

/*********** TOP BORDER **************/

#topborder {
	padding:4px;
	height: 38px;
	background: url('../images/top.jpg') no-repeat bottom left;
	background-color:#99CC33;
}

/*********** CONTENT **************/

#content {
	float: left;
	clear: left;
	width: 600px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#headings img{
	margin-left: 220px;	
}

#map img{
	margin-left: 150px;
	margin-top: 40px;
}

#finish img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 220px;
}

#content p {
	margin-left: 66px;
	margin-right: 30px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 14px;		
}

.home #content p {
	width: 500px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;		
}

/*.home #content {
	background: url('../images/content_bg.jpg') no-repeat top center;
}*/

.out #content p {
	width: 500px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;		
}

#content h1 {
	font-weight: bold;
	margin-left: 33px;
	margin-bottom: 5px;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
}

#content h2 {
	background: url('../images/title_header.jpg') repeat-y top left;
	font-size: 14px;
	margin-left: 33px;
	padding-left: 5px;
}

#content h3 {
	font-weight: bold;
	margin-left: 56px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

#content span h3 {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: underline;
}

#content h4 {
	font-weight: bold;
	margin-left: 33px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
}

#content form {
	margin-top: 20px;
}

#content ul {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 40px;
}
#content ul li {
	padding: 0 0 10px 0;
}

.attractions #content ul {
	list-style: disc;
	padding-left: 66px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.menu #content p {
	text-align: center;
}

#content span li {
	padding-bottom: 5px;
}

#content a {
	text-decoration: none;
	color: #99CC33;
}

#content a:hover {
	text-decoration: underline;
	color: #99CC33;
}

#address {
	margin-bottom: 20px;
	font-size: 10px;
}

#address ul {
	text-align: center;
	list-style: none;
	margin-left: 20px;
}

#content span.contactaddress ul {
	margin-left: 66px;
	list-style: none;
}

.contact #content em {
	color: #f00;
}
/*********** FIND US CONTENT **************/

#find {
	width:320px;
	float: left;
	margin-top: 20px;	
}

#findpics {
	float:right;
	width: 270px;
	margin-top: 50px;		
}

.visitor p {
	font-weight: 100;
}

/*********** CONTACT FORM **************/

input, textarea {
	border: 2px #C9DCA6 solid;
}
.btn {
	border-right-color: #336633;
	border-bottom-color: #336633;
	background: #fff;
	margin: 0 10px 10px 5px;
	padding: 2px;
	float: right;
}
form.contactform {
	width: 550px;
	color: #333;
	margin-left: 33px;
}
form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url('bg.gif') repeat-x left bottom;
}
form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #333;
}
form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	font-weight: 100;
	width: 250px; /* Width of labels */
}
form.contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
	background: url('divider.gif') repeat-x left bottom;
}
form.contactform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

option {
	width: 4em;
}

/*********** PICTURES **************/

#pics {
	float: right;
	clear: right;
	width: 200px;
}

#pics img {
	padding-left: 8px;
}

.pic_holder {
  float:left;
  background: url('../images/accom_pic1.jpg') no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.pic_holder img {
  display: block;
  position: relative;
  margin: -6px 6px 6px -8px;
  padding: 1px;
  } 

/*********** FOOTER **************/

#footer {
	clear: both;
	width: 800px;
	height: 20px;
	background: #99cc33;
	overflow:hidden;
}

#footer .footer-left{ 
	float:left;
	width:400px;
	padding:3px 0 0 20px;
	}
#footer .footer-right{ 
	float:right;
	width:360px;
	text-align:right;
	padding:3px 20px 0 0;
	}

#footer p {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;

}
#footer .footer-left p {
	float:left;
	width:50%;
}


#footer h1 {
	float: right;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 3px;
}

#footer a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*********** END **************/