@charset "utf-8";
/* CSS Document */
/***********************************************
	RESET
***********************************************/
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}
/**********************************************
	Global Styles:
	- Styles That Are Tag Specific & The
	  Same On Every Page
**********************************************/
html {
	background: url(../images/backgrounds/blue_gradient_bg.jpg) repeat-x 0px 33px;
}
body {
	background: url(../images/backgrounds/sand_top.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:none;
}
ul {
	margin: 5px 0px 10px 15px;
}
ul li {
	margin: 0px 0px 5px 0px;
}
/**********************************************
	Container
**********************************************/
#Container {
	position: relative;
	width: 998px;
	margin: 0px auto;
}
/**********************************************
	Header
**********************************************/
#Header {
	position: relative;
	width: 998px;
	height: 225px;
	background-image: url(../images/headers/header.jpg);
}
#Header h1 a {
	position: absolute;
	top: 14px;
	left: 41px;
	display: block;
	width: 149px;
	height: 102px;
}
#Header h1 a span {
	position: absolute;
	left: -99999px;
}
/**********************************************
	Pnav
**********************************************/
#Pnav {
	position: absolute;
	top: 30px;
	left: 200px;
	width: 770px;
	font-size: 18px;
	z-index: 100;
	font-family: "Times New Roman", Times, serif;
}
#Pnav a#SkipNav {
	position: absolute;
	left: -99999px;
}
/* Menu Level One */
#Pnav ul {
	list-style-type: none;
}
#Pnav ul li {
	display: block;
	float: left;
	height: 35px;
	background: url(../images/common/menu_divider.png) no-repeat right center;
	padding: 5px 35px 0px 25px;
}
/* Special case for last link on the right */
#Pnav ul li#Link_5 {
	background-image: none;
	padding-right: 0px;
}
#Pnav a {
	color: #002F51;
	text-decoration: none;
	font-weight: normal;
}
#Pnav a:hover {
	color: #006FBF;
}
/**********************************************
	Content
**********************************************/
#Content {
	background: url(../images/backgrounds/content_bg.png) no-repeat left top;
	padding: 7px 60px 40px 60px;
	min-height: 700px;
	height: auto !important;
	
	/*IE 6 Fixes*/
	height: 700px;
}
#Content h2, h3{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #005B9D;
}
#Content h2 {
	background: url(../images/common/title_splash_bg.png) no-repeat left top;
	font-size: 36px;
	margin: 20px 0px 10px 0px;
}
#Content h3 {
	font-size: 23px;
	color: #333;
	margin: 5px 0px 5px 0px;
}
#Content h4 {
	font-size: 13px;
	color: #005B9D;
	margin: 5px 0px 5px 0px;
}
#Content p {
	line-height: 1.7em;
	margin: 10px 0px;
}
#Content ul {
	margin: 10px 0px 10px 25px;
}
#Content a {
	color: #0369BA;
	text-decoration: none;
}
#Content #Content_main {
	width: 580px;
	float: left;
}
/**********************************************
	Footer
**********************************************/
#Footer {
	clear: both;
	width: 850px;
	border-top: 1px solid #E4F0F3;
	margin: 0px auto;
	padding: 5px 0px 10px 0px;
	
	color: #005177;
	font-size: 10px;
}
#Footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#Footer ul li {
	display: inline;
	padding-right: 20px;
}
#Footer a {
	color: #005177;
	font-size: 10px;
	text-decoration: none;
}
#Footer ul li a {
	color: #005177;
	font-size: 11px;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer span {
	float:left;
}
#Footer a#SpincasterLink {
	float:right;
}
/**********************************************
	RESORTS LIST & UNIT LIST
**********************************************/
#Content .resort_list_item {
	position: relative;
	width: 325px;
	min-height: 222px;
	height: auto;
	
	overflow: hidden !important; /* was auto */
	border-bottom: 2px solid #D9E7F0;
	padding: 10px 0px 10px 255px;
	
	/* IE 6 Fix */
	overflow: visible;
}
#Content .resort_list_item span.bottom_fade {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 15px;
	background: url(../images/backgrounds/resorts_bottom_fade.png) no-repeat left bottom;
	z-index:1000;
}
#Content .resort_list_item span.bottom_fade a.more_desc,
#Content .resort_list_item span.bottom_fade a.full_desc {
	/*display: none;*/
	width: 25px;
	float: right;
	background: url(/images/icons/arrow_down.png) no-repeat right 2px;
	padding: 0px 12px 0px 0px;
	
	font-size: 10px;
	text-align: right;
	text-transform: lowercase;
}
#Content .resort_list_item span.bottom_fade a.full_desc {
	background: url(/images/icons/arrow_left.png) no-repeat right 1px;
}
#Content .unit_list_item {
	position: relative;
	width: 625px !important;
	min-height: 255px;
	height: auto !important;
	overflow: hidden;
	clear: both;
	background: url(/images/common/listing_preview_border.png) no-repeat left bottom;
	padding: 10px 0px 10px 255px;
	
	/* IE 6 Fix */
	width: 640px;
	height: 250px;
}
#Content .unit_list_item .unit_desc {
	width: 360px;
	float: left;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}
#Content .unit_list_item .unit_specs {
	width: 250px;
	float: left;
	overflow: auto;
	background: url(/images/common/brown_box_top.png) no-repeat left top;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}
