/*************************
	Global Settings
**************************/
html,body			{color: #1d1b1b; font: 12px/20px 'Trebuchet MS'; background: #2c2b2b url(../images/bg.gif) repeat top left; height: 100%; margin: 0; padding: 0;}
td,th,p				{color: #1d1b1b; font: 12px/20px 'Trebuchet MS';}

a:link				{color: #1d1b1b; text-decoration: underline;}
a:visited			{color: #1d1b1b; text-decoration: underline;}
a:active, a:hover	{color: #1d1b1b; text-decoration: none;}

.clear-both			{clear: both; font-size: 0; width: 0; height: 0; line-height: 0;}



/*************************
	Page Layout
**************************/
div#container, div#container_grey {
		width: 100%;
		margin: auto;
		position: relative;
		height: auto !important;
		height: 100%;
		min-width: 900px;
		min-height: 100%;
		background: url(../images/bg_content.png) repeat-y top center;
	}
div#container_grey {
		background: url(../images/bg_content_gry.png) repeat-y top center;
	}
	
div#base-body {
		width: 100%;
		text-align: left;
	}
div#base-foot {
		width: 100%;
		position: absolute;
		bottom: 0;
		height: 75px;
		z-index: 5;
	}

	/**********/

div#base-body:after,
div#base-foot:after {
		content: "";
		display: block;
		clear: both;
	}


/*************************
	Footer
**************************/
div#footer {
		width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	
div#footer-image {
		width: 700px;
		height: 22px;
		margin: 0 0 0 200px;
		padding: 8px 0 0 0;
		background: url(../images/bg_footer.gif) no-repeat top left;
		text-align: center;
	}
	
div#footer-imagenew {
		width: 900px;
		height: 22px;
		margin: 0;
		padding: 8px 0 0 0;
		background: url(../images/bg_footernew.gif) repeat-x top left;
		text-align: center;
	}

/*************************
	Footer Reservations
**************************/
div#reservations {
		width: 900px;
		margin: 0 auto;
		padding: 0;
		text-align: right;
	}
	
/*************************
	Content
**************************/
div#content {
		position: relative;
		width: 900px;
		margin: 0 auto;
		padding-bottom: 70px;
	}
	
div#content-left {
		float: left;
		width: 200px;
		margin: 0 auto;
	}
	
div#content-right {
		float: right;
		width: 700px;
		margin: 0 auto;
	}
	
div#content-image {
		position: absolute;
		top: 52px;
		margin: 0;
		padding: 0;
		z-index: 1;
	}
	
div#content-header, div#content-subheader  {
		position: absolute;
		top: 252px;
		width: 670px;
		height: 25px;
		padding: 7px 0 0 30px;
		background: url(../images/bg_hd.gif) no-repeat top left;
		letter-spacing: 1px;
		
	}
div#content-subheader {
		top: 282px;
		width: 670px;
		height: 25px;
		padding: 5px 0 0 30px;
		background: url(../images/bg_subhd.gif) no-repeat top left;
	} 
	
div#content-text {
		padding-top: 280px;
		width: 700px;
	}
	
div#text {
		margin: 0;
		padding: 25px 30px 0 30px;
	}
	
div#subtext {
		margin: 0;
		padding: 45px 30px 0 30px;
	}
	
div#logo {
		margin: 52px 0 0 0;
		padding: 0;
	}
	
div#reservation {
		margin: 20px 20px;
		padding: 0;
		text-align: center;
		font: 11px/16px 'Trebuchet MS';
		color: #96acb0;
	}
	
div#facebook_twitter {
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #686868;
}
	
div#newsletter {
		margin: 30px 30px 0 30px;
		padding: 0;
		text-align: center;
		font: 11px/16px 'Trebuchet MS';
		color: #96acb0;
	}
	
div#footer-nav {
		margin: 0 auto;
		padding: 0;
		width: 900px;
		height: 45px;
	}
div#footnav {
		margin: 0 30px;
		padding: 0;
		text-align: right;
	}
	
div#quotetext {
		font: 11px/11px 'Trebuchet MS';
		color: #ffffff;
		letter-spacing: 0;
		padding: 2px 0 0 0;
	}

/* basic elements */
h1, .h1 {
	margin: 0;
	padding: 0;
	font: bold 14px/16px 'Trebuchet MS';
	text-transform: uppercase;
	}
h2, .h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font: bold 12px/16px 'Trebuchet MS';
	color: #7e1512;
	}
h3, .h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font: italic 12px/16px 'Trebuchet MS';
	color: #5c5e60;
	}
h4, .h4 {
	margin: 0;
	padding: 0 0 8px 0;
	font: italic 11px/14px 'Trebuchet MS';
	color: #5c5e60;
	}

ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 2px 0 0 20px;
	list-style: none;
	background: url(../images/bullet_reddot.gif) no-repeat center left;
}

