/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
 color:#000000;
 }
 
 a:link{
 color:#300098;
  }
  
 a:visited{
 color:#3000D0;
  } 
  
 a:active{
 color:#FF0000;
  } 
 
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

#l_arrowDiv {
  color:black;
  text-align:center;
  display:inline;
  padding-right:20px;
  font-size:medium;
  font-weight:bold;
 }
 
#r_arrowDiv {
  color:black;
  text-align:center;
  display:inline;
  padding-left:20px;
  font-size:medium;
  font-weight:bold;
 }
 
#picDivContainer{
  height:40%;
  width:100%;
  padding-top:10px;
}

#picDivContainer div{
  float:center;
  margin:0 auto;
}

#picDivContainer img{
    max-width: 100%;
    max-height: 100%;
}

.txtover { 
  position:relative; 
  } 
  
.txtover figcaption { 
  position:absolute;
  bottom:0;
  left:0;
  box-sizing: border-box;
  width: 100%;
  padding-bottom:80px;
  color: black;
  font-size:x-small;
  text-align:center;
  }

#home:hover{
   cursor: pointer;
   color:black;
 }
 
#l_arrowDiv:hover{
   cursor: pointer;
   color:black;
   font-weight:900;
 } 

 #r_arrowDiv:hover{
   cursor: pointer;
   color:black;
   font-weight:900;
 } 

select:hover{
   cursor: pointer;
}

input:hover {
   cursor: pointer;
}
 
#gallery_div_menu:hover {
   cursor: pointer;
   color:yellow;
 }
 
 .logo {
 font-size:3rem;
 }
 
 .sublogo {
 font-size:3rem;
 cursor:pointer;
 }
 
  .greenlogo {
 font-size:3rem;
 color:#008000;
 font-weight:bold;
  }
 
 .sideaddress {
 font-size:.8rem;
 font-weight:bold;
  }
  
  .sectionTable {
  border:solid;
  border-color:#000000;
  background-color:#B4DCA3; 
  width:100%;
  text-align:center;
   }
   
  .sectionTD {
  border:solid;
  border-color:#000000;
  border-width:thin;
  background-color:#B4DCA3; 
  width:100%;
  text-align:center;  
   }
  
  .sectionDIV {
  font-size:1.2rem;
  font-weight:bold;
  color:#000000;
  text-align:center;
   }
   
  li{
  font-weight:bold;
   }
   
  .imageBox {
    display:inline-block;
    cursor:pointer;
 }
 
  .box {
    display:inline-block;
    float:left;
    alignment-baseline:middle;
    cursor:pointer;
 } 
   .preview {
    width: 245px;
    height: 180px;
    padding-left:2px;
    cursor:pointer;
  }
  
    .titleText {
    color:redblack; 
    font-size:2rem;
    font-weight:700;
   }
   
   .ImageControls {
   color:black;
   font-size:3rem;
   font-weight:700;
   }
 
    .sm-ImageControls {
   color:black;
   font-size:3rem;
   font-weight:700;
   
   }  
   .ImageControls:hover{
   cursor:pointer;
   }