@charset "utf-8";

body
{
  font-family:Arial, Lato, sans-serif;
  font-size:14px;
  background: #000000;
  margin: 0;
  padding: 0;
  color: #000000;
}

h1,h2,h3,h4
{
  color: #000000;
}

hr
{
  color: #000000;
}
li.blue {color:blue;}
li.red {color:red;}
td.red {color:red;}
p.pcentered {text-align:center}
h3.h3centered {text-align:center}
h2.h2centered {text-align:center}
h1.h1centered {text-align:center}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: WhiteSmoke;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 20px;
  border-width:5px;  
    border-style:groove;
}
div.sticky1 {
  position: fixed;
  bottom: 0;
  right: 100;
  width: 200px;
  border: 3px solid #73AD21;
}



#container
{
  width: 900px;
  background: #FFFFFF;
  margin: 0 auto;
}

#header
{
  background: #000000;
  width: 900px;
  height: 374px; 
}
#header .headerBackground
{
  width:900px;
  height:374px; 
  background:url(headerBackground76.jpg) no-repeat right top;
}

#header h1
{
  margin: 5px; /* do not change */
 /* padding: 40px 40px 0px 0px; /*  == top,right,bottom,left*/
 padding: 30px 40px 0px 20px; /*  == top,right,bottom,left*/
  color:rgb(213,231,253);
  text-shadow: #000000 3px 3px 3px;
  text-align:left; /* can change back to :left; or :right; */
  font-size:40px;
}

#footer
{
  height:45px;
  color:#ffffff;
  background:url(footerBackground.jpg) repeat-x left top;
}

#footer p
{
  padding-top:16px;
  text-align:center;
}

#footer a
{
  color:#ffffff;
}

.footerLink
{
  color:#292b25;
  text-decoration:underline;
}
.fit 
{
     max-width: 1024 pix;
  max-height: 100vh;
  width: auto;
    height: auto;
}
.center {
  display: block;
  margin: auto;
}
#sidebar1
{
  float: right; /* must provide width */
  width: 200px;
  background: #ffffff; /* full length of content */
  margin:20px 40px 20px 0;
}

#sidebar1 a, #mainContent a
{
  color:#000000;
  font-weight: bold;
}

#mainContent
{
  margin: 20px 280px 20px 40px; /* sidebars on right */
}

#fullWidthContent
{
  margin: 20px 40px 20px 40px;
}

#searchResult
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
}

.productPic
{
  float:left;
  margin:0 20px 15px 0;
}

.clearfloat
{ /* last item */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: green;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -100px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}







table, tr, th, td {
  border: 2px solid black;
  padding: 3px;
}

.noborder, .noborder tr, .noborder th, .noborder td { border: none; }

.centerTable { margin: 0px auto; }

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: 2px solid black;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}




#navcontainer
{
  margin:auto 0;
  width:900px;
  text-align:center;
}

#navcontainer ul
{
  padding: 0;
  margin: auto 0;
  background: url(menuBackground.gif) repeat-x left top;
  float: left;
  width: 100%;
}

#navcontainer ul li
{
  display: inline;
}

#navcontainer ul li a
{
  color: #626161;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  font-size:16px;
  padding:8px 12px;
}

#navcontainer ul li a:hover

{
  background: url(menuBackgroundActive.gif) repeat-x left top;
  color: #fff;
}

#navcontainer ul li #current
{
  background: url(menuBackgroundActive.gif) repeat-x left top;
  color: #fff;
}
/* end menu */
/* begin menu2 */
#navcontainer2
{
  margin:auto 0;
  width:900px;
  text-align:center;
}

#navcontainer2 ul
{
  padding: 0;
  margin: auto 0;
  background: url(menuBackground.gif) repeat-x left top;
  float: left;
  width: 100%;
}

#navcontainer2 ul li
{
  display: inline;
}

#navcontainer2 ul li a
{
  color: #626161;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  font-size:16px;
  padding:8px 12px;
}

#navcontainer2 ul li a:hover
{
  background: url(menuBackgroundActive.gif) repeat-x left top;
  color: #fff;
}

#navcontainer2 ul li #current2
{
  background: url(menuBackgroundActive.gif) repeat-x left top;
  color: #fff;
}
/* end menu2 */


/* begin corners */
.t {background: #ffffff url(dot.gif) 0 0 repeat-x;}
.b {background:url(dot.gif) 0 100% repeat-x}
.l {background:url(dot.gif) 0 0 repeat-y}
.r {background:url(dot.gif) 100% 0 repeat-y}
.bl {background:url(bl.gif) 0 100% no-repeat}
.br {background:url(br.gif) 100% 100% no-repeat}
.tl {background:url(tl.gif) 0 0 no-repeat}
.tr {background:url(tr.gif) 100% 0 no-repeat; padding:1px 20px}
/* end corners */

/* begin grey corners */
.n_t {background: #eeeeee url(n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(n_dot.gif) 0 100% repeat-x}
.n_l {background:url(n_dot.gif) 0 0 repeat-y}
.n_r {background:url(n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(n_bl.gif) 0 100% no-repeat}
.n_br {background:url(n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(n_tr.gif) 100% 0 no-repeat; padding:1px 20px}
/* end grey corners */
