@charset "utf-8";
/* CSS Document */
@import url("calendar.css");

/*********************   GLOBAL   ************************/

body {
	background-repeat:repeat-x;
	background-color:#979797;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:white;
	background-image: url(../images/bg.gif);
}

a {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}

#wrapper {
	width:886px;
	background-image:url(../images/main-repeat.png);
	background-repeat:repeat-y;
	float: left;
}

#page_wrapper {
	width:886px;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -440px;
}

/*********************   HEADER   ************************/

#header{
	height:100px;
	width:700px;
	margin: 0 auto 0 auto;
	margin-left:-30px;
	/*background-image:url(../images/header.png);*/
	background-repeat:no-repeat;
}

/*******************   NAVIGATION   ********************/

#navAlt {
	width:688px;
	height:36px;
	/*height:43px;*/
	background:url(../images/nav/bg.gif) center center repeat-x;
	margin: 0 auto 0 auto;
	margin-left:15px;
}

#navAlt2 {
	height:36px;
	float:right;
	background:url(../images/nav/bg.gif) center center repeat-x;
	width:149px;
	margin-right:12px;
}

#sideBar {
	height:500px;
	float:right;
	background-image:url(../images/sidebar-repeat.png);
	background-repeat:repeat-y;
	width:176px;
}

#sideBar .sideBarBottom {
	width:150px;
	margin-left:15px;
	background:#2f5383;
	float:left;
	height:363px;
}

#sideBar .sideBarBottom .offer {
	background:#FFFFFF;
	color:#2f5383;
	margin:11px 3px;
	padding:3px;
	font-size:10px;
	cursor:pointer;
}	

#sideBar .sideBarBottom .offer p {
	margin:4px 0;
}

#sideBar .sideBarBottom .offer .header {
	margin-top:0;
	font-weight:bold;
	text-align:center;
}

#sideBar .sideBarFooter {
	margin:0 auto 0 8px;
	height:16px;
	background:url(../images/sidebar-footer.png);
	width:160px;
	float: left;
}

#sideBar .sideBarTop {
	height:100px;
	margin-left:15px;
	background:#2f5383;
	width:150px;	
	font-size:10px;
	cursor:pointer;
}

#sideBar .sideBarTop .address {
	padding:10px;
	text-align:center;
}

#nav a {
  float: left;
  color: black;
  font: 12px verdana;
  padding: 10px 28px 0px 28px;
  text-decoration: none;
}

#nav a:hover, #nav a.selected {
  color: orange;
}

.divider {
  float: left;
  width: 5px;
  height: 36px;
  background: url(../images/nav/divider.gif) no-repeat;
}

#sub_nav {
 height: 18px;
 background-color: #eee;
 margin: 0px 15px;
 width:688px;
}

#sub_nav a {
  float: left;
  color: black;
  text-decoration: none;
  font: 11px verdana;
  padding: 1px 22px;
}

#map-text a {
  float: left;
  color:#000000;
  font: 11px verdana;
}

#sub_nav a:hover, #sub_nav a.selected {
  color:#25a8c2;
}

#navAlt ul{
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	width: 688px; /*width of menu*/
	
}
#navAlt  ul li{
	display: inline;
}

#navAlt  ul li a{
	float: left;
	color:#000; /*text color*/
	padding: 10px 21px 5px 20px;
	text-decoration: none;
	font: 12px verdana;
	height:21px;
	background:url(../images/nav/bg.gif) center center repeat-x;
}

#navAlt  ul li a:hover, #navAlt  ul li a.current{
	color:#25a8c2; /*text color of selected and active item*/
	
}

#navAlt2 ul{
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	
}
#navAlt2  ul li{
	display: inline;
}

#navAlt2  ul li a{
	float: left;
	color:#000; /*text color*/
	padding: 10px 29px 5px 29px;
	text-decoration: none;
	font: 12px verdana;
	height:21px;
	background:url(../images/nav/bg.gif) center center repeat-x;
}

#navAlt2  ul li a:hover, #navAlt  ul li a.current{
	color:#25a8c2; /*text color of selected and active item*/
	
}

.selectedMenu{
	color:#25a8c2; /*text color of selected and active item*/
	background: url(../images/nav/bgA.gif) center center repeat-x;
}

/**********************   FOOTER   **************************/

#footer {
	width:718px;
	margin:0 auto 0 auto;
	height:5px;
	background:url(../images/footer.png);
	font-size:10px;
	color:#ffffff;
	float: left;
}

