TD
{

    FONT-SIZE: 8pt;
    COLOR: #1A222F;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
OPTION
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
BODY
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial
}
A
{

    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A:hover
{

    COLOR: #ffffcc;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

a.here {font-weight: bold; color: #232E41; text-decoration: underline;}

A.nav22
{	

	COLOR: #669999;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.nav22:hover
{

    COLOR: #cccccc;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}



.thumbnail{
position: relative;
}


.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -500px;
border: 1px solid #333366;
visibility: hidden;
color: black;
text-decoration: none;
display:block;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: 160px; /*position where enlarged image should offset horizontally */
z-index:999;
}

.thumbnail span.bottom{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -500px;
border: 1px solid #333366;
visibility: hidden;
color: black;
text-decoration: none;
display:block;
}

.thumbnail:hover span.bottom{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 100px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index:999;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}


#packages_content {
text-align: center;
}

.contact_link { color:#3A4A69; text-decoration:underline; }
.contact_link:link { color:#3A4A69; text-decoration:underline; }
.contact_link:visited { color:#3A4A69; text-decoration:underline; }

#teaserForm { padding:5px 25px 0 0; }
#teaserForm table {margin: 0 auto;  }
#teaserForm table label {font-size: .8em;}
#teaserForm table select, #teaserForm table input { font-size:11px; width:99%; }
#teaserTdSubmit {text-align: center; padding-top: 5px;}

div.pkgs { display:150px; float:left; text-align:center; margin-right:50px; }

/*----------- Google Maps -----------*/
#options .spot a { text-decoration:none; font-size:1em; font-weight:bold; color:#3a4a69; display:inline-block; }

/*----------- Drop Down Form -----------*/
#bubble h3 { font-size:1.3em; font-weight:bold; margin-bottom:0px; padding-bottom:0px; }
#map_canvas { border:1px solid #CCCCCC; width:596px; height:400px; }
#options { font-size:12px; font-weight:bold; line-height:150%; width:100%; background:#ffffff; padding:15px 0; text-align:center; }
#options .spot { padding:0 10px; display:inline; }
.clear { clear:both; font-size:0; line-height:0; height:0; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; line-height:0; font-size:0; height:0; }