BODY {
	margin: 0px;
	background: #FFFFFF url(../bkg/wave_clouds.jpg) repeat-x top;
}

BODY {
	color: #37342C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	position: relative;
	width: 980px;
	margin: 0px auto;
}

#hdr {
	width: 100%;
	margin: 0px 0px 10px 0px;
	background: url(../hdr/hdr_bkg.jpg) no-repeat top;
}

#topnav {
	padding: 0px 10px 0px 15px;
	height: 29px;
}

#topnav UL {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style-type: none;
	float: right;
}

#topnav LI {
	float: left;
	margin: 0px;
	padding: 0px 18px 0px 0px;
	background: url(../btn/tn_btn_spacer.gif) no-repeat top right;
}

#topnav LI.last {
	padding: 0px;
}


div#tophdg {
	color: #706959;
	font-weight: bold;
	line-height: 25px;
}

#logo {
	width: 224px;
	vertical-align: top;
	padding-top: 17px;
}

#globalnav {
	width: 291px;
	height: 167px;
	background: url(../hdr/globalnav_bkg.jpg) no-repeat top;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}

#globalnav UL {
	margin: 7px 7px 0px 7px;
	padding: 0px;
	height: 138px;
	list-style-type: none;
}

#globalnav LI {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}

#globalnav LI a,
#globalnav LI a:link,
#globalnav LI a:visited {
	display: block;
	height: 16px;
	margin: 0px;
	padding: 2px 0px 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}

#globalnav LI a:active,
#globalnav LI a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn_o.gif);
}

.resorts_section LI#gn1 a:link,
.resorts_section LI#gn1 a:visited,
LI#gn1 a:active,
LI#gn1 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn_o.gif);
}

.communities_section LI#gn2 a:link,
.communities_section LI#gn2 a:visited,
LI#gn2 a:active,
LI#gn2 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn2_o.gif);
}

.pmodels_section LI#gn3 a:link,
.pmodels_section LI#gn3 a:visited,
LI#gn3 a:active,
LI#gn3 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn3_o.gif);
}

.mhomes_section LI#gn4 a:link,
.mhomes_section LI#gn4 a:visited,
LI#gn4 a:active,
LI#gn4 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn4_o.gif);
}

.rentals_section LI#gn5 a:link,
.rentals_section LI#gn5 a:visited,
LI#gn5 a:active,
LI#gn5 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn5_o.gif);
}

.offers_section LI#gn6 a:link,
.offers_section LI#gn6 a:visited,
LI#gn6 a:active,
LI#gn6 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn6_o.gif);
}

.about_section LI#gn7 a:link,
.about_section LI#gn7 a:visited,
LI#gn7 a:active,
LI#gn7 a:hover {
	color: #FFECCC;
	background-image: url(../btn/gn_btn7_o.gif);
}

#home_link {
	text-align: right;
}

.home #home_link {
	display: none;
}

#quick_search {
	padding: 4px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
}

#quick_reserve {
	height: 37px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	background: url(../hdr/quick_reserve_bkg.gif) no-repeat top right;
}

#quick_reserve SELECT {
	font-size: 11px;
}

/*subset styles for non-home page to account for larger select box*/
#quick_reserve_back {
	height: 77px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	background: url(../hdr/quick_reserve_bkg.gif) no-repeat top right;
}

#quick_reserve_back SELECT {
	font-size: 11px;
}


.home #quick_search_flash {
	display: none;
}

.home #quick_reserve {
	padding-top: 15px;
	background: none;
}


/* sub nav links */

.subnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.subnav LI {
	display: inline;
	margin: 0px 4px;
	font-weight: bold;
}


/* modules */

.module,
.module_head,
.module_head h3,
.module_body {
	background: transparent url(../bkg/module.gif) no-repeat bottom right;
}

.module {
	/* width: 335px !important; intended total box width - padding-right(next) */
	/* width: 320px; IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px 0px 10px 0px; /* use to position the box */
	position: relative;
}

.module_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 20px; /* right-image-gap + right-inside padding */
}

.module_head h3 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 17px 0px 12px 20px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #50357C;
	overflow: hidden;
}

.module_head.resort_title, .module_head.resort_title h3 {
	background-image: url(../bkg/module_resort_title.gif);
}

.module_head.resort_title h3 {
	height: 81px !important;
	overflow: hidden;
}

.module_body {
	background-position: bottom left;
	margin-right: 5px; /* interior-padding right */
	padding: 10px 0px 15px 20px; /* mirror .cssbox_head right/left */
}

