/*
Ourcommunity Index
*/
#columnLeft {
    width: 559px;
    height: 1000px;
    float: left;
    margin: 0 0 0 30px;
    color: #696053;
    font-size: 13px;
    font-family : 'cabin';
}

#headerText {
    width: 560px;
    height: 40px;
    margin: 16px 0 0 0;
    color : #f47920;
    font-size: 26px;
    font-family: 'DroidSansRegular', sans-serif;
}

#ourCommunityText {
    width: 540px;
    height: 120px;
}

#ourCommunityText p {
    margin-top: 0;
}

#quickLinks
{
    width : 540px;
    height : 350px;
    padding : 1px 0 0 0 ;
    margin : 10px 0 0 0;
    background-color: #FAF6F1;
}
#quickLinks .column
{
    width : 270px;
    float : left;
}
#quickLinks .column .header
{
    width : 270px;
    height : 25px;
    margin : 5px 0 5px 20px;
    color : #f47920;
    font-size: 20px;
    font-family: 'DroidSansRegular', sans-serif;
}
#quickLinks .column .block
{
    width : 240px;
    height : 100px;
    margin : 10px 0 5px 20px;
    font-size : 10pt;
}
#quickLinks .column .block .blockHead
{
    font-weight : bold;
}

#quickLinks a, #newsAndEvents a
{
    background-image: url("../../../images/community/newmexico/arrowIcon.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #F47920;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 18px;
    margin: 5px 0 5px 0;
    padding-left: 15px;
    text-decoration: none;
    width: 300px;
}

#newsAndEvents
{
    width : 540px;
    height : 250px;
    margin : 20px 0 0 0;
    padding : 1px 0 0 0 ;
}
#newsAndEvents .header
{
    width : 540px;
    height : 25px;
    border-bottom : 1px dotted #CCCCCC;
    margin : 5px 0 5px 0;
    padding: 0 0 5px 0;
    color : #f47920;
    font-size: 26px;
    font-family: 'DroidSansRegular', sans-serif;
}
#newsAndEvents .item
{
    width : 500px;
    height : 70px;
    margin : 10px 0 5px 0;
}
#newsAndEvents .item .itemHeader
{
    font-weight : bold;
}
#newsAndEvents .item .itemDate
{
    font-weight : bold;
}
