html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET */
body {
	color: #444;
	font: normal 12px arial;
	/*background: #fbeafb url('/images/blue_gradient.png') repeat-x;*/
	line-height: 160%;
}
p {
	padding: 0 0 16px 0;
}
h1 {
	font-size: 16px;
	padding: 0 0 16px 0;
}
h2 {
	color: #000;
    font: normal 16px 'Trebuchet MS',arial,helvetica;
    line-height: 160%;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin-bottom: 5px;
}
a {
	color: #739DC7;
}
a:hover, a:active {
	color: #009acd;
}
label {
	color: #666;
}
#wrapper {
	background: white;
	margin: 0 auto;
	width: 898px;
	border: 1px solid #E9E6DA;
	padding: 25px 50px 0 50px;
	position: relative;
}
#header {
	margin-bottom: 20px;
}
.topnav {
	/*background:#f3f2f3;*/
	width: 896px;
	border-top: 1px solid #d9d8d9;
	border-bottom: 1px solid #d9d8d9;
	overflow: hidden;
	margin: 0;
}

.topnav ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
}
.topnav li {
	display: inline;
	margin: 0;
}
.topnav li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 12px;
}
.topnav li a:visited {
}
.topnav li a:hover, .topnav li.selected a{
	background: #a79d97;
	color: #fff;
}
#slidecontainer {
	float: right;
	width: 570px;
	height: 300px;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
}
#topnews {
	float: left;
	width: 280px;
   color: #666;
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 12px;
   line-height: 165%;
}
#topnews h2 {
    font: normal 16px 'Trebuchet MS',arial,helvetica;
    line-height: 160%;
	background: url("images/leftarrow.png") no-repeat scroll right top transparent;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin-bottom: 5px;
}
#topnews a {
	color: #000;
	border-bottom: none;
	text-decoration: none;
}
#topnews p {
	margin: 0;
	padding: 0 0 10px 0;
}
#frontbanner_top {
	background: url('/images/front_top.gif') no-repeat top left;
	width: 898px;
	height: 5px;
	margin-top: 20px;
}
#frontbanner_bottom {
	background: url('/images/front_bottom.gif') no-repeat top left;
	width: 898px;
	height: 5px;
}
#frontbanner {
	padding: 20px;
	margin: 0;
	width: 858px;
	background: black;
	background: #739dc7;
	color: white;
}
#frontbanner a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
#frontbanner h2 {
    color: #fff;
    font: normal 25px 'Trebuchet MS',arial,helvetica;
    text-transform: uppercase;
}
#frontleft {
	float: left;
	width: 510px;
}
#frontright {
    border-left: 1px dotted #fff;
    float: right;
    margin: 0 0 0 20px;
    padding-left: 25px;
    width: 300px;
}
#startcontent {
    clear: both;
    float: left;
    width: 590px;
}
#news_specials {
	color: #000;
    font: normal 16px 'Trebuchet MS',arial,helvetica;
    line-height: 160%;
	background: url("images/leftarrow.png") no-repeat scroll left top transparent;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0 20px;
	margin: 20px 0 10px 0;
}
.newsitem {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 275px;
	font: normal 12px arial !important;
	color: #666;
	line-height: 165% !important;
}
.newsitem h2 {
    color: #000;
    font: normal 18px 'Trebuchet MS',arial,helvetica !important;
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
}
a.more-link {
    background: url("/images/leftarrow.png") no-repeat scroll left top transparent;
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    text-decoration: none;
}
#rightcol_outer {
	float:right;
	width: 300px;
	background: url("/images/rightcoltop.gif") no-repeat top;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
}
#rightcol_outer img {
	margin: 0;
	padding: 0;
}
#rightcol {
	width: 250px;
	background: #eaeaea url("/images/rightcolbottom.gif") no-repeat bottom;
	padding: 25px;
	margin: 0;
}
#rightcol h2 {
	border-bottom: 1px dotted #666;
    color: #990000;
    font: normal 16px 'Trebuchet MS',arial,helvetica;
    line-height: 160%;
    text-transform: none;
	padding: 0;
	margin: 0 0 15px 0;
}
.active {
	background: #739DC7;
	color: #fff;	
}
#logo {
	float:left;
}
#gold_crown {
	float: right;
}
#contact {
	position: absolute;
	top: 70px;
	right: 0px;
	font: normal 12px arial;
	width: 500px;
	color: #666;
}
#contact a {
	text-decoration: none;
}
#start_main {
	float: left;
	width: 510px;
	padding-right: 20px;
	line-height: 150%;
	margin-top: 16px;
}
#slideshow { 
	margin: 0;
	width: 898px; 
	height: 263px; 
}
#slideshow img { 
	width: 898px; 
	height: 263px;
}
#start_main h3 {
	font: italic 13px georgia;
	margin-bottom: 9px;
}
#start_side {
	float: left;
	width: 368px;
	margin-top: 16px;
}
#main {
	margin-top: 20px;
	width: 560px;
	float: left;
	line-height: 180%;
}
#main label {
	margin-bottom: 10px;
}
#main ul {
	padding-bottom: 14px;
}
#side {
	margin-top: 20px;
	width: 298px;
	float: right;
}
#side li {
	display: block;
	background: url('images/ibullet.png') left center no-repeat;
	height: 18px;
	padding: 8px 0 6px 15px;
	border-bottom: 1px solid #d9d8d9;
}
#side a:link, #side a:visited {
	text-decoration: none;
}
#side li a:hover, #side li.selected a{
	font-weight: bold;
	color: #4F3B30;
}
#footer {
	width: 100%;
	background: url('images/footer_border.gif') repeat-x;
	padding: 10px 0 0 0;
	font: normal 11px tahoma;
	padding-bottom: 20px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
}
.resort {
	width: 184px;
	float: left;
}
/*.resort img {
	background: url('images/img_bg.gif') no-repeat;
}*/
.picframe {
	background: url('images/img_bg.gif') no-repeat;
}
.resort h3 {
	font: bold italic 14px georgia;
	padding-left: 20px;
	margin-bottom: 8px;
}
.clear { clear: both; }
.pink {
	color: #be5593;
}
.green {
	color: #00a651;
}
.leftpad {
	padding-left: 22px;
	background: none;
}
.centered {
	width: 100%;
    text-align:center;
}
.resort_images img {
	padding:3px; 
	border: 1px solid #ccc; 
	margin-bottom: 7px;
}
#faq h2 {
	color: #0053a0;
}
#faq h3 {
	margin-bottom: 10px;
}
#faq a:link, #faq a:visited {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.styledform input, .styledform textarea {
	width: 300px;
}
.contactbox {
	padding: 10px 0 0 0;
	background:#f3f2f3;
	width: 100%;
	border: 1px solid #d9d8d9;
	margin: 11px 0;
	text-align: center;
}
.spacylist li {
	margin-bottom: 18px;
	background: url('images/sun.png') left 5px no-repeat;
	padding-left: 20px;
}
.notice {
	text-align:center; 
	border: 1px dotted #807C73; 
	width: 250px; 
	margin: 0 auto; 
	padding: 4px; 
	margin-bottom: 8px;
}
.notice a:link, .notice a:visited {
	text-decoration: none; 
	font: normal 12px georgia;
}
.styledlist li {
	margin-bottom: 5px;
	background: url('images/sun.png') left 5px no-repeat;
	padding-left: 20px;
}
#startnews ul {
	padding-bottom: 12px;
}
#startnews li {
	background: url('images/bullet.png') no-repeat left 13px;
	/*background: url('images/circle.gif') no-repeat left 13px;*/
	border-bottom: 1px dotted #BDE5E8;
	padding: 8px 0 8px 16px;
}
#startnews a:link, #startnews a:visited {
	text-decoration: none;
}
.newsitem ul {
	padding-bottom: 12px;
}
.newsitem li {
	background: url('images/bullet.png') no-repeat left 13px;
	/*background: url('images/circle.gif') no-repeat left 13px;*/
	border-bottom: 1px dotted #BDE5E8;
	padding: 8px 0 8px 16px;
}
.newsitem a:link, .newsitem a:visited {
	text-decoration: none;
}
#promo {
	color: #333;
	padding: 20px 0;
	line-height: 180%;
}
#promo h1 {
	font: bold 24px arial; 
	margin-top: 22px; 
	color: #0053a0;
}
#promo p {
	padding-bottom: 10px;
	margin: 0;
}
#promo ul {
	padding-left: 50px;
	margin: 15px 0;
}
#promo li {
	padding-bottom: 8px;
}
.member_alt {
	margin: 20px 0;
	padding: 20px;
	background: #1a1a1a;
}
.foo {
	width: 368px;
}
#terms {
	border: 1px solid #E9E6DA;
	padding: 25px;
	margin-bottom: 20px;
}

