@charset "utf-8";

/* the body tag is the container for all the tags to center the elements in the page*/
body {
	font: bold 12pt Arial, Helvetica, sans-serif;
	background-color: #9C9F8A;
	background-image: url(images/bgsand.jpg);
	background-repeat: repeat;
	margin: 0;
	font-size: 100.1%;	
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663333;
	
}


.copyright {
	font-size: 10px;
	color: #3C1E00;
}

.addressInfo {
	font: bolder normal 12px Arial, Helvetica, sans-serif;
	color: #3C1E00;
}



body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFF00;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033FF;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #000066;
	padding-top: 10px;
}
h1 {
	font: bolder 16px Arial, Helvetica, sans-serif;
	color: #663300;
}


.style1 {
	color: #FFFF00;
	font-size: 12px;
}
/* this is the logo at the top*/	
.copyright #logo img {
	position: relative;
	top: 20px;
}

#maincontent {
	top: 20px;
	left: 0px;
	position: relative;
}
#footer {
	position: relative;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C1E00;
	top: 20px;
}

/* this sddm is the javascript call for the drop down menu to make the box appear and dissapear the list elements are ul = sddm, li <div> is the submenu ul then the submenu li*/
#sddm
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 15px;
	text-decoration: none;
	padding: 0;
	z-index: 30;
	background: none;
	list-style: none;
	width:700px;
	left: 3;
	}

#sddm li
{
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	float: left;
	}
/* for explorer to declare a table but not have it affect the layout*/
#sddm li table {
	position:absolute;
	margin:-1px 0; 
	m\argin:0;
	top:0; 
	left:0; 
	border-collapse:collapse;
}	
#sddm li a
{	display: block;
	margin: 0px;
	padding: 4px 3px;
	width: auto;
	text-align: center;
	text-decoration: none;
	}
	
/*this hides the dropdown*/		
#sddm li ul {
	visibility: hidden;
	position: absolute; 
	height:0;
	top:31px;
	left:0;
	}
	
	
/* the css for each button which is 2 images stacked the roll over is on top 30px and each width is individual*/	
#sddm li a.home {
	margin: 0px;
	padding: 4px 3px;
	display:block;
	width: 62px;
	height: 30px;
	background:url(images/buttons/homecombo.jpg) no-repeat 0 -30px;
	text-indent: -9999px;
	}
	

#sddm li a.accommodations {
	margin: 0px;
	padding: 4px 3px;
	display: block;
	width: 165px;
	height: 30px;
	background:url(images/buttons/accommodationscombo.jpg) no-repeat 0 -30px;
	text-indent: -9999px;
	}
	
#sddm li a.features {
	margin: 0px;
	padding: 4px 3px;
	display:block;
	width: 95px;
	height: 30px;
	background:url(images/buttons/featurescombo.jpg) no-repeat 0 -30px;
	text-indent: -9999px;
	}

#sddm li a.availability {
	margin: 0px;
	padding: 4px 3px;
	display:block;
	width: 122px;
	height: 30px;
	background:url(images/buttons/availabilitycombo.jpg) no-repeat 0 -30px;
	text-indent: -9999px;
	}

#sddm li a.rates {
	margin: 0px;
	padding: 4px 3px;
	display:block;
	width: 62px;
	height: 30px;
	background:url(images/buttons/ratescombo.jpg) no-repeat 0 -30px;
	text-indent: -9999px;
	}

#sddm li a.directions {
	margin: 0px;
	padding: 4px 3px;
	display:block;
	width: 112px;
	height: 30px;
	background:url(images/buttons/directionscombo.jpg) no-repeat 0 -30px;
	text-indent: -9999px;
	}
		
#sddm li a:hover {
	background-position: 0px 0px;
	visibility: visible;
	overflow: hidden;
	}

#sddm li a:active {
	background-position: 0px 0px;
	visibility: visible;
	overflow: hidden;
	}
/* this is for the drop down styling */
	
#sddm li:hover ul, #sddm li a:hover ul{
	visibility: visible;
	position: absolute;
	height:121px; 
	display: block;
	top: 31px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 3px ridge #e9cf51;
	z-index: 35;
	background: #b8b099;
	white-space: nowrap;
	width: 164px;
	}
		
	
#sddm li ul li a
	{	display: block;
		width: 144px;
		margin: 0;
		padding: 5px 10px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #0000CC;
		font: Arial;
		font-size:11px;
}	
		
#sddm li ul li a:hover
	{	display: block;
		width: 144px;
		margin: 0;
		padding: 5px 10px;
		white-space: nowrap;
		text-decoration: none;
		overflow: hidden;
		background: #0000CC;
		color: #FFF}
	
#indexmovie {
	position: static;
	top: 0;
	z-index: 20;
	align: center;
	}
	

.main_Info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3C1E00;
}
