#block-nea-our-town-our-town-map {
    position: relative;
}

#our-town-progress {
    position: absolute;
    top: 15%;
    left:50%;
    z-index:999;
    display:none;
}

#our-town-select {
    padding:10px 0 20px;
    position: relative;
}

#our-town-select select {
    width:220px;
}

#our-town-select .our-town-legend {
    position: absolute;
    left:230px;
    top:10px;
    display: block;
}
#our-town-close {
    display: none;
    position: absolute;
    right:25px;
    top:729px;
}
#our-town-results {
    display:none;
    padding: 0 10px 0 0;
    margin-bottom:20px;
    background: url(../images/our-town-shadow.png) no-repeat 0 100%;
}

.view-our-town-grantees .view-grouping-header,
#our-town-results h2.state {
    margin:0 -10px 10px;
    padding:5px 10px;
    color: #005f96;
    text-transform: uppercase;
    font-size: 16px;
}

.view-our-town-grantees h3,
#our-town-results .view-content h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    border-top:1px solid #6d9db3;
    padding-top:15px;
    margin-top:15px;
}
.block-inner #our-town-results .views-row {
    margin: 0;
    padding:5px 0;
    border-bottom: none;
}

#our-town-map  {
    width:800px;
    margin:0 auto;
}
