body {
	background-color: #d4882a;
	background-image: url(images/bg_image.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	line-height: 170%;
	color: #000000;
	text-align:center;
	border:0px;
	padding:0px;
}

td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	text-align: left;
}

th {
	text-align: left;
}

.formstyle {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	text-align: left;
	border: 1px black solid;
}

.buttonstyle {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
	border: 1px black solid;
	background-color: #ccc;
	margin: 20px;
}

fieldset {
	width: 50%;
	border: 0px;
}

fieldset br { clear: both; }

label {
	width: 20%;
	float: left;
	text-align: right;
	vertical-align: top;
	margin-right: 3px;
}


.container {
	position: relative;
	top: 40px; 
	width: 840px; 
	 height: auto; 
	margin: 0 auto;
	text-align: left;
}

.page {
	width: 840px;
	background-color: #fff;
	border: 1px solid #666;
	position: relative;
	padding: 152px 0px 40px 0px;
	background-image: url(images/beach1.jpg);
	background-repeat: no-repeat;
	
}	

.header {
	border-bottom: 1px solid black;
}

#menu .menuimg{
	padding: 0px;
	border: 0px;
}


#menu .firstmenuimg {
	padding: 0px;
	border: 0px;
}


#menu {
	
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

.imageleft {
	margin: 5px 10px 5px 0px;
	float: left;
}

.imageright {
	margin: 5px 0px 5px 10px;
	float: right;
}

.boxoutleft {
	margin: 5px 10px 5px 0px;
	float: left;
	background-color: #ee0;
	border: 1px solid #000;
	padding: 5px;
	line-height: 140%;
	font-style: italic;
}

.boxoutright {
	margin: 5px 0px 5px 10px;
	float: right;
	background-color: #ee0;
	border: 1px solid #000;
	padding: 5px;
	line-height: 140%;
	font-style: italic;
}

.boxoutright p, .boxoutleft p {
	margin-top: 2px;
}

h2 {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.content {
	padding: 10px;
}

.content h1 {
	font-size: 110%;
	font-weight: bold;
}

.content img {
	border: 0px;
}

#footerlinks {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 72%;
	color: black;
	width: 840px; 
	margin: 0 auto;
	text-align: left;
}

#footerlinks a {
	color: black;
	text-decoration: none;
}

#map {
	width:450px; 
	height:450px;
	border: 1px red solid; 
	margin-right: 10px; 
	float: left;
}

#panel {
	height: 450px; 
	width: 250px; 
	border: 1px red solid;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:80%;
	padding: 5px; 
	overflow: auto; 
	float: right; 
	margin-bottom: 10px;
}

#legend {
	width: 600px;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:80%;
	padding: 5px;
}

.linklink {
	width: 200px;
}

.phoneno {
	white-space: nowrap;
}
		
/* photo rotator */
#player {
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}

#player #mainwin {
	display: block;
	background-color:#fff;
	margin: 0px 0px 0px 0px;
	width:400px;height:300px;
	text-align: center;
}

#thumbs {
}

#playpause {
	margin: 5px 5px 5px 5px;
}

#thumbs img {
	margin: 5px 5px 5px 5px;
	border: 0px;
	display: inline;
	
	
}

#player #mainwin img {
	filter:progid:DXImageTransform.Microsoft.Fade(Duration=1);
	visibility: hidden;
	border: 0px;
	margin: 0px;
}

#playpause a{
	width: 90px;
	text-align: center;
	border: 1px solid black;
	margin: 5px 0px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
	display: inline;
	color: #748EA5;
}

#playpause a:hover{
	background-color: #eee;
}