/*		-----------------------------------------------------------------------
 		HOMEPAGE-SPECIFIC STYLES
 		-----------------------------------------------------------------------		*/
		
	#map {
		display:block;
		background:url(../../images/home_map.gif);
		width:530px;
		height:460px;
		margin:-40px 20px 0 0;
		position:relative;
		overflow:hidden;
	}
		#map #featured_image_holder {
			position:absolute;
			top:255px;
			left:6px;
			width:237px;
			height:122px;
			background:url(../../images/ajax-loader.gif) center center no-repeat;
			display:block;
		}
			#map #featured_image_holder a img { border:0; }
		#featured_title {
			position:absolute;
			top:379px;
			left:9px;
			font: 10pt "trebuchet ms", arial;
			color:#333;
		}
		#featured_location {
			position:absolute;
			top:393px;
			left:9px;
			font: 8pt "trebuchet ms", arial;
			color:#999;
		}
		#map .dot {
			position:absolute;
			background:url(../../images/map_dot_red.gif);
			display:block;
			width:6px;
			height:6px;
			overflow:hidden;
		}
		#map .dotgrn {
			position:absolute;
			background:url(../../images/map_dot_green.gif);
			display:block;
			width:6px;
			height:6px;
			overflow:hidden;
		}
			#map .dot:hover { background:url(../../images/map_dot_green.gif); }

	#property_listing {
		float:right;
		display:block;
		width:300px;
	}
		#property_listing ul {
			margin:0 0 20px 0;
			padding:0;
			list-style:none;
			font-size:8pt;
		}
			#property_listing ul li {
				padding:0 0 0 10px;
				margin:0 0 0 3px;
				background:url(../../images/property_listing_bullet.gif) center left no-repeat;
			}
				a.prop {
					color:#333;
					text-decoration:none;
				}
				a.propgrn {
					color:green;
					text-decoration:none;
				}

	#ulendo_overview {
		display:block;
		width:850px;
		height:227px;
		background:url(../../images/bg_home_overview.gif);
		overflow:hidden;
		position:relative;
	}
		#ulendo_overview p {
			display:block;
			position:absolute;
			left:25px;
			top:70px;
			width:490px;
			text-align:justify;
			font-size:10pt;
			margin:0;
		}
		#ulendo_overview h1 {
			position:absolute;
			top:45px;
			left:24px;
		}

		#hp_image_rotator {
			display:block;
			overflow:hidden;
			position:absolute;
			top:16px;
			left:540px;
			width:310px;
			height:195px;
		}

	#suggested_itineraries {
		margin:10px 25px 0 25px;
	}
