@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #630;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 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: #630;
}

h2, h3, h4 {
	color:#036;
}

h4 {
	text-align:center;
	padding: 0px;
}

.twoColFixLtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:double;
	padding: 0px;
	border-color:#C93;
	border-width:thick;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #69340C;
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
	height: 30px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index:100;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: 1.12em/25px Arial, Helvetica, sans-serif;
	background: #630;
	color: #c96;
	display: block;
	padding: 0 11px;
	text-decoration: none;
	text-align:left;
}

.nav li a:hover {
	color: #FFF;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	color: #FFF;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #630;
	color: #c96;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #630;
	color: #FFF;
}

.nav ul {
	background: #565656;
	border-bottom: 1px solid #c96;
	list-style: none;
	margin: 0;
	width:auto;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
	border: 1px solid #c96;
	border-bottom: 0;
	padding-right: 20px;
	width:auto;
	white-space: nowrap;
}
.nav ul a:hover {
	background: #ccc;
	color: #FFF;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff;
	text-align:left;
} 

.twoColFixLtHdr #table { 
	padding: 0 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#AB6F41;
	color:#f96;
} 

.twoColFixLtHdr #table td {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#630;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#630;
	text-align:center;
	height:90px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#c96;
}

#footer ul{
	text-align:center;
	font-size: 9px;
}

#footer li {
	display:inline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0PX 5PX;
}

#footer li a {
	color:#c96;
}

#footer li a:Hover {
	color:#FFF;
}

table#bottom {
	color:#6A3231;
	padding: 0px;
	margin: 0px;
	background-color:#663300;
	width: 776px;
}
table#bottom a {
	text-decoration:none;
}

table#bottom h5 a:hover {
	color:#FFFF99;
}
table#bottom h5 {
	margin: 0;
	padding: 8px 0px;
	color: #663300;
	font-size: 12px;
	background-color: #FFCC00;
	text-align: center;
}

table#bottom tr {
	padding: 0px;
	background-color:#CFC;
}

table#bottom td {
	text-align: left;
	width:242px;
	vertical-align: top;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
}
.col1 {
	width: 160px:
}

table#main {
	color:#630;
	padding: 0px;
	margin: 0px;
	background-color:#F90;
	width: 430px;
}
table#main td {
	background-color:#FF9;
}

.room {
	width: 106px;
}

.seasons {
	width: 70px;
}

.headline {
	padding: 0px;
	font-weight:bold;
	text-align:center;
}
.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;
}
a:link {
	color:#F60;
}
a:visited {
	color:#f60;
}
a:hover {
	color:#f90;
}
 

