*{
	font-family:  "Apple Chancery", verdana, arial, helvetia, courier,  "Zapf Chancery";  /*  lucida calligraphy, Monotype Corsiva,,cursive  */
	line-height: 109%;
    color:#309;
	box-sizing:border-box;
	max-width: 100%;
	  /*  color:#E1AA43;  */
}
body{
      font-size:14px;
      width:min(1100px, 100%);;
	  font-weight:600;
	  margin: auto;
	  border-radius:16px;
	  border:1.5px solid navy;
 }
 html{
	    background-color:#93bee0;   /* FloralWhite;   #924556;  #9ddffe; LightSkyBlue;      #F87217; Coral CB4C00;   #C74428;   #E7B137;  */
		background-image: linear-gradient(to right, #93bee0, #8ebf42);
}
img{
	height: auto;
    border-width: 0;
	border-color: transparent;
  }
small{
   font-size: .7em;
   font-weight:600;
 }
 b{
   font-weight:800;
 }
 strong{
   font-weight:800;
   font-size: 1.2em;
 }
 fieldset{
   padding:4px;
   border-radius:8px;
   border-color: #DF7E58;
}
legend{
 font-style: oblique;
 font-size: 1.3em;
 padding:0 5px;
}
 hr{
      height:2px;
	  width:90%;
	  margin:auto;
	  color:#D3920A;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h5, h6, h4 *, h5 *, h6 *{
	line-height: 110%;
    text-align: center;
	margin: 4px;
	}
h1, h1 *{
	font-size: 24px;
	font-weight: 700;
}
h2, h2 *{
	font-size: 21px;
	font-weight: 700;
}
h3, h3 *{
	font-size: 19px;
	font-weight: 600;
}
h4, h4 *{
	font-size: 17px;
}
h5, h5 *{
	font-size: 16px;
}
p{
    text-indent: .15in;
     /* font-size:16px; */
}
a{
	font-weight: 600;
	text-decoration: none;
}
a:visited {color:#96F;}
a:hover{
	color: #900;
	font-weight: 700;
	text-decoration: underline;
}
*:focus {background-color: #FCF;}
a:focus{background-color: #FF9; color:red;}
input[type=submit], input[type=button], input[type=reset] {background-color: #9FF; color:#111;}
input, select, textarea{
   font-size: 10pt;
   color:#36F;
   font-weight: 600;
   border:1px solid blue;
  border-radius:4px;
  padding:2px;
  margin:2px;
  max-width:90%;
}
option:nth-child(odd){background-color: #3FF;}
 pre{
    font-size:11pt;
	font-weight:500;
	padding:1px;
 }
   /*  classes  */
.container{min-height:350px;}
.img
{ display:block; margin:6px auto; border-radius:8px; max-width:100%; height:auto;}
  td.subMenuCell{
    border-top:4px solid #222;
	text-align: center;
   }
.dividerLine{
   margin: auto;
   display: block;
   }
table.menu{
   width:100%;
}
table.menu tr th{
   font-size: 12pt;
   font-weight:700;
   }
table.menu tr{
   vertical-align: top;
   border-top: 1px solid blue;
   }
table.menu tr td, table.menu tr th
{
   text-align: left;
   padding:4px;
   }
fieldset.menu
{
 margin:20px;
}
td.menu-pic, td.menu-pic *
{
    min-width:1px;
	max-width:125px;
    padding:0px;
	margin:0px;
}
table.menu tr:hover
{background-color: #FF9;}
table.menu tr td.price
{
   text-align: right;
   min-width:42px;
   font-size: 15px;
   font-weight:700;
}

table.menu tr td.des /* old for menu items */
{
   font-style: italic;
   font-size: 15px;
   font-weight:500;
}
   div.des{
	   font-size: 11px;
	   font-style: italic;
	   color:black;
      padding-left: 12px;
	}
 td.title
 {
   font-style:normal ;
   font-size: 16px;
   font-weight:700;
   color:#CB4C00;
   width:250px;
 }

 .yesShowIn, .yesShow{display: none;}
.text{font-size:16px;}
fieldset.floatleft, div.floatleft{ float:left; padding: 1%; width:48%;}
div.clear{ clear:both;}
     /*  id's  */
#fsSPECIAL{ width:50%; margin-bottom: 8px;}
#nav
{
    margin:  0;
    padding: 0;
    list-style: none;
    display: table; /* [1] */
    table-layout: fixed; /* [2] */
	height: 40px;
	width: 100%;
    background-image: url('../pics/menu_background_40.png');
    border: 2px solid #30C;
	 /* border-bottom: 2px solid #30C; */
	margin:0;
	padding:0;
	position: relative;
}
#nav li
{
    display: table-cell; /* [4] */
	border-right:2px solid #30C;
}
#nav li:last-child
{
	border-right:0px solid #30C;
}
#nav li a
{
	padding: 0px 2px;
	display: block;
	text-align:center;
	line-height: 20px;
	text-decoration: none;
	font-size: 15px;
	color: #F93;
    font-weight: 700;
}
#nav a:hover, #SlideMenu a:hover
{
	color: #6FF;
}
ul#nav li:hover > ul#subMenu
{
	display: block;
}
ul#subMenu
{
	display: none;
	margin:0;
	list-style-type: none;
	position: absolute;
	width:200px;
	right:10%;
}
ul#subMenu
{
	display: none;
	margin:0;
	position: absolute;
	width:25%;
	left:25%;
	z-index:15;
}
ul#subMenu li
{
	height: 21px;
	text-align:left;
	float:none;
	display:block;
	border: 1px solid blue;
	width:100%;
	  /*  min-width:100px;  */
	background-color: #E7B137;
	background-image: none;
	opacity:.9;
}
#subMenu li a
{
	display: block;
	text-align:left;
	line-height: 20px;
	font-size: 10pt;
	background-image: none;
	color:black;
}
#SlideMenu, #divSlide {display:none;}
#footer
{
    /*  height:100px;  */
	padding:2px 12px 12px 12px;
    border-top: 1px solid blue;
	margin:auto;
  text-align: center;
}
#footer, #footer a
{
  font-size:10pt;
}
#main
{
  margin: 0px 0;
  background-color:#EEE;
  position:relative;
  text-align: left;
}
#signup, #signup *
{
   font-size: 9pt;
   }
#divContent
{
  min-height:500px;
    /*  margin-top:153px;  */
	padding:6px;
  }
#tblServices a
{
padding: 2px;
display: block;
line-height:20px;
text-decoration: none;
font-size: 13px;
color: #F93;
text-align: left;
color:#36C;
background-image: url("/");
}
 #h1Title
 {
  line-height:110%;
  font-size:16pt;
  padding:0 5px;
  text-align: center;
  }
#divHeader{
  font-size:11pt;
  background-image: url('../pics/inset_border.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  border-bottom: 1px solid blue;
  background-color: #FFF;
}
#divHeaderInner
{
  background-image: url('../pics/header_bkgd_rhs4.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: right center;
  position: relative;
  height:200px;
     /*  max-height:20%;  */
}
#tblHeader
{
  background-image: url('../pics/inset_border.jpg');
  background-repeat: repeat-x;
  background-position: bottom center;
  }
#divCopy
{
  font-size:8pt;
  padding:8px;
}
.CTC, .CTC:hover{
   font-size:inherit;
   font-weight: inherit;
   }
	 div#divHours{
		 padding:1.5px;
		 background-color: #4d1f08;}
     div#divHours * {
	     font-size: 15px;
		 color:#FFD;
	  }
  	 img#FBPNG{
	    position: absolute;
        top: 0;
        right: 0;
 	}
 .overlaycontrols{
	 font-size:7rem;
	 color:#30C;
	 cursor:pointer;
	 position: absolute;
	 z-index:100;
	 top:42%;
	 opacity:.60;
	 text-shadow: 3px 3px #EEE;
     font-weight: 800;
}
  /*  #spHours {font-size:13pt;}   lawrence lacucina1599 */
  /*  responsive  */
   @media screen and (max-width: 806px)
   {
     body{width:100%;}
  	 img#FBPNG{
	    width:10%;
 	}
	 img#logo53{width:89%; height:auto;}
   }  /* @media screen and (max-width: 806px)  */
   @media screen and (max-width: 550px)
   {
    .overlaycontrols{
	 font-size:5.5rem;
	 text-shadow: 2px 2px #EEE;
     font-weight: 600;
     }
     #content{min-height:62vh;}
     div#divHours * { font-size: 13px;}
	 #CLICK{ background-color: gold;  border: 2px solid blue; width:100%; height:50px;}
    #CLICK a {display:block; line-height:50px; font-size: 22pt; font-weight: 700;}
     input[type=text], select, textarea{width:100%; min-height:33px;}
    #footerLinks, #tblContact td:first-child, #nav, .noShow{display: none;}
    #divSlide, .yesShow{display: block;}
	.yesShowIn{display: inline;}
	div#divHeaderInner{height:auto;}
	#SlideMenu {
		width: 100%;
		margin:0;
		padding:0;
		background-color: #FF6;
	}
	#SlideMenu li {
        background-image: url('../pics/menu_background_40.png');
		background-size: auto 100%;
		background-repeat:repeat-x;
		padding:2px;
		height:32px;
		border-bottom:2px solid black;
	}
	#SlideMenu li a {
		font-size: 16px;
	    color: #F93;
        font-weight: 600;
		line-height:28px;
		display: block;
		padding-left: 32px;
		text-align: left;
	}
	fieldset.floatleft, div.floatleft{
	  float:none;
	  width:100%;
	  }
	  legend { font-size: 14px;}
	 ul#subMenu li {width:33%; height:21px;}
     ul#subMenu li a, ul#nav li a{font-size: 16px;	line-height: 20px;}
     h3, h3 *{font-size: 14px;}
     #spHours{font-size: 12px;}
     *{font-size: 11px;}
     #footer, #footer a {font-size: 11px;}
  }

  @media screen and (max-width: 450px){
    img#logo{width:100%;height:auto; }
   	 ul#subMenu li {width:50%;}
	 ul#subMenu li a, ul#nav li a {font-size: 12px; line-height:18px;}
  }  /* @media screen and (max-width: 420px)   */