@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF CSS RESET */

body {
	background-image:url(../images/background.jpg);
	background-color:#1D6F97;
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:22px;
	color:#000;
	padding:7px 0px 7px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	}
	
p {
	margin:0px 0px 10px 0px;
	}
	
#container {
	width: 961px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#nav {
	background-image:url(../images/nav-bg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	width:961px;
	padding:17px;
	color:#FFFFFF;
	font-size:14px;
	margin-left:-15px;
	}
	
	#nav a {
		color:#005783;
		text-decoration:none;
		}
		
	#nav a:hover {
		text-decoration:underline;
		}
		
#mainimage {
	width:631px;
	margin:0px 4px 4px 4px;
	float:left;
	}
	
#content {
	width:591px;
	float:left;
	padding:0px 20px 20px 20px;
	font-size:12px;
	}
	
	#content a {
		color:#1D6F97 ;
		}
		
	#content a:hover {
		color:#4FADDD ;
		}
	
	#content ol {
		font: italic 1em Georgia, Times, serif;
		list-style:decimal;
		color: #999999;
		padding-left:30px;
		font-size:16px;
		font-weight:bold;
		}

	#content ol p {
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #000000;
		}
		
	#content ul {
		list-style: square;
		padding-left:30px;
		}
		
#topreasonsbox {
	background-color:#e3f7ff;
	margin:0px 4px 4px 0px;
	width:303px;
	float:left;
	padding:15px 7px 0px 7px;
	text-align:center;
	font-size:18px;
	height:323px;
	}
	
	#topreasonsbox a {
	color:#236C91;
	text-decoration:none;
	}
	
#topreasonsboxbutton {
	background-image:url(../images/topreason-bg.gif);
	width:295px;
	padding:11px 0px;
	margin:10px 0px;
	color:#236c91;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
.clear {
	clear:both;
	}
	
#header {
	width:961px;
	background-color:#FFFFFF;
	text-align:right;
	}
	
#logo {
	float:left;
	}
	
#uppernav {
	color:#2688ba;
	float:left;
	width:620px;
	margin:10px;
	font-size:12px;
	}
	
	#uppernav a {
		color:#2688ba;
		text-decoration:underline;
		}
	
#reservations {
	color:#000000;
	}
		
.reservation {
	color:#000000;
	font-size:14px;
	margin-top:15px;
	}
	
.celebrating {
	color:#eaa139;
	font-size:24px;
	font-style: italic;
	margin:25px 15px 0px 0px;
	}
	
.sunglasses {
	margin:0px 10px 0px 10px;
	}
	
#toursinclude {
	width:315px;
	float:left;
	}
	
#tourA {
	width:294px;
	background-color:#c76385;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	margin:0px 0px 4px 4px;
	padding:0px 10px 10px 10px;
	height:240px;
	}

#tourB {
	width:294px;
	background-color:#e7ab55;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	margin:0px 0px 4px 4px;
	padding:0px 10px 10px 10px;
	height:240px;
	}
	
#tourC {
	width:294px;
	background-color:#4faddd;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	margin:0px 0px 4px 4px;
	padding:0px 10px 10px 10px;
	height:240px;
	}
	
#tourleft {
	width:150px;
	float:left;
	padding-right:5px;
	}
	
#tourright {
	width:134px;
	float:left;
	}
	
#quickfactsbox {
	width:294px;
	background-color:#e3f7ff;
	color:#000;
	font-size:12px;
	float:left;
	margin:0px 4px 4px 4px;
	padding:10px;
	}	
	
	#quickfactsbox ul {
		margin:0px 0px 5px 5px;
		padding:10px;
		list-style:square;
		}
		
	#quickfactsbox li {
		padding-bottom:18px;
		}
	
.georgia18 {
	font-size:18px;
	margin:5px 0px 10px 0px;
	color:#FFFFFF;
	}
	
	.georgia18 a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
	.georgia18 a:hover {
	text-decoration:underline;
	}
	
.georgia18black {
	font-size:18px;
	margin-bottom:10px;
	color:#000;
	}
	
.arial14 {
	font-size:14px;
	font-weight:bold;
	}

#footer {
	color:#FFFFFF;
	text-align:center;
	width:961px;
	font-size:10px;
	line-height:16px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}
	
	#footer a {
		color:#FFFFFF;
		text-decoration:underline;
		}
	
.accommodations {
	width:255px;
	margin:5px;
	padding:10px;
	text-align:center;
	float:left;
	background-color: #efefef;
	height:125px;
	}

.accommodationstoprow {
	width:255px;
	height:405px;
	margin:5px;
	padding:10px;
	text-align:center;
	float:left;
	background-color: #efefef;
	}
	
.crew {
	width:570px;
	margin:5px;
	padding:8px;
	background-color:#FFFFCC;
	height:190px;
	}
	
.crewphoto {
	margin-left:20px;
	border:#000000 1px solid;
	}
	
/* Nav Dropdown */

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #7D93A8;
opacity: .9;
filter: alpha(opacity=90);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7D93A8;
text-decoration:underline;
} 

/* End Nav Dropdown */



	
	



