@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/sumtextb.jpg);
	margin: 0;
	padding: 0;
	color: #000;
	overflow-x: hidden;/*2021-11-14*/
	width: 100%;/* 2021-12-28*/
}
.container {
	/*max-width: 100%; 2021-11-14 deleted */
	margin-left: auto;/*2025-08-29 from 15% */
	margin-right: auto;/*2025-08-29 from 15% */
	border-width: 10;
	border-left-style: ridge;
	border-right-style: ridge;
	width: 100%; /* 2021-11-14 added*/
}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	color: #039;
	position: fixed;
	top: 0px;
	overflow: hidden;
	background-image: url(../images/sumtextb.jpg); /* added back 2020-07-24 */
	z-index: 5;
	height: 140px;
	overflow-x: visible;
	overflow-y: visible;
	min-width: 600px;
	background-color: #000;
}
.content {
	/*float: left;*/
	/*border-bottom-left-radius:	; */
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 165px;
	background-color: rgba(161,150,135,0.3);
	max-width: 1000px;	/*min-width: 600px; deleted 2020-07-24*/
}
.itemInfo {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	/*float: left;*/
	padding-left: 25px;
	padding-right: 25px;
}
.itemPrice {
	position: relative;
	width: 125px;
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: #006;
	float: none;
}
.itemTitle {
	width: auto;
	float: none;
	text-align: center;
	font-size: small;
}
.itemPic {
	height: auto;
	width: 600px;
	float: left;
	text-align: center;
}
.itemMenu {
	text-align: center;
	font-style: italic;
	margin-left: 25px;
	float: left;
}
.itemForm {
	width: 125px;
	float: left;
	text-align: center;
}
.itemDesc {
	width: 600px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
}
.vacation {
	color: #F00;
}
/* ~~ The footer ~~ */
.footer {
	/*padding-left: 25px;*/
	/*padding-right: 25px;*/
	position: relative;
	/*clear: both;*/
	/*text-align: center;*/
	/*background-color: rgba(161,150,135,0.3);*/
	width: 100%;/* 2021-11-14 added*/
	max-width: 1000px;/* 2021-11-14 added*/
}
/* added 2020-07-24 to correct Content Wider Than Screen errors */
img {
  max-width: 100%;
  display: block;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1  {
	margin-top: 0;	
	padding-left: 15px;
	color: #000;
	text-align: left;
}

h2, h3, h4, h5, h6  {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}
a img {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.sidebar1 {
	float: left;
	width: 150px;
	padding-bottom: 10px;
	height: auto; 
	line-height: none; 
	margin-top: 80px;
	position: fixed;
	top: 0px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*2021-11-14 from 25 */
}
ul.nav {
	margin-bottom: 20px;
	font-size: medium;
	font-weight: bold;
	border: thin none #666;
	list-style-image: none;
	list-style-type: none;
	font: Tahoma;
	width: 1000px;
}
ul.nav li {
	font-weight: normal;
	font-size: small;
	padding-bottom: 5px; 
	padding-top: 0px; 
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thick;
	border-right-style: none;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 115px;  
	text-decoration: none;
	color: #412121;
	text-align: center;
	border-right-style: outset;
	border-bottom-style: outset;
	border-color: #EBD6D6;
	background-color: #E0E0E0;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #000;
	color: #FF0;
}
navItem {
	background: #f0f0f0;
	border: thin none #666;
	border-right: none;
	display: table;
	table-layout: fixed;
}

ul.navItem {
	display: table-row;
	border: thin none #666;
	font: Tahoma;
	margin-bottom: 10px;
	font-size: medium;
	font-weight: bold;
	border: thin none #666;
	list-style-image: none;
	list-style-type: none;
}

ul.navItem li {
	list-style: none;
	text-align: center;
	display: table-cell;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
	width: auto;
	padding-left: 5px;
	font-size: small;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thick;
	border-right-style: none;
}
  
navItem ul li:first-child {
  border-left: none;
}
ul.itemnav li {
	font-weight: normal; 
	font-size: small;
	padding-bottom: 5px; 
	padding-top: 5px; 
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thick;
	border-right-style: none;
}
ul.itemnav a, ul.itemnav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: auto;  
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/woods/bloodwood.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #999;
}
ul.itemnav a:hover, ul.itemnav a:active, ul.itemnav a:focus { 
	background-color: #666;
	color: #FF0;
}
navH {
	border: thin none #666;
	border-right: none;
	display: table;
	table-layout: fixed;
}
ul.navItem a, ul.navItem a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 60px;  
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/woods/gumwood.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #999;
  }
  ul.navItem a:hover, ul.navItem a:active, ul.navItem a:focus { 
	background-color: #000;
	color: #FF0;
}

