.content article {
    position:relative;
}

.office:link,
.office:visited {
    position:absolute;
    text-decoration:none;
    color:#000;
    line-height:20px;
    display:block;
    cursor:pointer;
    min-width:20px;
    min-height:20px;
    background-repeat:no-repeat;
    background-image:none;
    background-position:4px 4px;
    background-image:url(/images/map/point.png);
}

#head:link,
#head:visited {
    background-image:url(/images/map/point_head.png);
}

.office:hover,
.office:active,
#head:hover,
#head:active {
    background-image:url(/images/map/point_rollover.png);
}

.office span.office_name {
    display:none;
    margin-left:25px;
}

.office:hover span.office_name,
.office:active span.office_name,
#head:hover span.office_name,
#head:active span.office_name {
    display:block;
}

.hidden {
    display:none;
}

.office_description {
    background:#FFF;
    padding:20px;
}

.office_description h2 {
    color:#cd2338;
}

.office_description .adr {
    font-style:normal;
}

.office_description .adr,
.office_description p {
    margin:0 0 10px 0;
    line-height:1.5;
}

.office_description .adr span {
    display:block;
    font-weight:bold;
}

.office_description .organization-name,
.office_description span.extended-address,
.office_description span.type {
    display:none;
}

#head:hover span.office_name,
#head:active span.office_name {
    display:none;
}

#map {
    width:400px;
    height:300px;
    border:1px solid #000;
}
