@import "../global/base.css";

/*
	---------------
	Common Settings
	---------------
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat #eeeedc;
}

b { font-size: 110%; }
em { color: red; }

/*
	---------------
	Wrappers
	---------------
*/

.wrap {
	width: 784px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.sap_wrap {
	width: 784px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/*
	---------------
	Header
	---------------
*/

.header {
	width: 760px;
	height: 115px;
	background: url(../images/header.gif) center top no-repeat;
}

/*
	---------------
	Navigation
	---------------
*/

.navbar {
	width: 758px;
	height: 20px;
	background-color: #fff;
	font-size: 10px;
	font-weight: bolder;
	margin: 0 auto;
	border-bottom: solid 4px #ffcc00;
	z-index: 95;
}

.nav, .nav ul {
	line-height: 2em;
	list-style: none;
	z-index: 95;
}

.nav li a {
	display: block;
	color: #0759a4;
	text-decoration: none;
	padding: 0 6px 0 6px;
}	

.nav a:hover {
	background: #ffcc00;
	text-decoration:none;
}	

.nav li {
	float: left;
	text-align: left;
	color: #fff;
	background: #fff;
	z-index: 80;
}

.nav li ul {
	position: absolute;
	background: #fff;
	left: -999em;
	width: 140px;
}

.nav li ul li {
	border-left: 1px solid #fff;	
	border-right: 1px solid #fff;
	position: relative;
}	
.nav li ul li a {
	text-align: left;
	text-indent: 5px;
	display: block;
	border-bottom: 1px solid #fff;
	width: 125px;
	white-space:nowrap;
}
.nav li ul ul {
	margin: -2em 0 0 194px;	
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	margin-left: -10px;
	left: auto;
}

/*
	---------------
	Ship Image
	---------------
*/
.ship_img {
	width: 265px;
	height: 99px;
	background: url(../images/ship.png) top left no-repeat;
	float: left;
	margin-top: 2px;
	left: -10px;
	z-index: 40;
}

*html .ship_img {
	width: 265px;
	height: 99px;
	background: url(../images/ship.png) top left no-repeat;
	float: left;
	margin-top: 20px;
	left: -10px;
	z-index: 40;
}
/*
	---------------
	Snapshot Image
	---------------
*/

.snapshot_img {
	width: 760px;
	height: 240px;
	position: relative;
	float: left;
/*	background: url(../images/photos/poolside.png) top right no-repeat;
*/	margin-left: 12px;
	margin-top: 1px;
	z-index: 45;
	
}

*html .snapshot_img {
	width: 760px;
	height: 240px;
	position: relative;
	float: left;
/*	background: url(../images/photos/poolside.png) top right no-repeat;
*/	margin-left: 6px;
	margin-top: 1px;
	z-index: 45;
	
}
/*
	---------------
	Content Area
	---------------
*/

.tworightcolb {
	width: 784px;
	margin: 0 auto;
	clear: both;
	background: #fff url(../images/main_bg.png)  0px 450px repeat;
}

.content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	letter-spacing: 0.1em;
	padding: 0px;
	}
	
.column.first{
	width: 450px;
	margin-top: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 20px;
	float: left;
	padding-left: 20px;
	z-index: 10;
	letter-spacing: .1em;
}



.column.last{
	width: 229px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: -120 auto;
	color: #fff;
	z-index: 120;
	
}

/*
	---------------
	Text Hacks
	---------------
*/


.welcome_text {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #944e1b;
	font-variant: small-caps;
}

.colored_bold {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #944e1b;
}

/*
	---------------
	Booking Box
	---------------
*/

.column.last h5 {
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 2px 0px 0px 5px;
	font-size: 12px;
}

.bookingbox	{
	width: 208px;
	border: solid 1px #fff;
	padding-bottom: 15px;
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	text-align: center;
	margin-left: 6px;
	background: #30b2ee url(../images/bookingboxtop.gif) top center no-repeat;
}
	
.bookingbox a{
	color: #fff;
}
	
.bookingboxlarge{
	font-size: 12px;
	height: 20px;
	width: 80px;	
	margin-left: 3px;	
}
	
.bookingboxmedium{
	font-size: 12px;
	height: 20px;
	width: 50px;	
	margin-left: 3px;	
}

.bookingboxinput	{
	font-size: 12px;
	height: 20px;
	width: 40px;
	margin-left: 3px;	
}

/*
	---------------
	Special Text Area
	---------------
*/


.specialtext{
/*	width: 450px;
*/	background-color: #f4f1be;

	border: 1px solid .efa240;
	margin: 10px;
	padding: 10px;
	letter-spacing: .1em;
}

/*
	---------------
	Lists Hack
	---------------
*/


.goodpoints li {
	list-style: disc;
	list-style-position: outside;
}

.goodpointsol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 25px;
}

/*
	---------------
	Footer
	---------------
*/

.footer {
	width: 784px;
	height: 155px;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #0759a4 url(../images/main_bg.png)  0px 450px repeat;
}
.footer a {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footerinner {
	width: 748px;
	background: #0759a4 url(../images/footer_back.jpg)  0px 450px repeat;
	margin-left:12px;
	}
	*html .footerimage {
	float:left;
	margin-left:-5px;
	}

*html .footerinner {
	width: 750px;
	background: #0759a4 url(../images/footer_back.jpg)  0px 450px repeat;
	margin-left:1px;
}
/*
	---------------
	Phone Number
	---------------
*/

.phone {
	text-align: right;
	color: #fff;
	font-weight: bold;
}
#offers	{
	width: 208px;
	border: solid 1px #fff;
	padding-top: 45px;
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	text-align: center;
	margin-left: 6px;
	background: #30b2ee url(../images/offers.jpg) top center no-repeat;
padding-bottom:8px;
}

#survey {background-image:none!important}
#survey .tworightcolb {background-image:none;}
.formtable

{width:490px;
padding:10px;
 border:#CCC 2px solid;
 margin-left:15px;

}

.formatble td {padding: 3px;}
.contact_class {text-align:left; font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!important; }
.ccentry {margin-top:2px;}


.tworightcolb {
	width: 784px;
	margin: 0 auto;
	clear: both;
	background: #fff url(../images/main_bg.png)  0px 450px repeat;
}

.tworightcolc {
	width: 784px;
	margin: 0 auto;
	clear: both;
	background: #fff url(../images/background2.png)  0px 450px repeat;
	
}
.message {
	color:#000;
	text-align:left;
	padding:10px;
	width:200px;
}
.error {
	width:65%;
	margin-left:15px;
}

*html .formtable

{
padding:5px;
width:400px!important;
border:#CCC 2px solid;

}
