*{
	font-family: lucida calligraphy, Monotype Corsiva, arial, helvetia, courier;
	font-weight:600;
	line-height: 105%;
	color:#E1AA43;
	box-sizing:border-box;
}
body{
      font-size:14px;
	  background-color: #E7B137;
      background-image: url('../pics/bgd_burgundy.jpg');
	  background-repeat: repeat;
	  background-attachment:fixed;
      width:min(1080px, 100%);
	    /*       max-width:100%;
 padding: 10px 0;  */
	  margin: 1vh auto;
	  border:1.5px solid #E1AA43;;
}
 html{
	  background-color: #E7B137;
      background-image: url('../pics/bgd_burgundy.jpg');
	  background-repeat: repeat;
}
.floatleft {float:left;}
.clear{clear:both;}
div#plinks a{ font-size:11px;}
#nav
{
	list-style-type: none;
	height: 40px;
	  /*  top:310px; */
	position: relative;
	width: 100%;
    background-image: url('/pics/menu_background_40.png');
	margin:0;
	padding:0;
  display: table; /* [1] */
  table-layout: fixed; /* [2] */
}
.req{color:red; font-size:15pt;}
td.menu-pic{width:90px; padding:2px;}
tr, td{vertical-align: top;}
#nav a{
	  /*  background-image: url('/pics/menu_divider_bl_40.png');
	background-repeat: no-repeat;
	background-position: right;  */
	padding: 0px 2px;
	display: block;
	text-align:center;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #F93;
    font-weight: 600;
}
ul#nav a:hover{
	color: #6FF;
}
ul#nav li{
    display: table-cell; /* [4] */
		height:100%;
		border-left:1px solid #000;
		vertical-align:top;
}
ul#nav li:first-child{border-left-width:0px}
div.subMenu {display: none;  /* position:absolute; */ border:1px solid blue;}
li.mLI:hover > div.subMenu {display: block;}
div.subMenu:hover div.subMenu {display: block;}
.subMenu a{
	display: block;
	text-align:center;
	height: 30px;
	margin-top:auto;
	margin-bottom:auto;
	font-size: 14px;
}
  /*  #subMenu td
{
    border:5px solid #222;
  }  */
  td.subMenuCell
{
    border-top:4px solid #222;
	text-align: center;
  }
#footer
{
  height:auto;
  border:2px solid #309;
    /*  border-bottom:2px solid #309;  */
	padding:.5%;
}
#footer, #footer a{
  font-size:10pt;
}
#main
{
  background-color:#4B0408;
  margin: 0px 0;
    /*  border: 2px inset #306;
  border-right:  2px outset #306;
  border-bottom:  2px outset #306;  */
  text-align: left;
    /*  height: 700px;  */
}
#signup, #signup *
{
   font-size: 9pt;
  }
#divContent
{
  min-height:50vh;
 }
#tblServices a{
	padding: 2px;
	display: block;
	line-height:20px;
	text-decoration: none;
	font-size: 13px;
	color: #F93;
	text-align: left;
	color:#36C;
	background-image: none;
}
img{
    max-width:100%;
	height:auto;
}
.img{
    display: block;
	margin:4px auto;
}
hr{
  line-height:101%;
}
 #h1Title
 {
  line-height:110%;
  font-size:15pt;
  padding:0 5px;
  text-align: center;
 }
#divHeader{
  font-size:1em;
  background-image: url('/pics/inset_border.jpg');
  background-repeat: repeat-x;
  background-position: top center;
}
#headerPic, #specialPics{Width:100%;}
#h2header, #h2header *, .h2header{
  font-size:17px;
  background-image: url('/pics/gold_border.jpg');
  background-position: bottom;
  min-height:32px;
  color:blue;
  margin:0;
  padding:3px 0;
  vertical-align: middle;
 }
#h2header sup, sup{font-size:9px;}
 nav{position:sticky; top:0; z-index:1000;}
#MenuDiv{border: 2px solid #E77737; margin-bottom: 2px; z-index:100;}
  .cols{columns:400px 2; padding:1.5%;}
  .cols p:first-child{margin-top: 0;}
#tblHeader
{
  background-image: url('../pics/inset_border.jpg');
  background-repeat: repeat-x;
  background-position: bottom center;
 }
#divCopy
{
  font-size:8pt;
  padding:8px;
}
 .fsMenu
 {
    width:55%;
	margin-left: 15px;
	}
.tblMenu
 {
    width:98%;
 }
.dividerLine
{
   margin-left: auto;
   margin-right: auto;
   display: block;
  }
 pre
 {
    font-size:11pt;
	font-weight:500;
	padding:1px;
}
hr{
      height:2px;
	  color:brown;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 110%;
    text-align: center;
	margin: 6px 0px;
	}