ul.itemnav {
	margin-bottom: 10px; 
	font-size: medium; 
	font-weight: bold;
	border: thin none #666;
	list-style-image: none;
	list-style-type: none;
	font: Tahoma; 
}

ul.navH {
	display: table-row;
	border: thin none #666;
	margin-bottom: 5px; 
	font-size: medium; 
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	font: Tahoma;
}

ul.navH li {
	list-style: none;
	text-align: center;
	display: table-cell;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 70px;
	font-weight: normal; 
	font-size: small; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-right-style: none;
}
  
navH ul li:first-child {
  border-left: none;
}
ul.navH a, ul.navH a:visited {
	display: block;
	padding: 2px 5px 2px 5px;
	width: 80px;
	text-decoration: none;
	color: #371C1C;
	text-align: center;
	border-right-style: outset;
	border-bottom-style: outset;
	border-color: #EBD6D6;
	background-color: #E0E0E0;
  }
ul.navH a:hover, ul.navH a:active, ul.navH a:focus { 
	background-color: #000;
	color: #FF0;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fraction {
	font-size: small;
}
.home {
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	font: Tahoma;
}

.content h5 {
}
.anchor{
	display: block;
	height: 180px;
	margin-top: -180px;
	visibility: hidden;
}
/* drop down menu controls */
.header ul {
	margin-bottom: 5px;
	font-size: medium;
	font-weight: bold;
	border: thin none #666;
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	font: Tahoma;
	/*width: 100%; removed 2020-07-24 */
	background-color: #000;
}
.header li {
	float: left;
	font-weight: normal;
	font-size: medium;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left-style: none;
	border-bottom-width: inherit;
	border-right-style: none;
	margin-right: 10px;
	display: block;
	height: auto;
	width: auto;
	text-decoration: none;
}
.header li a , .dropbtn{
	display: list-item;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}
.header li a:hover ,.dropdown:hover .dropbtn{
	background-color: #000;
	color: #FF0;}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000;
	z-index: 1;
	margin-top: 5px;
}
.dropdown-content a {
	color: black;
	padding: 5 5 5 15;
	display: block;
	text-align: center;
	text-decoration: none;
}
.dropdown-content a:hover {
	background-color: #000000
}
.dropdown:hover .dropdown-content {
    display: block;
}
.caption {
	display: block;
	position: static;
	z-index: 2;
	font-size: medium;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0px;
	right: 0px;
	bottom: 0;
	padding: 0px 0px;
	margin: 0;
	max-width: none;
	text-align: center;
  }
  
.caption_thumb {
	font-size: small;
}
.section {
	display: block;
	position: static;
	z-index: 2;
	font-size: medium;
	color: #FFF;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px;
	margin: 0,0,10,0;
	max-width: none;
	text-align: center;
	background-color: #333;
	font-weight: bold;
  }
.resp-table {
width: 100%;
display: table;
}
.resp-table-body{
display: table-row-group;
}
.resp-table-row{
display: table-row;
}
.table-body-cell{
    display: table-cell;
    margin-left: 20px;
    margin-right: 20px;
}