/* Contact page styles */

.contactinfo{
    border-bottom:1px dotted #cdcab8;
    padding:2px 25px 6px 0;
    margin-bottom:12px;
    height:1%; /* Fix for MSIE peekaboo bug */
  }
  .contactinfo img {
    padding: 3px;
    border:1px solid #cdcab8;
    float:right;
    margin: 0 25px 6px 12px;}

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.contactname{font-weight:bold; font-size: 14px; text-decoration:none;}
.contacttitle{font-style:italic; font-size: 14px;}
.contactphone span{font-weight:bold; font-size: 14px;}
.contactbio{padding-top:8px;}
