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

 body{
	padding: 0;
	margin: 0;
}

/**********/
/*-------------Used for Red Headlines withou useing H1 Tag-----------*/

.red_headline_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
}

.white_headline_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
}

.red_headline_text_20px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
}

/*-------------Used for reservations links-----------*/

.online_reservation_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 200%;
}
a.online_reservation_text:link { color: #FFFFFF; text-decoration: none }
a.online_reservation_text:visited { color: #FFFFFF; text-decoration: underline }
a.online_reservation_text:active { color: #FFFFFF; text-decoration: underline }
a.online_reservation_text:hover { color: #0099FF; text-decoration: underline }

/*-------------Used for blue bold text-----------*/

.blue_bold_type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	line-height: 120%;
}

.blue_bold_type_ctr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	line-height: 120%;
	text-align:center;
}

a.blue_bold_type:link { color: #003366; text-decoration: none }
a.blue_bold_type:visited { color: #003366; text-decoration: none }
a.blue_bold_type:active { color: #003366; text-decoration: underline }
a.blue_bold_type:hover { color: #FF0000; text-decoration: underline }

.blue-b14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

/*-------------Used for Red Headline Copy-----------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
    margin-bottom:0;
    padding:0;
    margin:0;
}

/*-------------Used for subheads-----------*/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #013b71;
	margin-bottom:0;
    padding:0;
    margin:0;
}

.invisible-link-header {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #013b71;
	text-align: center;
	margin-bottom:0;
    padding:0;
    margin:0;
}

a.invisible-link-header:link { color: #013b71; text-decoration: none }
a.invisible-link-header:visited { color: #013b71; text-decoration: none }
a.invisible-link-header:active { color: #013b71; text-decoration: none }
a.invisible-link-header:hover { color: #013b71; text-decoration: none }

/*-------------Used for Photo Gallery Captions-----------*/

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	margin-bottom:0;
    padding:0;
    margin:0;
}

/*-------------Used for body copy various-----------*/

.body-copy-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
}


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

.invisible_link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
}

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 }

.body-copy-text-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
}

.body-copy-dark-ctr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
	text-align:center;
}
a.body-copy-text:link { color: #003399; text-decoration: underline }
a.body-copy-text:visited { color: #003399; text-decoration: underline }
a.body-copy-text:active { color: #003399; text-decoration: underline }
a.body-copy-text:hover { color: #FF0000; text-decoration: underline }

.body-copy-text-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	line-height: 130%;
}
a.body-copy-text-blue:link { color: #003399; text-decoration: none }
a.body-copy-text-blue:visited { color: #003399; text-decoration: none }
a.body-copy-text-blue:active { color: #003399; text-decoration: underline }
a.body-copy-text-blue:hover { color: #FF0000; text-decoration: underline }

.body-copy-text-open {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 200%;
}

.body-copy-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 130%;
	text-align:left;
}

/*-------------Used for Photo Bar of home page-----------*/

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

/*-------------Used for Calendar Heading-----------*/

.calendar_headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 200%;
}
a.calendar_headtext:link { color: #FFFFFF; text-decoration: none }
a.calendar_headtext:visited { color: #ffffff; text-decoration: none }
a.calendar_headtext:active { color: #ffffff; text-decoration: none }
a.calendar_headtext:hover { color: #ffffff; text-decoration: underline }

/*-------------Used for Bottom Links-----------*/

.bottom_blue_text_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #194c84;
	line-height: 140%;
}
a.bottom_blue_text_links:link { color: #194c84; text-decoration: none }
a.bottom_blue_text_links:visited { color: #0099FF; text-decoration: underline }
a.bottom_blue_text_links:active { color: #0058B0; text-decoration: underline }
a.bottom_blue_text_links:hover { color: #FF0000; text-decoration: underline }

/*-------------Used for links on top of page-----------*/

.top_blue_text_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
	line-height: 120%;
}
a.top_blue_text_links:link { color: #0058B0; text-decoration: none }
a.top_blue_text_links:visited { color: #0058B0; text-decoration: underline }
a.top_blue_text_links:active { color: #0058B0; text-decoration: underline }
a.top_blue_text_links:hover { color: #FF0000; text-decoration: underline }

/*------------used for nav bar------------*/

.nav_bar_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0058B0;
	letter-spacing: 0px;
    line-height: 100%;
}	
a.nav_bar_links:link { color: #0058B0; text-decoration: none }
a.nav_bar_links:visited { color: #0058B0; text-decoration: none }
a.nav_bar_links:active { color: #0058B0; text-decoration: underline }
a.nav_bar_links:hover { color: #FF0000; text-decoration: underline }

/* ----------------- Event Calendar ------------------------- */
.c1{
background-color:white;
}
.c2{
background-color:#eeeeee;

}

.arial-red-9 
     { 
     font-family:arial,helvetica;  
     font-size:8pt;  
     color: red; 
     font-weight: bold;
     padding:2px;
     } 
.arial-gray-9 
     { 
     font-family:arial,helvetica;  
     font-size:9pt;  
     color: #808080; 
     font-weight: bold; 
     padding:1px;
	 letter-spacing:0.08em;
     } 
.gray-arial-9-b-link{ 
     font-family:arial,helvetica;  
     font-size:9pt;  
     color: #606060; 
     font-weight: bold; 
	 text-decoration:underline;
     }
.gray-arial-8-link{ 
     font-family:arial,helvetica;  
     font-size:8pt;  
     color: #606060; 
     font-weight: none; 
	 text-decoration:underline;
	 }
/*------------------------------------------------------------ */
.box120 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	width: 120px;
}
/* -------------------------- Panel Styles --------------------------------- */
.money-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	line-height: 130%;
	text-align:right;
	padding:3px;
	padding-right:10px;
}
.money-gray-center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	line-height: 130%;
	text-align:center;
	padding:3px;
}
.money-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	line-height: 130%;
	text-align:right;
	padding:3px;
}

.money-red-center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	line-height: 130%;
	text-align:center;
	padding:3px;
	padding-right:10px;
}

.graydiv{
 width:1px;
 background-color:#999999;
}

.red_astrid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	line-height: 120%;
}

.red_astrid_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 120%;
}

.black_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-stretch: condensed;
	font-weight: bold;
	color: #000000;
}

/*---------Bottom Links-------------*/

div#bottom-links-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0 0 25px;
	color: #666;
	width: 975px;
	height: 250px;
	background-image: url(key-west/images/bottom-links-bg.gif);
	repeat: repeat-x;
	background-repeat: repeat-x;
	}

div#bottom-links-main ul { 
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
	
div#bottom-links-main li {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	margin-bottom:2px;
	}

ul#bottom-links-main a:link {text-decoration: none; color:#666;}
ul#bottom-links-main a:visited { color:#003366; text-decoration: none; }
ul#bottom-links-main a:active { color:#CCCCCC; text-decoration: underline; }
ul#bottom-links-main a:hover { color:#FF0000; text-decoration: none;}

/*---------Bottom Links End-------------*/

div#bottom-links-sub-a {
	float: right;
	width: 45%;
	padding-right: 10px;
	height: 50px;
	margin: 10px 50px 0 0;
	} 
	
div#bottom-links-sub-a img {
	float: right;
	} 
	
div#bottom-links-sub-b {
	float: left;
	width: 35%;
	height: 50px;
	margin: 10px 0 0 35px;
	}
	
div#bottom-links-sub-b img{
	float: left;
	}

div#reel p 
   {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
	padding: 0px 15px 0 15px;}
	
	
/*--------------Social Page----------------*/	
.headlines {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #026dd8; font-weight:400; }



.left-slides-nav{
	    float: left;
    margin: 50px 50px 0 0;
    position: relative;
    width: 123px;
	z-index: 9999;
}

.left-slides-nav ul{
	list-style:none;
	margin: 0;
}

.left-slides-nav ul li{
	list-style:none;
	padding-bottom: 20px;
}

.center-slides{
	margin: 60px 0 0 50px;
    position: absolute;
	
}

.center-slides #pic1 iframe{
	z-index: 0;
}

.right-slides-nav{
	float: right;
    margin: 34px 80px 0 0;
    position: relative;
    width: 123px;
}

.right-slides-nav ul li{
	list-style:none;
	padding-bottom: 20px;
}

a.gbb-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-1.jpg) no-repeat;}
a.gbb-tn-1:hover {background-position: 0 -82px;}

a.gbb-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-2.jpg) no-repeat;}
a.gbb-tn-2:hover {background-position: 0 -82px;}

a.gbb-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-3.jpg) no-repeat;}
a.gbb-tn-3:hover {background-position: 0 -82px;}

a.gbb-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-4.jpg) no-repeat;}
a.gbb-tn-4:hover {background-position: 0 -82px;}

