.content-container {
    overflow: hidden;
    zoom: 1;
}

.column {
    background: #E7BF57;
    color: #4D4C35;
    width: 235px;
    padding: 15px;
    font-size: 11px;
    float: left;
}

.column strong {
    color: #850D0E;
    font-size: 12px;
}

.alternate {
    background: #F4D37C;
}

.content-left {
    color: #4D4C35;
    width: 395px;
    margin: 0 0 0 20px;
    float: left;
}

.content-left p {
    padding: 0 10px;
}

.content-left .highlight {
    color: #D14A30;
}

.content-left .highlight a {
    font-weight: bold;
}

.introduction {
    background: #EAC25A;
    margin: 0 0 10px 0;
    padding: 10px 0;
    font-weight: bold;
}

div.container div.left div.content .introduction p {
  margin: 0;
}

.map {
    position: relative;
    width: 382px;
    height: 427px;
    float: right;
}

.map div {
    position: absolute;
    top: 0;
    left: 0;
}

.map .spinner {
  background: #000 url(/images/ajax-loader.gif) no-repeat 50% 50%;
  width: 382px;
  height: 392px;
}

.map img {
    border: 10px solid #CFA435;
}

.map p {
    position: relative;
    background: #F6DB94;
    color: #850D0E;
    margin: 0;
    padding: 4px;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.map p a {
    position: absolute;
    background: #F9E6B4;
    top: 0;
    right: 4px;
    padding: 4px 12px;
    font-weight: normal;
}
