/*------------------------- Body & Global Styles --------------------*/
html 
{
	overflow-y:scroll;
}
body
{
    	margin:0;
    	background:#0c3971 url('/images/bg.gif') no-repeat fixed center top;
	line-height:18px;
	color:#2c2c2d;
	font:normal 12px myriad, arial, helvetica, sans-serif;
}

img
{
	border:none;
}

.readmore_expand
{
	cursor:pointer;
	width:69px;
	height:20px;
	background:url(/images/readmore_btn.gif) left bottom no-repeat;
	clear:both;
	margin:0 0 0 345px;
}

.readmore_collapse
{
	cursor:pointer;
	width:69px;
	height:20px;
	clear:both;
	background:url(/images/collapse_btn.gif) left bottom no-repeat;
	margin:0 0 0 345px;
}

.add_this {position:absolute; top:7px; right:5px;}

/*------------------------- Main Container Styles -------------------------*/

.main_container
{
    	width:950px;
    	min-height:520px;
	clear:both;
	left:50%;
	position:relative;
    	margin:0 0 0 -480px;
   	padding: 5px;
    	background-color:white;
	border-bottom:solid 2px #f37021;
}

/*------------------------- End of Main Container Styles -------------------------*/

/*---------- Fisheye Branding Piece ----------*/
#branding
{
	height:100px;
	margin:5px auto 5px auto;
	clear:both;
	text-align: left;
	width: 960px;
}

#branding .copyright
{
	font:normal 10px myriad, arial, helvetica, sans-serif;
	margin:0 0 16px 12px;
	color:#fff;
}

/* fisheye */ 
.dock
{
	position:relative; 
	height:120px; 
	margin:0;
}

.dock-container 
{
	position:absolute;
	height:110px;
} 

a.dock-item 
{
	position:absolute; 
	width:110px; 
	color:#fff; 
	top:0px;
	text-align:center; 
	text-decoration:none; 
	font:bold 12px Arial, Helvetica, sans-serif; 
}

.dock-item img 
{
	border:none; 
	width:100%; 
	position:relative;
} 

.dock-item span
{
	display:none;
	margin-top:-12px;
	font:normal 11px myriad, arial, helvetica, sans-serif;
	color:#fff;
	
}  

/*---------- End of Fisheye Branding Piece ----------*/

/*------------------------- Main Navigation Styles -------------------------*/

#mainnav_container
{
	height:30px;
	background:#f37021 url(/images/main-nav_bg.gif) repeat-x;
	position:relative;
}
	
#mainnav_container .mainnav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnav_container .mainnav li
{
	display:inline;
}
	
#mainnav_container .mainnav li a
{
	width:102px;
	height:28px;
	float:left;
	font: bold 12px myriad, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	background:transparent;
	border-right:solid 1px #e15d0b;
	border-left:solid 1px #ff7624;
	line-height: 28px;
	text-decoration: none;
	text-align:center;
	letter-spacing:1px;
}	
	
#mainnav_container .mainnav li a:visited, #mainnav_container.mainnav li a:active, #mainnav_container .mainnav li a:link
{
	color: #ffffff;
}

#mainnav_container .mainnav li a:hover
{
	color: #fff;
	text-decoration:underline;
	background:#f53400;
}
	
#mainnav_container .mainnav li a.selected
{
	color: #fff;
	text-decoration:none;
	background:#f53400;
	border-right:solid 1px #f53400;
	border-left:solid 1px #f53400;	
}

/*------------------------- End of Main Navigation Styles -------------------------*/


/*  TOP RIGHT AREA */


.top-right
{
	width:216px;
	float:left;
	margin-left: 5px;
	height: 179px;
	overflow: hidden;

}

/*------------------------- Club Navigo Login Styles -------------------------*/

.cn_login
{
	width:214px;
	height:53px;
	float:left;
	background:#dadbde url(/images/login_bg.png) right top no-repeat;
	font:normal 11px myriad, arial, helvetica, sans-serif;
	text-align: center;
	border:solid 1px #ccc;
}
.cn_login a
{
	font-weight:bold;
	color:#000;
}
.cn_login form
{
	margin: 0;
}
.cn_login .fields
{
	float:left;
	width: 160px;
	text-align:right;
	margin-top:1px;
	vertical-align: middle;
}

.cn_login .fields label
{
	font:normal 11px myriad, arial, helvetica, sans-serif;
	color:#000;
}

.cn_login .fields input
{
	width: 83px;
	height:12px;
	background:#fff;
	margin-bottom:1px;
	border:solid 1px #ccc;
	filter:alpha(opacity=60);
	font-size: 10px;
	opacity:0.60;	
}
.cn_login .fields input
{
	border: solid 1px orange;
}
.cn_login #btnLogin
{
	float:left;
	width: 41px;
	height:37px;
	margin:1px 0 0 5px;
	border:none;
	cursor: pointer;
	padding:0px;
	background:url(/images/login_btn.png) left top no-repeat;
	color:#fff;
	overflow:hidden;
}

/*------------------------- End of Club Navigo Login Styles -------------------------*/

/*------------------------- End of Body & Global Styles -----------------------------*/

/*-------------------------- INTERNAL PAGE STYLES -------------------------------*/
/*------------------------- Internal Page Header Style -------------------------*/

.int-header_container
{
	width:729px;
	height:179px;
	float:left;
}

.internal_header
{
	width:729px;
	height:149px;
}

/*------------------------- End of Internal Page Header Style -------------------------*/

/*------------------------- Internal Info Box Style -------------------------*/

.internal_infobox
{
	width:216px;
	height:119px;
	float:left;
	overflow: hidden;
	margin: 5px auto auto auto;
        background:url(/images/cnmax_ad.jpg) -1px center no-repeat;
}

