/* CSS Document */

/*=========================COLORS FORGROUND=========================*/
/* ORANGE */
h1, h3, a,
.style_boxes a,
.impact {
	color:#de8517;
	}

/* BLUE */
h2,
.impact_2,
.title/*for the titles on press releases*/
	 {
	color:#08448d;
	}

/* RED */
.impact_3 {
	color:red;
	font-weight:bold;
	}
	
/* SLATE BLUE */
a:hover,
.style_boxes a:hover {
	color:#3c638d;
	}

/* WHITE */
/*#id_region_footer a,*/
#site_tools a {
	color:white;
	}

/* BLACK */


/* DARK GRAY */
body {
	color:#666666;		
	}
/*=========================END: COLORS FORGROUND=========================*/

/*=========================COLORS BORDER=========================*/
/* SLATE BLUE */
#region_2,
.style_boxes,
.content_box {
	border-color:#3c638d;
	}
/*=========================END: COLORS BORDER=========================*/

/*=========================COLORS BACKGROUND=========================*/
/* ORANGE */
.button {
	background-color:#de8718;
	}

/* SLATE BLUE */
.button:hover
/*#id_region_footer*/ {
	background-color:#3c638d;
	}

/* WHITE */
body,
.style_boxes {
	background-color:white;
	}

/* LIGHT GRAY */
.resort_box,
.content_box h2 {
	background-color:#eaeaea;
	}
/*=========================END: COLORS BACKGROUND=========================*/


/*=========================Redefined Tags=========================*/
body {
	margin-left:15px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:770px;
	}
h1 {
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:5px;
	margin-top:5px;
	}
h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	}
h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	}
	
p {
	margin-bottom:10px;
	margin-top:10px;
	line-height:18px;
	}
	
small {
	font-size:9px;
	}
hr {
	height:0px;
	border:0px;
	border-top:1px dashed #de8517;
	margin-bottom:10px;
	margin-top:10px;
	}
li {
	list-style-type:disc;
	padding:2px;
	}

/*=========================END: Redefined Tags=========================*/

/*=========================Links=========================*/
a {text-decoration:none;}

a:hover {text-decoration:underline!important;}

#id_region_footer a, #site_tools a {
	text-decoration:none;
	}
	
#id_region_footer a:hover, #site_tools a:hover {
	text-decoration:underline;
	}

/* Anchor icons */
/* ----------------------------------------------------- */
a.icon_new_win,
a.icon_pdf,
a.icon_email,
a.icon_popup { 		
	background-repeat:no-repeat;
	background-position:right;
}	

a.icon_new_win {
	padding-left:1px;
	padding-right:20px;
	background-image:url(/images/icon_new_win.gif);
}

a.icon_pdf {
	padding-left:1px;
	padding-right:20px;
	padding-top:1px;
	background-image:url(/images/icon_pdf.gif);
}

a.icon_email {
	padding-left:1px;
	padding-right:20px;
	padding-top:1px;
	background-image:url(/images/icon_email.gif);
}

a.icon_popup {
	padding-left:1px;
	padding-right:20px;
	padding-top:1px;
	background-image:url(/images/icon_popup.gif);
}

/*--Icons page anchors---*/
a.icon_arrow_down,
a.icon_arrow_up {
	padding-left:20px;
	background-repeat:no-repeat;
	}

a.icon_arrow_down {
	background-image:url(../images/icon_arrow_down.gif);
	}
a.icon_arrow_up {
	background-image:url(../images/icon_arrow_up.gif);
	}
/*-- END Icons page anchors---*/

/*--Site Tools Icons---*/
a.icon_info_hdr,
a.icon_magnify_hdr,
a.icon_email_hdr {
	padding-left:20px;
	padding-right:20px;
	background-repeat:no-repeat;
	}

a.icon_info_hdr {
	background-image:url(/images/icon_info_hdr.gif);
	}
a.icon_magnify_hdr {
	background-image:url(/images/icon_magnify_hdr.gif);
	}
/*-- END Site Tools Icons---*/
	
/*=========================END: Links=========================*/

	
#id_region_search input {
	margin-right:5px;
	}
	
#id_region_header {
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
	height:93px;
	margin-bottom: 4px;
	}

img#header_logo_plhdr {/*trans gif to link up header logo*/
	width:238px;
	height:93px;
}

#id_region_footer {
	height:20px;
	padding-left:95px;
	}
#id_region_footer ul {
	margin:0px;
	padding:0px;
	}
