/*
	Layout Classes:
	These classes apply to the homepage ONLY
	NOTE: the #header, #footer, and #left classes are in styles.css
*/
#wrapper {
	position:relative;
	width:780px;
	margin:0 auto;
	background:url(/i/landing/landing-background.jpg) repeat-y;
}

#wrapperbackground {
	width:780px;		
	background:url(/i/landing/landing-background-bottom.jpg) no-repeat bottom;
}

#middle {
	float:right;
	display:block;
	width:555px;
	margin-top:140px;
	background:url(/i/search/search-middle-background.jpg) no-repeat;
}

#content {
	width:525px;
	display:block;
	float:left;
	padding:0 20px 0 10px;
}


/*
	Mid-Page CTA Classes:
	These classes apply to the 2 ctas directly below the large image
*/
#cta {
	float:left;
	width:159px;
	height:62px;
	padding:35px 10px 10px 92px;
	background-color:#000;
	font-size:11px;
	line-height:12px;
	color:#4c4c4c;
}

#ctadivider {
	width:8px;
	height:107px;
	float:left;
}

#ctabullet {
	background:url(/i/landing/landing-reviews-bullet.gif) no-repeat;
	margin:2px 0 0 50px;
	text-indent:45px;
	font-size:11px;
}
#ctabullet a {
	text-decoration:underline;
	font-weight:bold;
	color:#5d5d14;
}
#ctabullet a:hover {
	text-decoration:none;
	color:#5d5d14;
}

#ctabahamas {
	float:left;
	margin:3px 5px 0 0;
}


/*
	Reviews Classes:
	These classes apply to the bulleted review callout at bottom right of page
*/
#reviews {
	width:263px;
	height:96px;
	float:left;
	margin-top:2px;
	padding-top:40px;	
}

#reviewmodule {
	width:235px;
	height:17px;
	background:url(/i/landing/landing-reviews-bullet.gif) no-repeat;
	text-indent:45px;
	font-size:12px;
}
#reviewmodule a {
	text-decoration:underline;
	font-weight:bold;
	color:#5d5d14;
}
#reviewmodule a:hover {
	text-decoration:none;
	color:#5d5d14;
}