/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}

em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #fce3bf;
	text-decoration: none;
}

a:hover {
	color: #fce3bf;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	font: 12px/150% Georgia, "Times New Roman", Times, serif;
}

body {
	display: block;
	position: relative;
	width: 800px;
	margin: 0 auto;
	color: #fce3bf;
	text-align: center;
	background: #000 url(../images/bg.jpg) repeat-y center top;
}

/* @end */

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: transparent url(../images/bg.gif) no-repeat center top;
}

/* @group Navigation */

ul#nav-main {
	display: block;
	position: absolute;
	width: 772px;
	height: 47px;
	top: 0;
	left: 0;
}

ul#nav-main li {
	display: block;
	height: 47px;
	float: left;
}

ul#nav-main li a {
	display: block;
	height: 47px;
}

ul#nav-main li#nav-accommodations a {
	width: 207px;
	background: transparent url(../images/nav.gif) no-repeat left top;
}

ul#nav-main li#nav-accommodations a:hover {
	background-position: left -47px;
}

ul#nav-main li#nav-activities a {
	width: 98px;
	background: transparent url(../images/nav.gif) no-repeat -207px top;
}

ul#nav-main li#nav-activities a:hover {
	background-position: -207px -47px;
}

ul#nav-main li#nav-cuisine a {
	width: 80px;
	background: transparent url(../images/nav.gif) no-repeat -305px top;
}

ul#nav-main li#nav-cuisine a:hover {
	background-position: -305px -47px;
}

ul#nav-main li#nav-groups-events a {
	width: 131px;
	background: transparent url(../images/nav.gif) no-repeat -385px top;
}

ul#nav-main li#nav-groups-events a:hover {
	background-position: -385px -47px;
}

ul#nav-main li#nav-about-us a {
	width: 91px;
	background: transparent url(../images/nav.gif) no-repeat -516px top;
}

ul#nav-main li#nav-about-us a:hover {
	background-position: -516px -47px;
}

ul#nav-main li#nav-contact-us a {
	width: 165px;
	background: transparent url(../images/nav.gif) no-repeat -607px top;
}

ul#nav-main li#nav-contact-us a:hover {
	background-position: -607px -47px;
}

/* !Begin Dropdown Menu Code */ 

#nav-main li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 5000;
	background: none;
}

#nav-main li > ul {
	top: auto;
	left: auto;
}

#nav-main li ul li {
	display: block;
	width: 150px;
	text-align: left;
	height: 25px;
	margin: 0;
}

#nav-main li ul li a {
	display: block;
	position: relative;
	width: 150px;
	height: 35px;
	text-indent: 10px;
	opacity: 0.85;
}

#nav-main li:hover ul, #nav-main li.over ul {
	clear: left;
	display: block;
	position: absolute;
	width: 150px;
	top: 47px;
	padding-bottom: 20px;
}

ul#nav-main li#nav-accommodations ul {
	left: 80px;
}

#nav-main li:hover ul, #nav-main li.over ul {
	clear: left;
	display: block;
	position: absolute;
	width: 150px;
	top: 47px;
	padding-bottom: 20px;
}

ul#nav-main li#nav-accommodations ul {
	left: 80px;
}

ul#nav-main li#nav-accommodations li a, ul#nav-main li#nav-activities li a, ul#nav-main li#nav-cuisine li a, ul#nav-main li#nav-groups-events li a, ul#nav-main li#nav-about-us li a {
	width: 150px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: none;
	background-color: #662308;
	border-bottom: 1px solid #2b0a03;
	font: 11px/25px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#nav-main li#nav-accommodations li.last a, ul#nav-main li#nav-activities li.last a, ul#nav-main li#nav-cuisine li.last a, ul#nav-main li#nav-groups-events li.last a, ul#nav-main li#nav-about-us li.last a {
	border-bottom: none;
}

ul#nav-main li#nav-accommodations li a:hover, ul#nav-main li#nav-activities li a:hover, ul#nav-main li#nav-cuisine li a:hover, ul#nav-main li#nav-groups-events li a:hover, ul#nav-main li#nav-about-us li a:hover {
	text-decoration: none;
	padding-bottom: 1px;
	margin-left: -1px;
	border-bottom: none;
	background: #411401 url(../images/white-dot.gif) no-repeat 1px bottom;
}

ul#nav-main li#nav-accommodations li.last a:hover, ul#nav-main li#nav-activities li.last a:hover, ul#nav-main li#nav-cuisine li.last a:hover, ul#nav-main li#nav-groups-events li.last a:hover, ul#nav-main li#nav-about-us li.last a:hover {
	text-decoration: none;
	background-color: #411401;
	border-bottom: 1px solid #411401;
	background-image: none;
}

/* @end */

/* @group Home Page Rules */

#branding-nav {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 772px;
	height: 364px;
	background: transparent url(../images/lodge4-main.jpg) no-repeat left top;
}

#branding-nav h1 a {
	display: block;
	position: absolute;
	top: 244px;
	left: 268px;
	width: 237px;
	height: 120px;
	background: transparent url(../images/logo-big-trans.png) no-repeat center top;
}

#content {
	display: block;
	position: relative;
	overflow: hidden;
	margin: -70px auto;
	margin-bottom: 1px;
	zoom:1;
}

#content-main {
	display: block;
	position: relative;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
	z-index: 10;
	background: url(../images/tree-bg-trans.png) no-repeat left top;
}

#content-main h2 {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 220px;
}

#content-main #img_box {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
	height: 145px;
}

#content-main #img_box img {
	display: block;
	position: absolute;
	width: 245px;
	height: 145px;
	top: 0;
	left: 50%;
	margin-left: -122px;
}

#content-main p {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	margin-bottom: 0;
}

#content-sub1 {
	display: block;
	position: absolute;
	top: 70px;
	left: 40px;
	height: 260px;
	width: 178px;
	z-index: 20;
	background: transparent url(../images/make-your-reservation2.jpg) no-repeat left top;
}

#content-sub2 {
	display: block;
	position: absolute;
	top: 70px;
	left: 585px;
	height: 269px;
	width: 150px;
	background: url(../images/check-availability2.jpg) no-repeat left top;
}

#content-sub2 h4 a {
	display: block;
	position: absolute;
	height: 30px;
	width: 110px;
	top: 239px;
	left: 20px;
}

#logos {
	display: block;
	position: relative;
	margin: 10px auto;
	width: 460px;
	text-align: center;
	overflow: hidden;
}

#logos a {
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	text-align: center;
}

#logos a:hover {
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 85px;
	width: 772px;	
	background: url(../images/footer-bg.jpg) center top;
	font: 10px "Times New Roman", Times, serif;
}

#footer #site-info {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 370px;
	height: 12px;
}

#footer p {
	display: block;
	position: relative;
	float: left;
	margin: 65px 0 0 0;
}

#footer ul {
	display: block;
	position: relative;
	float: right;
	margin: 65px 0 0 0;
}

#footer li {
	display: block;
	float: left;
}

#footer li a {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #fce3bf;
}

#footer li.last a {
	border: 0;
}

/* @end */

#flashcontent {
	position: absolute; 
	left: 14px; 
	top: 125px; 
	/*z-index:9999; */
	margin: 0; 
}