.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*Headings*/
.style2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
/*Table Headings*/
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	/*font-weight: bold;*/
}
/*Table Content Text*/
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.fieldname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #053669;
}

.fieldvalue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #08349a;
}

a:link, a:visited {
	color: blue;
}

.question {
	color: #ff8000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* table {
border-collapse: collapse; border-spacing: 10pt 5pt; }*/
.thead td {
   color: #000000;
}

 body {font-size: 12px; color: #3a67aa; font-family: arial; height: 100%; background-image: url(images/bg.jpg); background-repeat: repeat-x;}
 td {font-size: 12px; color: #3a67aa; font-family: arial; height: 100%;}
 #wrapper { height: 100%; }
#centered {
    position: relative; margin: 0 auto;    width: 800px; min-height: 100%; text-align: center;
    background-image: url(images/back.gif); background-repeat: repeat-y; background-position: top center;}
 
 .flash {position: absolute; left: 280px; top: 10px; z-index: 0;}
 .banner {position: absolute; left: 0px; top: 0px; z-index: 5;}
 #content {position: absolute; left: 33px; top: 180px; width: 450px; z-index:5; margin: 1px 1px 1px 1px; background-color: #FFFFFF;}
 #reservation {position: absolute; left: 543px; top: 229px; height:auto; width: 200px; z-index: 4;}
 
 .footer {position: absolute; left: 0px; bottom: -0px; width: 800px; z-index: 5; text-align: center; font-size: 9px;} 
 .collage1 {position: absolute; left: 0px; top: 50px; width: 505px; z-index: 5;}
 .collage2 {position: absolute; left: 505px; top: 285px; width: 250px; z-index: 5;}
 .weather {position: absolute; right:20px; top:3px; z-index: 8}
 .toprightinfo {position: absolute; left: 580px; top: 40px; z-index: 5; font-family: arial; color: #285982;}
 .maintext {position: absolute; left: 5px; top: 430px; width: 510px; z-index: 5; color: #232323}
 .carsflash {position: absolute; left: 520px; top: 430px; width: 229px; height: 131px; z-index: 5; border: 1px #003366 solid;}
 .seabreeze {position: absolute; left: 520px; top: 580px; width: 229px; height: 131px; z-index: 5; }  
 .seabreeze a {text-decoration: none;}
 /*.specialbutton {position: absolute; left: 262px; top: 70px; z-index: 200;)*/
 .specialbutton {position: absolute; left: 252px; top: 51px; z-index: 200;}
 .topbanner {position: absolute; left:5px; top: -20px; }
 
 
 .menu {position: absolute; left: 33px; top:130px; z-index: 20; width: 760px; font-family:verdana; font-size:12px; z-index:100;}             
 
 /* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    position:absolute;
    top:0px;
    left:5px;
    padding:1px;
    margin:0;
    list-style-type:none;
}
.menu ul a 
{       
padding:3px;
padding-right:15px;
padding-left:15px;
color:#fff;
}

.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
color:#fff; font-family:verdana;  font-size:11px; font-style: normal;
text-decoration:none; 
/*border:1px solid #fff; */
border-width:1px 1px 0 0; 
/*background:#758279;*/ 
padding-left:15px; 
line-height:20px;
font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
}

/* style the third level background */
.menu ul ul a, .menu ul ul  a:visited {
border:1px solid #5b904f;
background:#fff;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;
}
.menu ul a:hover {
background:#ffbf7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
border:1px solid #5b904f;
background:#fff;

}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#ffbf7d;
 
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
}

.menu ul ul li {
text-align:left;
/*border-bottom:1px solid #5b904f;*/
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:149px; 
top:0;
width:120px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fff; 
color:#216013; 
height:auto; 
line-height:1em; 
padding:7px 10px; 
width:120px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:145px;
w\idth:120px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
display:block;
color:#216013; 
background:url('images/butbgdown.jpg') 0 0;
}
.menu :hover > a, .menu ul ul :hover > a {
display:block;
color:#216013;
background:url('images/butbgdown.jpg') 0 0;
}

.menu ul ul :hover > a, .menu ul ul ul :hover > a, .menu ul ul a:hover {
display:block;
color:#216013;
background:#ffbf7d;
}

 .menu ul ul li a:hover {
background:#ffbf7d;
 }


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/*div#links {position:absolute; top:15px; right:20px; z-index:200} */  
div#links {position:absolute; top:375px; left:550px; z-index:200; }   
div#links a {color:red; font-family:Arial, sans-serif; font-size:14px; text-decoration:none; text-decoration: blink; font-weight:bold; }
div#links a span {display: none;}
div#links a:hover span {display: block; border:1px solid black; letter-spacing:0.2em;
   position: absolute; top: 10px; left:0; width: 200px;
   padding: 5px; margin: 10px; z-index: 100;
   color:black; background:#ffff99;
   font: 11px Arial, sans-serif;  line-height:150%; text-align: left; font-weight:normal;}
   
div#links2 {position:absolute; top:180px; left:400px; z-index:200; }   
div#links2 a {color:red; font-family:Arial, sans-serif; font-size:14px; text-decoration:none; text-decoration: blink; font-weight:bold; }
div#links2 a span {display: none;}
div#links2 a:hover span {display: block; border:1px solid black; letter-spacing:0.2em;
   position: absolute; top: 10px; left:0; width: 200px;
   padding: 5px; margin: 10px; z-index: 100;
   color:black; background:#ffff99;
   font: 11px Arial, sans-serif;  line-height:150%; text-align: left; font-weight:normal;}
   
