@charset "UTF-8";
/* CSS Document */


/* css reset section */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	margin:0;
	padding:0;
}
img {
	border:0;
}

ul,ol {
	list-style:none;
}


/* main layout section */
body {
	background-color:#dcdecd;
	text-align:center;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:825px;
	padding:0 0 0px 0px;
	margin:0px auto 25px;
	position:relative;
	text-align:center;
	background-color:#ffffff;
	
}

#header {
	width:807px;
	height:305px;
	margin:0px auto 0px;
	background-image:url(images/img_main01.jpg);
}

#navigation {

	height:30px;
	width:807px;
	margin:0 auto 0 ;
}

li {
	display:inline;
}

#home {
	width:101px;
	background-image:url(images/btn_home.gif);
	background-repeat:no-repeat;
}

#features {
	width:101px;
	background-image:url(images/btn_features.gif);
	background-repeat:no-repeat;
}

#photos {
	width:101px;
	background-image:url(images/btn_photos.gif);
	background-repeat:no-repeat;
}

#plan {
	width:101px;
	background-image:url(images/btn_plan.gif);
	background-repeat:no-repeat;
}

#rates {
	width:101px;
	background-image:url(images/btn_rates.gif);
	background-repeat:no-repeat;
}



#thepark {
	width:101px;
	background-image:url(images/btn_thepark.gif);
	background-repeat:no-repeat;
}

#findus {
	width:101px;
	background-image:url(images/btn_findus.gif);
	background-repeat:no-repeat;
}

#contact {
	width:100px;
	background-image:url(images/btn_contact.gif);
	background-repeat:no-repeat;
}

#navigation a {

	display:block;
	float:left;
	height:30px;
	background-position:0 -30px;

}
#navigation span {
	display:none; /* This hides the actual text of the button */
}
#navigation a:hover { /* a:hover is a rollover on a link */
	background-position:0 0px;
}
#navigation .current {
	background-position:0 0px;
}











#box1 {
	height:350px;
	width:807px;
	margin:0 auto 0 ;
		background-color:#f8f2d8;

}

#box2 {

	width:363px;
	text-align:left;
	font-size:12px;
	line-height:17px;
	color:#50483e;
	padding-top:20px;
	margin:0px 20px 20px 25px;
	display:block;
	float:left;

}


#box3 {

	width:353px;
	text-align:left;
	font-size:12px;
	color:#50483e;
	padding-top:20px;
	margin:0px 20px 20px 25px;
	display:block;
	float:left;

}



#boxPlan {

	height:635px;
	width:807px;
	padding:50px 0 0 0;
	margin:0 auto 0 ;
		background-color:#f8f2d8;
		font-size:14px;

}







#footer {

	height:30px;
	width:807px;
	margin:0 auto 0px ;
	background-color:#f1e7c8;
	font-size:11px;
	color:#50483e;
	line-height:28px;

}

#footer a {
	text-decoration:none;
	color:#000000;
}

#footer a:hover {
	text-decoration:none;
	color:#babd9b;
}


#bottom {

	height:9px;
	width:807px;
	margin:0 auto 0px ;

}






p a {
	color:#000000;
	text-decoration:none;

	}

p a:hover {
	color:#50483e;
	text-decoration:underline;

	}
	



.bodyCopy {
font-size:10px;

}





#ratesBox {
	height:350px;
	width:807px;
	margin:0 auto 0 ;
		background-color:#f8f2d8;
		font-size:10px;
		text-align:left;

}

















/* photo page */

#thumbnails {

	}
	
#thumbbox {
	border:2px;
	border:#FFFFFF;
}

#thumbnails a {
	display:block;
	float:left;
	height:115px;
	width:115px;

}

#thumbnails2 a {
	display:block;
	float:left;
	height:128px;
	width:128px;

}







