
/*==========this is the div that holds all theHOMEPAGE buttons======*/

div#gallery {
 margin: 1em 5em 1em 5em; 
 /* border: solid 1px #fff; */
 text-align: center;
}

#gallery img{
border-top: solid 1px #2B6088;
border-left: none;
border-right: none;
border-bottom: none; 
padding-top: 1px;
padding-bottom: 0;
}

#gallery p.high{
margin: 0;
height: 2px;
clear: both;
}

#gallery, #gallery p{
 text-align: center;   
 }

/*========below is all the css for the INDIVIDUAL BUTTONS=======*/

div.pic {
 float:left;
 width: 140px;
 height: 124px;
 margin: 10px;
 padding: 0;
 background-color: #CCE3E7;
 border: solid 1px #fff;
}

div.pic img {
border-top: solid 1px #2B6088;
}

div.pic  p.title{
/* padding: 1px; */
text-align: center;
font: bold 0.90em arial, helvetica, sans-serif;
color: #2B6088;
}