@import url(reset.css);
@import url(process.css); 

.debug {
	display: none; 
}

body {
	font-family: Georgia, serif;
	font-size: 13px; 
	line-height: 21px; 
	color: #333;
	margin: 0; 
}
	body.windows {
		font-size: 12px; 
	}

	/*
	 * DOM-wide styles
	 *
	 */

	a {
		color: #3c2315; 
	}
		a:hover {
			text-decoration: underline; 
		}

		a.more {
			background: url(images/bullet.gif) center left no-repeat; 
			padding-left: 10px; 
			position: relative;
			left: -10px; 
		}

	em {
		font-style: italic; 
	}

	strong {
		font-weight: bold; 
	}

	.clear {
		margin: 0;
		clear: both; 
	}

	.disclaimer {
		font-size: 11px; 
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: 15px; 
		color: #777; 
	}
		#sidebar .disclaimer {
			padding: 0 20px; 
		}

	input, select, textarea {
		font: 12px/1.2em Arial, Helvetica, sans-serif;
	}

	optgroup {
		font-style: normal; 
		font-weight: bold; 
		border-top: 1px dotted #777; 
		margin-top: 0.5em; 
		padding-top: 0.5em; 
	}

	label span.required {
		color: red; 
	}

	#rcdnone {
		display: none; 
	}

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

	.image_right {
		float: right;
		margin: 0 0 5px 10px; 
	}

	blockquote {
		display: block;
		margin: 1em 0;
		border-left: 4px solid #ddd;
		border-top: 1px solid #ddd; 
		padding-top: 10px; 
		padding-left: 15px; 
	}

	button.img_btn {
		border: none;
		background: transparent; 
		background-position: top left; 
		text-indent: -9999px; 
		height: 20px; 
		cursor: pointer; 
	}
		button.img_btn:hover {
			background-position: bottom left; 
		}

	.file,
	.file_item {
		padding-left: 20px; 
		background: url(images/icons/file.gif) center left no-repeat; 
	}
		.file_pdf {
			padding-left: 20px; 
			background: url(images/icons/pdf.gif) center left no-repeat; 
		}
		.file_xls {
			background: url(images/icons/xls.gif) center left no-repeat; 
		}
		.file_doc {
			background: url(images/icons/doc.gif) center left no-repeat; 
		}
		.file_html {
			background: url(images/icons/html.gif) center left no-repeat; 
		}

	.file_items {
		margin: 1em 0; 
	}

		.file_items a {
			display: block;
		}


.wrap {
	position: relative; 
	width: 960px;
	margin: 0 auto; 
}


#specials_bar {
	position: relative; 
	background: #250000 url(images/specials_bar/bg_open.gif) bottom left repeat-x; 
	height: auto;
	color: #fff; 
}
	#specials_bar_content {
		position: relative; 
		display: none; 
		height: 77px; 
		height: 83px; 
	}
		#specials_bar.open #specials_bar_content {
			display: block;
		}

	#specials_bar_toggle {
		margin: 0;
		display: block;
		text-align: center; 
		width: 100%; 
		height: 16px; 
	}

		#specials_bar_toggle a {
			color: #c37373; 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px; 
			text-transform: uppercase; 
			position: relative;
			bottom: 3px; 	
		} 
			#specials_bar_toggle a:hover {
				color: #ffbcbc;
				text-decoration: none; 
			}

	#specials_bar #specials_bar_content .hblock {
		border-left: 1px solid #6f343a; 
		margin-top: 8px; 
		height: 69px; 
	}

	#specials_bar #specials_bar_content .hblock a {
		color: #ebbaba; 
		text-decoration: underline; 
		border: none; 
	}
		#specials_bar #specials_bar_content .hblock a:hover {
			color: #fff; 
		}

	#specials_bar .hblock h3 {
		color: #ffcbcb; 
	}

	#specials_bar .hblock h4,
	#specials_bar .hblock h3 span {
		color: #e59191; 
	}

	#specials_bar .hblock p {
		margin: 0 0 4px 0;
		font-size: 11px; 
		line-height: 17px; 
		font-style: italic; 
		color: #ede6e7; 
		color: #ddcfd1; 
	}

	#specials_bar #specials_bar_content .specials_bar_image {
		border: none; 
	}

	#specials_bar .specials_bar_image img {
		position: absolute; 
		top: -8px; 
		left: 3px;
		z-index: 1; 
	}

	#specials_bar #submit_subscribe {
		position: relative;
		top: 1px; 
		left: 3px; 
		width: 97px; 
		background-image: url(images/specials_bar/btn_subscribe.png); 
	}

	#specials_bar_slideshow {
		position: absolute; 
		left: 2px;
		top: -8px; 
		width: 319px;
		height: 97px; 
		background: #000; 
		overflow: hidden; 
	}

	#specials_bar_slideshow div {
	}

		#specials_bar #specials_bar_slideshow img {
		}


