#homepage-layout {
	position: relative;
	width: 750px;
}

#homepage-layout #main-copy {
	float: left;
	width: 455px;
}

.featured-resort {
	position:relative;
	width: 285px;
	height: 175px;
	float: left;
}

.featured-resort-link {
	display: block;
	width: 285px;
	height: 175px;
}

.featured-resort-link img {
	display: block;
	width: 285px;
	height: 175px;
}

ul.featured-resort-links {
	background: transparent url(../../images/generic/blue-overlay.png) no-repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	width: 285px;
	height:25px;
}

ul.featured-resort-links li a {
	background: transparent url(../../images/generic/button_goto.png) no-repeat scroll 0 2px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 19px;
	padding: 2px 0 0 23px;
}

ul.featured-resort-links li a:hover {
	background: transparent url(../../images/generic/button_goto-hover.png) no-repeat scroll 0 2px;
	color: #6cb3ee;
}

.featured-resort .feature-heading a {
	position: absolute;
	top: 0;
	left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}

.highlights-outer img, .highlights-inner img {
	width: 175px;
	height: 125px;
	display: block;
}

/*-----------------------------
    At a glance section
-----------------------------*/

#rhs-info table {
    margin-bottom: 10px;
    border: none;
    width: 100%;
}

#rhs-info table img {
    float: none;
}

#rhs-info table th {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#rhs-info table td {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: right;
}

#rhs-info table td.title {
    font-weight: bold;
    width: 120px;
    text-align: left;
}

#rhs-info table td.align {
    text-align: left;
}
