﻿#contacts {
    clear:both;
}

#contacts .item {
    clear:both;
    display:block;
    min-height:153px;
    border:1px solid #444;
    margin-bottom:10px;
    padding:5px;
    background-color:#f7f7f7;
}
*html #contacts .item {
	height:153px;
}

#contacts .pic {
    float:left;
    width:150px;
    height:150px;
    min-width:150px;
    min-height:150px;
    margin-right:15px;
}

#contacts .name {
    padding-bottom:20px;
}

#contacts .name span.title {
    font-weight:bold;
    display:block;
    font-size:14px;
    padding-bottom:8px;
}
#contacts .name span.person {
    font-size:13px;
}

#contacts dl {
    padding:0;
    margin:0;
    padding-bottom:20px;
}

#contacts dl dt {
    float:left;
    width:50px;
    font-weight:bold;
}
#contacts dl dd {
    float:left;
}
#contacts dl dd a {
    color:#444;
}
#contacts dl dd a:hover {
    color:#cc0000;
}

#contacts dl.phone {

}

/** Map */
#map {
    height:350px;
    border:1px solid #444;
}

#directions {
}

.frmDirections {
    padding-bottom:5px;
}
.frmDirections span.title {
    font-weight:bold;
}

#direction_error {
    display:none;
}