/*
 * MASTHEAD
 *
 */

#masthead {
	background: #fff url(images/masthead/bg.gif) top left repeat-x;
	height: 137px; 
	
}

	#logo {
		position: absolute; 
		top: 60px;
		left: 0; 
		margin: 0; 
		padding: 0; 
		width: 297px;
		height: 66px; 
	}

	#topnav_container {
		display: table; 
		height: 38px; 
		width: 640px; 
	}

	#topnav {
		height: 38px; 
		width: 640px; 
		display: table-row; 
		
	}
		#topnav li {
			display: table-cell; 
			text-align: center; 
			margin: 0; 
			min-width: 65px; 
			max-width: 129px; 
	
		}
		#topnav li a {
			display: block;
			background: url(images/masthead/topnav_a_bg.gif) top left no-repeat; 
			height: 38px; 
			width: 100%; 
			padding: 0 17px 0 0; 

			color: #ecd9da;
			font: 13px/35px Arial, sans-serif;
			text-transform: lowercase; 
		}
			#topnav li a:hover,
			#topnav li a.on,
			#body_home #topnav_villas, 
			#body_specials #topnav_specials,
			#body_ideas #topnav_ideas, 
			#body_library #topnav_library,
			#body_insurance #topnav_insurance,
			#body_why #topnav_why,
			#body_about #topnav_about,
			#body_about #topnav #topnav_about:hover,
			.page882 #topnav #topnav_why {
				background: url(images/masthead/topnav_a_bg_on.gif) top left no-repeat; 
				text-decoration: none; 
			}
			.page882 #topnav #topnav_about {
				background-image: url(images/masthead/topnav_a_bg.gif); 
			}

	#search_form {
		position: absolute;
		right: 0;
		top: 0;
		width: 320px;
		height: 38px; 
		background: url(images/masthead/search_bg.gif) top left no-repeat; 
	}
		#search_query {
			position: absolute; 
			top: 9px; 
			left: 15px; 
			width: 200px; 
		}
		#search_submit {
			position: absolute; 
			top: 9px;
			left: 223px; 
			width: 82px;
			background-image: url(images/masthead/btn_search.gif);
		}

	#masthead_contact {
		position: absolute; 
		top: 76px;
		right: 336px; 
	}	
		#masthead_contact li {
			display: block;

			font-size: 12px;			
			color: #999; 
			text-transform: uppercase; 
			text-align: right; 
			letter-spacing: 1px; 
			line-height: 24px; 
		}
			#masthead_contact li .phone {
				padding-left: 0.25em; 
				color: #444;
				text-transform: none; 
				letter-spacing: 0; 
			}

			body.windows #masthead_contact li {
				font-size: 11px; 
			}

	#villa_search_head {
		position: absolute;
		top: 53px;
		left: 481px; 
		width: 167px;
		height: 70px; 
	}

	#villa_search_form {
		position: absolute; 
		top: 54px; 
		left: 655px; 
	}

		#villa_search_form p {
			line-height: 23px; 
		}

		#villa_search_form label {
			display: none; 
		}
		#villa_search_form select {
			width: 200px; 
		}

		#villa_search_options {
			width: 100px; 
			display: block;
			position: absolute; 
			top: 3px;
			left: 210px; 
			font-size: 10px;
			font-family: Arial, sans-serif; 
			color: #939246; 
			text-transform: lowercase; 
			text-decoration: underline; 
		}

		#villa_search_submit {
			position: absolute; 
			top: 49px; 	
			left: 210px; 
			width: 59px;
			background-image: url(images/masthead/btn_find.gif);
		}
			#villa_search_submit:hover,
			#villa_search_submit:active {
				background-position: bottom left; 
			}



/*
 * CONTENT
 *
 */