#id_region_footer li {
	float:left;
	padding-right:15px;
	padding-top:2px;
	list-style:none;
	}

#site_tools {
	height:30px;
	position:absolute;
	top:20px;
	left:325px;
	width:450px;
}

#site_tools ul {
	margin:0px;
	padding:0px;
}
#site_tools li {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
}

#site_tools h3 {
	display:none;
	}

/*=========================Main Nav========================= */
.site_nav {	
	position:relative;
	height:50px;
}
.site_nav h3 {
	display:none;
}
.site_nav ul {
	margin:0px;
	padding:0px;
}
.site_nav li {
	margin:0px;
	padding:0px;
	display:inline;
}

.site_nav ul li {
	float:left;
}

.site_nav li a {
	display:block;
	padding:5px;
	border:1px solid #3c638d;
	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
	color:#08448d;
}

.site_nav ul li ul {
	border:1px solid #3c638d;
	background-color:#3c638d;
	width:768px;
	height:24px;
	position:absolute;
	display:none;
	left:0px;
	top:24px;
}

/*--Sencond Tier links--*/
.site_nav ul li.current ul {
	display:block;
}

.standalone .site_nav ul li ul {display:block;}
.standalone .site_nav ul li ul a {display:none;}

/*--This is for the active tab--*/
.site_nav ul li.current a {
	background-image:url(/images/tab_gradient.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0px;
	border-bottom:none;
	z-index:100;
	color:white;
	}


.site_nav ul li ul li {
	float:left;
}

.site_nav ul li ul li a {
	background-image:none!important;
	border:none;
	font-weight:normal;
	}

/*--Defines color on the current link of the 2nd tier--*/
.site_nav ul li ul li.current a {
	color:#f6b560;
	font-weight:bold;
	}

/*--Third tier nav--*/
.site_nav ul li ul li ul {
	left:10px;
	top:40px;
	background:none;
	border:none;
	}

.site_nav ul li ul li.current ul {
	display:block!important;
	width:180px;
	}

/*-----Hides 3rd tier only for Sales & Marketing-----*/	
#page_sales_marketing .site_nav ul li ul li.current ul {
	display:none!important; 
	}

.site_nav ul li ul li ul li {
	float:none;
	}

.site_nav ul li ul li ul li a {
	color:#08448d!important;
	}

.site_nav ul li ul li ul li.current a {
	color:#de8517!important;
	}

/*For the 4th tier child position*/
.site_nav ul li ul li ul li ul {
	position:static;
	height:auto;
	}




/*This hides the 3rd tier when tabs are active*/
.site_nav ul li.current ul li ul {
	display:none!important;
	}

/*This shows 3rd tier when 2 tier link is active*/	
.site_nav ul li ul li.current ul {
	display:block!important;
	}

.site_nav ul li ul li.current ul li ul {
	display:none!important;
	}

/*This shows 4rd tier when 3 tier link is active*/	
.site_nav ul li ul li ul li.current ul {
	display:block!important;
	margin-left:15px;
	}

/*Sets formating for 4th tier links*/
.site_nav ul li ul li ul li ul li a {
	font-size:11px;
	font-weight:normal!important;
	padding-top:10px;
	}


/*Sets color for 4th tier links	*/
.site_nav ul li ul li ul li ul li a span {
	color:#08448d;/*blue*/
	}

.site_nav ul li ul li ul li ul li.current a span {
	color:#de8517;/*orange*/
	}
	

/*=========================END: Main Nav========================= */


#region_2 {
	background-image:url(/images/dot_line_vert.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-style:solid;
	border-width:1px;
	width:768px;
	margin-top:4px;
	margin-bottom:4px;
	}

#region_2_area_1 {
	width:238px;
	height:400px;
	min-height:400px;
	float:left;
	position:relative;
	}
	
#region_2_area_1_content {
	padding: 0px 8px 0px 8px;
	}

#region_2_area_2 {
	float:left;
	width:530px;
	}
	
#region_2_area_2_content {
	padding: 0px 10px 0px 10px;
	}

/*=========================Homepage body=========================*/
#page_home #region_2_area_2 {
	background-image:url(/images/collage_hp.jpg);
	background-repeat:no-repeat;
	float:left;
	width:530px;
	}

#page_home #region_2_area_2_content {
	padding-top:90px;
	}

#page_home #region_2_area_1 {
	background-image:url(/images/ii_logo_ball.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:15px;
	height:665px;/*controls sidebar on homepage*/
}
/*=========================END: Homepage body=========================*/