#footer a {
	color:#FFFFFF;
}

#copywrite{
	width:200px;
	float:left;
	padding: 10px 0 0 12px;
}
	
#sitemap {
	width:280px;
	float:left;
	text-align:center;
	padding: 10px 0 0 0;
}

#incito {
	width:200px;
	float:right;
	text-align:right;
	padding: 10px 12px 0 0;
}

/**********************   CONTENT   **************************/
#about_content {
	width:688px;
	height:343px;
	margin:0 0 0 15px;
	z-index:1;
	overflow:hidden;
	background-color:#FFFFFF;
}

#beaches-text{
	font-size:10px;
	float:left;
	width:670px;
	height:239px;
	overflow: hidden;
	background-color:#303030;
	color:#ffffff;
	padding:0 10px 0 10px;
}

#content {
	width:688px;
	height:auto;
	margin:0 0 0 15px;
	z-index:1;
	background-color:#FFFFFF;
	float: left;
}

#contentAlt {
	width:688px;
	margin:0 0 0 15px;
	color:#423720;
	padding-top:100px;
}

#aboutAlt {
	font-size:10px;
	float:left;
	width:426px;
	overflow: hidden;
	background-color:#fff;
	padding-right: 10px;
}

#about3Alt {
	height: auto;
	padding: 0px 0 0 15px;
	margin-top:10px;
	color:#000000;
}
#content2 {
	width:688px;
	height:auto;
	margin:0 0 0 15px;
	z-index:1;
	overflow:hidden;
	background-color:#ffffff;
}

#flash-text {
	margin:-35px 0 0 25px;
	z-index:999;
	position:absolute;
	font-size:24px;
}

#contact1{
	font-size:12px;
	color:#000000;
	float:left;
	width:286px;
	height:auto;
	background-color:#ffffff;
}

#contact2{
	float:right;
	width:auto;
	height:auto;
	background-color:#FF0000;
	
}

#contact-form{
	float:left;
	margin:20px 0 0 10px;
}

#map {
	width:178px;
	float:right;
	margin: 35px 0px 0 0; 
	height:auto;
}

#map-text {

	font-size:10px;
	margin:10px 0 0 10px;
	float:left;
	color:#000000;
	height:auto;
	}

#rates{
	font-size:10px;
	float:left;
	width:435px;
	height:241px;
	overflow: hidden;
	background-color:#303030;
	color:#ffffff;
	padding-right: 10px;
}
#ratesAlt{
	font-size:10px;
	float:left;
	width:426px;
	overflow: hidden;
	background-color:#fff;
	padding-right: 10px;
}


#rates2{
	float:right;
	width:240px;
	height:241px;
	overflow: hidden;
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
}



#activities-left{
	font-size:10px;
	float:left;
	width:337px;
	height:421px;
	overflow: hidden;
	background-color:#303030;
	color:#ffffff;
	padding-right: 10px;
}

#activities-right{
	float:right;
	width:337px;
	height:421px;
	overflow: hidden;
	background-color:#303030;
	font-size:10px;
	color:#FFFFFF;
}

#rates-text {
	height: auto;
	padding: 5px 10px 0 10px;
	color:#000000;
	
}

#rates-text2 {
	height: auto;
	min-height:315px;
	padding: 5px 0 0 10px;
}

#rates-text3 {
	height: auto;
	padding: 0px 0 0 10px;
	margin-top:10px;
}
#rates-text3Alt {
	height: auto;
	padding: 0px 0 0 15px;
	margin-top:10px;
	color:#000000;
}

#rates-text p, #rates-text2 p{
	margin: 0px;
	padding: 10px 0px;
	
}

#rates-image {
	float: left;
	height:177px;
	width: 100%;
	border-top: 3px solid #1c1c1c;
	background-color:#1c1c1c;
}

#rates-image img{
	height:177px;
	width: 100%;
}

.map {
	border:none;
}
	
.contact-title {
	font-size:12px;  
	margin: 10px 0 0 0;  
}

.contact-title2 {
	font-size:10px;  
	margin: 10px 0 0 0;  
}

/*************************** CONTACT FORM *******************************/

#contact_form  {
	font-size:10px;
	height:auto;
}

/************************ AVAILABILITY FORM *******************************/

#form1{
	margin: 0px 0px 0px 10px;
}
#form1Alt{
	margin: 0px 0px 0px 10px;
}

#form1Alt td{
	vertical-align: middle;
	padding: 0px;
	border: 0px solid #303030;
}

