@charset "UTF-8";
/* CSS Document */

body { background-color:#000066; margin:0px; padding:0px;}

#content { width:985px; background-color:#FFFFFF; margin-left:auto; margin-right:auto; margin-top:0px; padding:0px;}

#flash { width:915px; height:210px; background-image:url(../images/flash.gif);}

#rednav { height:110px; background-image:url(../images/welcome.gif); width:915px; margin-left:auto; margin-right:auto;}

#nav { margin-left:auto; margin-right:auto; width:840px; padding-top:81px;}

h1 {
	color: #CC0000;
    display: block;
    font-family: arial;
    font-size: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 500px;
	}
	
.invisible_link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
}

.book-online-btn {
	width:185px;
	height:44px;
	background:url(../images/book-online-btn.png) no-repeat 0px 0px;	
	border: none;
	cursor:pointer;
	display: block;
	margin: 50px auto 0;
}


a.invisible_link_text:link { color: #666666; text-decoration: none }
a.invisible_link_text:visited { color: #666666; text-decoration: none }
a.invisible_link_text:active { color: #666666; text-decoration: none }
a.invisible_link_text:hover { color: #666666; text-decoration: none }
	
.red_astrid_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 120%;
}

.blue-b14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
	
.body-copy-text-kayak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}



#booking {width:720px; margin-left:auto; margin-right:auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}

#textimage {float:right; padding:15px;}
#textimageleft {float:left; margin:0px; margin-left:-20px;}

p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; width:750px; margin-left:auto; margin-right:auto;}

#list1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; width:750px; margin-left:auto; margin-right:auto;}

#rednav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	height: 30px;
	background: transparent url(/images/bgTopnav.jpg) top left repeat-x;
}

#rednav ul li {
	list-style: none;
	display: inline;
}

#rednav ul li a {
	margin: 0 3px;
	height: 30px;
	display: block;
	float: left;
}

#rednav ul li a.home {
	width: 192px;
	background: transparent url(../images/btnHome-n.jpg) top left no-repeat;
}

#rednav ul li a.dryTortugas {
	width: 146px;
	background: transparent url(../images/btnDryTortugas.jpg) top left no-repeat;
}

#rednav ul li a.sunsetSails {
	width: 121px;
	background: transparent url(../images/btnSunsetSails.jpg) top left no-repeat;
}

#rednav ul li a.dolphins {
	width: 218px;
	background: transparent url(../images/btnDolphins-n.jpg) top left no-repeat;
}

#rednav ul li a.snorkeling {
	width: 163px;
	background: transparent url(../images/btnSnorkeling-n.jpg) top left no-repeat;
}

#rednav ul li a.bookNow {
	width: 120px;
	background: transparent url(../images/btnBookNow-n.jpg) top left no-repeat;
}

#rednav ul li a.store {
	width: 66px;
	background: transparent url(../images/btnStore.jpg) top left no-repeat;
}

#rednav ul li a.about {
	width: 77px;
	background: transparent url(../images/btnAbout.jpg) top left no-repeat;
}

#rednav ul li a.island {
	width: 175px;
	background: transparent url(../images/btnIsland-n.jpg) top left no-repeat;
}

#rednav ul li a.home:hover,
#rednav ul li a.dryTortugas:hover,
#rednav ul li a.sunsetSails:hover,
#rednav ul li a.dolphins:hover,
#rednav ul li a.snorkeling:hover,
#rednav ul li a.bookNow:hover,
#rednav ul li a.store:hover,
#rednav ul li a.about:hover,
#rednav ul li a.selected,
#rednav ul li a.island:hover{
	background-position: left bottom;
}

ul .dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
ul .dropdown ul {
  padding: 0;
  font-family: 'Marcellus', serif;
  font-size: 12px;
  position: absolute;
  right: 2px;
  width: 121px;
  background: #fff; 
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 30px;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
}
ul .dropdown ul li {     
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: block !important;
}
ul .dropdown ul li a{
	background: none repeat scroll 0 0 #fff;
	color: #de1a1b;
	display: block !important;
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 5px 10px;
	text-decoration: none;
}
ul .dropdown ul li a:hover{
	background: #de1a1b; color: #fff;
	text-decoration: none;
}
ul .dropdown ul li span{
	font-size: 16px;
}
ul .dropdown ul li:hover {  }
ul .dropdown:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  padding: 0 !important;
}