/* CSS Document */
body {

background: url('bg.jpg') repeat-x #f5ece0; 
margin:auto;
margin-top: 20px;

}

#container {

       z-index:0;
       width: 900px ;
       margin-left: auto ;
       margin-right: auto ;
       margin-bottom: 80px;
       margin-top: 40px;
       border: 1px solid black ; 
       background-color: #f6eee1  ;
       position:relative;
       padding-top: 30px;
       
       
}
     
     
#slideshow_border {
     position: relative;
     top: 0px;
     left: 189px;
    width: 690px;
     border: 1px solid #255e88 ; 
     margin-top: 20px;

  }


#slideshow {
     position: relative;
     top: 0px;
     left: 0px;
     width: 678px;
     
     border: 6px solid #54b3c4 ; 
  overflow: hidden;
  

  }
  
  
  #slideshow_border_short {
     position: relative;
     top: 0px;
     left: 0px;
    width:862px;
     border: 1px solid #255e88 ; 
    margin-left: auto ;
     margin-right: auto ;
     margin-top: 20px;

  }


#slideshow_short {
     position: relative;
     top: 0px;
     left: 0px;
     width: 850px;
     height: 286px;
     border: 6px solid #54b3c4 ; 
     margin-left: auto ;
     margin-right: auto ;

  }
  
     
#reservations_container {
  width: 692px ;
  height: 64px;
  margin-left: 189px;
  background: url('reserve_bg.jpg'); 
  }


#reservations_content {
  top: 7px;
  position: relative;;
  height: 38px;
  margin-left: 8px ;
  }
  

#nav_menu {
     
     width: 177px ;
     top: -25px;
     left: 12px;
     position:absolute;
     z-index:1;
}

#text_content {

     width:650px; 
     float: left;
     margin-left: 200px; 
     margin-right: 20px; 
     line-height: 20px; 
     overflow: none;
     font-family: Verdana, "Times New Roman", Times, serif;
     color:#000000;
     font-size: 12px;         

}    

#text_content td {

     /* width:660px; */
     /* line-height: 20px; */
     font-family: Verdana, "Times New Roman", Times, serif;
     color:#000000;
     font-size: 12px;         

}    

#specials_table tr td p strong div{

line-height: 2px;
margin: auto;
padding: 0px;

}





a {
     color: #062256;
}


a:hover {
     color: #59a1af;
}



h1{

     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 21px;         
}    



#right_column {

     width:192px; 
     float: right;
     margin-top: 30px; 
     overflow: auto;
     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 11px;         

}    

#nav_footer {

     margin: auto;
     text-align:center;
     font-family: Arial, Verdana, "Times New Roman", Times, serif;
     font-size: 10px;
     line-height: 17px;
     text-decoration:none;

}    

#nav_footer a{

     margin: auto;
     text-align:center;
     font-family: Arial, Georgia, "Times New Roman", Times, serif;
     font-size: 10px;
     line-height: 17px;
     text-decoration:none;

}    



/* Nav
--------------------------------------- */

ul#nav { list-style-type: none; margin: 0px; padding: 0px; }
ul#nav li { margin: 0px; padding: 0px;}
ul#nav img { border: none; }
#nav_menu { background: url('nav_menu_bg.png') no-repeat; padding: 0px 0px 0px 2px; }

/* Slideout Sub navigation 
-------------------------------------- */
ul#nav li ul { margin: 10px 0px 0px 160px; padding: 0px 0px 5px 0px; list-style: none; width: 0px; background-color: #747d4f; background-image: url('subnav_bg.png'); position: absolute; z-index: 999999999; left: auto; overflow: hidden; }
#nav ul li { margin: 0px; padding: 0px 0px; }
#nav ul li a { margin: 0px; padding: 0px 10px; color: #011a50; font-family:Verdana, "Times New Roman", Times, serif; text-decoration: none; font-size: 11px; line-height: 2; text-align: left; white-space: nowrap; }
#nav ul li a:hover { text-decoration: underline; }