#table1{
	width: 425px;
}

#leftList{
	width:320px;
	float:left;
}

#rightList{
	width:320px;
	float:left;
}
.in {
	width:150px;
}
.in2 {
	width:154px;
}

#imageCont{
	width:252px;
	min-height:365px;
	float:right;
}

#floatContent{
	width:614px;
	height:286px;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:164px 0 0 27px;
	padding:10px;
}
#floatContent p{
	margin:0;
	padding:6px 0 6px 0;
}
#floatContentShort{
	width:614px;
	height:268px;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:182px 0 0 27px;
	padding:10px;
}
#floatContentShort p{
	margin:0;
	padding:6px 0 6px 0;
}

.offers-contact {
	margin-top:10px!important;
}

.offers-contact a {
	color:#2A53C1;
}

.offers-title {
	font-weight:bold;
	margin-bottom:15px;
	font-size:12px;
} 

.offers-header {
	font-weight:bold;
}

/*********************** Restaurants ***********************/
#rest_content {
	width:688px;
	margin:0 0 0 15px;
	z-index:1;
	margin-top:-136px; 
	background: #b1a18a url(../images/main-image-long.jpg); 
	background-repeat:no-repeat;
	padding-top: 139px;
	padding-bottom: 20px;
	float: left;
}

#rest_content2 {
	width:688px;
	margin:0 0 0 15px;
	z-index:1;
	margin-top:-136px; 
	background: #b1a18a url(../images/main-image-long.jpg); 
	background-repeat:no-repeat;
	padding-top: 139px;
	padding-bottom: 20px;
	float: left;
}


.rest_wrapper {
	float: left;
	width:626px;
	border: 1px solid white;
	margin: 0px 20px 10px 20px;
	background: url(../images/trans.png);
	padding: 10px;
	font: 10px verdana;
	color: black;

	
}

.rest_wrapper a {
	text-decoration: none;

	
}

.rest_wrapper p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.rest_wrapper img {
	float: right;
	margin-left:10px;
}

.rest_wrapper2 {
	float: left;
	width:626px;
	border: 1px solid white;
	margin: 0px 20px 10px 20px;
	background: url(../images/trans3.png);
	padding: 10px;
	font: 10px verdana;
	color: black;

	
}

.rest_wrapper2 p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.rest_wrapper2 img {
	float: right;
}



.rest_wrapper3 {
	float: left;
	width:645px;
	margin: 0px 0px 10px 20px;
	background: url(../images/trans4.png);
	padding: 0px;
	font: 10px verdana;
	color: black;

	
}

.rest_wrapper3 p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.rest_wrapper3 img {
	float: right;
}

.rest_wrapper4 {
	float: left;
	width:645px;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font: 10px verdana;
	color: black;
	margin-left:0px;

	
}

.rest_wrapper4 p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.rest_wrapper4 img {
	float: right;
}

.rest_link:hover {
	text-decoration: none;
}

.rest_wrapper a {
	color: #2a53c1;
	text-decoration:none;
}



#restaurant{
	width:auto;
	height:auto;
}



#restaurant-left{
	font-size:10px;
	width:500px;
	float:left;
	background-color:#ffffff;
		
}



#restaurant-right{
	width:118px;
	height:97px;
	float:left;
	margin:5px 5px 0 15px;
	background-color:#ffffff;
}

textarea {
	font: 10px verdana;
}

.sitemapstyle li{
	padding-top:5px;
}
.sitemapstyle{
	font-size:12px;
	margin-top:-8px;
}
.cInput{
	width:180px;
	background-color:#FFFFFF;
}
.cInputLge{
	width:180px;
	height:55px;
}

/*********************** Rates ***********************/

.ratesgrid {
	margin-top: 20px;
	float: left;
	width: 33%;
	margin-bottom: 20px;
}

/* SEO panel at bottom of pages */
#seo {
	width:600px;
	margin:5000px 25% 10px 25%;
	background-color:#fff;
	color:#666;
	padding:30px;
	clear:both;
	border:1px #c1c1c1 solid;
	font-size:10px;
	position:absolute;
}

#seo table td {
	border:1px #c1c1c1 solid;
	border-collapse:collapse;
	padding:5px;
	color:#666;
	}
	
#seo .halfWidth {
	width:50%
	}

#seo a {
	text-decoration: underline;
	color:#000000;
}

#seo h1,h2 {
	text-align:center;
	color:#000000;
	}
