@charset "utf-8";

/* CSS RESET */

body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* END CSS RESET */

body {
	background-color:#562B1C;
	margin:0px;
}

#bodyWrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#bodyWrapper strong {
	font-weight:bold;
}

#headerWrapper {
}

#navWrapper {
}

#nav {
	padding-top: 5px;
	padding-bottom:12px;
	background-color:#E1EBF9;
	text-align: center;
	color:#59372b;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#nav a {
		color:#59372b;
		text-decoration:none;
		}
		
		#nav a:hover {
		color:#2162c2;
		text-decoration:none;
		}


#nav a.loaded {color: #2162c2;}

#contentWrapper {
	padding:20px 40px 30px 40px;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.4;
}

#contentWrapper strong {
	font-weight:bold;
}

#contentWrapper p {
	margin-top:8px;
}

#contentWrapper .home_top {
	font-size:14px
}

.terms {
	font-size:11px;
}

#contentWrapper h1 {
	font-size:34px;
	color:#2c70d6;
	line-height:1.1;
	margin:10px 0 10px 0;
}

#contentWrapper h1 .home {
	font-size:34px;
	color:#2c70d6;
	line-height:1.1;
	margin:25px 0 10px 0;
}

#contentWrapper h2 {
	font-size:24px;
	color:#000000;
	line-height:1.1;
	margin:10px 0 10px 0;
}

#contentWrapper h3 {
	font-size:14px;
	color:#000000;
	line-height:1.1;
	margin:10px 0 10px 0;
}

#contentWrapper h4 {
	font-size:14px;
	color:#2c70d6;
	line-height:1.3;
	margin:10px 0 10px 0;
}

#footerWrapper {
	margin:10px 0 30px 0;
	text-align:center
}

#footerWrapper .nav {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}

#footerWrapper .nav a {
	color:#FFF;
	text-decoration:underline;
}

#footerWrapper .nav a:hover {
	color:#FFF;
	text-decoration:none;
}

#footerWrapper .address {
	margin:5px 0 5px 0;
	font-size:12px;
	color:#ffffbd;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footerWrapper .mannix {
	margin:5px 0 5px 0;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#footerWrapper .mannix a {
	color:#ffffff;
}

#footerWrapper .mannix a:hover {
	text-decoration:none;
}

.resort_cta {
	background-image:url(../images/resort_cta_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
	height:163px;
}

.rooms_cta {
	background-image:url(../images/rooms_cta_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
	height:163px;
}

#cta img {
	margin-right:10px;
}

#cta .header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#532719;
	font-weight:bold;
}

#cta .subheader {
	color:#af360c;
	margin-top:8px;
}

#cta p {
	margin-top:8px;
}

#cta a {
	color:#1553b0;
	text-decoration:none
}

#cta a:hover {
	color:#1553b0;
	text-decoration:underline;
}

.homeWrapper {
	padding:10px 0 20px 0;
}

.sig {
	text-align:right;
	margin:0px;
	font-style:italic;
}

#contentWrapper a {
	color:#1553b0;
	font-weight:bold;
	text-decoration:none;
}

#contentWrapper a:hover {
	text-decoration:underline;
}

ul {
	margin-left:30px;
}

.list ul li {
	list-style-type:square;
}

.image {
	border:1px #000 solid;
	margin:6px;
}

.room {
	border:1px #000 solid;

}

.roomtable {
	margin:0 0 10px 12px;
}

.roomtable td{
	padding:2px;
}

.clear {
	clear:both;
}

.activities_table {
	background-color:#FDFAE7;
	width:275px;
	margin:0 0 0 12px;
}

.keytable {
	padding:12px;
}

.activities_table td {
	padding:10px;
}

.keypadding {
	padding-top:20px;
	line-height:1.5;
}

.slideshow {
	height: 240px; 
	width: 320px; 
	margin: auto;
	float:right;
	margin:8px;
	border:1px #000 solid;
}

.slideshow img {
	padding: 0px; border: 0px;
}