.module.full {
	width: 980px;
	padding: 0px 0px 16px 0px;
	background: transparent url(../bkg/module_btm.gif) no-repeat bottom;
}

.module.full .module_head {
	margin: 0px;
	padding: 0px;
	background: transparent url(../bkg/module_head.gif) no-repeat top;
	height: 1%;
}

.module.full .module_head h3 {
	height: 16px;
	padding: 17px 20px 12px 20px;
	background: none;
}

.module.full .module_body {
	width: 940px;
	padding: 10px 20px 0px 20px;
	background: transparent url(../bkg/module_body.gif) repeat-y left;
}

/* Hides from IE-mac \*/
* html .module {height: 1%;}
/* End hide from IE-mac */

.search_results .module a IMG {
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.photos {
	background-image: url(../bkg/module_head_photos.gif);
}

.photos h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0px 0px 20px;
	height: 60px;
	line-height: 60px;
	background-image: url(../bkg/module_head_photos.gif);
}


/* boxes */

.box,
.box_head,
.box_head h3,
.box_body {
	background: transparent url(../bkg/box.gif) no-repeat bottom right;
}

.box {
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px 0px 10px 0px; /* use to position the box */
	position: relative;
}

.box_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 20px; /* right-image-gap + right-inside padding */
}

.box_head h3 {
	background-position: top left;
	margin: 0px; /* reset main site styles*/
	border: 0px; /* ditto */
	padding: 15px 0px 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #50357C;
}

.box_body {
	background-position: bottom left;
	margin-right: 0px; /* interior-padding right */
	padding: 0px 0px 15px 15px; /* mirror .cssbox_head right/left */
}

/* resort gallery */

.module.gallery,
.module.gallery .module_head,
.module.gallery .module_head h3,
.module.gallery .module_body {
	background-image: url(../bkg/module_gray.gif);
}

.module.gallery .module_head h3 {
	padding: 8px 0px 5px 20px;
}

.module.gallery .module_body {
	padding-bottom: 45px;
}

.gallery .paging {
	margin: 0px auto 10px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-size: 11px;
}

.gallery .paging LI {
	display: inline;
	margin: 0px;
	padding: 0px 3px;
}

.gallery .paging SPAN {
	color: #A9A9A9;
}

.gallery UL.thumbs {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	list-style: none;
}

.gallery UL.thumbs A,
.gallery UL.thumbs LI {
	float: left;
}

.gallery UL.thumbs LI {
	margin: 0px;
	padding: 6px;
}

.gallery .buttons {
	position: absolute;
	bottom: 3px;
	width: 370px;
}

.banner {
	position: relative;
	height: 18px;
}

	.banner img {
		position: absolute;
		top: -8px;
		right: -2px;
	}


/* home page elements */

#marketing-btns {
	position: absolute;
	top: 165px;
	right: 0px;
	float: right;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
}

#marketing-btns.backpage {
	top: 201px;
}

#marketing-btns LI {
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

#marketing-btns LI.advert {
	width: 255px;
	margin: 20px 7px 0 0;
}

#marketing-btns li.advert a {
	display: block;
	width: 231px;
	height: 41px;
	padding: 5px 12px;
	background: url(../bkg/advert.png) no-repeat left top !important;
}

#marketing-btns li.advert img {
	display: block;
}

#home_main {
	width: 100%;
	margin-bottom: 14px;
	background: url(../bkg/home_main.jpg) no-repeat top left;
}

#home_flash {
	padding: 8px;
	width: 346px;
}

#home_text {
	position: relative;
	padding: 16px 16px 8px 8px;
	width: 327px;
	vertical-align: top;
	/*font-weight: bold;*/
	font-size: 11px;
	color: #37342C;
}

#home_text DIV.content {
	height: 220px;
	overflow: auto;
}

#learnmore {
	text-align: center;
	vertical-align: bottom;
	padding: 0px 8px 8px 0px;
}

#home_maplinks {
	width: 241px;
	padding: 8px;
	text-align: center;
	vertical-align: bottom;
	background: url(../bkg/home_maplinks.jpg) no-repeat top;
}

#home_features {
	width: 100%;
}

#home_features DIV.box {
	margin: 0px;
	padding: 15px;
	background: transparent url(../bkg/hm_mod_top.gif) no-repeat top left;
}