#content {
	background: #fff url(images/content/bg_generic.jpg) top left repeat-x; 
	padding-bottom: 30px; 
}

	body.head_photo #content {
        	background-image: url(images/content/bg_generic_photo.jpg);
	}

	.content p,
	.content ul,
	.content ol,
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content li {
		margin: 1em 0;
	}

		.content h1 {
			font-size: 22px; 
		}
			body.windows .content h1 {
				font-size: 21px; 
			}

		.content h2,
		.content h2 a {
			font-family: Arial, sans-serif; 
			font-size: 16px; 
			line-height: 23px; 
			color: #8b7a26;
			font-weight: normal;
		}

			body.windows .content h2,
			body.windows .content h2 a {
				font-weight: bold; 
				font-size: 15px; 
			}

		.content h3,
		.tagline {
			font-size: 16px; 
			color: #173a60;
			font-style: italic; 
			text-transform: lowercase; 
			letter-spacing: 0;
			font-weight: normal; 
			margin-bottom: -0.25em; 
			
		}
	
		/*	
		body.windows .content h2, 
		body.windows .content h2 a,
		body.windows .content h3, 
		body.windows .tagline {
			xfont-size: 15px; 
		}
		*/

			.content h3.division_head {
				position: relative; 
				clear: both; 
				height: 41px; 
				width: 623px; 
				background: #560001 url(images/content/bg_red_division_head.gif) top left repeat-x; 
				color: #fff; 
				text-transform: uppercase; 
				font-style: normal;
				padding-left: 15px; 
				line-height: 41px; 
				margin-bottom: 1px; 
				margin-top: 41px; 
			}
				.content h3.division_head a {
					display: block;
					color: #fff; 
					text-decoration: none; 
					position: relative;
					left: -15px; 
					padding-left: 15px; 
					width: 100%; 
				}

				.content h3.division_head em,
				.content h3.division_head a em {
					text-transform: lowercase; 
					color: #ffb4b4;	
				}

				.content h3.division_head span.view_all {
					position: absolute; 
					right: 15px; 
					top: 0;
					font-size: 12px; 
					text-transform: none; 
					font-style: italic; 
					padding-left: 10px; 
					background: url(images/bullet.gif) center left no-repeat; 
				}


				.without_header .content h3.division_head:first-child,
				.search_villas h3.division_head,
				.content h3.division_head a:hover,
				.content h3.division_head.on {
					background-image: url(images/content/bg_pink_division_head.gif); 
				}

				body.search_villas h3.division_head {
					margin-top: -28px; 
				}


		.content h4,
		.content h4 a,
		th,
		#villa_reviews form p label,
		a.villa_name {
			font-size: 12px; 
			text-transform: uppercase; 
			color: #00274d;
			color: #3d6088;
			font-weight: bold;
		}
			/*
			.windows .content h4,
			.windows .content h4 a,
			.windows th, 
			.windows a.villa_name {
				font-size: 11px; 
			}
			*/
			.content h4 {
				position: relative; 
				padding-left: 9px; 
				left: -9px; 
				background: url(images/bullet2.gif) 0 5px no-repeat; 
				margin-bottom: -1em; 
				line-height: 19px; 
			}

			th {
				color: #00274d;
			}
				th em {
					color: #658aad; 
					text-transform: lowercase; 
				}

		.content ul,
		.content ul li {
			display: block;
			list-style: square; 
		}

		.content ol li {
			display: list-item;
			list-style: decimal;
			margin-left: 2em; 
		}

		.content a,
		a.content {
			text-decoration: underline; 	
		}


		.featured_images,
		body.villas_destination #head_photo {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10; 
			margin: 0; 
		}
			#sidebar .featured_images {
				xborder-bottom: 2px solid #fff; 
				border-left: 2px solid #fff;
				position: relative; 
				left: -2px; 
			}

			.featured_images a {
				position: relative; 
				width: 158px;
				height: 158px; 
				display: block;
				float: left; 
				border-right: 2px solid #fff;
				text-decoration: none; 
				background: #000; 
			}

				#sidebar .featured_images a {
					float: none;
					border: none; 
					width: 318px; 
					height: 239px; 
				}

			.featured_images img {
				
			}

			.featured_images .shade {
				position: absolute; 
				bottom: 0;
				left: 0; 
				width: 158px;
				height: 60px; 
				background: #000; 
				color: #fff; 
				overflow: hidden; 
			}
				.featured_images .shade p {
					font-size: 11px; 
					line-height: 14px; 
					/*
					position: relative; 
					top: 9px; 
					left: 10px; 
					*/
					margin: 0;
					margin: 9px 0 0 12px; 
					white-space: nowrap; 
				}

			#sidebar .featured_images a {
				margin-bottom: 2px; 
			}

				#sidebar .featured_images .shade {
					width: 318px; 
					height: 91px; 
				}
				
					#sidebar .featured_images .shade p {
						font-size: 12px; 
						line-height: 19px; 
						margin: 15px 0 0 20px; 
					}

						#sidebar .featured_images .shade p strong {
							font-weight: bold; 
						}



	/*
	 * BODYCOPY
	 *
	 */

	#bodycopy {
		width: 620px; 
		position: relative;
		margin-bottom: 3px; 
		padding-top: 1px; 
		padding-right: 20px; 
		float: left; 
	}

		#bodycopy p strong {
			/*font-family: Arial, Helvetica, sans-serif; */
		}

		#bodycopy #head_photo {
			margin: -1px 0 0 0; 
			display: block;
		}
			#bodycopy #head_photo img {
				display: block;
			}

		#headline {
			font-size: 22px; 
			margin: 8px 0 47px 0; 
			color: #000;
			text-transform: uppercase; 
			display: block;
			white-space: nowrap;
		}
			body.windows #headline {
				font-size: 21px; 
			}
			#headline em,
			#headline span.page_num {
				color: #fff; 	
				text-transform: lowercase; 
				/*text-shadow: #5e81a5 0 0 5px; */
			}
			#headline span.page_num {
				color: #3e76b1; 	
				font-size: 14px; 
				line-height: 14px; 
			}

			#headline a {
				text-decoration: none; 
				color: #000; 
			}


		#breadcrumb {
			margin: 10px 0 0 0; 
		}

			body.head_photo #breadcrumb {
			}

			body.breadcrumb_off #breadcrumb {
				/*display: none;*/
			}

			#breadcrumb li {
				margin: 0; 
				display: inline; 
				color: #3f95ba; 
				color: #dbe8f3;
				font-size: 13px; 
				line-height: 23px; 
			}
			#breadcrumb li a {
				color: #025578; 
				color: #fff;
				text-decoration: none; 
				text-transform: lowercase;
				/*text-shadow: #5e81a5 0 0 2px; */
			}
			#breadcrumb li a:hover {
				text-decoration: underline; 
			}

		#subnav {
			width: 150px; 
			padding-right: 10px;
			float: left; 
			margin-top: 0; 
		}
			#subnav h3 {
				font-size: 16px; 
				color: #173a60;
				font-style: italic; 
				text-transform: lowercase; 
				letter-spacing: 0;
				font-weight: normal; 
				margin-bottom: 0.5em; 
			}

			#subnav h4 {
				margin: 0; 
			}
				#subnav h4 a {
					text-decoration: none; 
				}
					#subnav h4 a:hover {
						text-decoration: underline; 
					}

		ul.subnav {
			
		}
			ul.subnav:first-child,
			h4 + ul.subnav {
				margin-top: 0; 
			}

			ul.subnav li {
				display: block; 
				margin: 0; 
				padding: 0; 
				line-height: 23px; 
			}

			ul.subnav li a {
				text-transform: lowercase; 
				color: #3172af; 	
				text-decoration: none; 
			}
				ul.subnav li a:hover {
					text-decoration: underline; 
					color: #002e59;	
				}

				ul.subnav li a.on {
					color: #002e59;	
					position: relative; 
					left: -8px; 
					padding-left: 8px; 
					background: url(images/bullet.gif) center left no-repeat; 
				}

				ul.subnav li span {
					display: block;
				}


		.has_subnav .bodycopy {
			/* only appears if there is a #subnav bar */ 
			width: 450px; 
			float: left; 
			margin-bottom: 2em; 
		}
			.bodycopy h2:first-child,
			.bodycopy p:first-child,
			.bodycopy ul:first-child,
			.bodycopy > ul > li {
				margin-top: 0 !important;

			}

			.bodycopy h3 {
				font-weight: bold; 
				text-transform: none;
				font-size: 1em;
			}

			.bodycopy ul {
				list-style-type: none; 
			}
				.bodycopy ul li {
					display: list-item;
					list-style-type: none; 
					background: url(images/tinybullet.gif) 0 9px no-repeat; 
					margin: 0; 
					position: relative;
					left: -8px; 
					padding-left: 8px; 
				}

				.bodycopy ul ul li {
					margin-left: 20px; 
				}

				.bodycopy ul.multiline_items li {
					margin: 1em 0;
				}

			.bodycopy ul.files,
			ul.files {
				margin-left: 0;
			}
				.bodycopy ul.files li,
				ul.files li {
					list-style: none;
					margin-left: 0;
				}
				ul.files li a:hover {
					color: #b23d75; 
				}


			.bodycopy_sections {
				position: relative;
				width: 480px; 
			}

				.bodycopy_section {
					width: 220px; 	
					margin-right: 20px; 
					float: left; 
				}

				.bodycopy_sections1 .bodycopy_section,
				.bodycopy_section_full {
					/* let it consume the full width if it's the only one */ 
					width: 440px;
					float: none; 
				}

				.bodycopy_section h4 {
					margin-top: 1.5em; 
				}

				.bodycopy_section ul li {
					list-style: none; 
				}

				.bodycopy .bodycopy_section ul {
					margin-bottom: 0;
				}

				.clear + .bodycopy_section {
					margin-top: 1.5em; 
				}


			ul.subpages {
				
			}
				ul.subpages li {
					display: block;
					background: none; 
				}

				ul.subpages li a {
					display: block;
				}

			.bodycopy a {
				color: #3172af; 	
			}
				.bodycopy a:hover {
					background-color: #f7f4ed; 
				}


		#content .page_list {
			list-style: none; 
		}
			#content .page_list li {
				list-style: none; 
				margin: 0.5em 0;
				padding-bottom: 0.5em; 
				border-bottom: 1px solid #ddd; 
				background: none; 
			}
				#content .page_list li a {
					text-decoration: none; 
					/*
					background: url(images/bullet2.gif) 0px 4px no-repeat; 
					padding-left: 10px; 
					margin-left: -10px; 
					*/
				}
					#content .page_list li a:hover {
						text-decoration: underline; 
					}

		#content .vod_page_list {
			border-top: 3px solid #ddd; 
			list-style: none; 
		}

			#content .vod_page_list li {
				display: block;
				clear: both; 
				border-bottom: 3px solid #ddd;
				padding-bottom: 1em; 
				padding-top: 1em; 
				padding-left: 0; 
				position: static; 
				width: 100%; 
				line-height: 19px;
				margin: 0;
				list-style: none; 
				background: none; 
			}

			.vod_page_list li.has_photo {
				height: 78px; 
				overflow: hidden; 
			}

			.vod_page_list li a {
				text-transform: uppercase; 
				color: #73631a; 
				text-decoration: none; 
			}
				.vod_page_list li a:hover {
					text-decoration: underline; 
				}

			.vod_page_list li a,
			.vod_page_list li span.summary {
				margin: 0;
				display: block;
			}

			.vod_page_list li span.summary {
				height: 3em; 	
				overflow: hidden;
			}

			.vod_page_list li img.photo {
				float: left; 
				margin-right: 1em; 
			}

			.vod_page_list li span.stats,
			.vod_page_list li span.subtitle,
			.vod_page_list li span.tagline,
			.vod_page_list li span.region {
				font-style: italic; 
				color: #777; 
			}

			.vod_page_list li span.stats a,
			.vod_page_list li span.subtitle a,
			.vod_page_list li span.summary a {
				display: inline; 
				text-transform: none; 
				text-decoration: underline; 
			}

			.vod_page_list li a.name {
				font-weight: bold; 
			}

			.vod_page_list li.villa_special a.result_name strong {
				padding-left: 20px; 
				background: url(images/icons/starburst.png) center left no-repeat; 
			}

			.vod_page_list li a.name strong em,
			.vod_page_list li a.result_name strong em {
				text-transform: lowercase; 
				font-size: 16px; 
				color: #a0976f; 
			}



		#content .villa_list {
			margin-top: -1px;
			/*border-top: 2px solid #ddd; */
			width: 638px; 
		}

			#content .bodycopy .villa_list {
				border-top: 1px solid #ccc; 
				margin: 1em 0;
			}

			.villa_list li,
			.bodycopy .villa_list li {
				position: relative; 
				display: block;
				height: 76px; 	
				border-bottom: 2px solid #ddd; 
				margin: 0; 
				padding-top: 2px; 
				background: #fff url(images/content/bg_villa_list_item.gif) top right no-repeat; 
				/*overflow: hidden; */
			}

				.villa_list li.non_villa {
					background-image: url(images/content/bg_villa_list_item_non.gif); 	
				}

				.villa_list li.hovered,
				.villa_list li:hover {
					background-color: #f7f5e5; 
					cursor: pointer; 
				}
				.villa_list li img {
					display: block;
					position: absolute; 
					top: 0; 
					left: 0; 
					border-top: 2px solid #fff; 
				}

				.villa_list li .tagline {
					color: #a0976f; 
				}

				.villa_list li a {
					color: #73631a; 
					text-decoration: none; 
					white-space: nowrap;
				}

					.villa_list li a:hover {
						color: #544605; 
						text-decoration: underline; 
					}

					.villa_list li a.villa_name {
						display: block;
						width: 290px; 
						overflow: hidden; 
					}
						.villa_list li.non_villa a.villa_name {
							width: 450px; 
						}

				.villa_list p {
					margin: 0; 
					position: absolute; 
					left: 174px; 
					top: 10px; 
					width: 295px; 
					height: 60px; 
					line-height: 19px; 
				}
					.villa_list .non_villa p {
						width: 445px; 
					}

				.villa_list p.villa_list_details {
					left: 493px; 
					width: 135px; 
				}

				.villa_list span.summary,
				.villa_list p.villa_list_details {
					font-size: 12px; 
				}
					.windows .villa_list span.summary,
					.windows .villa_list p.villa_list_details {
						font-size: 11px; 
					}

				.villa_list p span.summary {
					display: block;
					height: 40px; 
					overflow: hidden; 
				}
					.villa_list p span.nowrap {
						white-space: nowrap; 
					}

				.villa_list p em {
					color: #888; 
				}

				.villa_list a em {
					text-transform: lowercase; 
					font-size: 11px; 
					color: #da4975;	
					background: url(images/icons/starburst.png) center left no-repeat; 
					padding-left: 18px; 
				}

				.villa_list p.villa_list_details {
					white-space: nowrap; 
				}

				.bodycopy .villa_list li {
					left: 0;
				}

			#content p.more_villas,
			#content p.more {
				margin-top: -0.5em; 
				margin-bottom: -1em;
				text-align: center; 
				width: 480px; 
				width: 640px; 
				border-bottom: 1px solid #eee;
				font-style: italic; 
			}

				#content p.more + p.more {
					margin-top: 1.5em; 
				}

				#content p.more_villas_foot {
					margin-top: 2em; 
					padding-left: 0; 
					width: 640px; 
				}

				#content p.more_villas a,
				#content p.more a {
					color: #1964d4; 
					font-size: 12px; 
					background: url(images/bullet.gif) center left no-repeat; 
					position: relative;
					left: -2px; 
					top: -3px; 
					padding-left: 10px; 
					text-decoration: none; 
				}
					#content p.more_villas a:hover,
					#content p.more a:hover {
						color: #00378a; 	
						text-decoration: underline; 
					}

			#sortby_form {
				position: absolute; 
				top: 200px; 
				right: 15px; 
			}

				body.search_villas #sortby_form {
					top: 38px; 
				}

				#sortby_form label {
					font-family: Arial, Helvetica, sans-serif; 
					color: #fff; 
					padding-right: 0.5em; 
					font-size: 11px; 
				}
				#sortby_form #submit_sort {
					display: none;
				}
				


		#content ul.buttons {
			margin: 1em 0;
			position: relative;
			left: -2px 
		}
			#content ul.buttons li {
				display: block;
				background: url(images/content/bg_ul_buttons.gif) top left repeat-x; 
				padding: 1px;
				margin: 0 2px 2px 0;
				float: left; 
			}
			#content ul.buttons li a,
			#content a.button {
				display: block;
				padding: 2px 8px 3px 8px; 
				color: #8fdeff; 
				background: url(images/content/bg_ul_buttons.gif) top left repeat-x; 
				border: 1px solid #477399; 
				text-transform: lowercase; 
				text-decoration: none; 
				font-size: 11px; 
			}

				.windows #content ul.buttons li a,
				.windows #content a.button {
					font-size: 10px; 
				}

				#content ul.buttons li a.on,
				#content ul.buttons li a:hover,
				#content a.button:hover {
					background-position: bottom left;
					border: 1px solid #5887aa; 
				}



	/*
	 * SIDEBAR
	 *
	 */

	#sidebar {
		position: relative;
		float: left; 
		width: 320px; 
	}

		#destination_map_wrap {
			position: relative; 
		}

		#destination_map {
			width: 318px;
			height: 320px; 
			background: #061d3c; 
			border-bottom: 2px solid #fff; 
		}
			body.villa #destination_map {
				border-top: 2px solid #fff; 
				/*height: 239px; */
			}

			#destination_map a {
			}

			h4#map_note {
				position: absolute;
				top: 0;
				left: 30px; 
				color: #fff; 
				display: none; 	
				background: #000;
				padding: 0 10px 0 10px; 
			}


		#destination_list {
			position: relative; 
			width: 318px; 
			background: #5a7c9f url(images/content/bg_destination_list.jpg) top left no-repeat; 
			border-bottom: 2px solid #fff;
			padding: 20px 0 36px 0; 
			min-height: 504px; 
			line-height: 19px; 
		}
			#body_home #destination_list {
				line-height: 18px; 
				line-height: 17px; 
			}
			#destination_list div {
				width: 138px; 
				padding-left: 20px; 
				float: left; 
			}

			#destination_list h4,
			#destination_list h4 a {
				font-size: 12px; 
				position: relative; 
				margin: 0;
				padding-left: 10px; 
				left: -10px; 
				background: url(images/bullet.gif) center left no-repeat; 
				font-weight: normal;
			}

			#destination_list ul {
				margin-top: 0;
			}

			#destination_list li {
				font-size: 12px; 
				color: #fff; 
				margin: 0;
			}
				body.windows #destination_list li {
					font-size: 11px; 
				}

			#destination_list a {
				color: #c6d6e7; 
				text-decoration: none; 
			}
				#destination_list h4 a {
					color: #fff; 
				}

				#destination_list a:hover,
				#destination_list a.on {
					text-decoration: underline; 
					color: #fff; 
				}

			#destination_list_col2 {
				position: relative;
				left: 2px; 
			}

		.sidebar {
			width: 278px; 
			padding: 1px 20px 10px 20px; 
			background: #204872; 
			background: #10365f; 
			border-bottom: 2px solid #fff; 
			color: #c8daf0; 
			font-size: 12px; 
			line-height: 19px; 
		}

			.windows .sidebar {
				font-size: 11px; 
			}


			.sidebar a {
				color: #c8daf0;
				text-decoration: none;
				border-bottom: 1px dotted #557597; 
			}
				.sidebar a:hover {
					color: #fff; 
					text-decoration: underline; 
					border: none;
				}

			.sidebar .subpages a {
				color: #78d6fe; 
				border: none; 
			}

			.sidebar h3.sidebar_headline {
				color: #d5e8ff; 
				margin-top: 18px; 
				margin-bottom: 1em; 
			}

			.sidebar h4 {
				color: #9dc8fa; 
				background: none; 
				font-weight: normal;
				
			}

			h3.sidebar_headline + h4.sidebar_subtitle {
				margin: -14px 0 1em 0;
			}

			.sidebar h4 + p {
				margin-top: 1em; 
			}

			#select_villa_form p {
				margin-bottom: 0.75em; 
			}

		.column_list,
		.column_list ul {
			width: 640px; 
			overflow: hidden; 
		}
			.column_list h3 {
				color: #544605; 
			}
			#sidebar .column_list h3 {
				padding-left: 20px; 
			}

			.column_list li,
			.bodycopy .column_list li {
				float: left; 
				margin: 0; 
				font-size: 12px; 
				border-left: 1px dotted #ccc; 
				width: 144px; 
				padding-left: 15px; 
				position: static; 
				background-image: none; 
				white-space: nowrap; 
				overflow: hidden; 
			}
				body.windows .column_list li {
					font-size: 11px; 
					letter-spacing: 0; 
				}

			#sidebar .column_list li {
				padding-left: 20px; 
				border: none; 
			}

			.column_list li a {
				color: #8B7A26;
				text-decoration: none; 
			}
				.column_list li a:hover,
				.column_list li a.on {
					color: #544605; 
					text-decoration: underline; 
				}


		#content #destination_summary ul.buttons {
			margin: -13px 0 0 0;
			position: relative;
			top: 7px; 
			
		}

		#destination_summary ul.subpages li {
			margin: 0;
		}

		#sidebar img {
			display: block;
			margin-bottom: 2px;
		}




