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


body{
	background-image:url(images/sand.jpg);
	font-family: "Times New Roman", Times, serif; 
	text-align: center;
	margin:0; 
	padding:0;
}

.main_container{
	position: relative;
	background-color: #FFFFFF;
	width: 956px;
	height: auto;
	margin: auto;
   	-moz-box-shadow:    0px 0px 15px 3px #666;
   	-webkit-box-shadow: 0px 0px 15px 3px #666;
   	box-shadow:         0px 0px 15px 3px #666;
}

.header{
	position: relative;
	width: 956px;
	height: 200px; 
	background-image:url(images/header.jpg);
}

.header_info{
	position: absolute;
	top: 6px;
	right: 10px;
	width: 350px;
	height: 100px;
}

div.header_info p{
	color: #FFF;
	font-size: 20px;
	margin-top: 0px;
}

div.header_info a:link,div.header_info a:visited{
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

div.header_info a:hover,div.header_info a:active{
	color:#900;
}

div.menu{
	position: relative;
	width: 956px;
	z-index: 100;
	background-image: url(images/menu_back_active.png);
	height: 28px;
	border-bottom: solid 1px #FFF;
   	-moz-box-shadow:    0px 0px 12px 1px #666;
   	-webkit-box-shadow: 0px 0px 12px 1px #666;
   	box-shadow:         0px 0px 12px 1px #666;
	
}
div.menu ul{
	list-style-type:none;
	margin:-2px;
	padding:0;
}
div.menu li{
	float:left;
}
div.menu a{
	display:block;
}
div.menu table,div.menu tr,div.menu td{
	margin-top: -2px;
}
div.menu a:link,div.menu a:visited{
	font-size: 15px;
	font-weight: bold;
	color:#FFF;
	background-image: url(images/menu_back_active.png);
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
}
div.menu a:hover,div.menu a:active{
	background-image: url(images/menu_back_inactive.png);
}

.content_container{
	position: relative;
	width: 956px;
}

.content{
	position: relative;
	min-height: 600px;
	margin: auto;
	width: 930px;
	top: 5px;
	text-align: left;
}

.content a:link { text-decoration:none; color: #990000; font-size: 16px; font-weight: bold;}
.content a:visited { text-decoration:none; color: #990000; font-size: 16px; font-weight: bold;}
.content a:active { text-decoration:none; color: #990000; font-size: 16px; font-weight: bold;}
.content a:hover { text-decoration:none; color:#000000; font-size: 16px; font-weight: bold;}	

.welcome_slideshow{
	float: right;
	width: 394px;
	height: 525px;
	margin-top: 15px;
	margin-left: 10px;
	/*border: solid 8px #8d8361; */
   	-moz-box-shadow:    0px 1px 12px 1px #666;
   	-webkit-box-shadow: 0px 1px 12px 1px #666;
   	box-shadow:         0px 1px 12px 1px #666;	
}

.accommodations_slideshow{
	float: right;
	width: 450px;
	height: 338px;
	margin-top: 15px;
	margin-left: 10px;
	/*border: solid 8px #8d8361; */
   	-moz-box-shadow:    0px 1px 12px 1px #666;
   	-webkit-box-shadow: 0px 1px 12px 1px #666;
   	box-shadow:         0px 1px 12px 1px #666;	
}

.photo_preview{
	float: right;
	width: 450px;
	height: 450px;
	margin-top: 45px;
	margin-left: 10px;
	/*border: solid 8px #8d8361; */
   	-moz-box-shadow:    0px 1px 12px 1px #666;
   	-webkit-box-shadow: 0px 1px 12px 1px #666;
   	box-shadow:         0px 1px 12px 1px #666;		
}


.location_map{
	float: right;
	width: 500px;
	height: 500px;
	margin-top: 0px;
	margin-left: 10px;
	/*border: solid 8px #8d8361; */
   	-moz-box-shadow:    0px 1px 12px 1px #666;
   	-webkit-box-shadow: 0px 1px 12px 1px #666;
   	box-shadow:         0px 1px 12px 1px #666;	
}

.location_directions{
		
}

.unit112_images{
	float: right;
	width: 500px;
	height: 375px;
	margin-top: 5px;
	margin-left: 10px;
	/*border: solid 8px #8d8361; */
   	-moz-box-shadow:    0px 1px 12px 1px #666;
   	-webkit-box-shadow: 0px 1px 12px 1px #666;
   	box-shadow:         0px 1px 12px 1px #666;	
}

li.bullet{
	margin-left: -15px;
}