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

body {
	text-align: center;
	margin: 0;
	background-image: url(images/bg.jpg);
	
	background-position: center top;
}
div#wrapper {
	width: 974px;
	margin: 0 auto;
	padding: 0;
	background: url(images/logs.png) repeat top center;
}

/******************************************************  TOP STUFF   *********************************************************/

div#header {
	width: 878px;
	height: 142px;
	padding: 30px 10px 0 0;
	margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat center;
	text-align: right;
}
#header .header_text {
	color: #FFF;
	font: bold 16px Verdana, Geneva, sans-serif;
}

/*****************************************************    NAVIGATION BAR    ***************************************************/

div#nav {
	background: url(images/nav_bg.jpg) repeat-y center;
	height: 43px;
	width: 900px;
	margin: 0 auto;
	
	padding: 10px;
}

ul#nav li {
	display: inline-block;
	float: left;
	
}

ul#nav li img {
	border: none;
}



/******************************************************  MIDDLE STUFF   *********************************************************/

div#content {
	margin: 0 auto;
	padding: 15px;;
	background-color: #FFFFFF;
	min-height: 400px;
	width: 800px;
	text-align: left;
}



div#middle_stuff {
	margin: 0 auto;
	padding: 0;
	background: url(images/middle_bg.jpg) no-repeat center
	height: 496px;
	width: 888px;
	overflow: auto;
	
}

div#middle_gallery {
	margin: 0 auto;
	padding: 0;
	background: url(images/middle_bg.jpg) no-repeat center;
	height: 590px;
	width: 888px;
	overflow: auto;
	
}

div#middle_stuff2 {
	margin: 0 auto;
	padding: 0;
	background: url(images/middle_bg.jpg) no-repeat center;
	height: auto;
	width: 888px;
	
}

div#middle_top {
	margin: 0 auto;
	width: 845px;
	height: 264px;
	padding-top: 35px;
}

div#middle_bottom {
	margin: 0 auto;
	width: 847px;
	margin-top: 18px;
}

div#pic_frame {
	float: left;
	background: url(images/pic_frame.jpg) no-repeat center;
	height: 264px;
	width: 400px;
}

div#come_see {
	float: left;
	background: url(images/come_see.png) no-repeat center;
	height: 256px;
	width: 359px;
	padding: 18px 20px 0 12px;
	margin-left: 45px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

div#come_see p {
	border-bottom: #FFF 2px dashed;
	padding-bottom: 47px;
}

div#come_see_images	img {
	float: left;
	padding-left: 7px;
}

div#availability {
	float: left;
	background: url(images/availability.png) no-repeat center;
	width: 404px;
	height: 160px;
}

div#email_box {
	color: #FFF;
	float: left;
	
	width: 383px;
	height: 161px;
	margin-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 0px;
	text-align: left;
}

div#email_box p:first-child {
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	border-bottom: #FFF 2px dashed;
	padding-bottom: 15px;
	margin: 11px 0 5px 0;
	width: 215px;
}

div.second_child {
	
	font-size: 15px;
	padding:  0 0 9px 0;
	text-align: left;
	width: 180px;
}

div#email_form input[type="image"] {
	padding: 0;
	margin: 0 0 8px 0;
}

div#email_form {
	padding: 0;
	margin: 0 9px 9px 9px 0;
	width: 360px;
	vertical-align: bottom;
	
}

div#email_form label {
	font-size: 12px;
	clear: both;
}

div#email_form input[type="text"] {
	font-size: 14px;
}

div.attractions {
	width: 90%;
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 80%;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

div.attractions img {
	border: none;
	float: left;
}

div.attractions_title a {
	float: left;
	text-align: left;
	color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
}

div.attractions p {
	width: 90%;
	height: auto;
	float: left;
}

/******************************************************  BOTTOM STUFF   *********************************************************/


div#footer_stuff {
	background: url(images/footer_bg.jpg) no-repeat center;
	margin: 0 auto;
	padding: 0;
	width: 888px;
	height: 93px;
}
div#footer_inner {
	padding: 0;
	float: left;
	background-color: #e5dcd0;
	width: 887px;
	height: 63px;
	margin-top: 15px;
}
div#footer_nav ul {
	background-color: #FFFFFF;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-top: 19px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	width: 877px;
}
div#footer_nav ul li {
	display: inline;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: #a19085 2px solid;
	padding: 0;
	padding-right: 5px;
	margin-right: 3px;
}
div#footer_nav ul li.no_line {
	border-right: none;
}
div#footer_nav ul a {
	color: #42210b;
	text-decoration: none;
}
div#social {
	background: url("images/social_bg.png") no-repeat scroll 0 0 transparent;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	font-weight: bold;
	height: 47px;
	margin-top: -50px;
	padding: 0 0 0 45px;
	
	width: 448px;
}
div#social img {
	padding: 0;
	margin-top: 8px;
	border: none;
}
div#social a {
	text-decoration: none;
	color: #012674;
}
div.twitter, div.facebook, div.youtube {
	float: left;
	padding-right: 40px;
}
.social_text {
	line-height: 48px;
	vertical-align: top;
	padding-left: 5px;
}
.main-text {
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	color: #000000;
}
.pageheaders {
	font-family: Calibri, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #4F301B;
	
}