#home_features TD.box {
	vertical-align: top;
	padding: 0px;
	width: 483px;
	background: transparent url(../bkg/hm_mod_btm.gif) no-repeat top left;
}

#home_features TD.box.btm {
	background-position: bottom left;
}

#home_features DIV.module {
	width: 467px;
	padding: 8px;
	background: url(../bkg/hm_mod_hdr.gif) no-repeat top;
}

#home_features DIV.modhdr {
	text-align: right;
	padding: 7px 10px;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
}

#home_features DIV.modhdr H3 {
	float: left;
	color: #50357C;
	margin: 0px 10px 0px 0px;
}

#home_features H4 {
	margin: 0px 0px 5px 0px;
}

.feature-buttons {
	clear: right;
}

.feature-buttons DIV {
	display: inline;
	margin: 0px 10px;
}

.offer-graphic {
	float: right;
	padding: 0px 0px 10px 10px;
}

.expiration {
	margin: 12px 0px 0px 0px;
	padding: 4px;
	font-size: 11px;
	background-color: #E5E5E4;
	text-align: center;
}


.date {
	font-weight: bold;
	color: #4B3496;
}

.featured {
	margin-top: 5px;
}

TD.feature_list {
	width: 100%;
	padding-right: 10px;
	border-right: 1px solid #F0F0F0;
}

TD.feature_thumb {
	padding-left: 10px;
}

UL.feature_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.feature_list LI,
.feature_list TD {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
	background-color: #F0F0F0;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.feature_list LABEL {
	white-space: nowrap;
}

TD.feature {
	width: 100%;
	color: #26A146;
}

.feature_list .addons LI {
	border: none;
	padding: 0px;
	font-weight: normal;
}


/* map elements */
.map_main {
	padding-right: 20px;
	border-right: 1px solid #E5E5E4;
}

.map_hdr {
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #e5e5e4;
	white-space: nowrap;
}

.map_image {
	position: relative;
	padding-top: 10px;
}

.map_image .parks_found {
	position: absolute;
	width: 690px;
}

.parks_found {
	font-size: 14px;
	font-weight: bold;
}

.parks_found .state {
	color: #51367E;
}

/* search results elements */

.search_results {
	background: transparent url(../bkg/search_results.gif) no-repeat top left;
}

.return {
	font-weight: bold;
}

.state_box {
	width: 445px;
}

.state_box_border {
	padding: 0px 0px 0px 16px;
	min-height: 80px;
	background: transparent url(../bkg/state_box.gif) no-repeat 0px 80px;
}

.state_box .parks_found {
	padding: 22px 0px 0px 0px;
}

#city_box {
	padding: 0px 15px;
}

#city_box .datatable {
	margin: 0px;
}


/* resort details */

.detail_hdr {
	position: relative;
	text-align: right;
	padding: 7px 5px;
	border-bottom: 1px solid #E5E5E4;
}

.microsite .detail_hdr {
	position: absolute;
	width: 970px;
	top: 145px;
	border: none;
}

.content_body {
	padding: 10px 0px;	
}

.detail_photos {
	margin: 5px 0px;
}

.detail_photos a {
	float: left;
}

.detail_body {
	clear: both;
}

.side_col {
	width: 410px;
	padding: 0px 0px 0px 10px;
}

.open_block {
	width: 557px;
	margin: 0px 0px 10px 0px;
	background: #f0f0f0 url(/_media/open_box_top.gif) no-repeat top left;
}

.open_block_btm {
	background: url(/_media/open_box_bottom.gif) no-repeat bottom left;
}

.open_sign {
	background: url(/_media/open_sign.png) no-repeat bottom left;
}

.open_text {
	min-height: 36px;
	_height: 60px;
	padding: 18px 10px 10px 70px;
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
}

.open_text .resort_name {
	font-size: 15px;
}

.open_text .status {
	font-weight: bold;
	color: #26A146;
}

.rally_capable {
	border: 1px solid #b1b1b3;
}

.special {
	color: #209443;
}

.phone {
	color: #054B2F;
	font-size: 16px;
	font-weight: bold;
}

.site_info_btns {
	clear: both;
	padding: 5px 14px 15px 14px;
	overflow: hidden;
	zoom: 1;
}

	.site_info_btns a {
		display: block;
		width: 183px;
		height: 51px;
		float: left;
		padding: 5px 4px;
		*padding: 5px 3px;
	}

.resort_features TH {
	background: #E2E2E2;
}

.resort_features TD {
	padding: 10px;
	font-size: 11px;
	background: #F0F0F0;
}