/*=========================Landing pages body=========================*/
#page_developer_services #region_2_content {
	background-image:url(/images/collage_developer_services.jpg);
	background-repeat:no-repeat;
	height:500px; /*fix for ie7 to extend left side bg bar*/
	}
	
#page_member_services #region_2_content {
	background-image:url(/images/collage_member_services.jpg);
	background-repeat:no-repeat;
	height:400px; /*fix for ie7 to extend left side bg bar*/
	}
	
#page_adv_pub #region_2_content {
	background-image:url(/images/collage_adv_pub.jpg);
	background-repeat:no-repeat;
	height:400px; /*fix for ie7 to extend left side bg bar*/
	}

#page_about_us #region_2_content {
	background-image:url(/images/collage_about_us.jpg);
	background-repeat:no-repeat;
	height:500px; /*fix for ie7 to extend left side bg bar*/
	}

#page_vacation_ownership #region_2_content {
	background-image:url(/images/collage_vacation_ownership.jpg);
	background-repeat:no-repeat;
	height:400px; /*fix for ie7 to extend left side bg bar*/
	}

#page_sales_marketing #region_2_content {
	background-image:url(/images/collage_sales_marketing.jpg)!important;
	background-repeat:no-repeat;
	height:500px;/* fix for ie7 to extend left side bg bar*/
	min-height:500px;
	} /* --- alternate layout (template_landing_3--*/

#page_affiliate_advantages #region_2_content {
	background-image:url(/images/collage_affiliate_advantage.jpg);
	background-repeat:no-repeat;
	height:500px; /*fix for ie7 to extend left side bg bar*/
	}	
	

.template_landing_1 #region_2_area_2_content {
	padding: 190px 10px 0px 10px;
	}

.template_landing_2 #region_2_area_2_content,
.template_landing_3 #region_2_area_2_content {
	padding-top:190px;
	padding-left:15px;
	}

.template_landing_2 #region_2 {
	background-image:none;
	}
.template_landing_2 #region_2_area_1 {
	width:auto;
	}

.template_landing_3 #region_2 {
	background-image:none;/*--takes off the bg on the left nav bar--*/
	}

.template_landing_3 #region_2_area_1 {
	display:none;
	}
	
.template_landing_2 #region_2_area_2,
.template_landing_3 #region_2_area_2 {
	width:auto;
	}

.template_landing_1 h1 {
	margin-top:-42px;
	margin-left:80px;
	margin-bottom:20px;
	}

.template_landing_2 h1,
.template_landing_3 h1 {
	margin-top:-42px;
	margin-left:320px;
	margin-bottom:20px;
	}
#page_press_releases_2007 ul li,	
#page_press_releases_2006 ul li,
#page_press_releases_2005 ul li,
#page_press_releases_2004 ul li,
#page_press_releases_2003 ul li {
	margin-bottom:15px;
}

#page_press_releases_2007 #region_2_area_2_content img {
	margin:8px;
}


/*=========================END: Landing pages body=========================*/

/*============MISC================*/
.clear {
	clear:both;
	}
	
.button {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF!important;
	border-top:1px solid #efb361;
	border-left:1px solid #efb361;
	border-right:1px solid #995c0a;
	border-bottom:1px solid #995c0a;
	text-decoration:none!important;
	cursor:pointer;
	}

.arrows ul  {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:225px;
	float:left;
	}
	
.arrows ul li {
	list-style:none;
	background-image:url(/images/li_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:8px;
	display:block;
	}
	
.style_boxes {
	border-style:solid;
	border-width:1px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	}
.style_boxes div#easy {
	background-image:url(/images/easy_logo.gif);
	background-repeat:no-repeat;
	padding-left:100px;
	height:55px;
	}
	
.style_boxes div#res_portal {
	background-image:url(/images/res_portal_logo.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-left:100px;
	height:55px;
	}

.style_boxes a,
.impact,
.impact_2 {
	text-decoration:none;
	font-weight:bold;
	}

/*for the titles on press releases*/	
.title {
	font-weight:bolder;
	font-size:14px;
	padding-top:10px;
	}
	
.style_boxes a:hover {
	text-decoration:underline;
	font-weight:bold;
	}


.style_boxes a#info {
	background-image:url(/images/icon_info.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	}
.style_boxes a#resort {
	background-image:url(/images/icon_magnify.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	}

.resort_box {
	width:156px;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
	float:left;
	margin-right:3px;
	font-size:10px;
	}

#mag_callout {
	padding-left:5px;
	
	width:215px;
	}