/* media classes */
.btn_image {
	float: left;
	width: 250px;
	text-align: left;
}
.media_text {
	float: left;
	width: 350px;
	padding-left: 30px;
}
.media_element {
	padding-top: 20px;
}
.media_button {
	margin: 5px 0 0 0;
	padding: 5px 10px;
	width: 100px;
	background: #99251a;
	border: solid 4px #343030;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	line-height: 12px;
	}

.media_button2 {
	float: right;
	margin: 2px 0 0 0;
	padding: 5px 10px;
	width: 100px;
	background: #99251a;
	border: solid 4px #343030;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	line-height: 12px;
	}

/* gift certificates classes */
#gift_certificates {
	background: #272424;
	border: solid 5px #99251a;
	padding: 20px;
	color: #ffffff;
	text-align: center;
}

#gift_certificates a:link, #gift_certificates a:visited {color: #ffffff; font-style: normal; text-decoration: underline;}
#gift_certificates a:active, #gift_certificates a:hover {color: #ffffff; font-style: normal; text-decoration: none;}

#gift_certificates .noline:link, #gift_certificates .noline:visited {text-decoration: none;}
#gift_certificates .noline:active, #gift_certificates .noline:hover {text-decoration: underline;}

/* locations classes */
#list1 ul, #list2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#list1 li, #list2 li,
#list1 li.none, #list2 li.none {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
	background: none;
}
#list1 li.selected, #list2 li.selected {
	margin: 0;
	padding: 1px 0 0 12px;
	list-style: none;
	font-style: italic;
	background: url(../images/bullet_redarrow.gif) no-repeat center left;
}

#location01, 
#location02,
#location03,
#location04,
#location05,
#location06,
#location07,
#location08,
#location09,
#location10,
#location11, 
#location12,
#location13,
#location14,
#location15,
#location16,
#location17,
#location18,
#location19,
#location20,
#location21, 
#location22,
#location23 {
	position: absolute;
	width: 700px;
	top: 0;
	left: 0;
	z-index: 2;
	}
.location_image { 
	float: left;
	}
.location_copy { 
	float: left; 
	width: 500px; 
	height: 200px; 
	background: #ffffff; 
	line-height: 16px;
	background: url(../images/bg_content_blu.gif) repeat-y top left;
	}
.location_text { 
	padding: 20px 20px 0 20px;
	font: 11px/14px 'Trebuchet MS';
	}
.location_url { 
	position: absolute; 
	bottom: 0; 
	padding: 0 20px 10px 20px;
	font: 10px/12px 'Trebuchet MS';
	color: #5c5e60;
	}
.location_map { 
	text-align: right;
	padding: 3px 20px 0 0;
	font: 11px/14px 'Trebuchet MS';
	color: #5c5e60;
	}

/* directions classes */
#direction01, 
#direction02,
#direction03,
#direction04,
#direction05,
#direction06,
#direction07 {
	position: absolute;
	width: 350px;
	top: 0;
	left: 0;
	z-index: 2;
	}
#direction01a, 
#direction02a,
#direction03a,
#direction04a,
#direction05a,
#direction06a,
#direction07a {
	position: absolute;
	width: 350px;
	top: 0;
	left: 0;
	z-index: 2;
	}
.direction_copy { 
	float: left; 
	width: 350px; 
	height: 200px; 
	background: url(../images/bg_content_blu.gif) repeat-y top left;
	}
.direction_text { 
	padding: 20px 30px 0 30px;
	font: 12px/17px 'Trebuchet MS';
	}

/* rooms classes */
#photogallery, 
#floorplans,
#decor,
#virtualtour,
#menusnav {
	position: absolute;
	margin: 0; 
	padding-left: 1px; 
	width: 204px;
	height: 300px;
	/*top: 307px;*/
	top: 282px;
	right: 0;
	z-index: 2;
	background: url(../images/bg_roomdivider.gif) no-repeat top left;
	}
	
#menusnav {
	background: url(../images/bg_menudivider.gif) no-repeat top left;
	}
	
/* packages classes */
#packages {
	margin: 0;
	padding: 0;
	width: 638px;
}

#packages ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#packages ul li {
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	list-style: square;
	background: none;
}
#packages ul ul {
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	list-style: none;
	color: #79a6b5;
}
#packages li li {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: circle;
	background: none;
}
#packages h1, #packages .h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 20px/24px 'Trebuchet MS';
	text-transform: uppercase;
	color: #79a6b5;
	}
	
#packages .h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 13px/20px 'Trebuchet MS';
	color: #7e1512;
	}
	
#packages .hrdash {width: 100%; margin: 15px 0px; border-bottom: solid 5px #7e1512;}