.resort_features UL {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	list-style-image: url(../bullet_dash.gif);
}

.resort_features LI {
	vertical-align: text-bottom;
}

.resort_features .border_right {
	border-right: 1px solid #C9C9C9;
}

.border_right {
	border-right: 1px solid #EDDFBC;
}

.resort_features .btm_cap TD {
	padding: 0px;
	background: #F0F0F0;
}

.info_box .address {
	padding-right: 10px;
}

.info_box TD.logo {
	padding-left: 10px;
	border-left: 1px solid #D3C5A2;
	text-align: center;
	vertical-align: top;
}

.resort_logo {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #D9CCAD;
	float: left;
	margin: -5px 10px 0 -5px;
}

.module .module_head .resort_name {
	display: block;
	margin-top: 8px;
	color: #37342C;	
	font-size: 12px;
}

.info_box .googlemapit {
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #D3C5A2;
	text-align: center;
	font-weight: bold;
}


/* rounded corners */

.lt_gray_top_left {
	background: url(../bkg/lt_gray_top_left.gif) left top;
}

.lt_gray_top_right {
	background: url(../bkg/lt_gray_top_right.gif) right top;
}

.lt_gray_btm_left {
	background: url(../bkg/lt_gray_btm_left.gif) left bottom;
}

.lt_gray_btm_right {
	background: url(../bkg/lt_gray_btm_right.gif) right bottom;
}

.dk_gray_btm_left {
	background: url(../bkg/dk_gray_btm_left.gif) bottom left;
}

.dk_gray_btm_right {
	background: url(../bkg/dk_gray_btm_right.gif) bottom right;
}

.dk_beige_top_left {
	background: url(../bkg/dk_beige_top_left.gif) top left;
}

.dk_beige_top_right {
	background: url(../bkg/dk_beige_top_right.gif) top right;
}

.dk_beige_btm_left {
	background: url(../bkg/dk_beige_btm_left.gif) bottom left;
}

.dk_beige_btm_right {
	background: url(../bkg/dk_beige_btm_right.gif) bottom right;
}

.dk_gray_btm_left,
.dk_gray_btm_right,
.lt_gray_top_left,
.lt_gray_top_right,
.lt_gray_btm_left,
.lt_gray_btm_right,
.dk_beige_top_left,
.dk_beige_top_right,
.dk_beige_btm_left,
.dk_beige_btm_right,
.lt_beige_top_left,
.lt_beige_top_right,
.lt_beige_btm_left,
.lt_beige_btm_right {
	background-repeat: no-repeat;
}


/* property details */

.lt_gray_box {
	margin: 10px 1px;
	background-color: #F0F0F0;
}

.model {
	font-size: 16px;
	font-weight: bold;
}


/* special offers */

.coupon_bkg {
	height: 296px;
	padding: 15px 25px 25px 25px;
	background: transparent url(../bkg/coupon.jpg) no-repeat center 0px;
}

.contest_bkg {
	text-align: center;
	float: right;
	width: 160px;
	height: 75px;
	margin: 0px 0px 0px 10px;
	padding: 85px 0px 0px 0px;
	background: transparent url(../bkg/contest.jpg) no-repeat center 0px;
}

/* buttons */

A.btn,
INPUT.btn {
	overflow: visible;
	padding: 0px 23px 0px 0px;
	height: 51px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #f16c33;
	background: transparent url(../btn/btn_right.gif) no-repeat right top;
	border: 0px;
	cursor: pointer;
	text-transform: uppercase;
}

A.btn SPAN,
SPAN.btn {
	font-family: "Arial Black";
	display: table-cell;
	padding: 0px 0px 0px 22px;
	height: 51px;
	background: transparent url(../btn/btn_left.gif) no-repeat left top;
}

A.btn.ovbeige SPAN,
SPAN.btn.ovbeige {
	background-image: url(../btn/btn_left_module.gif);
}

A.btn:active,
A.btn:hover,
SPAN.btn:hover INPUT.btn {
	color: #f16c33;
	padding: 0px 22px 0px 0px;
	background-position: right -51px;
}

A.btn:active SPAN,
A.btn:hover SPAN,
SPAN.btn:hover {
	padding: 0px 0px 0px 23px;
	line-height: 48px;
	background-position: left -51px;
}

A.btn {
	text-decoration: none;
	display: table-cell;
	zoom: 1;
}

A.btn SPAN {
	float: left;
	line-height: 47px;
}