a.gbb-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-5.jpg) no-repeat;}
a.gbb-tn-5:hover {background-position: 0 -82px;}

a.gbb-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-6.jpg) no-repeat;}
a.gbb-tn-6:hover {background-position: 0 -82px;}

a.gbb-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-7.jpg) no-repeat;}
a.gbb-tn-7:hover {background-position: 0 -82px;}

a.gbb-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat/glass-bottom-boat-8.jpg) no-repeat;}
a.gbb-tn-8:hover {background-position: 0 -82px;}



a.para-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-1.jpg) no-repeat;}
a.para-tn-1:hover {background-position: 0 -82px;}

a.para-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-2.jpg) no-repeat;}
a.para-tn-2:hover {background-position: 0 -82px;}

a.para-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-3.jpg) no-repeat;}
a.para-tn-3:hover {background-position: 0 -82px;}

a.para-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-4.jpg) no-repeat;}
a.para-tn-4:hover {background-position: 0 -82px;}

a.para-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-5.jpg) no-repeat;}
a.para-tn-5:hover {background-position: 0 -82px;}

a.para-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-6.jpg) no-repeat;}
a.para-tn-6:hover {background-position: 0 -82px;}

a.para-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-7.jpg) no-repeat;}
a.para-tn-7:hover {background-position: 0 -82px;}