a.internal_infobox {width:216px; height:119px; border:none; background:transparent;}	

/*------------------------- End of Internal Info Box Style -------------------------*/

/*------------------------- Internal Main Content Area Styles -------------------------*/

.internal_maincontent
{
	font:normal 12px myriad, arial, helvetica, sans-serif;
	line-height:18px;
	min-height: 335px;
	padding: 5px 0 0 0;
	clear:both;
}

.internal_content
{
	width:770px;
	float:left;
	min-height:335px;
	padding-left: 10px;
}

.internal_contentresort
{
	width: 770px;
	min-height:270px;
	float:left;
	padding: 0 0 0 10px;
}

.internal_generic
{
	height:335px;
	margin: 0px;
}

a.about_readmore:link, a.about_readmore:visited, a.about_readmore:active
{
	position:absolute;
	right:35px;
	bottom:5px;	
	font:normal 11px myriad, arial, helvetica, sans-serif;	
	color:#003895;
	text-decoration:underline;
	padding:0 0 0 15px;
}

a.about_readmore:hover
{
	background:url(/images/expand_arrow.gif) left center no-repeat;
}

.aboutpage_header
{
	height:38px;
	background:#ffd25c;
	position:relative;
}	

/*------------------------- End of Internal Main Content Area Styles -------------------------*/

/* GLOBAL LEFT MENU AREA SETTINGS */
.left_menu
{
	float:left;
	width: 168px; /*width of menu*/
	position:relative;
}

/*------------------------- About Us Menu Styles -------------------------*/
.about_body-container
{
	width:285px;
	min-height:255px;
	float:left;
	padding:0 0 0 10px;
	text-align:justify;
	overflow:hidden;
	margin:0 0 10px 0;	
}

.aboutus_menu
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color:#ffc126;
}

.aboutus_menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.aboutus_menu li a
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-transform:lowercase;
	background:transparent url(/images/aboutus_btn.gif) left top no-repeat;
}	
	
.aboutus_menu li a:visited, .aboutus_menu li a:active, .aboutus_menu li a:link
{
	color: #58595b;
}

.aboutus_menu li a:hover
{
	color: #000;
	background-position: 100% -24px;
}

	
.aboutus_menu li a.selected
{
	color: #000;
	background-position:100% -48px;
}

.about_pgcontent, .owner_pgcontent
{
	width:100%;	
	min-height:270px;
	float:left;
	text-align:justify;
	position:relative;
}

.generic_pgcontent
{
	min-height:280px;
	text-align:jusify;
	position:relative;
}

.page_title
{
	width:295px;
	float:left;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 10px 0 10px;
	line-height:30px;
	color:#37383b;
}

.ownerbody-container
{
	width:440px;
	height:260px;
	float:left;
	padding:10px;
	text-align:justify;
	overflow:hidden;
	margin:0 0 0 0;
}

.ownerbody-containersm
{
	width:275px;
	min-height:255px;
	float:left;
	padding:10px;
	margin:0 10px 0 0;
	text-align:justify;
	overflow:hidden;
	margin:0 0 10px 0;
}

.body-container
{
	width:440px;
	height:255px;
	float:left;
	padding:10px;
	text-align:justify;
	overflow:hidden;
}

.body-containersm
{
	width:330px;
	height:275px;
	float:left;
	padding:0 0 0 10px;
	margin:0 10px 0 0;
	text-align:justify;
	overflow:hidden;
}

.ownerbody_imagelg
{
	width:50%;
	max-width:495px;
	float:right;
	margin:15px 0 0 0;
}

.body_image, .ownerbody_image
{
	width:300px;
	height:255px;
	float:right;
	text-align: right;
	padding: 20px 5px 0 0;
}

.ownerbody_image img
{
	width:247px;
	height:243px;
	margin:2px 0 0 2px;
}

.body_image img
{
	width:247px;
	height:243px;
	margin:2px 0 0 2px;
}
/*------------------------- End of About Us Menu Styles -------------------------*/

/*------------------------- Careers Page Styles -------------------------*/
.top100s
{
	width:125px;
	float:left;
	margin:15px 0 0 20px;
}

.joblist_container
{
    	width:260px;
    	min-height:270px;
	margin:5px 0 0 0;
	float:right;
   	background-color:#fff6de;
	position:relative;
}

.joblist_innercontainer
{
    width:248px;
    min-height:258px;
    position:absolute;
    margin:5px;
    border:solid 1px #FFD35C;
}

.joblist_header
{
	height:28px;
	background:#FFD35C;
}

.joblist_title
{
	float:left;
	width:100%;
	font:bold 14px myriad, arial, helvetica, sans-serif;
	line-height:26px;
	color:#37383b;
	text-align:center;
}

.joblist_btmborder
{
	width:100%;
	height:1px;
	background:#fff;	
	position:absolute;
	top:25px;
	left:0;
	background:#fff;
}

.jobs
{
	width:238px;
	margin:5px;
	position:relative;
}

.jobs ul
{
	list-style-image:url(/images/blackdot_arrow.gif);
	padding:0 0 10px 30px;
	margin: 0px;
}

.jobs li
{
	padding:0 0 15px 0;
	font:normal 11px myriad, arial, helvetica, sans-serif;
}
/*------------------------- End of Careers Page Styles -------------------------*/

/*------------------------- Sr. Team Main Content Styles -------------------------*/
.srteam_header
{
	width:100%;
	max-width:770px;
	height:38px;
	background:#ffd25c;
	position:relative;
}

.header_btmborder
{
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;	
	bottom:2px;
	line-height:1px;
}

.srteam_thumb-container
{
	width:300px;
	height:276px;
	float:left;
}

.sr_thumb
{
	width:84px;
	height:68px;
	float:left;
	background:url(/images/srthumb_bg.jpg) left top no-repeat;
	margin:0 0 20px 5px;
	padding:3px 4px 4px 2px;
}