h1, h1 *{
	font-size: 23px;
	font-weight: 700;
}
h2, h2 *{
	font-size: 21px;
	font-weight: 700;
}
h3, h3 *{
	font-size: 19px;
	font-weight: 600;
}
h4, h4 *, #footer a.CTC{
	font-size: 18px;
}
h5, h5 *{
	font-size: 17px;
}
p{
    text-indent: .15in;
    font-size:12pt;
}
a{
	font-weight: 700;
	color:gold;
	text-decoration: none;
 }
 /* a:visited {color:gold;} */
  a.featured{
  display:inline-block;
  background-color: #EE2;
  padding:6px;
  border-radius:4px;
  border:2px solid #5564EC;
  font-size: 1.2rem;
  color:navy;
 }
a:hover
{
	color: #F9F15B;
	font-weight: 700;
	font-style: oblique;
	text-decoration: underline;
}
a.featured:hover{color:crimson;}
.text
{
   font-size:15px;
}
table.menu
{
   text-align: left;
   width:100%;
}
table.menu td{ 
  padding:5px 2px;
 }
table.menu td.one{
  width:1.5px;
  padding:0;
  }
td.price
{
   text-align: right;
   font-size: 14px;
   font-weight:600;
     /*  width:13%;  */
}
td.des{
   font-style: italic;
   font-size: 13px;
   font-weight:500;
}
 td.title{
   font-style:normal ;
   font-size: 11pt;
   font-weight:600;
   width:30%;
}
td.menupics{
  cursor:pointer;
  padding-left:2px;
}
small
 {
   font-size: 11px;
   font-weight:600;
}
 b
 {
   font-weight:700;
}
 strong, th
 {
   font-weight:700;
   font-size: 12pt;
}
 fieldset
{
   padding:1%;
}
legend
{
 font-style: oblique;
 font-size: 17px;
 padding:0 5px;
}
fieldset
{  border-radius:4px;}
input:focus, select:focus, textarea:focus	{background-color: #FCC;}
a:focus{background-color: #FF9; color:red;}
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {background-color: #FCF; color:#F00;}
input[type=submit], input[type=button], input[type=reset] {background-color: #9FF; color:#111;}
input, select, textarea{
   font-size: 9pt;
   color:blue;
   font-weight: 700;
   border:1px solid blue;
   border-radius:4px;
   padding:2px;
   margin:2px;
}
 .yesShow, .yesShowIn{display:none;}
 option:nth-child(odd){background-color: #3FF;}
	#navSlide{
	   position:fixed;
	   z-index:10000;
	   top:4px; left:4px;
	   width:260px;
	}
    #SlideMenu {display:none; background-color: #EEE;}
	#SlideMenu a{
		border: 1px solid blue;
		border-bottom-width: 0;
		display: block;
		line-height: 30px;
		font-size: 18px;
		text-align: left;
		padding-left:2%;
		color:navy;
	}
	 #SlideMenu a:hover{
        background-color: #FFF;
		color:#F00;
		}
	 #SlideMenu a:last-child{
		border-bottom: 1px solid blue;
		}
	#SlideMenu a.sub{padding-left:12%; font-size: 16px;}
  .tdLHS{text-align:right;}
   input[type=submit], input[type=button], input[type=reset]{
     font-size: 11pt;
	 font-weight: 600;
	 min-width:120px;
  }
  .overlaycontrols{
	  font-size:50pt;
	  color:#30C;
	  font-weight: 900;
	  cursor:pointer;
	  position: absolute;
	  z-index:100;
	  top:42%;
	  opacity:.70;
	  text-shadow: 3px 3px #FFF;
   }
   .CTC{font-weight: inherit; color: inherit; font-size: inherit;}
   #footer_middle{font-size: 14pt;}
   #CLICK{ background-color: gold;  border: 2px solid blue; width:100%; height:47px;}
   #CLICK a {display:block; line-height:47px; font-size: 22pt; font-weight: 700; color:black;}
   #divSM{
      top:20%;
	  right: 4px;
	  position:absolute;
   }
.
@media screen and (max-width:540px)
{
   #footer_middle{font-size: 12pt;}
  .tdLHS{text-align:left;}
  .tdBlock td{display:block; width:100% !important;}
  #nav a{font-size: 12px; font-weight: 500; line-height:14px;}
  .yesShow{display:block;}
  .yesShowIn{display:inline;}
   td.menu-pic, .noShow{display:none;}
  .floatleft{float:none; width:100% !important;}
  #Trip-Advisors{width:90px; height:auto; margin: 4px 0;}
  #footer{height:auto;}
  input, select{height:28px;}
  input[type=submit], input[type=button], input[type=reset]{height:36px;}
  #divSlideShow{max-width:100% !important; height:auto !important;}
  .overlaycontrols{
    font-size: 30pt;
    font-weight: 800;
    text-shadow: 2px 2px gold;
    top: 15%;
}
 #divSM img{height:33px; width:auto;}
 table.menu{width:100%;}
 table.menu  td.des {width:50%; font-size: 13px;}
 #h2header {font-size: 15px;}
 div#plinks a,  div#footer a{font-size: 14px; margin-top: 4px;}
 div#plinks a {display:block;}
 #h1Title
 {
   line-height:107%;
   font-size:17px;
 }
  .h2header{
     font-size:13pt;
     min-height:26px;
}
 body{margin:0;}
}