#attorney_contact {
font-size: 13px;
}

#attorney_bio {
font-size: 14px;
margin-top: 30px;
}

.attorneyPhotos {
float: left;
padding-right: 2px;
padding-bottom: 2px;
filter:alpha(opacity=75);
opacity: 0.75;
-moz-opacity:0.75;
}

.attorneyPhotos:hover {
filter:alpha(opacity=100);
opacity: 1.0;
-moz-opacity:1.0;
}

