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

/***********************/
/*      CSS Reset      */
/***********************/

@font-face {
 font-family: 'FranklinGothicCaps-Cd-webfont';
 src: url('../fonts/FranklinGothicCaps-Cd-webfont.eot?') format('eot'), url('../fonts/FranklinGothicCaps-Cd-webfont.woff') format('woff'), url('../fonts/FranklinGothicCaps-Cd-webfont.ttf') format('truetype'), url('../fonts/FranklinGothicCaps-Cd-webfont.svg#filename') format('svg');
}
 @font-face {
 font-family: 'FranklinGothicCaps';
 src: url('../fonts/FranklinGothicCaps-MedCd-webfont.eot?') format('eot'), url('../fonts/FranklinGothicCaps-MedCd-webfont.woff') format('woff'), url('../fonts/FranklinGothicCaps-MedCd-webfont.ttf') format('truetype'), url('../fontsfonts/FranklinGothicCaps-MedCd-webfont.svg#filename') format('svg');
}
 @font-face {
 font-family: 'FranklinGothicBookIt';
 src: url('../fonts/FranklinGothic-BookIt-webfont.eot?') format('eot'), url('../fonts/FranklinGothic-BookIt-webfont.woff') format('woff'), url('../fonts/FranklinGothic-BookIt-webfont.ttf') format('truetype'), url('../fonts/FranklinGothic-BookIt-webfont.svg#filename') format('svg');
}
 @font-face {
 font-family: 'FranklinGothicBook';
 src: url('../fonts/FranklinGothic-Book-webfont.eot?') format('eot'), url('../fonts/FranklinGothic-Book-webfont.woff') format('woff'), url('../fonts/FranklinGothic-Book-webfont.ttf') format('truetype'), url('../fonts/FranklinGothic-Book-webfont.svg#filename') format('svg');
}
 @font-face {
 font-family: 'Tangerine';
 src: url('../fonts/Tangerine_Regular.ttf') format('truetype');
}
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family: 'FranklinGothicBook', Verdana, Geneva, sans-serif;
	color:#333;
	background-color:#CC9933;
	background-image:url(../images/template/back-pattern.jpg);
	background-repeat:repeat-x;
}
td {
	vertical-align:top;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
a {
	color:#663;
}
a:HOVER {
	color:#663;
}

p, td, li { font-size:14px; font-family: 'FranklinGothicBook', Verdana, Geneva, sans-serif;}

/***********************/
/* mast & Utility Navigation
/***********************/
#top-container {
	z-index:400;
	width:906px;
	padding:0;
	margin:0 auto;
	position:relative;
	height:400px;
	top:0;
}
#tipy-top {
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	width:906px;
	text-align:right;
}
#tipy-top ul {
}
#tipy-top li {
	display:inline;
	list-style:none;
	padding:0 10px;
	border-left:1px solid #333;
	font-family:"FranklinGothicCaps";
	color:#333;
	font-size:14px;
}
#tipy-top li.first {
	border:none;
}
#tipy-top li a {
	font-family:"FranklinGothicCaps";
	text-decoration:none;
	color:#333;
}
#Home-Slides {
	position:absolute;
	top:0;
	left:0;
	width:906px;
	margin:0 auto;
	height:400px;
}
div#Mast {
	width:907px;
	height:356px;
	margin:0 auto;
	padding-top:20px;
}
div#Mast1 {
	width:196px;
	height:356px;
	margin:0;
	padding:0;
	float:left;
	background-image:url(../images/template/back_subpageMast.jpg);
}
#Mast li {
	display:block;
	list-style:none;
	padding:4px 0;
	font:16px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#cc9;
}
#Mast li a {
	text-decoration:underline;
	color:#cc9;
}
#Mast li a:HOVER {
	color:#fff;
}


div#Mast2 {
	width:711px;
	height:356px;
	margin:0;
	padding:0;
	float:left;
}
/***********************/
/* Main Navigation
/***********************/

#NavContainer {
	padding:0;
	margin:0;
	height:34px;
}
#NavContainer ul {
	margin-top:16px;
}
#NavContainer li {
	display:inline;
	list-style:none;
	padding:0px 12px;
	border-left:1px solid #333;
	text-shadow: #ffffff 1px 1px 1px;
	font:16px "FranklinGothicBook", serif;
}
#NavContainer li.first {
	border:none;
}
#NavContainer li a {
	text-decoration:none;
	color:#000000;
}
#NavContainer li a:HOVER {
	color:#fff;
	text-shadow:none;
}
/***********************/
/* content structure 
/***********************/
#Bodycontainer {
	width: 906px;
	text-align: left;
	margin:0 auto;
	padding:0;
	padding:10px;
}
#border-top {
	margin:0;
	padding:0;
	background:url(../images/template/border-top.jpg);
	height:18px;
}
#borderContent {
	margin:0;
	padding:0;
	background-image:url(../images/template/border-body.jpg);
	background-repeat:repeat-y;
}
#border-bottom {
	margin:0;
	padding:0;
	background:url(../images/template/border-bottom.jpg);
	height:18px;
}
#Left {
	float:left;
	width:160px;
	border-right:1px solid #CCC;
	padding-right:10px;
	margin-right:20px;
}
#MainCol {
	float:left;
	width:490px;
	border-right:1px solid #CCC;
	padding-right:10px;
	margin-right:14px;
}
#MainCol2 {
	float:left;
	width:640px;
}
#Right {
	float:left;
	width:160px;
}
/***********************/
/* Main Content Area 
/***********************/

