@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: white;
	margin: 0em;
	padding: 0em;
	background-image: url(images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #d6a890;
	}
	
.siteContainer {
	left: 50%;
	top: 50%;
	margin-left: -430px;
	margin-top: -280px;
	width: 900px;
	height: 600px;
	position:absolute;
	padding: 0px;
	}

.footer {
	font-family: Times;
	clear: both;
	position: relative;
	height: 22px;
	left: 0px;
	top: 560px;
	width: 878px;
	font-size: 0.85em;
	text-decoration: none;
	color: #fff;
	}
	
.leftFooter {
	background-color: #1A1A1A;
	padding-top: 0.5em;
	width: 838px;
	height: 22px;
	float: left;
	text-align: left;
	}
	
.rightFooter {
	float:right; 
	text-align:right;
	padding-top: 3px;
	width: 40px;
	height: 22px;
	}
	
.footer a {
	padding-left: 5px;
	padding-right: 5px;
	color: #e8e8e8;
	text-decoration: none;
	}
	
.footer a:visited {
	text-decoration: none;
	}
	
.footer a:hover {
	color: orange;
	text-decoration: none;
	}


.fadeImgContainer {
	width: 838px;
	height: 533px;
	overflow: hidden;
	clip: auto;
	top: 27px;
	left: 0px;
	position: absolute;
	}
	
.fadeImg {
	clear: both;
	border-width: 0px;
	top: 0px;
	left :0px;
	position: absolute;
	
	}
	
#contentDiv {
	clear: both;
	z-index: 100;
	width: 300px; 
	/* top: 0px;
	left :-400px;
	height: 533px;  
	position: absolute; */
	overflow: hidden;
	}

#contentDivSlider {
	z-index: 99;
	top: 0px;
	left :-400px;
	width: 300px; 
	background-color: white;
	color: black;
	height: 533px;
	font-size: 0.8em;
	vertical-align: top;
	padding: 10px 20px 0px 20px;
	margin: 0px;
	line-height: 1.2em;
	position: absolute;
	overflow: hidden; 
	}
	
#contentReveal {
	position:absolute;
	display:block;
	z-index:101;
	left:0;
	top:0;
	height:533px;
	width:5px;
	}

#welcomeMessage {
	z-index:200; 
	position:absolute; 
	left:125px; 
	top:150px; 
	width:588px; 
	height:45px;
	text-align: center;
	padding-top: 0.75em;
	background-image: url(../images/blacklozenge.gif);
	background-repeat: no-repeat;
	background-position: left top;

	}
	
#menuPopup {
	z-index: 100;
	top: 497px;
	left :50px;
	height: 20px;
	width: 150px; 
	background-color: white;
	color: black;
	font-size: 0.8em;
	vertical-align: top;
	padding: 10px 20px 0px 20px;
	margin: 0px;
	position: absolute;
	overflow: hidden; 
	border: 1px #1A1A1A solid;
	}
	
.hotelName {
	background: transparent;
	width:838px;
	text-align:right;
	float:right;
	position: absolute;
	left:0px;
	top: 0px;
	height: 27px;
	vertical-align: top;
	}

.hotelNameText { height:25px; vertical-align: top; float: right;}
.hotelNameImage { float: right; padding-left: 5px; border-width: 0px; }
span.boldUnderline { text-decoration: underline; font-weight: 600; }

/* THAT ALL THATS USED IN VER2 SO FAR */

#theSite, #theImage, #theFlash {

height:600px;
left:50%;
margin-left:-467px;
margin-top:-300px;
position:absolute;
top:50%;
width:934px;
} /* or without overflow */


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

a:hover {color: #666; text-decoration: underline; }
	
/* link navigation for in cell [td] link items on the home page */
.homePageNavCell, .homePageNavCell a {
	background-color: #FDF5D9;
	color: #000000;
	font-size: 0.95em;
	vertical-align: middle;
	text-align: center;
	padding:0;
	margin:0;
	
	}
.homePageNavCell a:hover {
	color:#53171E;
	text-decoration:none;
}
	
	
/* content classes for in cell [td] items in 2x4 and 3x4 span elements */
	
.contentCell3x4 {
	height: 475px;
	/*	width: 100%;
	background-color: #cff;*/
	color: #333;
	font-size: 0.8em;
	vertical-align: top;
	padding: 10px 20px 0px 10px;

	margin: 0px;
	background-color: #FCF5D9;
	}

.contentFooter {
	padding: 0px 20px 10px 10px; 
	margin: 0px;
	height: 20px;
	font-size: 0.8em;
	background-color: #fcf5d9; 
	color:#333; 
	}
	
.contentFooter a {
color: #000; 

padding: 0px;
}
.contentFooter a:hover {
color: #4F181E; 
text-decoration:none;

}

.contentCellTitle {
	margin-bottom: 5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	position: relative;	
	line-height: 1em;

	}
	
#contentCellLinks {
	clear: both;
	float:left;
	position: relative;
	display: inline;
	line-height: 1.25em;
	vertical-align: middle;
	padding: 0;
	margin-bottom: 6px;
	}
	
#contentCellLinks a { line-height: 1.25em; }
	
#contentCellLinksActive, #contentCellLinksActive a {color: #000; font-weight: bold; }	

span.separator { padding: 0px 3px 0px 3px; }

p {
padding:0;
margin:0;
margin-top:13px;
}
ul {
margin:0;
padding:0;
}
.contentBlock {
	top: 0px;
	left: 0px;

	width: 100%;
	float: left;
	position: relative;
	font-weight: normal;
	font-size: 0.9em;
	}
	
.contentBlockHR {border-top: 1px solid #666; margin: 0.5em 0em 0.5em 0em; clear: both; line-height:0px;}

.rightAlign {text-align: right; width:100%; margin: 5px 0px 5px 0px; float: right; position: relative; padding:0;}

.leftAlign {text-align: left; width:100%; margin: 0px 0px 5px 0px; float: left; position: relative;}

.contentItemLeft {
	float:left; 
	position: relative;
	width:220px; 
	text-align:left; 
	font-weight: bold;
	}
	
.contentItemRight {
	float: right; 
	position: relative;
	width:80px; 
	text-align:right; 
	font-weight: bold;
	}
.awards_contents {
	clear:both; 
	float:left; 
	width:100%;
}
.contentAwardsLeft { 
/*	background-color: #fcf;*/
	float: left; 
	position: absolute;
	top: 75px;
	width: 95px; 
	height: 445px;
	border-right: 1px solid #666;
	text-align:left; 
	line-height: 15px;
	vertical-align: top;
	font-weight: normal;
	}
	
.contentAwardsRight {
/*	background-color: #ffc; */
	float: left; 
	position: absolute;
	padding: 0;
	top: 75px;
	left: 120px;
	width: 200px; 
	text-align: left; 
	line-height: 15px;
	vertical-align: top;
	font-weight: normal;
	}
	
.cheflist {
	margin-left: 0px;
	padding-left: 15px;
	margin-top:0px;
	}

.cheflist li {
	margin-left:0px;
	margin-bottom: 0px;
	}

#map {
	position:relative;
	background-image: url(../images/008/map.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:300px;
	margin-bottom:9px;

}

#maplink {
position:absolute;
background-color: white;
bottom:0px;
right:0px;
height: 1.25em;

}
