@charset "UTF-8";
/* CSS Document */

  #footer { display: block; padding: 15px 0px; text-align: center;  }
    
    #footer a:link { color: #6666cc; }
    #footer a:hover { color: #6666cc; }
    #footer a:visited { color: #6666cc; }
    #footer a:active { color: #6666cc; }
    
    #footer h5 { margin: 0; padding: 0; font-size: 18px; font-weight: bold; padding: 6px; border-top: 3px solid #6666cc; color: #6666cc;  border-bottom: 1px solid #6666cc;  }
      
      #footer #ftr-about { font-size: .85em; line-height: 125%; width: 280px; padding-right: 20px; float: left; }
        #footer #ftr-about strong { font-size: 1.1em; display: block; padding-bottom: 2px; }
        
      #footer #ftr-links { display: block; font-size: .85em;  padding: 6px; ; }  
        #footer #ftr-links strong { font-size: 1.1em; display: block; padding-bottom: 1px; }  
  
      #footer #ftr-pglinks { display: block; padding-top: 25px; text-align:center; clear: left; width: 350px; margin-left: auto; margin-right: auto; padding-bottom: 20px; }
        
        #footer #ftr-pglinks #plantegraphics       { width: 154px; height: 104px; display: block; text-align:center; color:#999; font-size: .75em; display: inline; float: left; }
        #footer #ftr-pglinks #plantegraphics a     { width: 154px; height: 104px; display: block; text-decoration: none; background:url('/images/layout/footer-plantegraphics.png') no-repeat; }
        #footer #ftr-pglinks #plantegraphics a span   { display: none; }
        
        #footer #ftr-pglinks #webvanta         { width: 154px; height: 104px; display: block; text-align:center; color:#999; font-size: .75em; display: inline; float: right;  }
        #footer #ftr-pglinks #webvanta a         { width: 154px; height: 104px; display: block; text-decoration: none; background:url('/images/layout/footer-webvanta.png') no-repeat; }
        #footer #ftr-pglinks #webvanta a span       { display: none; }
  