a.para-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/parasail/parasail-8.jpg) no-repeat;}
a.para-tn-8:hover {background-position: 0 -82px;}



a.sunsail-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-1.jpg) no-repeat;}
a.sunsail-tn-1:hover {background-position: 0 -82px;}

a.sunsail-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-2.jpg) no-repeat;}
a.sunsail-tn-2:hover {background-position: 0 -82px;}

a.sunsail-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-3.jpg) no-repeat;}
a.sunsail-tn-3:hover {background-position: 0 -82px;}

a.sunsail-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-4.jpg) no-repeat;}
a.sunsail-tn-4:hover {background-position: 0 -82px;}

a.sunsail-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-5.jpg) no-repeat;}
a.sunsail-tn-5:hover {background-position: 0 -82px;}

a.sunsail-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-6.jpg) no-repeat;}
a.sunsail-tn-6:hover {background-position: 0 -82px;}

a.sunsail-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-7.jpg) no-repeat;}
a.sunsail-tn-7:hover {background-position: 0 -82px;}

a.sunsail-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/sunset-sail/sunset-sail-8.jpg) no-repeat;}
a.sunsail-tn-8:hover {background-position: 0 -82px;}



a.sunsailmusic-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-1.jpg) no-repeat;}
a.sunsailmusic-tn-1:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-2.jpg) no-repeat;}
a.sunsailmusic-tn-2:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-3.jpg) no-repeat;}
a.sunsailmusic-tn-3:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-4.jpg) no-repeat;}
a.sunsailmusic-tn-4:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-5.jpg) no-repeat;}
a.sunsailmusic-tn-5:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-6.jpg) no-repeat;}
a.sunsailmusic-tn-6:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-7.jpg) no-repeat;}
a.sunsailmusic-tn-7:hover {background-position: 0 -82px;}

a.sunsailmusic-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/live-music/live-music-8.jpg) no-repeat;}
a.sunsailmusic-tn-8:hover {background-position: 0 -82px;}



a.jetski-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-1.jpg) no-repeat;}
a.jetski-tn-1:hover {background-position: 0 -82px;}

a.jetski-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-2.jpg) no-repeat;}
a.jetski-tn-2:hover {background-position: 0 -82px;}

a.jetski-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-3.jpg) no-repeat;}
a.jetski-tn-3:hover {background-position: 0 -82px;}