/* common elements */

.clear {
	clear: both;
}

.normal {
	font-weight: normal;
}

H1,H2,H3,H4,P {
	margin: 0px 0px 10px 0px;
}

H1 {
	font-size: 18px;
	margin: 3px 0px;
	color: #4E3682;
	border-bottom: 1px solid #E5E5E4;
}

.home H1 {
	border-bottom: 0px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H3.cal_hdg {
	color: #4E3682;
}

H3.club_hdg {
	font-size: 17px;
	color: #4E3682;
}

H4 {
	font-size: 12px;
}

.home H1 {
	margin: 0px 0px 3px 0px;
	color: #6f6858;
}

HR {
	background: transparent url(../bkg/hr.gif) repeat-x left;
}

DIV.hr {
	height: 20px;
	background: transparent url(../bkg/hr.gif) repeat-x center;
	margin-bottom: 10px;
}

DIV.hr HR {
	display: none;
}

OL, UL {
	margin: 0px;
	padding: 0em 0em 0em 2em;
}

LI {
	margin: 2px 0px;
	padding: 0px;
}

a,
a:link,
a:visited {
	color: #F36B32;
}

a:active,
a:hover {
	color: #C34712;
}

a IMG {
	border: 0px;
}

a.return {
	font-weight: bold;
	padding-left: 18px;
	background: transparent url(../arrow_left_link.gif) no-repeat left;
}

IMG.thumb {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}

a.thumb,
a.thumb:link,
a.thumb:visited {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}

a.thumb:active,
a.thumb:hover {
	padding: 3px;
	background: #FFFFFF;
	border: 2px #F36A33 solid;
}

.module_head a.thumb,
.module_head a.thumb:link,
.module_head a.thumb:visited {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}

.module_head a.thumb:active,
.module_head a.thumb:hover {
	padding: 2px;
	background: #FFFFFF;
	border: 1px #F36A33 solid;
}

FORM {
	margin: 0px;
}

INPUT, SELECT {
	vertical-align: middle;
}

INPUT, SELECT, TEXTAREA {
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

TEXTAREA {
	margin: 0px;
	padding: 0px;
}

LABEL {
	color: #37342C;
	font-weight: bold;
	white-space: nowrap;
}

.question label {
	display: block;
	float: left;
	width: 225px;
}

.question select {
	width: 80px;
}

.arrow_left {
	padding-left: 18px;
	background: transparent url(../arrow_left_link.gif) no-repeat left;
}

.arrow_right {
	padding-right: 18px;
	background: transparent url(../arrow_right_link.gif) no-repeat right;
}

.fineprint {
	font-size: 0.9em;
}

.required {
	font-weight: bold;
	font-size: 11px;
}

.hdiv {
	margin: 5px 0px;
	height: 1px;
	border-top: 1px solid #D2C7AD;
	overflow: hidden;
}

#dhtmltooltip {
	visibility: hidden;
	position: absolute;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #51357F;
	background-color: #FCEDC8;
	border: 1px solid #51357F;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
}

.tooltip {
	white-space: nowrap;
	position: absolute;
	z-index: 500;
	font-size: 12px;
	padding: 3px 12px;
	color: #51357F;
	background: #FCEDC8;
	border: 1px solid #51357F;
}


/* datatable elements */

.datatable, .sortable {
	margin: 0px 0px 0px 0px;
	clear: both;
}

.datatable th, .sortable th {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: bottom;
	white-space: nowrap;
}

.datatable th, .sortable th,
.datatable th a, .sortable th a,
.datatable th a:link, .sortable th a:link,
.datatable th a:visited, .sortable th a:visited {
	background-color: #E2E2E2;
}

.tableSortArrow {
	display: none;
}

.datatable th a:active, .sortable th a:active,
.datatable th a:hover, .sortable th a:hover {
	color: #C34712;
	text-decoration: none;
}

.datatable td, .sortable td {
	padding: 5px;
	color: #37342C;
	font-size: 11px;
	background-color: #F0F0F0;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	vertical-align: top;
}

.datatable td a:active,
.datatable td a:hover,
.rowhover TD {
	background-color: #FCEDC8;
}

.link TD {
	color: #37342C;
	text-decoration: none;
	cursor: pointer;
}

.dt_btm_cap TD {
	padding: 0px;
	background-color: #E2E2E2;
	border-top: 1px solid #FFFFFF;
}

/* calendar elements */

.datatable.calendar {
	border: 1px solid #FDF6E3;
	padding: 3px;
}

.datatable.calendar th {
	background: #FAE4B2;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	border: 1px solid #ffffff;
	width: 14.28%;
}

.datatable.calendar td {
	border: 0;
	background: #FEF6E4;
	border: 1px solid #ffffff;
	font-size: 14px;
	padding: 10px 8px;
}

.datatable.calendar td.active {
	background: #FEFAEF;
	padding: 0;
}

.datatable.calendar td.active a {
	font-weight: bold;
	text-decoration: none;
	padding: 9px 7px;
	display: block;
	border: 1px solid #FDF1D3;
}


.calendar-grid-display {
	width: 45%;
	padding-top: 7px;
	padding-right: 20px;
}

.event-list-display {
	padding-top: 20px;
	width: 55%;
}

.datatable.events {
	border: 1px solid #FDF6E3;
	padding: 3px;
}

.datatable.events th {
	background: #FAE4B2;
	font-size: 14px;
	padding: 11px 10px;
	width: 14.28%;
	text-align: left;
}

	.datatable.events th.time {
		width: 20%;
	}
	
	.datatable.events th.event {
		width: 80%;
	}

.datatable.events td {
	background: #ffffff !important;
	padding: 10px 8px 10px 8px;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #FDF6E3;
}

	.datatable.events td.event {
		padding: 0;
	}
	
	.datatable.events td a {
		display: block;
		padding: 8px;
		margin: 2px 0;
		text-decoration: none;
	}
	
	.datatable.events td a:hover {
		background: #FDF6E3;
	}

	.datatable.events td.last {
		border: none;
	}

.event-list-display h4 {
	font-size: 16px;
	font-weight: normal;
	color: #50357C;
	margin-bottom: 9px;
}

.calheader {
	margin-top: 12px;
}

.calheader h4 {
	font-size: 16px;
	font-weight: normal;
	color: #50357C;
}

.prevMonth, .nextMonth {
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: .9em;
	padding: 0 10px;
}

/* gallery elements */

.gallerynav {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding: 10px 5px;
}

	.gallerynav li {
		margin: 0;
		padding: 0;
	}
	
	.gallerynav li.prev {
		left: 5px;
		top: 6px;
		.top: 2px;
		position: absolute;
	}
	
	.gallerynav li.next {
		position: absolute;
		text-align: right;
		right: 5px;
		top: 6px;
		.top: 2px;
	}
	
	.gallerynav li.count {
		text-align: center;
		width: 50%;
		margin: 5px auto;
	}
	
	.gallerynav a, .gallerynav a:link, .gallerynav a:visited {
		text-decoration: none;
	}
	
	.gallerynav li.prev span.arrow {
		font-size: 20px;
		margin-right: 4px;
		position: relative;
		top: 2px;
	}
	
	.gallerynav li.next span.arrow {
		font-size: 20px;
		margin-left: 4px;
		position: relative;
		top: 2px;
	}


.album, .album:link, .album:visited, 
.image, .image:link, .image:visited {
	display: block;
	width: 140px;
	height: 230px;
	float: left;
	padding: 0 8px;
	_padding: 0 8px 0 7px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
} 

	.image, .image:link, .image:visited { height: 236px; }

	.album .thumb, .image .thumb {
		position: relative;
		display: block;
		width: 138px;
		height: 148px;
		border: 1px solid #e4e4e4;
		background-color: #f6f6f6;
		z-index: -1;
	}
	
	.album .thumb img, .image .thumb img {
	}
	
	.album:hover .thumb, .album:active .thumb, .image:hover .thumb, .image:active .thumb {
		border-color: #C34712;
		background-color: #fcfcfc;
	}
	
	.album .title {
		display: block;
		font-weight: bold;
		color: #F96E21;
		font-size: 12px;
		padding: 4px 0 2px 0;
	}
		
	.album:hover .title, .album:active .title {
		color: #C34712;	
	}
		
	.album .date, .image .date {
		display: block;
		font-weight: bold;
		width: 50%;
		float: left;
		color: #37332C;
		text-align: center;
	}
	
	.album:hover .date, .album:active .date, .image:hover .date, .image:active .date {
		color: #C34712;	
	}

	.image .date {
		float: none !important;
		text-align: center !important;
		width: auto;
		margin: 6px 0 2px 0;
	}
	
	.album .count {
		display: block;
		width: 50%;
		float: right;
		position: relative;
		font-style: italic;
		text-align: center;
	}

	.image .desc {
		display: block;
		font-size: 11px;
		text-align: center;
		color: #37332C;
	}
	
	.image:hover .desc, .image:active.desc {
		color: #C34712;	
	}


/* pagination elements */

.border {
	height: 8px;
	margin: 1px 0 3px 0;
	overflow: hidden;
	background: #E2E2E2;	
}

.pagination {
	margin: 15px 0px 3px 0px;
	background-color: #EDDFBC;
}

.pagination.bottom {
	margin: 0 0 15px 0;	
}

.pagination TD {
	padding: 5px 10px;
	font-size: 11px;
	color: #37342C;
}

.pagination UL {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	list-style: none;
}

.pagination LI {
	display: inline;
	margin: 0px 2px;
}

.pagination a.pagenum:link,
.pagination a.pagenum:visited {
	padding: 3px 5px;
}

.pagination a.pagenum:active,
.pagination a.pagenum:hover,
.pagination a.active {
	color: #37342C;
	background-color: #F1E7CD;
	text-decoration: none;
}

.pagination a.active {
	border: 1px solid #DBBE79;
}

.pagination .previous {
	font-weight: normal;
	padding-right: 20px;
}

.pagination .next {
	font-weight: normal;
	padding-left: 20px;
}



/* footer elements */

#footer {
	margin: 12px 0px 12px 0px;
	padding: 20px 20px 18px 20px;
	height: 60px;
	background: url(../bkg/footer.jpg) no-repeat top left;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #37342C;
}