.sr_headshot
{
	width:79px;
	height:64px;
	border:solid 2px #ffd25c;
	margin:0 0 0 1px;
	overflow:hidden;
}
.sr_headshot a img
{
	filter: gray; /* IE only*/
	-moz-opacity:0.80; /* mozilla only - precss3*/
	opacity: 0.80; /* CSS3 */
}
.sr_headshot a:hover img, .sr_headshot a:active img, .sr_headshot a:focus img
{
	filter:none;
	opacity:1;
	-moz-opacity:1;
}
.sr_thumb_name
{
	width:86px;
	font:normal 9px tahoma;
	color:#000;
	text-align:center;
	margin:3px 0 0 0;
}

.bio_container, .pr_container
{
	width: 450px;
	height:280px;
	float:left;
	overflow:hidden;
	margin:auto auto auto 10px;
}

a.bio_prev:link, a.bio_prev:visited, a.bio_prev:active 
{
	width:31px;
	height:27px;	
	position:absolute;
	top:4px;
	left:0;
	background:transparent url(/images/about_prev.gif) left top no-repeat;
	display: block;
  	height: 27px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 0;
	line-height: 27px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
}

a.bio_prev:hover
{
	background-position:100% -27px;
}

a.bio_next:link, a.bio_next:visited, a.bio_next:active
{
	width:31px;
	height:27px;	
	position:absolute;
	top:4px;
	right:0;
	background:transparent url(/images/about_next.gif) left top no-repeat;
	display: block;
  	height: 27px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 0;
	line-height: 27px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
}

a.bio_next:hover
{
	background-position:100% -27px;
}

.exec_name
{
	width: 300px;
	float:right;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0;
	margin:0px 80px 0 0;
	line-height:38px;
	color:#37383b;
	text-align:center;
}

.exec_title
{
	font:bold 12px myriad, arial, helvetica, sans-serif;
}

.exec_name span
{
	font-size:12px;
}

#pr .pr_body, .exec_bio
{
	width:90%;
	height:280px;
	padding:10px 30px 0 0;
	margin:0 0 0 0;
	float:right;
	overflow-y:auto;
	overflow-x:hidden;
}
.demoDiv
{
	width:90%;
	min-height:275px;
	overflow:auto;
}

.hiddenElement
{
	display:none;
	margin: 5px 0 0 0;
}

/*------------------------- Press Room Styles -------------------------*/
#pr
{
	width: 450px;
	height:295px;
	float:left;
	margin:auto auto auto 10px;
}

#pr .SlidingPanels
{
	width:450px;
	height:295px;
	float:left;
	position:relative;
}

#pr .SlidingPanelsContentGroup
{
	width:10000px;
	float:left;
	height:295px;
	position:relative;

}

#pr .SlidingPanelsContent
{
	width: 450px;
	float:left;
	margin:0;
	overflow: auto;
}

#pr .SlidingPanelsAnimating * {
	overflow:visible !important;
}

#pr .SlidingPanelsCurrentPanel {
}

#pr .SlidingPanelsFocused {
}

.prlist_container
{
	padding: 10px 10px 0 0;
	width:285px;
	height:276px;
	float:left;
	border-right:dotted 1px #939598;
	z-index:100;
        overflow-y:auto;
        overflow-x:hidden;
}

.prlist_item
{
	width:100%;
        height:55px;
	float:left;
}

#pr .pr_item_date, #pr .pr_writername
{
	font:italic 11px myriad, arial, helvetica, sans-serif;
	color:#000;
	margin:0;
	display:block;
}
prlist_title
{
	width:210px;
	height:39px;	
	float:left;
	font-size:11px;
	color:#58595b;
	margin:5px 0 0 0;
	text-decoration:none;
	text-align:left;
	padding:0 0 0 10px;
}

.pr_name
{
	position:absolute;
	left:31px;
	top:0;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 10px 0 9px;
	line-height:38px;
	color:#37383b;
}

.prdate_box a:visited, .prdate_box a:link
{
	height:33px;
	float:left;
	background:transparent url(/images/prdate_box.gif) left top no-repeat;
	font:bold 12px myriad, arial, helvetica, sans-serif;
	color:#7e7f80;
	text-align:left;
	padding:0 0 0 0;
	display: block;
  	height: 39px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	line-height:18px;
	text-decoration: none;
	text-transform:lowercase;
}

.prdate_box a:hover, .prdate_box a:active, .prdate_box a:focus
{
	background-position:0 -39px;
	color:#000;
}

.date
{
	width:32px;
	height:33px;
	text-align:center;
	padding:2px 4px 2px 4px;
	float:left;
	margin:0 15px 0 0;
}

.pr_show
{
	display:block;
}

#pr .pr_body-title
{
	width:100%;
	font:bold 14px myriad, arial, helvetica, sans-serif;
	margin:auto auto 10px auto;
	text-align:left;
	float:left;
}
/*------------------------------------------------------------- End of Press Release Styles -------------------------------------------------------------*/

/*-------------------------------------------------------------------- Owners Section Styles --------------------------------------------------------------*/
.owners_header
{
	height:38px;
	background-color:#00a287;
	position:relative;
}

.owners_pagetitle
{
	height:38px;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 0 0 10px;
	line-height:24px;
	color:#fff;
}

.owner_body-container
{
	width:70%;
	height:255px;
	max-width: 285px;
	float:left;
	padding:0 0 0 10px;
	text-align:justify;
	overflow:hidden;
	margin:5px 0 10px 0;	
}

/*------------------------- Owners Menu Styles -------------------------*/
.owner_menu
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color:#00a388;
}