a.jetski-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-4.jpg) no-repeat;}
a.jetski-tn-4:hover {background-position: 0 -82px;}

a.jetski-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-5.jpg) no-repeat;}
a.jetski-tn-5:hover {background-position: 0 -82px;}

a.jetski-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-6.jpg) no-repeat;}
a.jetski-tn-6:hover {background-position: 0 -82px;}

a.jetski-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-7.jpg) no-repeat;}
a.jetski-tn-7:hover {background-position: 0 -82px;}

a.jetski-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/jet-ski/jet-ski-8.jpg) no-repeat;}
a.jetski-tn-8:hover {background-position: 0 -82px;}




a.rumreggae-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-1.jpg) no-repeat;}
a.rumreggae-tn-1:hover {background-position: 0 -82px;}

a.rumreggae-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-2.jpg) no-repeat;}
a.rumreggae-tn-2:hover {background-position: 0 -82px;}

a.rumreggae-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-3.jpg) no-repeat;}
a.rumreggae-tn-3:hover {background-position: 0 -82px;}

a.rumreggae-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-4.jpg) no-repeat;}
a.rumreggae-tn-4:hover {background-position: 0 -82px;}

a.rumreggae-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-5.jpg) no-repeat;}
a.rumreggae-tn-5:hover {background-position: 0 -82px;}

a.rumreggae-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-6.jpg) no-repeat;}
a.rumreggae-tn-6:hover {background-position: 0 -82px;}

a.rumreggae-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-7.jpg) no-repeat;}
a.rumreggae-tn-7:hover {background-position: 0 -82px;}

a.rumreggae-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/rum-reggae/rum-reggae-8.jpg) no-repeat;}
a.rumreggae-tn-8:hover {background-position: 0 -82px;}



a.ua-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-1.jpg) no-repeat;}
a.ua-tn-1:hover {background-position: 0 -82px;}

a.ua-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-2.jpg) no-repeat;}
a.ua-tn-2:hover {background-position: 0 -82px;}

a.ua-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-3.jpg) no-repeat;}
a.ua-tn-3:hover {background-position: 0 -82px;}

a.ua-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-4.jpg) no-repeat;}
a.ua-tn-4:hover {background-position: 0 -82px;}

a.ua-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-5.jpg) no-repeat;}
a.ua-tn-5:hover {background-position: 0 -82px;}

a.ua-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-6.jpg) no-repeat;}
a.ua-tn-6:hover {background-position: 0 -82px;}

a.ua-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-7.jpg) no-repeat;}
a.ua-tn-7:hover {background-position: 0 -82px;}

a.ua-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/ultimate-adventure/ultimate-adventure-8.jpg) no-repeat;}
a.ua-tn-8:hover {background-position: 0 -82px;}


a.dolphin-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-1.jpg) no-repeat;}
a.dolphin-tn-1:hover {background-position: 0 -82px;}

a.dolphin-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-2.jpg) no-repeat;}
a.dolphin-tn-2:hover {background-position: 0 -82px;}

a.dolphin-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-3.jpg) no-repeat;}
a.dolphin-tn-3:hover {background-position: 0 -82px;}

a.dolphin-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-4.jpg) no-repeat;}
a.dolphin-tn-4:hover {background-position: 0 -82px;}

a.dolphin-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-5.jpg) no-repeat;}
a.dolphin-tn-5:hover {background-position: 0 -82px;}

a.dolphin-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-6.jpg) no-repeat;}
a.dolphin-tn-6:hover {background-position: 0 -82px;}

a.dolphin-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-7.jpg) no-repeat;}
a.dolphin-tn-7:hover {background-position: 0 -82px;}

a.dolphin-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch/dolphin-watch-8.jpg) no-repeat;}
a.dolphin-tn-8:hover {background-position: 0 -82px;}


a.vacapack-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-1.jpg) no-repeat;}
a.vacapack-tn-1:hover {background-position: 0 -82px;}

a.vacapack-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-2.jpg) no-repeat;}
a.vacapack-tn-2:hover {background-position: 0 -82px;}

a.vacapack-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-3.jpg) no-repeat;}
a.vacapack-tn-3:hover {background-position: 0 -82px;}