#MainContent {
	padding:0 20px;
}
#MainContent h1 {
	font-family: 'Tangerine', cursive;
	font-size: 48px;
	padding-top:26px;
	text-shadow: 4px 4px 4px #aaa;
}
#MainContent h1.top {
	padding-top:0;
}
#MainContent h2 {
	font-size:18px;
	font-family: 'FranklinGothicCaps-Cd-webfont', serif;
	padding:20px 0 8px 0;
	color:#663;
	text-transform:uppercase;
}
#MainContent h3 {
	font-size:16px;
	font-family: 'FranklinGothicCaps-Cd-webfont', serif;
	padding:20px 0 8px 0;
	color:#663;
}
#MainContent h4 {
	font-size:14px;
	font-family: 'FranklinGothicCaps', serif;
	margin:0;
	padding:0;
}
#MainContent h5 {
	font-size:16px;
	font-family: 'FranklinGothicCaps', serif;
	margin:0;
	padding:0;
}
#MainContent h6 {
	font-size:18px;
	font-family: 'FranklinGothicCaps', serif;
	margin:0;
	padding:0;
	color:#EDA501;
	line-height:18px;
}
#MainContent h6 a {
	color:#EDA501;
	text-decoration:none;
}
#MainContent p {
	margin-bottom:10px;
	line-height:20px;
}
#MainContent div.greyBox {
	background-color:#E4E4E4;
	padding:2px;
	width:150px;
}
#MainContent div.greyBoxInner {
	background-color:#E4E4E4;
	border:2px solid #FFFFFF;
	padding:8px;
	text-align:left;
}
#MainContent div.greyBoxInner p {
	font-size:14px;
	font-family: 'FranklinGothicBook', serif;
	padding-top:12px;
}

#MainContent ul {
	margin-left:20px;
}
#MainContent li {
	padding:3px 0;
	list-style:disc;
}


#Left p {
	margin-bottom:16px;
}
#Right p.quote {
	font-size:12px;
}
div.divider {
	height:1px;
	border-top:1px solid #CCC;
	margin:30px 10px;
}
/***********************/
/*  PAGES  border-bottom:1px solid #B3914B; */
/***********************/


.roomTable {
	border-top:1px solid #663;
}
.roomTable td {
	padding:4px;
	margin:8px 8px;
	line-height:16px;
}
.roomtitle {
	font-size:15px;
	font-family: "FranklinGothicCaps", sans-serif;
	text-transform:uppercase;
	color:#996;
}
.rooms li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.rooms li img {
	padding:8px;
	cursor: pointer;
}

.picbox {
	float:right;
	margin:0 0 0 30px;
	width:180px;
}
.picbox p {
	font-size:10px;
	font-style:italic;
	line-height:16px;
}





/***********************/
/*  FOOTER */
/***********************/



#FooterNav {
	padding:0;
	margin:0;
	text-align:center;
}
#FooterNav ul {
	margin-top:15px;
}
#FooterNav li {
	display:inline;
	list-style:none;
	padding:0 10px;
	border-left:1px solid #663;
}
#FooterNav li.first {
	border:none;
}
#FooterNav li a {
	font:11px "FranklinGothicBook", Times, serif;
	text-decoration:none;
	color:#663;
}
#FooterAddress {
	text-align:center;
}
#FooterAddress ul {
	margin-top:15px;
}
#FooterAddress li {
	display:inline;
	list-style:none;
	padding:0 6px;
	font:12px "FranklinGothicBook", Times, serif;
	text-decoration:none;
	color:#663;
}
#FooterAddress li a {
	font:12px "FranklinGothicBook", Times, serif;
	text-decoration:none;
	color:#663;
}
#FooterAddress li a:HOVER {
	text-decoration:underline;
}
/***********************/
/*  FORM 
/***********************/

/*----------- Utility Styles -------------*/
.clear {
	float: none !important;		/* Remove any inherited floats */
	display: block !important;	/* Make sure our element is a block-level element */
	clear: both !important;		/* Make sure it clears on both sides */
	margin: 0 !important;		/* Remove all margins that would make it visible */
	border: 0 !important;		/* Remove all borders that would make it visible */
	padding: 0 !important;		/* Remove all padding that would make it visible */
	height: 0.1px !important;	/* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */
	line-height: 0 !important;	/* Set the line-height to 0 so it isn't visible */
	font-size: 0 !important;	/* Set the font-size to 0 so it isn't visible */
}
/* -- */

