/*
DC Index
*/
#columnLeft {
    width: 55%;
    min-height: 300px;
    float: left;
    margin: 0 3%;
}

#headerText {
    max-width:100%;
    min-height: 56px;
    margin: 16px 0 0 0;
    background-image: url('../../images/community/dc/index/contentHeaderText.jpg');
    background-repeat: no-repeat;
}

#servedcLink {
    max-width:100%;
    min-height: 50px;
    padding: 1px 0 0 0;
    background-color: #ecf2f8;
}

#servedcLink a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    max-width:100%;
    min-height: 20px;
    margin: 15px 0 0 20px;
    float: left;
    cursor: pointer;
}

#servedcLink a:hover {
    text-decoration: underline;
}

#mapBox {
    max-width:100%;
    min-height: 236px;
    padding: 1px 0 0 0;
    background-image: url('../../images/community/dc/index/map.jpg');
    background-repeat: no-repeat;
}

#mapBox a {
    border: 0px;
    text-decoration: none;
}

#mapBox .clickArea {
    max-width:100%;
    min-height: 236px;
    display: block;
}

#mapBox .mapHeader {
    margin: 15px 0 0 325px;
    color: #30416f;
    font-weight: bold;
    font-size: 15pt;
}

#mapBox .mapText {
    margin: 15px 0 0 325px;
    max-width:100%;
    color: #000103;
    font-size: 10pt;
}

#quickLinks {
    max-width:100%;
    min-height: 119px;
    padding: 1px 0 0 0;
    background-color: #ecf2f8;
    margin-bottom: 20px;
}

#quickLinks .header,
#partners .header {
    max-width:100%;
    min-height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 15pt;
    color: #30416f;
}

#quickLinks a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    max-width:100%;
    min-height: 20px;
    margin: 0 0 0 20px;
    float: left;
    cursor: pointer;
}

#quickLinks a:hover {
    text-decoration: underline;
}

#quickLinks a.all {
    clear: both;
    float: right;
    text-align: right;
    margin-right: 5px;
}

#partners {
    max-width:100%;
    min-height: 250px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
}

#partners .partnerText {
    max-width:100%;
    min-height: 50px;
    margin: 5px 0 0 20px;
    color: #000103;
    font-size: 10pt;
}

#partners ul {
    color: #0E365A;
    font-size: 14px;
    line-height: 1.3em;
}

#partners a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    min-height: 20px;
    margin: 0 0 0 20px;
    cursor: pointer;
}

#partners a.all {
    clear: both;
    float: right;
    text-align: right;
    margin-right: 25px;
}

@media screen and (max-width : 1000px) and (min-width : 800px) {
    #searchTheCommunity #search .tabRow .tab {
        font-size: 11px;
    }
    #mapBox .mapHeader {
        margin-left: 15px;
        margin-top: 200px;
    }
    #mapBox .mapText {
        margin-left: 15px;
        width: 94%;
    }
    #mapBox .clickArea {
        min-height: 116px;
    }
}