a.vacapack-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-4.jpg) no-repeat;}
a.vacapack-tn-4:hover {background-position: 0 -82px;}

a.vacapack-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-5.jpg) no-repeat;}
a.vacapack-tn-5:hover {background-position: 0 -82px;}

a.vacapack-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-6.jpg) no-repeat;}
a.vacapack-tn-6:hover {background-position: 0 -82px;}

a.vacapack-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-7.jpg) no-repeat;}
a.vacapack-tn-7:hover {background-position: 0 -82px;}

a.vacapack-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/vacation-packages/vacation-packages-8.jpg) no-repeat;}
a.vacapack-tn-8:hover {background-position: 0 -82px;}


a.kayaking-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-1.jpg) no-repeat;}
a.kayaking-tn-1:hover {background-position: 0 -82px;}

a.kayaking-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-2.jpg) no-repeat;}
a.kayaking-tn-2:hover {background-position: 0 -82px;}

a.kayaking-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-3.jpg) no-repeat;}
a.kayaking-tn-3:hover {background-position: 0 -82px;}

a.kayaking-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-4.jpg) no-repeat;}
a.kayaking-tn-4:hover {background-position: 0 -82px;}

a.kayaking-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-5.jpg) no-repeat;}
a.kayaking-tn-5:hover {background-position: 0 -82px;}

a.kayaking-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-6.jpg) no-repeat;}
a.kayaking-tn-6:hover {background-position: 0 -82px;}

a.kayaking-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-7.jpg) no-repeat;}
a.kayaking-tn-7:hover {background-position: 0 -82px;}

a.kayaking-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure/island-adventure-8.jpg) no-repeat;}
a.kayaking-tn-8:hover {background-position: 0 -82px;}


a.reef-rita-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-1.jpg) no-repeat;}
a.reef-rita-tn-1:hover {background-position: 0 -82px;}

a.reef-rita-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-2.jpg) no-repeat;}
a.reef-rita-tn-2:hover {background-position: 0 -82px;}

a.reef-rita-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-3.jpg) no-repeat;}
a.reef-rita-tn-3:hover {background-position: 0 -82px;}

a.reef-rita-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-4.jpg) no-repeat;}
a.reef-rita-tn-4:hover {background-position: 0 -82px;}

a.reef-rita-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-5.jpg) no-repeat;}
a.reef-rita-tn-5:hover {background-position: 0 -82px;}

a.reef-rita-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-6.jpg) no-repeat;}
a.reef-rita-tn-6:hover {background-position: 0 -82px;}

a.reef-rita-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-7.jpg) no-repeat;}
a.reef-rita-tn-7:hover {background-position: 0 -82px;}

a.reef-rita-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/reef-rita/reef-rita-8.jpg) no-repeat;}
a.reef-rita-tn-8:hover {background-position: 0 -82px;}


a.snorkel-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-1.jpg) no-repeat;}
a.snorkel-tn-1:hover {background-position: 0 -82px;}

a.snorkel-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-2.jpg) no-repeat;}
a.snorkel-tn-2:hover {background-position: 0 -82px;}

a.snorkel-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-3.jpg) no-repeat;}
a.snorkel-tn-3:hover {background-position: 0 -82px;}

a.snorkel-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-4.jpg) no-repeat;}
a.snorkel-tn-4:hover {background-position: 0 -82px;}

a.snorkel-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-5.jpg) no-repeat;}
a.snorkel-tn-5:hover {background-position: 0 -82px;}

a.snorkel-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-6.jpg) no-repeat;}
a.snorkel-tn-6:hover {background-position: 0 -82px;}

a.snorkel-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-7.jpg) no-repeat;}
a.snorkel-tn-7:hover {background-position: 0 -82px;}

a.snorkel-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/snorkel/snorkel-8.jpg) no-repeat;}
a.snorkel-tn-8:hover {background-position: 0 -82px;}


a.gbb-sunset-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-1.jpg) no-repeat;}
a.gbb-sunset-tn-1:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-2.jpg) no-repeat;}
a.gbb-sunset-tn-2:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-3.jpg) no-repeat;}
a.gbb-sunset-tn-3:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-4.jpg) no-repeat;}
a.gbb-sunset-tn-4:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-5.jpg) no-repeat;}
a.gbb-sunset-tn-5:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-6.jpg) no-repeat;}
a.gbb-sunset-tn-6:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-7.jpg) no-repeat;}
a.gbb-sunset-tn-7:hover {background-position: 0 -82px;}

