
#columnLeft {
    width: 545px;
    height: 1120px;
    float: left;
    margin: 0 14px 0 30px;
    line-height : 1.3em;
}

#columnLeft h1{
    color: #30416f;
    margin: 25px 0 10px 0;
}

#columnLeft #mapWrapper{
    width : 535px;
    height : 300px;
    margin: 25px 5px;
    position : relative;
}

#columnLeft #mapWrapper #map{
    width : 535px;
    height : 300px;
}

.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}

.infoBox{
    max-height : 500px;
    overflow-y: auto;
    background-color: #FFFFFF;
    opacity: 0.95;
    width: 370px;
    border : 1px solid #CCCCCC;
}

.infoWindow .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: block;
}


#legendLink {
    width: 125px;
    height: 25px;
    padding: 5px;
    position: absolute;
    left : 205px;
    z-index: 1000;
    background-color: #FFFFFF;
    opacity : .8;
    text-align: center;
    font-weight : bold;
    color : #004D95;
    cursor : pointer;
    border-left: 1px solid #0464B1;
    border-right: 1px solid #0464B1;
    border-bottom: 1px solid #0464B1;
}

#legend,
#legendCommunityIndicators {
    width: 400px;
    font-size: 12px;
}

#legend .legendRow,
#legendCommunityIndicators .legendRow {
    width: 100%;
    height: 45px;
}

#legend .legendRow img {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
}

#legendCommunityIndicators .legendRow .colorBlock {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
    border: 1px solid #000000;
}

#legendCommunityIndicators .legendRow .color10 {
    background-color: #f4e6ff;
}

#legendCommunityIndicators .legendRow .color7 {
    background-color: #e0cce6;
}

#legendCommunityIndicators .legendRow .color4 {
    background-color: #c7a4c7;
}

#legendCommunityIndicators .legendRow .color1 {
    background-color: #70475d;
}

#legend .legendRow .groupName,
#legendCommunityIndicators .legendRow .groupName{
    float: left;
    margin: 10px 0 0 0;
    width: 300px;
    height: 20px;
}
