@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; }

	