.owner_menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.owner_menu li a
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-transform:lowercase;
	background:transparent url(/images/owners_btn.gif) left top no-repeat;
}	
	
.owner_menu li a:visited, .owner_menu li a:active, .owner_menu li a:link
{
	color: #d6f4ef;
}

.owner_menu li a:hover
{
	color: #fff;
	background-position: 100% -24px;
}

	
.owner_menu li a.selected
{
	color: #fff;
	background-position: 100% -48px;
}
/*------------------------- End of Owner Menu Styles -------------------------*/
/*--------------------------------------------------------------- End of Owners Styles --------------------------------------------------------------------*/

/*----------------------------------------------------------------- Resorts Section -----------------------------------------------------------------------*/
#resort_content .resort_header
{
	height:38px;
	background:#89b63c;
}

#resort_content .resort_pagetitle
{
	max-width:295px;
	float:left;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 10px 0 10px;
	line-height:24px;
	color:#ff0000;
	text-decoration: none;
}

.resort_prev a, .resort_prev a:visited, .resort_prev a:active, .resort_prev a:link
{
	display: block;
  	height: 27px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 5px;
	line-height: 27px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	background:transparent url(/images/resort_prev.gif) left top no-repeat;	
}

.resort_prev a:hover
{
	background-position:100% -27px;
}

.resort_next a, .resort_next a:visited, .resort_next a:active, .resort_next a:link
{
	display: block;
  	height: 27px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 5px;
	line-height: 27px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	background:transparent url(/images/resort_prev.gif) left top no-repeat;	
}

.resort_next a:hover
{
	background-position:100% -27px;
}

/*------------------------- Resort Menu Styles -------------------------*/

.resort_menu
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-width: 1px;
	border-color:#81ad3b;
}

.resort_menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.resort_menu li a
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	display: block;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 5px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-transform:lowercase;
	background:#81ad3b url(/images/rentals_btn.gif) left top no-repeat;
}	
	
.resort_menu li a:visited, .resort_menu li a:active, .resort_menu li a:link
{
	color: #ecf9d5;
}

.resort_menu li a:hover
{
	color: #fff;
	background-position: 100% -24px;
}

	
.resort_menu li a.selected
{
	color: #fff;
	background-position: 100% -48px;
}

/*------------------------- End of Resort Menu Styles -------------------------*/
.resort_header
{
	height:38px;
	background:#8aa03b;
	position:relative;
}

.resort_pagetitle
{
	float:left;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 10px 0 10px;
	line-height:24px;
	color:#fff;
}

.resort_main
{
	width:750px;
	height:275px;
	overflow:hidden;
	float:left;
	position:relative;
}

.resort_features
{
	width:380px;
	min-height:250px;
	float:left;
	margin:10px 0 0 10px;
}
.amenity
{
	width: 21px;
	height: 21px;
	float: left;
	margin: 5px 2px 5px 2px;
	overflow: hidden;
}

.resort_gallery
{
	width:330px;
	float:right;
	margin:10px 5px 0 0;
	border-left:solid 1px #8AA03B;
}

.resort_img
{
	width:300px;
	height:200px;
	background:transparent url(/images/lg-image_bg.gif) top left no-repeat;
	float:right;
	margin:0 0 10px 0;
}

.img_border
{
	border:solid 1px #58595b;
	margin:3px 0 0 3px;
	width:288px;
	height:188px; 
	overflow:hidden;
}

.resort_sectitles
{
	font:bold 15px myriad, arial, helvetica, sans-serif;
	color:#3e3e40;
	text-transform:lowercase;
}

.resortpg_gallery img
{
	border:solid 2px #58595B;
}

.resortpg_gallery img[src='']
{
	display:none;
}

a.expand_article, a.expand_article:visited, a.expand_article:active, a.expand_article:link, .close_article
{
     	margin:10px 365px 0 0;
     	padding:0 10px 0 15px;
     	background:#fff; 
     	float:right;
     	height:14px;
     	width:56px;
     	color:#223E81;
     	text-decoration:underline;
     	text-transform:lowercase;
     	font:normal 11px myriad, arial, helvetica, sans-serif;
     	line-height:14px;
     	display:block;
	background:#fff url(../images/expand_arrow.gif) left no-repeat; 
}

a.close_article
{
    	background:#fff url(../images/close_arrow.gif) right no-repeat;
}

a.expand_article:hover
{
    	text-decoration:underline;
}

a.readmore
{
	text-decoration:underline;
	color:#f37021;
	font:bold 8px myriad, arial, helvetica, sans-serif;
	text-transform:uppercase;
}

a:hover.readmore
{
	color:#F37021;
}

.resort_amenities, .near_amenities
{	
	margin:0 0 0 0;
	max-width:380px;
	/*position:relative;*/
}

.amenities_title
{
	font:bold 14px myriad, arial, helvetica, sans-serif;
	color:#8AA03B;
	border-bottom:solid 1px #8aa03b;
	margin: 10px 0 0 0;
}

.amenity_container
{
	float:left;
	height:21px;
	width:120px;
	margin:3px 5px 0 0;
}

.amenity_container img
{
	float:left;
}

.amenity_name
{
	font-size: 11px;
	margin: 2px 0 0 5px;
	float: left;
	display:block;
	vertical-align: middle;
}

/*------------------------- End of Resort Thumbnail Styles -------------------------*/

/*------------------------- Booking Engine -------------------------*/
.check_avail
{
	width:290px;
	float:right;
	margin:0 8px 0 0;
}

.checkavail_header
{
	height:28px;
	background:url(/images/main-nav_bg.gif) repeat-x;
	font:bold 14px myriad, arial, helvetica, sans-serif;
	line-height:26px;
	color:#fff;
	text-align: center;
	position:relative;
}

