@charset "UTF-8";
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	/*background: #cccc99;*/
	margin: 10px 0; 
	padding: 0;
	text-align: center; 
	color: #625c38;
	background: #c3c390 url(../images/bg.gif) bottom center no-repeat;
}
.nobar #container { 
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; 
} 
.redbar #container { 
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; 
	background: url(../images/red_bg.gif) repeat-y;
} 

#header { 
	background: #999967;
	padding: 0 10px 0 10px; 
	height: 88px;
} 

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; 
	padding: 0px;
}

.redbar #mainContent { 
	margin: 0 0 0 130px; 
	padding: 30px 20px;
} 
.nobar #mainContent { 
	margin: 0; 
	padding: 30px 20px; 
} 
#flashContent {margin-right: 15px}

#footer { 
	padding: 0 10px 0 20px; 
	background:#635d3b; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0 10px 0; 
	font-size: 10px;
	color: #FFF;
	text-align:center;
}

#footer a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none
}

#footer a:hover {color:#cccc99}

/* 
*****************************************************************
H1 LOGO
*****************************************************************
*/


#homePage, #homePage span {
	width: 409px; height: 88px;
	background-image: url(../images/logo.png);
 	background-repeat: no-repeat; 
	padding: 0; margin:0;
	}
	
	h1 span { margin-bottom: -300px; margin-left: 0; }

/* code for all styled headers */
h1 span {
	 display: block;
	 /* place the span on top */
	 position: relative;
	 z-index: 1;
	}
	
/* IE5 Mac Hack */
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */

/* 
*****************************************************************
RIGHT TOP NAVIGATION
*****************************************************************
*/



#rightnav {
	float: right;
	width: 300px;
	text-align:right;
	padding-top: 8px;
	line-height:23px;
}

#rightnav a {color: #FFF; text-decoration:none;}
#rightnav a:hover {color:#9e1624}



/* 
*****************************************************************
NAVIGATION
*****************************************************************
*/



#navContainer {height: 110px; width: 661px; margin: 0 0 0 140px; padding: 0; border: 0; overflow: hidden}
#navlist {
margin: 0;
padding: 0;
width: 661px;
height: 110px;
}

#navlist ul {margin: 0; padding: 0; width: 661px; height: 110px;}

#navlist li {
	display:block;
	float:left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	border: 0;
}

#navlist ul li a {
   	display:block;
    height:110px; width:112px;
    background:transparent url(../images/nav.jpg) no-repeat 0 0;
    text-indent:-9009px;
	border: 0;
     }
	 
/*hover*/
#navlist ul li a:hover,
#navlist ul li a.activeAmmenities {
   background-position: 0 -110px;
   }

/*attractions*/
#navlist ul li#nAttractions a {
	width:110px;
	background-position: -112px 0;
}

#navlist ul li#nAttractions a:hover,
#navlist ul li#nAttractions a.activeAttract {
   background-position: -112px -110px;
   }
   
/*Accommodations*/
#navlist ul li#nAccommodations a {
	width:110px;
	background-position: -222px 0;
}

#navlist ul li#nAccommodations a:hover,
#navlist ul li#nAccommodations a.activeA
{
   background-position: -222px -110px;
   }
   

/*Special Packages*/
#navlist ul li#nPackages a {
	width:109px;
	background-position: -333px 0;
}

#navlist ul li#nPackages a:hover,
#navlist ul li#nPackages a.activeP
{
   background-position: -333px -110px;
   }
   
 /*Group Events*/
#navlist ul li#nGroups a {
	width:109px;
	background-position: -443px 0;
}

#navlist ul li#nGroups a:hover,
#navlist ul li#nGroups a.activeG {
   background-position: -443px -110px;
   }
   
   /*Directions*/
#navlist ul li#nDirections a {
	width:109px;
	background-position: -552px 0;
}

#navlist ul li#nDirections a:hover,
#navlist ul li#nDirections a.activeD {
   background-position: -552px -110px;
   }
   
 
 /* 
*****************************************************************
LEFT NAVIGATION in red bar
*****************************************************************
*/
#sidebarnav {width: 110px; margin: 140px 0}

#sidebarnav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#sidebarnav a
{
display: block;
padding: 15px 8px;
width: 94px;
color:#FFF;
text-decoration:none;

}

#sidebarnav a:hover,
#sidebarnav a.active
{
display: block;
padding: 15px 8px;
width: 94px;
background-color:#b7516a;
text-decoration:none;

}
 

/* *******************************************
GENERAL STYLES
-----------------------------------------*/

p {line-height:145%;}

a {color: #921332; text-decoration:none}
a:hover {color:#A8425B}

.nobar h1 {
	color: #a01523;
	font-size: 16px;
	font-weight:bold;
	margin-left: 130px;
	padding-bottom: 20px;
}

.disclaimer {font-size:10px;}

h1 {
	color: #a01523;
	font-size: 16px;
	font-weight:bold;
}

h2 {
	color: #625c38;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

#sitemap p {
	padding: 0 0 10px 0;
	margin-top: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#smallbullets {margin: 5px 0 25px 0; padding-left: 20px}
#smallbullets li {padding-bottom: 2px}


/* *******************************************
forms
-----------------------------------------*/


.note-required {font-size:10px}