#packages a:link, #packages a:visited {color: #1d1b1b; font: 13px/20px Times; font-style: italic; text-decoration: none;}
#packages a:active, #packages a:hover {color: #1d1b1b; font: 13px/20px Times; font-style: italic; text-decoration: underline;}
	
/*************************
	For INTRO
**************************/
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	height: 100%;
	width: 100%;
	min-width: 960px;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry_container { 
	 position: absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     height: 300px;
     margin-top: -150px; /* half of the height */
     margin-left: -350px; /* half of the width */
	}
	
#sorry {
	margin: 0;
	padding: 50px;
	background: #ffffff;
}
/*************************
	For INTRO
**************************/



#flashcontent1 {
	height: 200px;
}

/* amenities and gallery flash */
#flashcontent2 {
	/*height: 555px;*/
	height: 585px;
}

/* homepage gift certificates banner flash */
#flashcontent3 {
	height: 60px;
	width: 295px;
}

/* basic classes */
.red {color: #7e1512;}
.grey {color: #5c5e60;}
.green {color: #96acb0;}
.white {color: #ffffff;}
.blue {color: #79a6b5;}
.black {color: #000000;}

.hrdash {width: 100%; margin: 15px 0px; border-bottom: dashed 1px #D5D5D5;}
.hrdash_blue {width: 100%; margin: 15px 0px; border-bottom: dashed 1px #79a6b5;}

.small { font: 11px/16px 'Trebuchet MS'; text-decoration: none;}

.greyitalic { font-style: italic; color: #5c5e60;}

.noline:link {text-decoration: none; font-style: inherit;}
.noline:visited {text-decoration: none; font-style: inherit;}
.noline:active, .noline:hover {text-decoration: underline; font-style: inherit;}

.whitelink:link {text-decoration: none; color: #ffffff;}
.whitelink:visited {text-decoration: none; color: #ffffff;}
.whitelink:active, .whitelink:hover {text-decoration: underline; color: #ffffff;}

.redlink:link {text-decoration: underline; color: #7e1512;}
.redlink:visited {text-decoration: underline; color: #7e1512;}
.redlink:active, .redlink:hover {text-decoration: none; color: #7e1512;}

.subpage:link {text-decoration: none; color: #5c5e60;}
.subpage:visited {text-decoration: none; color: #5c5e60;}
.subpage:active, .subpage:hover {text-decoration: underline; color: #5c5e60;}

.sublinks:link {text-decoration: none; color: #7e1512; background: url(../images/bullet_redarrow.gif) no-repeat center left; padding: 2px 0 0 12px; font-style: italic;}
.sublinks:visited {text-decoration: none; color: #7e1512; background: url(../images/bullet_redarrow.gif) no-repeat center left; padding: 0 0 0 12px; font-style: italic;}
.sublinks:active, .sublinks:hover {text-decoration: underline; color: #7e1512; background: url(../images/bullet_redarrow.gif) no-repeat center left; padding: 0 0 0 12px; font-style: italic;}

.sublinksblk:link {text-decoration: none; color: #000000; background: url(../images/bullet_blkarrow.gif) no-repeat center left; padding: 2px 0 0 12px; font-style: italic;}
.sublinksblk:visited {text-decoration: none; color: #000000; background: url(../images/bullet_blkarrow.gif) no-repeat center left; padding: 0 0 0 12px; font-style: italic;}
.sublinksblk:active, .sublinksblk:hover {text-decoration: underline; color: #000000; background: url(../images/bullet_blkarrow.gif) no-repeat center left; padding: 0 0 0 12px; font-style: italic;}

.button {margin: 0; padding: 5px 10px; width: 100px; background: #99251a; border: solid 4px #343030; font-size: 11px; color: #ffffff; text-align: center; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; line-height: 12px;}


.req { color: #7e1512;}
input, select, textarea { font: 11px/16px 'Trebuchet MS'; color: #1d1b1b; border: solid 1px #7e1512; background: #ffffff; padding: 3px 5px;}
input.none, select.none, textarea.none { border: none; background: #ffffff;}

input:focus, select:focus, textarea:focus { background: #ffffff; border: solid 1px #1d1b1b;}

.note { font-family: Arial; font-size: 10px; line-height: 12px; font-style: italic; color: #686868;}


.footer_Add, .footer_email { font: 12px/14px 'Trebuchet MS'; color: #ffffff;} 
.footer_email a:link { font: 12px/14px 'Trebuchet MS'; color: #ffffff; text-decoration: none;}
.footer_email a:visited { font: 12px/14px 'Trebuchet MS'; color: #ffffff; text-decoration: none;}
.footer_email a:active, .footer_email a:hover { font: 12px/14px 'Trebuchet MS'; color: #7e1512; text-decoration: underline;}