.checkavail_title1delete
{
	float:left;
	font:bold 14px myriad, arial, helvetica, sans-serif;
	line-height:26px;
	color:#fff;
}

.checkavail_btmborder1delete
{
	height:1px;
	background:#fff;	
	position:absolute;
	top:25px;
	left:0;
	background:#fff;
}

.checkavail_content
{
	font:normal 12px myriad, arial, helvetica, sans-serif;
	border:solid 2px #f37021;
	border-top:none;
	padding:5px 5px 0 20px;
	background-color:#f8e5d9;
	margin:0 0 10px 0;
}

.checkavail_content .ga_title_delete
{
	font:bold 11px myriad, arial, helvetica, sans-serif;
	margin:0 0 5px 0;
}

.checkavail_content label
{
	font:bold 11px myriad, arial, helvetica, sans-serif;
}

.checkavail_content #date1, .checkavail_content #date2
{
	width:80px;
	margin:0 0 0 0;
	font:normal 10px myriad, arial, helvetica, sans-serif;
	padding:2px;
	border:solid 1px #f37021;
}

.checkavail_select select
{
	font:normal 10px myriad, arial, helvetica, sans-serif;
	padding:1px 2px 1px 2px;
	border:solid 1px #f37021;	
}

.checkavail_select
{
	float:left;
	margin:0 5px 15px 0;
}

.checkavail_btn, .checkavail_btn a
{
	width:75px;
	height:26px;
	background:#F37021 url(/images/booking_btn.gif) right top no-repeat;
	border:solid 1px #e55800;
	font:bold 12px myriad, arial, helvetica, sans-serif;
	color:#fff;
	margin:0 0 3px 80px;
	cursor:pointer;
	padding:0 0 2px 0;
}

.checkavail_btn:hover
{
	background-position:100% -24px;
}

.checkdates
{
	width:120px;
	float:left;
	margin:0 0 5px 0;
	padding:0;
}
/*------------------------- End of Booking Engine -------------------------*/
#gallery
{
	width:290px;
	margin:10px 8px 25px auto;
	float:right;
}

#gallery .gallery_header
{
	height:28px;
	background:#8AA03B;
	position:relative;
	text-align:center;
}

#gallery .gallery_title
{
	font:bold 14px myriad, arial, helvetica, sans-serif;
	line-height:26px;
	color:#fff;
}

#gallery .resortpg_thumbs
{
	text-align: center;
	padding:10px 0 0 10px;
}

#gallery .resortpg_thumbs ul 
{
    	margin:0 0 0 0;
	padding:0;	
    	list-style-type:none;
}

#gallery .resortpg_thumbs li, .resortpg_thumbs li a img
{
	width:50px;
	height:33px;
	float:left;
	margin:3px 5px 0 5px;
	border:solid 1px #8AA03B;
	cursor:pointer;
}

a.expand_gallery, a.expand_gallery:visited, a.expand_gallery:active, a.expand_gallery:link, .close_gallery
{
     	margin:10px 400px 0 0;
     	padding:0 10px 0 15px;
     	background:#fff; 
     	float:right;
     	height:14px;
     	width:56px;
     	color:#223E81;
     	text-decoration:underline;
     	text-transform:lowercase;
     	font:normal 11px myriad, arial, helvetica, sans-serif;
     	line-height:14px;
     	display:block;
	background:#fff url(../images/expand_arrow.gif) left no-repeat; 
}

a.close_gallery
{
    	background:#fff url(../images/close_arrow.gif) right no-repeat;
}

a.expand_gallery:hover
{
    	text-decoration:underline;
}

/* AJAX STYLES */

.progressBackgroundFilter {
  position: absolute;
  height: 2000px;
  width: 2000px;
  top:0px; 
  left:0px;
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;
  filter:alpha(opacity=50); 
  opacity:0.5;
  z-index:1000; 
} 

.processMessage { 
  position:absolute; 
  top: 250px; 
  left: 50%;
  padding: 10px; 
  width:300px;
  margin-left: -150px;
  z-index:1001; 
  background-color:#fff;
  text-align: center;
} 

/*------------------------- Contact Section Styles -------------------------*/
.contact_header
{
	height:38px;
	background:#58595b;
	position:relative;
}

.contact_pagetitle
{
	float:left;
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 10px 0 10px;
	line-height:24px;
	color:#fff;
}

.contact_subheader
{
	font:bold 12px myriad, arial, helvetica, sans-serif;
	margin:15px 0 5px 0;
}

.contact_dept
{
	border-bottom:dotted 1px #58595b;
	margin:0;
	padding:0;
}

.contact_dept p
{
	margin:0;
	padding:0;
}

.contactform_container
{
	width:450px;
    	min-height:250px;
	float:left;
    	background-color:#e4e4e5;
	margin:15px 10px 0 15px;
	position:relative;
}

.contactform_inner
{
   	min-height:258px;
    	margin:5px;
	padding:0;
    	background-color:#fff;
    	border:solid 1px #58595b;
	position:relative;
}

#FormBuilder .df_fieldset
{
	border:none;
	margin:5px 0 0 0;
}

#FormBuilder .df_row
{
	height:25px;
}


#FormBuilder .df_fieldlabel
{
	width:130px;
	float:left;
	text-align:right;
	padding:0 5px 0 0;
	font:bold 11px myriad, arial, helvetica, sans-serif;
	line-height:22px;
}

#FormBuilder .df_textbox, #FormBuilder .df_select
{
	padding:2px;
	font:normal 11px myriad, arial, helvetica, sans-serif;
	width:140px;
	float:left;
}

#FormBuilder .df_select
{
	width:148px;
}

#FormBuilder .df_textarea
{
	width:175px;
}

