/*
homepage panel elements
-------------------------
*/

#homeFlashArea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#homeFlashArea p {
	margin: 0px;
	padding: 0px;
}

#homeLeftColumn {
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 345px;
	float: left;
	text-align: left;
}
#homeLeftColumn h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #ccff00;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
#homeLeftColumn ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}
#homeLeftColumn ul li {
	margin: 4px 0px 4px 12px;
	padding: 0px 0px 0px 18px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#homeLeftColumn .smallText {
	font-size: 10px;
	line-height: 13px;
}
#homeLeftColumn a, #homeRightColumn a {
	color: #ffbebe;
}

#homeLeftColumn a:visited, #homeRightColumn a:visited {
	color: #99cccc;
}

#homeLeftColumn a:hover, #homeRightColumn a:hover {
	color: #fc7106;
}
#homeRightColumn {
	width: 386px;
	height: 320px;
	float: right;
	padding: 0px 0px 5px 0px;
	background-image: url("/images/homepage/main_images/boy_with_starfish.jpg");
	background-repeat: no-repeat;
	position: relative;
}
#homeRightColumn p.downloadLink {
	position: absolute;
	top: 227px;
	left: 0px;
	text-align: center;
	width: 385px;
}

#homeRightBanner {
	width: 386px;
	height: 67px;
	top: 260px;
	left: 0px;
	padding: 7px 0px 0px 0px;
	background-image: url("/images/homepage/panels/goody_bag_panel.jpg");
	background-repeat: no-repeat;
	position:absolute;
}

#homeRightBanner p {
	text-align: center;
	width: 386px;
}

/*
homepage panels
-------------------------
*/


#homePanels {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

#homePanels hr {
	display: none;
}

#homePanels a:link {
	color: #ffffff;
	text-decoration: none;
}
#homePanels a:visited {
	color: #ffffff;
	text-decoration: none;
}
#homePanels a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#homePanels .fullLink {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 150px;
}

#homePanels #panel1 {
	display: block;
	width: 175px;
	text-align: center;
}
#homePanels #panel2 {
	display: block;
	position: absolute;
	top: 0px;
	left: 188px;
	width: 175px;
	text-align: center;
}
#homePanels #panel3 {
	display: block;
	position: absolute;
	top: 0px;
	left: 377px;
	width: 175px;
	text-align: center;
}
#homePanels #panel4 {
	display: block;
	position: absolute;
	top: 0px;
	left: 565px;
	width: 175px;
	text-align: center;
}

#BookingPanel {
	background: url("/images/homepage/panels/booking.jpg");
	background-repeat: no-repeat;
	width: 175px;
	height: 150px;
}
#BookingPanel h2 {
	display: none;
}
#BookingPanel p {
	padding: 116px 0px 0px 0px;
	margin: 0px;
}

#TipsPanel {
	background: url("/images/homepage/panels/tips.jpg");
	background-repeat: no-repeat;
	width: 175px;
	height: 150px;
}
#TipsPanel p {
	padding: 120px 0px 0px 0px;
	margin: 0px;
}

#ActivitiesPanel {
	background: url("/images/homepage/panels/activities.jpg");
	background-repeat: no-repeat;
	width: 175px;
	height: 150px;
}
#ActivitiesPanel p {
	padding: 120px 0px 0px 0px;
	margin: 0px;
}

#WebPanel {
	background: url("/images/homepage/panels/web.jpg");
	background-repeat: no-repeat;
	width: 175px;
	height: 150px;
}
#WebPanel p {
	padding: 120px 0px 0px 0px;
	margin: 0px;
}

/*
homepage message elements
-------------------------
*/

#messageArea {
	display: block;
	margin: 0px auto 18px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 740px;
	height: 25px;
	z-index: 1;
	overflow: hidden;
	background-image: url("/images/common/message_bg.gif");
	background-repeat: no-repeat;
	text-align: center;
}

#messageContent {
	position: absolute;
	top: 4px;
	left: 740px;
	width: 10000px;
	text-align: left;
}

#messageText {
	display: inline;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e83f22;
	white-space: nowrap;
}