a.gbb-sunset-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/glass-bottom-boat-sunset/glass-bottom-boat-sunset-8.jpg) no-repeat;}
a.gbb-sunset-tn-8:hover {background-position: 0 -82px;}



a.kayak-sunset-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-1.jpg) no-repeat;}
a.kayak-sunset-tn-1:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-2.jpg) no-repeat;}
a.kayak-sunset-tn-2:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-3.jpg) no-repeat;}
a.kayak-sunset-tn-3:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-4.jpg) no-repeat;}
a.kayak-sunset-tn-4:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-5.jpg) no-repeat;}
a.kayak-sunset-tn-5:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-6.jpg) no-repeat;}
a.kayak-sunset-tn-6:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-7.jpg) no-repeat;}
a.kayak-sunset-tn-7:hover {background-position: 0 -82px;}

a.kayak-sunset-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/island-adventure-sunset/island-adventure-sunset-8.jpg) no-repeat;}
a.kayak-sunset-tn-8:hover {background-position: 0 -82px;}



a.double-dip-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-1.jpg) no-repeat;}
a.double-dip-tn-1:hover {background-position: 0 -82px;}

a.double-dip-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-2.jpg) no-repeat;}
a.double-dip-tn-2:hover {background-position: 0 -82px;}

a.double-dip-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-3.jpg) no-repeat;}
a.double-dip-tn-3:hover {background-position: 0 -82px;}

a.double-dip-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-4.jpg) no-repeat;}
a.double-dip-tn-4:hover {background-position: 0 -82px;}

a.double-dip-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-5.jpg) no-repeat;}
a.double-dip-tn-5:hover {background-position: 0 -82px;}

a.double-dip-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-6.jpg) no-repeat;}
a.double-dip-tn-6:hover {background-position: 0 -82px;}

a.double-dip-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-7.jpg) no-repeat;}
a.double-dip-tn-7:hover {background-position: 0 -82px;}

a.double-dip-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip/double-dip-8.jpg) no-repeat;}
a.double-dip-tn-8:hover {background-position: 0 -82px;}



a.dolphin-sunset-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-1.jpg) no-repeat;}
a.dolphin-sunset-tn-1:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-2.jpg) no-repeat;}
a.dolphin-sunset-tn-2:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-3.jpg) no-repeat;}
a.dolphin-sunset-tn-3:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-4.jpg) no-repeat;}
a.dolphin-sunset-tn-4:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-5.jpg) no-repeat;}
a.dolphin-sunset-tn-5:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-6.jpg) no-repeat;}
a.dolphin-sunset-tn-6:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-7.jpg) no-repeat;}
a.dolphin-sunset-tn-7:hover {background-position: 0 -82px;}

a.dolphin-sunset-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/dolphin-watch-sunset/dolphin-watch-sunset-8.jpg) no-repeat;}
a.dolphin-sunset-tn-8:hover {background-position: 0 -82px;}



a.double-dip-sunset-tn-1 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-1.jpg) no-repeat;}
a.double-dip-sunset-tn-1:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-2 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-2.jpg) no-repeat;}
a.double-dip-sunset-tn-2:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-3 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-3.jpg) no-repeat;}
a.double-dip-sunset-tn-3:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-4 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-4.jpg) no-repeat;}
a.double-dip-sunset-tn-4:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-5 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-5.jpg) no-repeat;}
a.double-dip-sunset-tn-5:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-6 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-6.jpg) no-repeat;}
a.double-dip-sunset-tn-6:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-7 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-7.jpg) no-repeat;}
a.double-dip-sunset-tn-7:hover {background-position: 0 -82px;}

a.double-dip-sunset-tn-8 {display: block;width: 123px;height: 82px; background:url(key-west/images/double-dip-sunset/double-dip-sunset-8.jpg) no-repeat;}
a.double-dip-sunset-tn-8:hover {background-position: 0 -82px;}
	

