/*
-------------------------------------------------------
Style Sheet for Contact Page

Site: Sandstone Drive Church CSS 
Author: Brian Wallace
Version: 1.0
*/
       img { float: left;
             display: block;
             clear: both;
       }
       
       a { font-weight: normal; }
       
       #content {
          background-color: black;
          min-height: 62em;
       }
       
      #building {
         background: url(../images/new_building2.jpg) top right no-repeat;
         padding: 10px;
         margin: 10px;
         position: absolute;
         top: 170px;
         left: 2px;
         width: 320px;
         height: 275px;
      }
      #lightofmine {
         padding: 10px;
         margin: 10px;
         position: absolute;
         top: 160px;
         left: 2px;
      }
     .secretary, .elders, .custodian {
         font-size: 21px; font-family: Tahoma, Verdana; color: #FFFFFF;
         position: absolute;
         top: 180px;
         left: 720px;
      }
      
     .elders {
         left: 520px;
      }
      #deaconimage {
         padding: 10px;
         margin:10px;
         position: absolute;
         top: 160px;
         left: 2px;
         visibility: hidden;
         width: 320px;
         height: 275px;
      }
     .custodian {
         left: 600px;
      }
     #custodianimage {
         background: url(../images/custodian.jpg) top right no-repeat;
         padding: 10px;
         margin:10px;
         position: absolute;
         top: 160px;
         left: 2px;
         visibility: hidden;
         width: 320px;
         height: 275px;
      }
     .minister {
         font-size: 21px; font-family: Tahoma, Verdana; color: #FFFFFF;
         position: absolute;
         top: 180px;
         left: 415px;
      }
      
     #mtitle, #maddress  {
         color: yellow;
         background-color: #000;
         width: 210px;
         font-size: 1.75em;
         text-align: center;
         margin-top: 1em;
         float: left;
     }
      
     #maddress { 
         font-size: 1em;
         font-family: trebuchet MS;
     }
      
     #ministerimage, #elderimage, #secretaryimage {
         padding: 10px;
         margin:10px;
         position: absolute;
         top: 160px;
         left: 2px;
         visibility: hidden;
         width: 210px;
         height: 300px;
      }
      
      #ministerimage img {
         margin-left: 2em;
      }
      
      #elder1 {
         display: block;
         float: left;
         top: 0px;
         padding: 5px;
         margin: 5px;
         left 2px;
         width: 158px;
         height: 300px;
         margin-top: 2em;
      }
      
      #elder1 #mtitle, #elder1 #maddress {
         width: 158px;
      }
 
      #elderimage {
         width: 780px;
         height: 730px;
         background-color: #000;
      }