#Content .resort_list_item h3 {
	margin: 0px;
}
#Content .unit_list_item h3 {
	width: 360px;
	margin: 0px;
}
#Content .resort_list_item h3 strong,
#Content .unit_list_item h3 strong {
	display: block;
	margin: 5px 0px;
	
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #005B9D; /* Medium Blue */
}
#Content .resort_list_item p,
#Content .unit_list_item p {
	margin: 10px 0px 5px 0px;
	
	line-height: 1.4em;
}
#Content .resort_list_item ul,
#Content .resort_list_item ol,
#Content .unit_list_item ul,
#Content .unit_list_item ol {
	margin: 5px 0px 5px 0px;
}
#Content .resort_list_item ul li,
#Content .resort_list_item ol li,
#Content .unit_list_item ul li,
#Content .unit_list_item ol li {
	margin: 5px 0px 5px 25px;
}
#Content .unit_list_item dl {
	overflow: auto;
	background: url(../images/common/brown_box_bottom.png) no-repeat left bottom;
	padding: 0px 0px 6px 0px;
	
	font-size: 11px;
}
#Content .unit_list_item dl dt {
	width: 140px;
	float: left;
	background: #E0D2C2;
	border-right: 1px solid #EAE0D7;
	border-bottom: 1px solid #EAE0D7;
	border-left: 6px solid #E0D2C2;
	padding: 4px 5px;
}
#Content .unit_list_item dl dd {
	width: 72px;
	height: 14px;
	float: left;
	background: #E0D2C2;
	border-right: 6px solid #E0D2C2;
	border-bottom: 1px solid #EAE0D7;
	padding: 4px 5px 4px 10px;
}
#Content .resort_list_item a.img_preview,
#Content .unit_list_item a.img_preview {
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	width: 228px;
	height: 162px;
	background: url(../images/common/photo_bg.png) no-repeat center center;
	padding: 17px 0px 0px 14px;
}
#Content .resort_list_item a.img_preview span,
#Content .unit_list_item a.img_preview span {
	display: block;
	width: 213px;
	height: 143px;
	overflow: hidden;
}
#Content .resort_list_item a.more_info,
#Content .unit_list_item a.more_info {
	position: absolute;
	top: 190px;
	left: 0px;
	display: block;	
	width: 215px;
	height: 30px;
	background: url(../images/common/small_splash.png) no-repeat right top;
	padding: 5px 27px 0px 0px;
	
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0369AD; /* Lighter Blue */
	text-align: right;
	text-decoration: none;
}
#Content .resort_list_item a.more_info:hover,
#Content .unit_list_item a.more_info:hover {
	color: #035388; /* Shade Darker the Lighter Blue */
}
/**********************************************
	PAGINATION
**********************************************/
#Content .pagination {
	display: block;
	float: right;
	clear: right;
	padding: 15px 0px 0px 0px;
}
/******************************
	Prev & Next Buttons
*******************************/
#Content a.prev_btn {
	text-decoration: none;
	background: url(../images/buttons/page_left.gif) no-repeat left center;
	padding: 0px 5px 0px 17px;
}
#Content a.next_btn {
	text-decoration: none;
	background: url(../images/buttons/page_right.gif) no-repeat right center;
	padding: 0px 17px 0px 5px;
}
/**********************************************
	SORT BY
**********************************************/
#SortBy {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#SortBy li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 5px 0px 2px;
}
#SortBy li#LastLink {
	border: none;
}
#SortBy li a {
}
/**********************************************
	SIDEBAR
**********************************************/
#sidebar {
	position: relative;
	width: 290px;
	min-height: 550px;
	height: auto !important;
	float: right;
	background: url(../images/backgrounds/sidebar.jpg) no-repeat right top;
	
	/*IE 6 Fixes*/
	height: 550px;
}
#sidebar h3{
	padding: 0px;
	margin-top: 10px;
}
#sidebar h4{
	font: normal 18px "Times New Roman", Times, serif;
}
#sidebar h3,
#sidebar h4,
#sidebar p {
	margin-left: 65px;
}
#sidebar h4,
#sidebar p {
	margin: 5px 15px 0px 65px;
	color: #333;
}
#sidebar a {
	color: #333;
	text-decoration: underline;
}
#sidebar a.featured_img {
	position: relative;
	display: block;
	height: 162px;
	width: 228px;
	background: url(../images/common/photo_bg.png) no-repeat center center;
	padding: 17px 0px 0px 14px;
}
#sidebar a.featured_img span {
	display: block;
	width: 213px;
	height: 143px;
	overflow: hidden;
}
#sidebar #sidebar_extras{
	width: 254px;	
	height: 108px;
	background: url(../images/common/promo_bg.png) no-repeat left top;
	padding: 13px;
	margin-top: 15px;
}
#sidebar #sidebar_extras h3 {
	padding: 0px;
	margin: 15px 0px 0px 4px;
}
#sidebar #sidebar_extras a#FeaturePackage {
	display: block;
	width: 99px;
	height: 98px;
	float: right;
	overflow: hidden;
	margin: 5px;
}
#sidebar #sidebar_extras #more_link{
	display: block;
	font-size: 10px;
	text-decoration: none;
	margin-left: 70px;
}
/**********************************************
	Property Title on listting detail pages
**********************************************/
#property_title {
	width: 500px;
	float: right;
	padding: 15px 0px;
}
#property_title h3,
#property_title h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#property_title #next_property {
	display: block;
	width: 100px;
	float: right;
	background: url(../images/buttons/page_right.gif) no-repeat right center;
	margin-top: 25px;	
}
/**********************************************
	Global Classes
**********************************************/
.clear {
	clear: both;
}
.edit_link {
	float: right;
	border-top: 1px solid #0369BA;
	border-bottom: 1px solid #0369BA;
	padding: 0px 3px;
	margin: -20px 0px 0px 0px;
}
.edit_link:hover,
#Content_main a.edit_link:hover {
	color: #1A96FB;
	border-top: 1px solid #1A96FB;
	border-bottom: 1px solid #1A96FB;
}
.hide {
	display: none;
}
.error {
	color: #C00;
}
.float-left {
	float: left;
	padding-right: 100px;
}