/*
Ourcommunity Index
*/
#columnLeft {
    width: 56%;
    min-height: 1000px;
    float: left;
    margin: 20px 0 20px 30px;
}

#headerText {
    width: 560px;
    min-height: 53px;
    margin: 16px 0 0 0;
    background-image: url('../../../images/community/ourcommunity/contentHeaderText.jpg');
    background-repeat: no-repeat;
}

#ourCommunityText {
    width: 540px;
    /* height: 220px; */
    color: #000103;
    font-size: 10pt;
    line-height: 1.4em;
}

#ourCommunityText p {
    margin-top: 0;
}



#newsAndEvents {
    width: 540px;
    min-height: 250px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    line-height: 1.2em;
}

#newsAndEvents .header {
    width: 500px;
    min-height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 15pt;
    color: #30416f;
}

#newsAndEvents .item {
    width: 500px;
    margin: 10px 0 5px 20px;
    padding: 0 0 10px 0;
    font-size: 10pt;
    border-bottom: 1px solid #CCCCCC;
}

#newsAndEvents .item .itemHeader {
    color: #692e20;
    font-weight: bold;
    line-height: 1.4em;
}

#newsAndEvents .item .itemDate {
    color: #30416f;
    font-weight: bold;
    line-height: 1.4em;
}

#newsAndEvents .item .itemText {
    color: #000103;

}

#newsAndEvents a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 10pt;
    height: 20px;
    cursor: pointer;
}

#newsAndEvents a:hover {
    text-decoration: underline;
}



ul.quickLinkList li {
    list-style: none;
}
ul.quickLinkList {
    padding-left: 20px;
    margin: 0;
}
div#quickLinks h4 {
    margin: 10px 0;
}

#map{
    width : 100%;
    height : 400px;
    float : left;
    border: 4px solid #0694D7;
    margin-bottom:25px;
}

div#mapList {
    background-color: #FAF2DD;
    border: 4px solid #0694D7;
    padding: 5px 4%;
    width: 92%;
    float: left;
}

.sidebarContentGroup {
    float: left;
}