#ftr_top,
#ftr_btm {
	text-align: right;
}

#ftr_top {
	height: 25px;
}

#ftr_btm {
	border-top: 1px solid #E7E0CE;
	padding-top: 12px;
}

#ftr_lang {
	float: left;
	text-align: left;
}

#esp, #fr {
	display: block;
	float: left;
	margin: 0 4px;
	cursor: help;
}

#dhtmltooltip {
	width: 280px;
}	

#ftr_links {
	float: left;
}

#ftr_seo {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

.help {
	padding: 8px 16px !important;
}

#ftr_cax {
	float: right;
}

#ftr_seo {
	line-height: 21px;
}


/* Pop Up elements */

#popFrame,
#popScrn {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#popFrame {
	z-index: 90;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#popScrn {
	background-color: #02412E;
	z-index: 100;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.popDiv {
	position: absolute;
	display: none;
	z-index: 105;
	padding: 20px;
}

#largeDiv {
	border: 5px solid #26A146;
	background: #FFFFFF url(../loading_animation.gif) no-repeat center;
	text-align: center;
	font-size: 11px;
}

#mapDiv,
#calDiv,
#salesDiv,
#eventDiv,
#clubDiv,
#galleryDiv {
	border: 0px solid #26A146;
	font-size: 11px;
}