#mag_callout img {
	margin-right:5px;
	float:left;
	border:0px;
	}
#mag_callout span {
	margin:0px;
	float:left;
	cursor:pointer;
	}

.content_box {
	border-style:solid;
	border-width:1px;
	}

.content_box h2 {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:5px;
	margin:0px;
	}

#region_2_area_2_content .content_box {
	float:left;
	margin-right:30px;
	margin-top:10px;
	height:auto;
	}

#region_2_area_2_content .content_box ul {
	margin-left:5px;
	width:190px;
	}

#anchor_nav {
	border:1px dashed #de8517;
	padding:8px;
	margin-bottom:10px;
	}

/*-----------Magazine Setup---------------*/
#mag_area_area_1 {
	float:left;
	width:325px;
	}

.mag_box {
	background-color:#fcfbea;
	border:1px solid #08448d;
	float:right;
	width:auto;
	}
#mag_box_content {
	padding:8px;
	}
.mag_box p {
	margin:0px;
	}
	
.mag_box p.box_callout {
	background-color:#08448d;
	font-weight:bold;
	font-size:13px;
	color:white;
	display:block;
	padding:2px;
	}
.mag_box p span {
	margin-left:15px;
	}
.mag_box a.icon_pdf {
	color:red;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	}
/*----------- END Magazine Setup---------------*/

/*-----------Product Setup---------------*/

.product_area_1 p.thumbs {
	float:left;
	margin:6px;
	width:150px;/*-Max width for thumbs should be 150px-*/
	}
.product_area_1 p small {
	float:left;
	}
table.callout {
	border:1px solid #de8517;
	padding:4px;
	margin:0px 0px 15px 0px;
	}
thead {
	background-color:#f8d9b2;
	font-weight:bold;
	}




/*-----------END Product Setup---------------*/
	

/*============END: MISC================*/

/*-----------Show and hide "inc_contact_info.jsp" for "sales & marketing" or "Advertising/Pub"----------*/
#page_resort_directory #advertise_info,
#page_magazines_newsletters #advertise_info,
#page_brochure_collateral #advertise_info,
#page_go_intervalworld #advertise_info,
#page_panels_posters #advertise_info,
#page_posters #advertise_info,
#page_video_brochures #advertise_info,
#page_vacation_industry_review #order_info,
#page_interval_world #order_info,
#page_resort_directory_2 #order_info,
#page_go_intervalworld #order_info 
{
	display:none;
}	
/*----------- END: Show and hide contact info for "sales & marketing" and "Advertising/Pub"----------*/



/*-----------Thank you page / error page-------*/
#page_generic .site_nav ul li ul {
	display:block;
}
#page_generic .site_nav ul li ul li,
#page_generic .site_nav ul li ul li ul {
	display:none;
}
/*-----------END: Thank you page / error page--------*/

/*-----------Resort Self Service Portal--------*/

#rss_content_container
{
margin-left:10px; 
margin-right:10px;
margin-bottom:20px;
}

#rss_p1{
font-size:16px;
}
#rss_sign_in{
	height:142px; 
	width:245px; 
	border:#e4e9ef solid  1px; 
	float:left; 
	margin-top:15px;
	}

#rss_sign_up{
	height:142px; 
	width:245px; 
	border:#e4e9ef solid  1px; 
	float:right; 
	margin-top:15px;
	}
.rss_sign_txt{
	width:110px;
	float:left;
	margin:5px;}
.rss_sign_img{
	float:right;
	margin:5px;}
.rss_reports_l{
	background-image:url(/images/rss_reports_bkg.jpg);
	background-repeat:repeat-x;
	height:196px; 
	width:245px; 
	border:#e4e9ef solid  1px; 
	float:left; 
	margin-top:15px;
	}

.rss_reports_r{
	background-image:url(/images/rss_reports_bkg.jpg);
	background-repeat:repeat-x;
	height:196px; 
	width:245px; 
	border:#e4e9ef solid  1px; 
	float:right; 
	margin-top:15px;
	}	
.rss_reports_txt{
	font-size:12px; 
	color:#000; 
	margin:10px 10px 10px 10px;
	background-color:#FFF;
	height:136px; 
	width:225px; 
	border:#cdbea1 solid  1px;
	
	}
.rss_reports_head{
	font-size:14px; 
	color:#000; 
	font-weight:bold;
	height:30px;
	margin:10px 20px 0px 10px;
	}

/*-----------END Resort Self Service Portal--------*/
