/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: white url(/images/bg.jpg);
    background-repeat: repeat-x }
a:link {
	color: #06654F;
}
a:visited {
	color: #06654F;
}
a:hover {
	color: #004564;
}
a:active {
	color: #004564;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.style1 {
	font-size: 18pt;
	font-weight: bold;
	color: #006633;
}
#splash {
	width: 690px;
	height: 64px;
	}

#splash a {
	display: block;
	float:left;
	height: 64px;
	width: 132px;
	text-indent: -9000px;
	text-decoration: none;
	}

#splash a.beachlink { width: 345px; height: 345; background: url(/images/beach.png) top left; }
#splash a.beachlink:hover { background: url(/images/beachclub.png) bottom left; }
#splash a.restaurantlink { width: 345px; height: 345; background: url(/images/resta.png) top left; }
#splash a.restaurantlink:hover { background: url(/images/restaurant.png) bottom left; }
#splash a.fitnesslink { width: 345px; height: 345; background: url(/images/fitness.png) top left; }
#splash a.fitnesslink:hover { background: url(/images/fitnesscenter.png) bottom left; }
#splash a.enrichmentlink { width: 345px; height: 345; background: url(/images/enrichment.png) top left; }
#splash a.enrichmentlink:hover { background: url(/images/enrichmentcenter.png) bottom left; }
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fitness {
	position:relative; left:100px;
}
table.fitness {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.fitness th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.fitness td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.loginButton {
	color: #06654F;
	font-size: 11pt;
	font-weight: bold;
}

/* EDITOR PROPERTIES */
