@charset "utf-8";
/* CSS Document */

#sections {
	height: 450px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.section {
	width: 25px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	height: 450px;
	position: relative;
	text-align: left;
	overflow: hidden;
	background-color: #E5DDA3;
}

.section h1 {
	width: 25px;
	height: 100%;
	float: left;
	position: relative;
	text-indent: -9999px;
	background-color: #E5DDA3;
	background-repeat: no-repeat;
	background-position: -25px 0px;
	cursor: pointer;
	z-index: 1;
}
.current h1 {
	background-position: 0px 0px;
}
.section ul.nav {
	z-index: 2;
	position: absolute;
	top: 0px;
	line-height: 1.6em;
	background-color: #E5DDA3;
	left: 25px;
	padding-left: 10px;
	height: 25px;
}
.section ul.nav li {
	float: left;
	list-style-type: none;
}
.section .nav li a  {
	color: #9A8B74;
	text-decoration: none;
	font-size: 1.4em;
	margin-right: 10px;
	display: block;
	padding-top: 5px;
	height: 20px;
	text-transform: lowercase;
}
.section .nav li a:hover {
	color: #423B30;
}
.section .pagecontent {
	padding-top: 20px;
}

/*
.current {
	width: 680px;
}
.current .section_name {
	width: 115px;
	background-position: 0px;
}
.current .nav {
	width: 115px;
}
*/
.images {
	position: absolute;
	height: 510px;
	width: 650px;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.icontent {
	position: absolute;
	width: 300px;
	left: 20px;
	top: 20px;
	background-color: black;
	z-index: 0;
	opacity: .9;
	height: 400px;
}
.icontent_position {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
.icontent .showhide {
	background-color: #333333;
	height: 30px;
	width: 90px;
	font-size: 1.4em;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	opacity: 1;
	line-height: 30px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#welcome {
	background-image: url(../layout/sectionbuttons/welcome.gif);
}
#fooddrink {
	background-image: url(../layout/sectionbuttons/fooddrink.gif);
}
#corporateprivate {
	background-image: url(../layout/sectionbuttons/corpprivdining.gif);
}
#pressawards {
	background-image: url(../layout/sectionbuttons/pressawards.gif);
}
#newsevents {
	background-image: url(../layout/sectionbuttons/newsevents.gif);
}
#partners {
	background-image: url(../layout/sectionbuttons/partners.gif);
}


.scroll {
	height: 300px;
	top: 30px;
}
.col {
	float: left;
	width: 50%;
}
.col a {
	color: #E5DDA3;
}
.col p {
	padding-right: 15px;
	padding-left: 10px;
}


#menu h3 {
	margin-bottom: 0px;
	margin-top: 20px;
}
#menu p {
	font-size: 1.2em;
	font-style: italic;
}
#wrap #container #sections .section .small {
	font-size: 0.9em;
}

#menu p span {
	font-style: normal;
}
#content_intro h3 {
	font-size: 2.4em!important;
}
.content ul {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.content ul li {
	color: #E5DDA3;
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: 5px;
}
table p {
	padding: 0px;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#booknow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DDA3;
	font-weight: normal;
	font-style: italic;
}
.darker {
	color: #FFF;
	font-size: 1.8em;
}
.hl {
	background: #8d7d4e;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.hl h3, .hl p {
	padding-right: 0px;
	padding-left: 0px;
}

.content ol {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.content ol li {
	color: #E5DDA3;
	list-style-position: outside;
	padding-bottom: 5px;
}
.pagehead .book {
	margin-left: 30px;
}
#smbook {
	background-image: url(../layout/booknow_sm.png);
	text-indent: -9999px;
	height: 44px;
	width: 152px;
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
