/*
New Mexico - County - Index
*/
#columnLeft {
    width: 560px;
    float: left;
    margin: 25px 0 0 30px;
    font-size: 11pt;
    line-height: 1.3em;
    clear:left;
}

#counties {
    width: 100%;
}
#counties #mapWrapper {
    float: left;
    height: 540px;
    width: 540px !important;
    background-color: #FFF !important;
    background-image: none !important;
    border: 0px !important;
}
#counties #mapWrapper #mapView {
    width: 100% !important;
    height: 540px !important;
    border: 1px solid #FFA500 !important;
    border-radius: 5px;
    margin-left: 5px;
}
#countyList {
    float: left;
    width: 88%;
    margin: 0 6%;
}
#listWrapper {
    float: left;
    padding: 13px 1%;
    border: 1px solid #AAA;
    background-color: #ECE6DD;
    width:98%;
}
div#listWrapper div {
    width: 50%;
    float: left;
}
#countyList #listWrapper a {
    display: block;
    text-decoration: underline;
    font-size: 14px;
    margin: 3px 0 3px 15px;
    color: #333;
    line-height: 18px;
}
#countyList #listWrapper a.subcounty {
    margin-left: 20px;
}


#topBar {
    width: 98%;
    padding: 0 0 0 2%;
    margin-top: 20px;
}
#topBar div h1 {
    font-size: 21px !important;
    margin-top: 0;
    margin-bottom: 5px !important;
}
#topBar div h2 {
    font-size: 13px;
    margin: 0;
}
#topBar div#titleDiv {
    width: 140px;
    margin-left: 15px;
    float: left;
}
#topBar div#titleDiv p {
    font-size: 13px !important;
    margin-top: -3px;
    margin-bottom: 0;
}
#topBar div#subtitleDiv {
    float: left;
}
#topBar div#subtitleDiv p {
    font-size: 13px;
    line-height: 15px;
    margin-left: 17px;
    margin-top: 6px;
}