/*
 * FOOTER
 *
 */

#footer {
	background: #222; 
	min-height: 230px; 
	position: relative; 
	color: #fff; 
	padding-top: 30px; 
	clear: both; 
	margin-bottom: -25px; /* IE8 */
}
	#wth_vod {
		position: absolute; 
		bottom: 6px; 
		left: 13px; 
	}

	.twitter {
		position: relative;
		bottom: -1px; 
	}


	#footer a.rss {
		padding-right: 16px;
		background: url(images/icons/rss.gif) center right no-repeat; 
	}


/**
 * hblocks
 *
 */

.hblocks {
}
	.hblocks .hblock {
		width: 319px; 	
		width: 303px; 
		border-left: 1px dotted #555; 
		padding-left: 15px; 
		float: left; 
	}


	#footer .hblocks .hblock {
		min-height: 160px; 
	}

.hblock {
	position: relative; 
	font-size: 12px; 
	color: #ccc; 
}

.hblock h3 {
	font-size: 16px; 
	color: #eee;
	text-transform: lowercase;
	font-style: italic; 
	font-weight: normal; 
	margin: 0;
}


	.hblock h4,
	.hlock h3 span,
	#specials_bar .hblock span {
		color: #999; 
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase; 
		font-weight: normal;
		font-style: normal; 
		margin: 0;
	}

	.hblocks .with_thumbnail {
		padding-left: 93px; 
		position: relative; 
		width: 225px; 
	}

	.hblocks .with_thumbnail .photo {
		position: absolute; 
		top: 0;
		left: 0; 
		border: none;
	}



	/*
	.hblock img.photo {
		float: left; 
		margin: 0 15px 5px 0; 
	}
	*/



