/* @group General Rules */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	color: #000000;
	background-image: url(../i/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */

.hide {
	display: none;
}

#container {
	display: block;
	position: relative;
	width: 813px;
	margin: 0 auto;
	min-height: 1000px;
}
	
/* @end */

/* @group Menu */

/* @group First Level */

#menu {
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left: -815px;
	height: 423px;
	width: 815px;
	list-style-type: none;
	z-index: 2;
	background-color: transparent;
	background-image: url(../i/homeroom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu li.menubutton {
	display: inline;
	height: 23px;
	font-size: 10px;
	line-height: 23px;
	text-decoration: none;
	color: #fff;
	float: left;
	background-color: transparent;
}

#menu li a {
	display: inline;
	height: 23px;
	font-size: 10px;
	line-height: 23px;
	text-decoration: none;
	color: #f4e42f;
	text-transform: uppercase;
	border-right: 2px solid #706324;
	background-color: #27220e;
	float: left;
	text-align: center;
}



#menu li.alt a {
	display: inline;
	height: 23px;
	font-size: 10px;
	line-height: 23px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #706324;
	float: left;
	text-align: center;
}

#menu li a:hover {
	background-color:  #706324;
}

#menu li.alt a:hover {
	color: #e9ead5;
}

#menu li a#homeli {
	width: 92px;
}

#menu li a#experienceli {
	width: 165px;
}

#menu li a#roomsli {
	width: 140px;
}

#menu li a#eventsli {
	width: 154px;
}

#menu li a#reservationsli {
	width: 150px;
}

#menu li a#directionsli {
	width: 140px;
}

#menu li a#aboutusli {
	width: 116px;
}

#menu form {
	height: 23px;
	width: 190px;
}

#menu form label, #menu li.alt {
	display: inline;
	color: #fff;
	height: 23px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	float: left;
	background-color:  #706324;
}

#menu form input.textinput {
	display: block;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-top: 3px;
	vertical-align: middle;
	background-color:  #fff;
}

#utilnav input.go {
	display: block;
	width: 16px;
	height: 23px;
	vertical-align: middle;
	background-color:  #706324;
}

/* @end */

#experiencesub, #roomssub, #eventssub, #reservationssub, #directionssub, #aboutussub {
	display: inline;
	position: absolute;
	float: left;
	top: 23px;
	width: 165px;
	border: 2px solid #706324;
	border-top: 0;
	border-bottom: 0;
	background-color: #4d4023;
	z-index: 300;
}

#experiencesub {
	left: 92px;
}

#roomssub {
	left: 259px;
}

#eventssub {
	left: 324px;
}

#reservationssub {
	left: 459px;
}

#directionssub {
	left: 501px;
}

#aboutussub {
	left: 695px;
}

#experiencesub ul li, #roomssub ul li, #eventssub ul li, #reservationssub ul li, #directionssub ul li, #aboutussub ul li {
	display: block;
	height: 23px;
	border-top: 1px solid #706324;
}

.last {
	border-bottom: 2px solid #706324;
}

#menu ul li a {
	display: block;
	height: 23px;
	width: 145px;
	line-height: 23px;
	text-align: left;
	padding: 0 10px 0 10px;
	border: 0;
}

#content {
	display: block;
	position: relative;
	top: 423px;
	left: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-left: -814px;
	width: 813px;
	min-height: 300px;
	background-repeat: no-repeat;
}

#content object, #content embed {
	margin: 0 0 0 0;
}

#content #copy {
	color: #000;
	display: block;
	width: 800px;
	min-height: 400px;
	margin: 0 25px 10px 20px;
	border: 2px solid #706324;
}

#content #copy p {
	display: block;
	width: 97px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #000;
}

#content #copy table.outline {
	display: block;
	float: right;
	margin: 10px;
	border: 2px solid #61512e;
}

#content #copy table td a {
	margin-left: 10px;
}

#content #copy ul {
	margin: 0 0 0 20px;
}

#content #copy ul#alpha-toc {
	display: block;
	margin: 0 0 0 0;
	list-style-type: none;
	width: 800px;
}

#content #copy ul#alpha-toc li {
	float: left;
	margin: 10px;
}

#content #copy h3 {
	display: block;
	position: relative;
	margin: 10px;
}

#content #copy dl {
	display: block;
	margin: 0 10px 10px 10px;
}

#content #copy dt {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content #copy a.gototop {
	margin-left: 10px;
}

#content #dev {
	display: block;
	margin: 0 auto;
}

#content .bigbuttons {
	display: block;
	width: 100%;
	float: left;
}

#content .bigbuttons img {
	margin-right: 10px;
}

#content img {
	display: inline;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

#content h2 {
	display: block;
	border: 10px solid #fff;
	width: 700px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	text-indent: 10px;
	padding: 5px;
	background-color: #61512e;
}

#content #featured {
	display: inline;
	float: left;
	margin-right: 0px;
	width: 202px;
}

#content #featured h3 {
	display: block;
	width: 192px;
	height: 16px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	background-color: #61512e;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

#content #featured dl {
	display: inline;
	float: left;
	margin: 0 0 9px 0;
	padding: 0 0 0 0;
	width: 192px;
	background-color: #dfe1be;
}

#content #featured dt {
	display: block;
	width: 95px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content #featured dd {
	display: inline;
	position: relative;
	width: 90px;
	height: 14px;
	float: right;
	text-align: left;
	color: #61512e;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
}

#content #featured dd a {
	text-transform: lowercase;
	font-size: 9px;
	color: #930;
}

#content #featured dd a:hover {
	color: #61512e;
}

#content #featured img {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* @group Footer */

#content #footer {
	clear: both;
	display: block;
	position: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 814px;
	height: 30px;
	z-index: 2;
	background-color: #25200D;
	background-image: url(../i/footerInt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content #footer p, #content #footer .copyright, #content #footer .contactinfo, #content #footer h2 {
	display: none;
}

/* @end */

/* @end */
#container #content .region a {
	color: #721F09;
	text-align: left;
	padding-left: 20px;
}
#content #maincopy {
	display: inline;
	float: left;
	width: 500px;
	margin-left: 50px;
	margin-top: 80px;
}
#content #maincopy2 {
	display: inline;
	float: left;
	width: 500px;
	margin-left: 50px;
	margin-top: 20px;
}
