#banner_block {
	background-image: url("images/banner_bg.png"); 
	background-repeat: no-repeat; 
	background-position: top left;
	height: 339px;
}
#banner {
	display: block;
	position: relative;
	width: 812px;
	height: 303px;
	top: 16px;
	padding: 0px;
	margin: 0px 0px 0px 16px;	
	z-index: 0;
}

#info_block {
	display: block;
	
	width: 850px;
}
#masterplan_block {
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 365px;
	height: 175px;
	/*background-image: url("images/interactive_master_plan.jpg"); */
	background-image: url("images/bg-redleaves-compass.jpg");
	background-repeat: no-repeat; 
	background-position: top left;
}

	#link_resort_updates {
		display: block;
		margin: 95px 0px 0px 152px;
		width: 187px;
		height: 18px;
		background-image: url("images/link-resort-updates.png");
		background-repeat: no-repeat; 
		background-position: left top;
	}
	#link_resort_updates:hover {
		display: block;
		width: 187px;
		height: 18px;
		background-image: url("images/link-resort-updates.png");
		background-repeat: no-repeat; 
		background-position: left -18px;
	}
	#link_resort_updates span {
		display: none;
	}
	#link_subscribe {
		display: block;
		margin: 20px 0px 0px 176px;
		font-family: Verdana;
		font-size: 8px;
		font-weight: bold;
		color: #666666;
		letter-spacing: 0.1em;
		text-decoration: none;
	}
	#link_subscribe:hover {
		color: #8b0f04;
	}
	
	
	#rollover {
		display: block;
		position: relative;
		margin: 31px 0px 0px 19px;
		width: 326px;
		height: 118px;
	}
	/*
	#masterplan:hover {
		display: block;
		position: relative;
		margin: 30px 0px 0px 24px;
		width: 326px;
		height: 118px;
		background:url("images/interactive_master_plan_on.jpg") top left no-repeat;
	}
	*/
#random_block {
	float: left;
	width: 115px;
	height: 175px;
}
#news_block {
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 175px;
	background-image: url("images/news_release_bg.png"); 
	background-repeat: no-repeat; 
	background-position: top left;
}
	#more_news {
		display: block;
		height: 10px;
		width: 30px;
		margin-left: 286px;
	}
.break_block {
	clear: both;
}
#news_contaner {
	margin: 48px 0px 0px 29px;
	width: 272px;
	height: 80px;
}
.news {
	display: block;
	position: relative;
	padding:0px 0px 0px 10px;
	background:url("images/news_arrow.gif");
	background-repeat: no-repeat; 
	background-position: left 3px;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
.news:hover {
	display: block;
	position: relative;
	padding:0px 0px 0px 10px;
	background:url("images/news_arrow_on.gif");
	background-repeat: no-repeat; 
	background-position: left 3px;
	text-decoration: none;
	color: #8B0F04;
	
}
.hr {
	background:url("images/hr.gif");
	background-repeat: no-repeat; 
	background-position: left top;
	margin: 5px 0px 5px 10px;
	width: 272px;
	height: 1px;
	background-color: #8B8A87;
	font-size: 1px;

}
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:812px;
	height:303px;
	
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}