.bluebackground{
   	background-image: url("images/morganbackground.jpg");
    width: 830px;
    position: absolute;
    height: 700px;
    border: 8px solid;
    border-color: #2f3791;
    border-radius: 9px;
}

.bluebackground1{
   	background-image: url("images/sanderlinwebbkgnd.jpg");
    background-repeat: no-repeat;
    width: 800px;
    position: absolute;
    height: 920px;
    border: 8px solid;
    border-color: #2f3791;
    border-radius: 9px;
}   
.bluebackground2{
   	background-image: url("images/tritonwebbkgnd.jpg");
    background-repeat: no-repeat;
    width: 800px;
    position: absolute;
    height: 930px;
    border: 8px solid;
    border-color: #2f3791;
    border-radius: 9px;
} 
 .button {
     background-color: #bfcbe3;
     border-radius: 6px;
     border-style: none;
     font-family: "Josefin Sans";
    font-weight:  800;
     font-size: 14px;
     margin-top: 10px;
     padding-left: 16px;
     padding-right: 16px;
     padding-bottom: 4px;
     padding-top: 5px;
     
}
 a {text-decoration: none;
 }
a:hover {
  color: white;
    
}
p {
  font-family: 'Droid Serif';
  font-weight:  400;
     font-size: 13px;
  line-height: 160%;
    margin-bottom: 0px;
}
.caption {
     position:relative;
     text-align: center;
     margin: auto;
     padding-top: 5px;
     
}
.drawingicon {
    width:197px;
    height: 150px;
    background-color: white;
    }

#drawingiconstable {
    border-collapse: separate;
    border-spacing: 40px;
    border-bottom: 0px;
    position:relative;
    margin-left: 10px;
    display:block;
}
.figureheadsicon {
    width:197px;
    height: 280px;
    background-color: white;
    }

#figureheadsiconstable {
    border-collapse: separate;
border-spacing: 30px;
    border-bottom: 0px;
    position:relative;
    margin-left: 10px;
    display:block;
    margin-bottom: 0;
    
    
}

.centered {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    display:block;
    margin-top: 15px;
}
td {
   padding: 5px;
}
.bigview {
   width: 700px;
    margin-left: 42px;
    margin-top: 30px;
    position: absolute;
    height: 700px;
    border: 8px solid;
    border-color: #2f3791;
    border-radius: 9px;
    z-index: 99;
    display: none
}
.bigview2 {
   width: 700px;
    margin-left: 38px;
    margin-top: 27px;
    background-color: white;
    position: absolute;
    height: 600px;
    text-align: center;
    border: 8px solid;
    border-color: #2f3791;
    border-radius: 9px;
    z-index: 99;
    display: none
}
.showhide {
      display: block
    
    
    
}
#mailto {
    position: absolute;
    margin-left: 50px;
    margin-top: 0;
    text-align: left;
    font-size: 14px;
    
}
#mailto  a {
    text-decoration: none;
  color: black;
    
}
#facebook a {
     position: absolute;
    margin-left: 15px;
    margin-top: 110px;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
  color: black;
    
}
#menu1{
    text-align: center;
    position:relative;
    margin:auto;
    display:block;
    width:800px;
    border: 5px;
    border-color: black;
}
#lefttextbox{
    text-align: center;
    position:relative;
    margin-left: 0px;
    display:block;
    width:500px;
    border: 5px;
    border-color: black;
    padding-left: 30px;
    padding-top: 35px;
}
.grayborder {
    border-radius: 9px;
    border: 4px solid;
    border-color: dimgrey;
   }
.titles {
    fontfamily: "droid";
    font-size: 1.9em;
    font-weight: 400;
}