#clubDiv {
	padding: 13px 20px 20px 20px;	
}

#mapDiv {
	background: transparent url(../bkg/div_mapview.gif) no-repeat top left;
}

#calDiv {
	background: transparent url(../bkg/div_eventview.gif) no-repeat top left;
}

#salesDiv {
	background: transparent url(../bkg/div_salesview.gif) no-repeat top left;
}

#eventDiv {
	background: transparent url(../bkg/div_eventview.gif) no-repeat top left;
}

#clubDiv {
	background: transparent url(../bkg/div_clubview.gif) no-repeat top left;
}

#galleryDiv {
	background: transparent url(../bkg/div_galleryview.gif) no-repeat top left;
}

#popClose {
	position: absolute;
	top: 1px;
	right: 2px;
	text-decoration: none;
}

#popClose img {
	margin-left: 2px;
}

#calDiv #popClose,
#salesDiv #popClose,
#eventDiv #popClose,
#clubDiv #popClose,
#galleryDiv #popClose {
	top: 17px;
	right: 20px;
}

#largeCaption {
	position: absolute;
	bottom: 3px;
	left: 0px;
	font-weight: bold;
	color: #064C30;
}

#salesinquiry label	{
	font-weight: bold;
	font-size: 11px;
}

.salesinfo	{
	margin-bottom: 8px;
}

.salesentry	{
	background: #f0f0f0;
	padding: 5px;
	display: block;
}

.salesproperty	{
	color: #064C30;
	font-size: 14px;
	font-weight: bold;
}
#financelink	{
	font-weight: bold;
	background: url(/_media/bkg/div_financelink.gif) no-repeat;
	width: 130px;
	height: 17px;
}
#financelink a	{
	color: #FFFFFF;
}
#financelink a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}