#FormBuilder .df_button
{
	width:100px;
	height:26px;	
	float:right;	
	clear:both;
	margin:60px 160px 10px 0;
	background:url(/images/contactform_btn.gif) left top no-repeat;
	background-position:100% -24px;
	overflow:hidden;
	font:bold 12px myriad, arial, helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}

#FormBuilder .df_error
{
	float:left;
	color:red;
	font:normal 10px myriad, arial, helvetica, sans-serif;
	text-align:left;
	line-height:22px;
	margin:0 0 0 2px;
}

/*------------------------- Footer Menu -------------------------*/
.botnav
{
	color:#fff;
	text-align:center;
}
	
.botnav a
{
	font: normal 11px myriad, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	text-decoration: none;
	margin: 5px;	
	color: #fff;
	letter-spacing: 1px;
}	
	
.botnav a:hover
{
	text-decoration:underline;
}

/*------------------------- End of Footer Menu -------------------------*/

/*------------------------- Generic Template Styles -------------------------*/
.generic_header
{
	width:100%;
	max-width:960px;
	height:38px;
	background:#58595b;
	position:relative;
}

.generic_pagetitle
{
	font:bold 16px myriad, arial, helvetica, sans-serif;
	padding:0 10px 0 10px;
	line-height:24px;
	color:#fff;
}

.generic_header-btmborder
{
	width:100%;
	max-width:960px;
	height:1px;
	background:#fff;	
	position:absolute;
	bottom:2px;
	left:0;
	background:#fff;
	line-height:1px;
}


.genericbody-container
{
	width:40%;
	max-width:450px;
	min-width:300px;
	height:280px;
	float:left;
	padding:5px 0 0 10px;
	margin:0 10px 0 0;
	text-align:justify;
	overflow:hidden;
	margin:0 20px 0 0;
}

/*------------------------- Resort Map Styles -------------------------*/
.fl_map
{
    width:300px;
    height:255px;
    float:left;
    margin:13px auto auto 15px;
}

.resortarea
{
    width:300px;
    min-height:39px;
    float:right;
    clear:right;
    background:#939598;
    margin: auto 25px 4px auto;	
    font:bold 12px myriad, arial, helvetica, sans-serif;
    color:#fff;
    text-align:center;
    line-height:18px;
    z-index:50;
}

.resortarea:hover
{
    background:#8aa03b;
}

.resortarea img 
{
    /*CSS for enlarged image*/
    position: absolute;
    top:13px;
    left:15px;
    visibility: hidden;
}

.resortarea:hover img
{
    visibility:visible;
    width:375px;
    padding:0 40px 0 0;    
}

.resortarea div
{
    width:300px;
    height:1px;
    line-height:1px;
    background:#fff;
    margin:0px;
    padding:0px;
}

.resortarea ul
{
    width:298px;
    min-height:20px;
    float:left;
    position:relative;
    background:#fff;
    list-style-type:none;
    margin:1px 1px 1px 1px;
    padding:0px;
    text-align:left;
    
}

.resortarea li a, .resortarea li a:visited, .resortarea li a:active, .resortarea li a:link
{
    color:#2c2c2d;
    text-decoration:none;
    font:normal 11px myriad, arial, helvetica, sans-serif;
    line-height:18px;
    text-decoration:underline;
    padding-left:10px;
    margin:0px;
}

.resortarea li a:hover
{
    color:#8AA03B;
}
/*------------------------- End of Resort Map Styles -------------------------*/

/*------------------------- Resort Weather Styles -------------------------*/
.weather_top
{
    width:145px; 
    height:101px; 
    margin:35px 10px 0 5px; 
    position:relative; 
    border:solid 2px #3696fa; 
    background-color:#174ba1;
}

.weather_topnite
{
    width:145px; 
    height:101px; 
    margin:35px 10px 0 5px; 
    position:relative; 
    border:solid 2px #58595b; 
    background-color:#1a1a1a;
}

.weather_iconlg
{
    width:165px; 
    position:absolute; 
    top:-35px;
	left:-10px;
}

.current_highlowtop
{
    position:absolute; 
    left:4px;
	top:50px; 
    font:bold 11px myriad, arial, helvetica, sans-serif; 
    color:#fff; 
    z-index:10;
}

.current_highlowbtm
{
    position:absolute; 
    left:5px; 
    top:51px; 
    font:bold 11px myriad, arial, helvetica, sans-serif; 
    color:#000; 
}

.current_temptop
{
    position:absolute; 
    right:5px; 
    top:55px; 
    font:bold 42px myriad, arial, helvetica, sans-serif; 
    color:#fff; 
    z-index:5;
}

.current_tempbtm
{
    position:absolute; 
    right:3px; 
    top:57px; 
    font:bold 42px myriad, arial, helvetica, sans-serif; 
    color:#000;
}

.extended_forecast, .extended_forcast a
{
    position:absolute; 
    left:2px; 
    top:83px;
    color:#fff;
    font:normal 11px myriad, arial, helvetica, sans-serif;
}

.animationContainer
{
	/*min-height: 110px;*/
}

.weather_top + .animationContainer .forecast_box
{
   	width:145px; 
    	min-height:100px; 
    	color:#fff;
    	background:#3696fa;
    	padding:0 2px 2px 2px;
    	overflow:hidden;
	margin:0 10px 0 5px;
}

.weather_topnite + .animationContainer .forecast_box
{
   	width:145px; 
    	min-height:100px; 
    	color:#fff;
    	background:#58595b;
    	padding:0 2px 2px 2px;
    	overflow:hidden;
	margin:0 10px 0 5px;
}

.weather_top + .animationContainer .odd_day
{
    width:145px; 
    height:20px; 
    position:relative;
    font:bold 11px myriad, arial, helvetica, sans-serif; 
    /*border-top:solid 1px #29aaf1; 
    border-bottom:solid 1px #104e91;*/
    background:#1978df;
}