.hblocknav ul {
	margin: 0;
}

	.hblocknav li a,
	.hblock a {
		color: #ccc; 
		border-bottom: 1px solid #444; 
	}
		.hblocknav li a:hover,
		.hblock a:hover {
			border-bottom: none;
			color: #fff; 
		}


	#copyright,
	.photo_credit,
	#agent_login,
	#agent_login a {
		margin: 2em 0 0 0; 
		font-size: 10px; 
		font-family: Arial, sans-serif; 
		color: #555; 
		border: none;
	}
		.photo_credit {
			margin: 0;
		}

	#copyright em,
	#agent_login a {
		font-family: Georgia; 
	}

	#copyright, 
	#agent_login {
		position: absolute; 
		bottom: 0; 
		left: 15px;
	}




/**
 * Icons
 *
 */

.icon {
	padding-left:20px; 
	background-position: center left; 
	background-repeat: no-repeat;
}
	.icon_inquire {
		background-image: url(images/icons/inquire.gif); 
	}
	.icon_rates {
		background-image: url(images/icons/rates.gif); 
	}
	.icon_specials {
		background-image: url(images/icons/specials.gif); 
	}
	.icon_gallery {
		background-image: url(images/icons/gallery.gif); 
	}
	.icon_reviews {
		background-image: url(images/icons/reviews.gif); 
	}
	.icon_favorites {
		background-image: url(images/icons/favorites.gif); 
	}
	.icon_print {
		background-image: url(images/icons/print.gif); 
	}
	.icon_email {
		background-image: url(images/icons/email.gif); 
	}
	.icon_map {
		background-image: url(images/icons/map.gif); 
	}
	.icon_comments {
		background-image: url(images/icons/person.gif); 
	}	
	


/**
 * General Purpose
 *
 */

#slideshow {
	width: 638px;
	height: 158px; 
	overflow: hidden; 
	background: #000; 
	position: relative;
	top: -1px; 
}

	#slideshow div {
	}

	#slideshow img {
		display: block;
	}




.currency_code {
	font-size: 10px; 	
	color: #777; 
	text-transform: uppercase; 
}


#editpage a {
	background: url(images/editpage.png) top left no-repeat; 
	position: fixed;
	top: 0; 
	left: 0; 
	width: 52px;
	height: 48px; 
	text-indent: -9999px; 
}
	#editpage a:hover {
		background-position: bottom left; 
	}


