#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;
}

/*---------------------------
    Search tables
---------------------------*/

.grey {
    width: 530px;
}

.grey table {
    width: 100%;
    border: none;
}

.grey table select {
    margin-bottom: 8px;
    width: 180px;
}

.grey table td.title {
    font-weight: bold;
    padding: 4px 10px 0px 0px;
    color: #223847;
    text-align: right;
    width: 100px;
}

.grey table td input#resort-find {
    text-align: right;
    margin-top: 10px;
    float: right;
}

.grey table#search-resort td input#resort-find {
    margin-top: 0px;
}
