body {
	margin: 0;
	padding: 0px 0 0 0;
	font-size:90%;
}

body#home a#home_tab, 
body#rooms a#rooms_tab, 
body#rates a#rates_tab, 
body#act a#act_tab, 
body#aff a#aff_tab, 
body#hist a#hist_tab, 
body#avail a#avail_tab, 
body#contact a#contact_tab {
	color:#8cb5d9;	
	
}

.print {display:none;}
.large {font-size:180%;}




img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1104px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

p {
	font-size:90%;
	font-family:trebuchet ms, verdana, helvetica, sans-serif;
	line-height:1.8em;
}

a{
	text-decoration:none;
	color:#00447f;
	font-family:trebuchet ms, verdana, sans-serif;
	font-size:100%;
}

a:visited {
	color:#0e528d;
}

a:hover {
	color:#0078e0;	
}

h1 {
	font-size:160%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#501318;  /*271805*/
	margin:0 0 5px 0;
	border-bottom:1px solid #271805;
	padding:5px;
	background-color:#f3efea;
	width:996px;
	margin-left:-10px;
	margin-top:-10px;
}

h2 {
	font-family:lucida sans, helvetica, sans serif;
	font-size:130%;
	font-weight:bold;
	margin:3px 0;
	color:#000;
	font-style:italic;
	text-align:center;
}

h3 {
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#271805;  /*271805*/
	margin:0 0 5px 0;
}

ul li {
font-family:lucida sans, helvetica, sans serif;
font-size:90%;}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

.roomInfo {width:320px; float:right; margin-top:30px; padding:10px;}
.ital {font-size:12px; font-style:italic; color:#333;}
.clear {clear:both;}

hr {height:1px; background-color:#8b5107; color:#8b5107; border:0;}

#container {

	position: relative; 
	width: 1010px;
	margin: 0 auto;	
}

#trees {

	height:106px;
	position:relative;
	background: url(../images/trees.png) top left no-repeat;
		
	
}

#header {
	background-color:#edddc9;
	border:2px solid #501318;
	height:55px;
	-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	margin-bottom:0px;
	border-bottom:0;
		-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;

}

#logo, #logo p, #logo a {
	height:28px;
	width:459px; 
	margin:0;
	padding:0;	
	float:left;	
}

#logo {
	background : url(../images/logo1.png) no-repeat top left; 
	margin-left:16px;
	margin-top:13px;
}

#logo a {
	text-indent: -9999px;
}

#headerInfo {
	margin-left:500px;
	height:60px;
	padding-right:10px;
}	

#headerInfo p {
	font-size:75%;
	text-align:right;
	line-height:14px;
}

#nav {
	border:2px solid #171e14;
	background-color:#501318;
	height:33px;
	margin:0px auto;

		-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

#nav ul {
	height:33px;
	list-style-type:none;
	padding:0;
	margin:0px;
	width:930px;
	position:relative;
	z-index:9999;


}

#nav ul li {
	position:relative;
	display:block;
	float:left;
	margin-left:0px;
	padding-top:4px;
	padding-bottom:5px;	
	margin-top:2px;
	font-size:100%;
	font-family:trebuchet ms, verdana, sans-serif;
}

#nav ul li a {
	font-size:100%;
	color:#edddc9;
	font-weight:bold;
	height:19px;
	padding-right:20px;
	padding-left:20px;	
	padding-top:12px;
	padding-bottom:12px;
	font-family:trebuchet ms, verdana, sans-serif;
}

#nav ul li a:hover {
	color:#8cb5d9;
}

#nav ul li ul, #nav ul li:hover ul li ul {
	display: none;
}

#nav ul li:hover ul, #nav ul li:hover ul li:hover ul {
	display: block;
}

#nav ul li ul {
	width:130px;
	padding:0;
	position:absolute;
	top: 33px;
	left:0;
	margin:0;
	background-color:#501318;



}

#nav ul li ul li {
	padding:1px 0 3px 6px;
	margin:0;
	border:2px solid #171e14;
	border-top:none;
	background-color:#8f3a41;
}

#nav ul li ul li a {
	width: 102px;
	display:block;
	text-align:left;
	padding:3px 14px; 

}

#nav ul li:hover ul, #nav ul li.sfhover ul, #nav ul li:hover ul li:hover ul, #nav ul li.sfhover ul li.sfhover ul, #nav ul li:hover ul li:hover ul li:hover ul, #nav ul li.sfhover ul li.sfhover ul li.sfhover ul {
		display: block;
	}

#content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	padding: 10px;
	border:2px solid #171e14;
	border-top:none;
	background-color:#ddbc92;
/*	background-image: url('../images/bg-grad.jpg');
	background-position:90px 0;
	background-repeat: repeat-y; */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
/*	filter: alpha(opacity=850);  
	opacity: .85;
	-khtml-opacity: .85;  
    -moz-opacity: .85;  */
	float:left;
	width:986px;
}

#copy {
	margin-bottom:10px;
	padding-bottom:5px;
	float:left;
}


#wrap {
	width:100%;
	position:relative;
}


#LH {
	float:left;
	width:680px;
	margin-bottom:-75px;


}

#RH {
	float:right;
	margin-top:1em;
}

.left {
	float:left;
	margin-right:4px;	
	border:2px solid #171e14;
}

.right {
	float:right;
	margin-left:4px;	
	border:2px solid #171e14;
}


.framed {
	border:2px solid #171e14;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gall {
	float:left;
	width:640px;
}

.RHimg {
	width:294px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.RHimg p {
	margin-bottom:2px;
	}

.RHcaption {
	width:294px;
	margin-top:6px;
	
}

.RHcaption p {
	margin:0;
	padding:0;
	font-size:10px;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
}	

#quote {
	
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin-top:5px;
	background-color:#d2e7ea;
	padding:0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	background:#d2e7ea url(../images/quotes.png) 3px 6px no-repeat;
	margin:1.5em 0;
}

#quote p {
	line-height:1.3em;
	font-style:italic;
	font-size:80%;
	margin:1.5em 1em 1em 1.3em;	
	float:left;	
}

#feature {
/*	border:1px dashed #8b5107; */
	width:664px;
	min-height:100px;
	position:relative;
	margin-top:25px;
	background-color:#fae9d4;
	padding-left:12px;
	padding-top:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	padding-bottom:8px;	
}

#feature p {
	margin:0 5px 0 0;	
	font-style:italic;
}

#feature img {
	width:155px;
	margin-right:8px;
	border:1px solid #8b5107;
	float:left;
}

#subFoot {
	clear:both;
	width:300px;
	float:right;
	height:85px;
	background:url(../images/dancingchief-ccards.png) bottom right no-repeat;



}

#subFoot p {
	font-size:85%;
	padding:0;
	margin:0;
	font-style:italic;
	float:right;
	margin-right:90px;
	padding-top:10px;
}

#footer {
	clear:both;
	height:29px;
/*	width:930px; */
	background:url(../images/footerbg.png) top left repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
}

#footer p {
	padding:5px;
	margin:0;
	font-size:80%;
	color:#f6f0db;

}

#footer a {
	color:#de7b46;
}

#footer a:visited {
	color:#de7b46;
}

#footer a:hover {
	color:#ff9b65;
}



