#content {
    line-height: 1.6;
}

#map {
    width: 478px;
    height: 478px;
    float: left;
    margin-right: 30px;
    position: relative;
}

h1  {
    font-weight: normal;
    margin-bottom: 1.4em;
}

h1 span {
    font-weight: bold;
}

dt {
    font-weight: normal;
    float: left;
    margin-right: 1em;
}

.address {
    margin-top: 1.7em;
    float: none;
    font-weight: bold;
}

.abn {
    margin: 2em 0 1em 0;
}

#address-book {
    background: #DEDEDE url(../images/icon-plus.png) no-repeat 5px center;
    margin-left: 508px;
    padding: 5px 5px 5px 30px;
    width: 280px;
}

#address-book a {
    color: #222;
    text-decoration: none;
}

#address-book a:hover {
    text-decoration: underline;
}

#map .button {
    bottom: -2px;
    top: auto;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 0;
}

.button {
    position: absolute;
    z-index: 2;
    width: 82px;
    height: 37px;
    z-index: 1;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.zoom {
    background: transparent url(../images/button-zoom.png) no-repeat;
}

.close {
    background: transparent url(../images/button-close.png) no-repeat;
}
