/*
Ourcommunity Index
*/
#columnLeft {
    width: 56%;
    height: 1000px;
    float: left;
    margin: 20px 0 0 30px;
}

#headerText {
    width: 560px;
    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;
}

#quickLinks {
    width: 90%;
    padding: 25px 25px;
    margin: 10px 0 0 0;
    background-color: #ecf2f8;
    float: left;
    box-shadow: 0px 0px 16px -3px #000;
    -webkit-box-shadow: 0px 0px 16px -3px #000; 
    -moz-box-shadow: 0px 0px 16px -3px #000; 
}

#quickLinks h3 {
	margin: 8px 0 12px;
	width: 390px;
	float: left;
	border-bottom: 1px dotted #999;
	font-size: 17px;
	display:block;
    clear: both;
}

#quickLinks .header {
    height: 25px;
    margin: 1px 0 3px 18px;
    font-weight: bold;
    font-size: 15pt;
    color: #30416f;
}

#quickLinks .block {
    margin: 5px 0 20px 20px;
    font-size: 9pt;
    clear: both;
    width: 90%;
    float: left;
}

#quickLinks .block .blockHead {
    font-weight: bold;
}

#quickLinks .block .blockText {
    color: #000103;

}

#quickLinks a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 48%;
    height: 25px;
    float: left;
    cursor: pointer;
}

#quickLinks a:hover {
    text-decoration: underline;
}

#quickLinks a.all {
    clear: both;
    float: right;
    text-align: right;
    margin-right: 5px;
}

#newsAndEvents {
    width: 540px;
    height: 250px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    line-height: 1.2em;
}

#newsAndEvents .header {
    width: 500px;
    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;
}