/* overrides */

UL.simple {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

UL.simple LI {
	margin: 3px 0px;
}

UL.nobull {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

UL.nobull LI {
	margin: 0px;
}

UL.inline LI {
	float: left;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.nowrap {
	white-space: nowrap;
}

.nomargin {
	margin: 0px;
}

.nopadding {
	padding: 0px;
}

.strike {
	text-decoration: line-through;
}

.normal {
	font-weight: normal;
}

.vertalign {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fl-left {
	float: left;
	margin-right: 10px;
}

.fl-right {
	float: right;
	margin-left: 10px;
	zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.maxwidth {
	width: 100%;
}

.activities {
	width: 97%;
	border-top: 1px solid #E5E5E4;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.activities th, .activity_details h4 {
	padding: 10px 8px 8px 8px;
	text-align: left;
	font-weight: bold;
	color: #F16C33;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: #F9F6ED;
}

.activities td {
	padding: 8px;
	font-size: 11px;
	border-bottom: 1px solid #F9F6ED;
}

.activities .date {
	font-weight: normal;
}

.activities .details {
	text-align: right;
}

.activities .details a {
	text-decoration: none;
}

.activities .details a img {
	vertical-align: bottom;
	padding-left: 2px;
}

.activities .alt td {
	background: #FDFCF9;
}

.activity_details .date {
	font-weight: normal;
	margin: 24px 8px 12px 8px;
}

.activity_details p {
	margin: 0 8px 1.2em 8px;
	line-height: 1.5em;
}

.activity_details .return {
	margin: 20px 8px 0 8px;
}

.activity_details .return a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.activity_details .return img {
	margin-right: 2px;
	vertical-align: bottom;
}

.weather {
	width: 386px;
	height: 40px;
	background: url('/_media/weather/weather_bg.jpg') top left no-repeat;
	padding: 5px 12px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.weather .label {
	font-weight: bold;
	font-size: 14px;
	color: #503677;
}

.weather .current {
	color: #ffffff;
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #F36A33;
}

.weather img {
	vertical-align: middle;
}

.rallycentrallist {
	margin-top: 40px;
	width: 360px;
}

	.rallycentrallist h3 {
		text-align: center;
		padding-bottom: 8px;
		border-bottom: 1px solid #E5E5E4;
	}

	.rallycentrallist a {
		display: block;
		width: 172px;
		_width: 166px;
		margin: 2px 4px;
		text-align: center;
		float: left;
		text-decoration: none;
	}
	
.clubmain {
	margin-top: 15px; 
	padding: 5px; 
	height: 460px; 
	overflow: auto;
}

	h3.club_hdg {
		font-size: 19px;
		color: #4E3682;
		border-bottom: 1px solid #ffffff; 
		padding: 4px 0 8px 0;
	}

	.clubcontent {
		width: 380px;
		float: left;
		margin-top: 10px;
	}
	
	.clubimages {
		width: 400px;
		float: right;
		margin-top: 20px;
	}
	
	.clubimages a {
		float: left;
		margin: 0 10px 10px 0;
	}
	
div.scroll-wrapper
	{
	overflow: visible !important;
	height: auto !important;
	position: relative;
	zoom: 1;
	}
	
	div.scroll-track
		{
		position: absolute;  
		top: 12px;  
		right: 0;  
		height: 176px;  
		width: 11px;  
		background-color: transparent;  
		cursor: move; 	
		}
		
	div.scroll-handle
		{
		width: 11px;  
		height: 100px;
		background-color: #F36B32;  
		cursor: move;  
		-moz-border-radius: 2px;  
		-webkit-border-radius: 2px;  
		}
		
	a.scroll-up, a.scroll-down
		{
		position: absolute;
		top: 0;
		right: 0;
		width: 11px;
		height: 11px;
		-moz-border-radius: 2px;  
		-webkit-border-radius: 2px;  
		text-indent: -9999px;
		background: #F36B32 url('/_media/btn/scroll-up.gif') top left no-repeat;
		}
		
		a.scroll-up:focus, a.scroll-down:focus
			{
			outline: none;
			border: none;	
			}
		
	a.scroll-down
		{
		top: 189px;	
		background-image: url('/_media/btn/scroll-down.gif');
		}
		
	div.scroll-content
		{
		height: 210px !important;
		padding-right: 20px;
		overflow: hidden !important;
		}