.weather_topnite + .animationContainer .odd_day
{
    width:145px; 
    height:20px; 
    position:relative;
    font:bold 11px myriad, arial, helvetica, sans-serif; 
    /*border-top:solid 1px #29aaf1; 
    border-bottom:solid 1px #104e91;*/
    background:#58595b;
}

.dayofweek
{
    float:left; 
    width:65px; 
    font-size:10px; 
    color:#fff; 
    text-transform:uppercase; 
    line-height:20px; 
    margin:0 0 0 3px;
}

.weather_iconsm
{
    float:left; 
    line-height:20px; 
    margin:0 0 0 5px;
}

.weather_top + .animationContainer .day_lowtop
{
    position:absolute; 
    top:0px; 
    right:5px; 
    line-height:20px; 
    font-size:12px; 
    color:#b0d5fd; 
    z-index:10;
}

.weather_topnite + .animationContainer .day_lowtop
{
    position:absolute; 
    top:0px; 
    right:5px; 
    line-height:20px; 
    font-size:12px; 
    color:#babcbf; 
    z-index:10;
}

.day_lowbtm
{
    position:absolute; 
    top:1px; 
    right:4px; 
    line-height:20px; 
    font-size:12px; 
    color:#000;
}

.day_hightop
{
    position:absolute; 
    top:0px; 
    right:27px; 
    line-height:20px;
    color:#fff; 
    font-size:12px; 
    z-index:15;
}

.day_highbtm
{
    position:absolute; 
    top:1px; 
    right:26px; 
    line-height:20px; 
    font-size:12px; 
    color:#000;
}

.weather_top + .animationContainer .even_day
{
    width:145px; 
    height:20px; 
    position:relative;
    font:bold 12px myriad, arial, helvetica, sans-serif; 
    background:#0646b1;
}

.weather_topnite + .animationContainer .even_day
{
    width:145px; 
    height:20px; 
    position:relative;
    font:bold 12px myriad, arial, helvetica, sans-serif; 
    background:#1a1a1a;
}
/*------------------------- End of Resort Weather Styles -------------------------*/

/*------------------------- Navigator Style on CN page -------------------------*/
.navigator_content, #welcome_content:hover, #plan_content:hover, #contact_content:hover,
#rewards_content:hover, #cruises_content:hover, #travel_content:hover, #resort_content:hover, #cn_start
{
    text-align:justify;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 25px;
    float:left;
    width: 340px;
    height:252px; 
    margin:0 0 0 -3px;
    display:block;
    font:normal 9pt Trebuchet MS, sans-serif;
    line-height:16px;
    color: #58595B;
    position:absolute;
    left:128px;
}

.cn_head
{
    font: bold 11pt Trebuchet MS;
    color: #58595B;
}

#welcome_content:hover .welcome_inner
{

}    

.navigator_hidden
{
    display: none;
}


/*#navigator_menu .tab_title
{
    text-decoration:none;
    vertical-align:middle;
    position:relative;
}*/

#navigator_menu .welcome_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom: solid 1px #e8e8e8;
}

#navigator_menu .planning_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom:dotted 1px #e8e8e8;
}

#navigator_menu .contact_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom:dotted 1px #e8e8e8;
}

#navigator_menu .rewards_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom:dotted 1px #e8e8e8;
}

#navigator_menu .cruises_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom:dotted 1px #e8e8e8;
}

#navigator_menu .travel_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom:dotted 1px #e8e8e8;
}

#navigator_menu .resort_tab
{
    float:left;
    width:100%;
    height:34px;
    text-decoration:none;
    line-height:34px;
    border-bottom:dotted 1px #e8e8e8;
}
/* HOVER TREATMENT FOR THE NAVIGATOR TABS */

#navigator_menu
{
    width:125px;
    height:255px;
    float:left;
    font:bold 10px myriad, arial, helvetica, sans-serif;
    color:#58595b;
    position:relative;
    padding:0;
}
#navigator_menu DIV A SPAN
{
    float: left;
    border-left: solid 3px #fff;
    color:#58595b;
}
#navigator_menu .welcome_tab:hover
{
    border-left: solid 3px #f37021;
    border-bottom: solid 1px #f37021;
}
#navigator_menu .planning_tab:hover
{
    border-left: solid 3px #FF305A;
    border-bottom: solid 1px #FF305A;
}
#navigator_menu .contact_tab:hover
{
    border-left: solid 3px #007D73;
    border-bottom: solid 1px #007D73;
}
#navigator_menu .rewards_tab:hover
{
    border-left: solid 3px #9DC82B;
    border-bottom: solid 1px #9DC82B;
}
#navigator_menu .cruises_tab:hover
{
    border-left: solid 3px #94286B;
    border-bottom: solid 1px #94286B;
}
#navigator_menu .travel_tab:hover
{
    border-left: solid 3px #139EBD;
    border-bottom: solid 1px #139EBD;
}
#navigator_menu .resort_tab:hover
{
    border-left: solid 3px #FFD300;
    border-bottom:solid 1px #ffd300;
}

a.learnmore, a.learnmore:visited, a.learnmore:active, a.learnmore:link
{
    font:11px trebuchet ms, arial, sans-serif;
    color:#0D3C88;
    position:absolute;
    left:20px;
    bottom:10px;
}

a.learnmore:hover
{
    color:red;
}
/*------------------------- Navigator Style on CN page -------------------------*/

