/* GLOBALS */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background:  url(images/quintEjMain.jpg) no-repeat center top #e3f3e1;
	text-align: center;
	background-repeat:no-repeat;
}

body,table,tr,td {
	font-family: "Arial", "Helvetica", Sans-serif;
	font-size: 12px;
	color: #474747;
}


/* IDS */

#welcome {
	text-align: left;
	width: 700px;
	margin: 27px;
	margin-top: 0px;
	padding: 0px 0;
	clear: both;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #474747;
	line-height: 16px;
	
}

#welcome2 {
	text-align: left;
	width: 900px;
	margin: 27px;
	margin-top: 45px;
	padding: 0px 0;
	margin-bottom: 0px;
	clear: both;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #474747;
	line-height: 16px;
	
}

#site-wrapper {
	width: 965px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: left;
}


#top {
	display: block;
	margin: 0;
	padding: 0;
	height: 45px;
	clear: both;
}

#top2 {
	display: block;
	margin: 0;
	padding: 0;
	height: -137px;
	clear: both;
}


/* ------ HOME PAGE STYLES ------ */

#main-destinations {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 406px;
}

#main-destinations div {
	position: relative;
	display: block;
	width: 203px;
	height: 406px;
	padding: 0;
	margin: 0px 17px;
	float: left;
}

#main-destinations div p {
	position: absolute;
	color: white;
	top: 140px;
	left: 14px;
	width: 175px;
	text-align: justify;
}

#main-destinations div a {
	position: absolute;
	display: block;
	width: 203px;
	height: 406px;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	text-decoration: none;
}

#main-destinations div a:hover {
	background-image:  url(images/sharedimgs/spacer.gif);
}

#hawaii {
	background-image:  url(images/hawaiiHvr.jpg);
}

#hawaii a {
	background-image:  url(images/hawaiiBkg.jpg);
}

#flKeys {
	background-image:  url(images/floridaKeysRvr.jpg);
}

#flKeys a {
	background-image:  url(images/floridaKeys.jpg);
}

#ftlaurderdale {
	background-image:  url(images/ftlaurdaleHvr.jpg);	
}

#ftlaurderdale a {
	background-image:  url(images/ftlaurdaleBkg2.jpg);
}

#miami {
	background-image:  url(images/miamiRvr.jpg);
}

#miami a {
	background-image:  url(images/miamiBkg2.jpg);
}



/* ------ INTERIOR PAGE STYLES ------ */




