/*
Ma Index
*/
#columnLeft
{
    width : 559px;
    height : 300px;
    float : left;
    margin : 0 0 0 30px;
}
#headerText
{
    width : 560px;
    height : 125px;
    margin : 16px 0 0 0;
    background-image: url('../../images/community/ma/index/contentHeaderText.jpg');
    background-repeat: no-repeat;
}
#mainContentBox
{
    width : 540px;
    height : 180px;
    margin : 25px 0 0 0 ;
}
#mainContentBox .subBox{
    width : 270px;
    float : left;
}

#mainContentBox .subBox .header
{
    color : #05276e;
    font-weight : bold;
    font-size: 15pt;
    margin : 0 0 20px 0;
}

#mainContentBox .subBox img
{
    float : left;
    width : 64px;
    height : 81px;
}
#mainContentBox .subBox .text
{
    float : left;
    width : 170px;
    margin : 0 0 0 15px;
    font-size : 12px;
}
#mainContentBox .subBox .text a
{
    color : #136754;
    text-decoration: none;
    display : block;
    font-weight : bold;
}
#mainContentBox .subBox .text a:hover
{
    text-decoration:underline;
}


#quickLinks
{
    width : 540px;
    height : 119px;
    padding : 1px 0 0 0 ;
    background-color: #ecf2f8;
}
#quickLinks .header,
    #partners .header,
#neighborhoods .header
{
    width : 500px;
    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 : #136754;
    font-weight : bold;
    font-size : 10pt;
    display : block;
    width : 200px;
    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
{
    width : 540px;
    height : 120px;
    margin : 20px 0 0 0;
    padding : 1px 0 0 0 ;
}
#neighborhoods
{
    width : 540px;
    min-height : 250px;
    margin : 20px 0 0 0;
    padding : 1px 0 0 0 ;
}
#partners .partnerText,
#neighborhoods .neighborhoodText
{
    width : 500px;
    height : 70px;
    margin : 5px 0 0 20px;
    color : #000103;
    font-size : 10pt;
}
#partners a,
#neighborhoods a
{
    text-decoration:none;
    color : #136754;
    font-weight : bold;
    font-size : 10pt;
    display : block;
    height : 20px;
    margin : 0 0 0 20px;
    cursor : pointer;
}