/*---------- MY GO LOCKER STYLES ----------*/
.nvPackages {width:65%; height:100%; margin:0 auto 24px; padding:12px 24px 32px 24px; background:#dec05e; border-bottom:solid 2px #736128; border-right:solid 2px #736128; border-top:solid 2px #f2e6c0; border-left:solid 2px #f2e6c0; -moz-border-radius:20px; -webkit-border-radius:20px;}
.nvPackages a {color:#181818; text-decoration:underline;}
.nvPackages img {border-top:solid 2px #736128; border-left:solid 2px #736128; border-bottom:solid 2px #f2e6c0; border-right:solid 2px #f2e6c0;}
.iorSObadge {position:relative; width:90%; margin:0 auto; padding:5px; color:#fff; background:#0D3C88; border-bottom:solid 2px #061c40; border-right:solid 2px #061c40; border-top:solid 2px #93b8f4; border-left:solid 2px #93b8f4; -moz-border-radius:20px; -webkit-border-radius:20px;}
.iorSObadge a, .iorSObadge a:active {color:#fff; font-weight:bold; text-decoration:none;}
.iorSObadge a:visited {color:#ccc;}
.iorSObadge a:hover {color:#ccc;}
.iorSOdiscount {position:absolute; right:-10px; top:25px; width:75px; height:75px; background:url(/images/discount_badge.png) no-repeat; z-index:100;}

/*------------------------- CNS Styles -------------------------*/
.internal_cns {height:335px; margin: 0px;}
.cns_header {width:100%; max-width:960px; height:38px; background:#0D3C88; position:relative;}
.cns_pagetitle {font:bold 16px myriad, arial, helvetica, sans-serif; padding:0 10px 0 10px; line-height:36px; color:#fff;}
.cns_header-btmborder {width:100%; max-width:960px; height:1px; background:#fff; position:absolute; bottom:2px; left:0; background:#fff; line-height:1px;}
.cnsbody-container {position:relative; width:50%; float:left; padding:5px 10px 0 10px; text-align:justify; overflow:hidden; margin:0;}
.cns_pgcontent {height:100%; text-align:jusify; position:relative;}
.cns_galleriesContainer {float:right; width:47%; padding:10px 0 0 0;}
.cns_galleryBox {float:right; width:185px; height:150px; margin:0 10px 35px 25px; -webkit-box-shadow:2px 2px 4px #666; -moz-box-shadow:2px 2px 4px #666; border:solid 1px #58595B;}
a.cns_galleryBox {width:185px; height:150px; text-decoration:none; -webkit-border-radius:10px; -moz-border-radius:10px;}
a.cns_galleryBox:hover {-moz-box-shadow:0px 0px 15px #f37021; -webkit-box-shadow:0px 0px 15px #f37021; border:solid 1px #f37021;}
.cns_vacationerBox {float:right; width:410px; height:162px; margin:0 10px 0px 0; -webkit-box-shadow:2px 2px 4px #666; -moz-box-shadow:2px 2px 4px #666; border:solid 1px #58595B;}
a.cns_vacationerBox {width:410px; height:162px; text-decoration:none; -webkit-border-radius:10px; -moz-border-radius:10px;}
a.cns_vacationerBox:hover {-moz-box-shadow:0px 0px 15px #f37021; -webkit-box-shadow:0px 0px 15px #f37021; border:solid 1px #f37021;}
.vacationer_blurb {float:right; width:400px; height:50px; margin:0px 10px 24px 0; padding:0px 5px 0 5px; font:italic 11px myriad, arial, helvetica, sans-serif; overflow:hidden;}
.csn_btn
{
	width:75px;
	height:35px;
	background:url(/images/booking_btn.gif) right top no-repeat;
	border:solid 1px #e55800;
	font:bold 12px myriad, arial, helvetica, sans-serif;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin:0 auto;
	padding:10px 0 10px 0;
	text-decoration:none;
	line-height:35px;
}

.csn_btn a {text-decoration:none; width:75px; height:35px;}

.csn_btn a:hover
{
	background-position:100% -24px;
}
/*------------------------- End of CNS Styles -------------------------*/

/*---------- QUICK BOOK BOOKING ENGINE BAR ----------*/
#quickbook {height: 35px; text-align:center; width:100%; min-width:1000px; margin:0 auto auto auto; background:#f5e8d7; border-bottom:solid 4px #f37021; border-top:solid 4px #f37021; position: fixed; bottom: 0px; left: 0px; z-index: 999; -webkit-box-shadow:0 -2px 5px #181818; -moz-box-shadow:0 -2px 5px #181818;}
#quickbook .qbeBtn {float:left; width:100px; height:35px; text-align:left; color:#657625; font:italic bold 12px myriad, arial, helvetica, sans-serif; text-transform:uppercase; background:url(/images/quikbookBtn.png) 100% 0 no-repeat; border:none; overflow:hidden; clear:none;}
#quickbook .qbeBtn:hover {background-position:100% -35px;}
#quickbook .qbLogo {position:absolute; top:0; left:3%; min-width:160px; height:35px; background:url(/images/qbLogo.png) 75% 0 no-repeat; margin-left:2%;}
#quickbook .iorLogo {position:absolute; top:0; left:83%; min-width:160px; height:35px; background:url(/images/qb-iorLogo.png) 15% 0 no-repeat;}
/*---------- END OF QUICK BOOK ENGINE ---------*/

/*---------- EXPEDIA SELECT ----------*/
#exp_bp_hdiv {width:158px; height:115px; background:url(http://media.expedia.com/media/content/shared/images/badge/badge_only_2010.gif) -20px -2px no-repeat; border:solid 1px #bcbcbc; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:1px 1px 2px #666;} 
#exp_bp_hdiv .xp-bp-hul {list-style-type:none; width:150px; margin:0; padding:0;}
#exp_bp_hdiv .xp-bp-hli {color:#41639b; margin:85px 0 0 0;}
#exp_bp_hdiv .xp-bp-hli a {color:#41639b; padding:0 0 0 18px;}
#exp_bp_hdiv .xp-bp-hli a:hover {color:#02b3fd;}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
