#volunteer {
    width: 930px;
    min-height: 800px;
    margin: 0 auto;
    padding: 20px 10px 20px 20px;
}

#volunteer #buttons{
    width : 930px;
    height : 50px;
    float : left;
}


#volunteer .column {
    width: 315px;
    float: left;
    margin: 0 10px 0 0;
}

#volunteer .column .columnHead {
    color: #0464B1;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    text-align: center;
}

#volunteer .column .items {
    width: 315px;
    max-height: 620px;
    overflow: auto;
}

#volunteer .column .items .item {
    width: 285px;
    min-height : 150px;
    border-bottom: 2px solid #0464B1;
    border-top: 1px solid #0464B1;
    border-left: 1px solid #0464B1;
    border-right: 1px solid #0464B1;
    background-color: #FFFCF3;
    margin: 10px auto;
    padding: 10px;
}

#volunteer .column .items .item .itemHead {
    color: #0464B1;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    min-height: 20px;
    max-height : 40px;
    margin: 0 0 5px 0;
    float : left;
    overflow: hidden;
}

#volunteer .column .items .item .centered {
    text-align: center;
    height : 40px;
}

#volunteer .column .items .item .itemDetail {
    min-height: 100px;
    font-size: 12px;
    float : left;
}

#volunteer .column .items .item .itemDetail .category {
    float: left;
    clear: both;
    height: 20px;
    width : 100%;
}

#volunteer .column .items .item .itemDetail .location {
    float: left;
    clear: both;
    height: 40px;
}

#volunteer .column .items .item .itemDetail .text {
    float: left;
    clear: both;
    width: 285px;
    height: 45px;
    overflow: hidden;
}

#volunteer .column .items .item .itemDetail .label {
    color: #CC6600;
    width: 100px;
    height: 15px;
    float: left;
    clear: both;
}

#volunteer .column .items .item .itemDetail .value {
    float: left;
    width: 185px;
    height: 15px;
    overflow: hidden;
}
#volunteer .column .items .item .itemDetail .location .value{
    height : 30px;
}

#volunteer #links{
    width : 270px;
    height : 600px;
    float : left;
}

#volunteer #links .bostonCares{
    width : 180px;
    height : 143px;
    background-image: url('../../../images/community/ma/bostonCares.png');
    background-repeat: no-repeat;
    margin: 25px auto;
    cursor : pointer;
    border: none;
}

#volunteer #links .bostonCares a{
    width : 180px;
    height : 143px;
    display: block;
    border: none;
}

#volunteer #links .serveDotGov{
    width : 166px;
    height : 74px;
    background-image: url('../../../images/community/common/servedotgov.png');
    background-repeat: no-repeat;
    margin: 25px auto;
    cursor : pointer;
    border: none;
}

#volunteer #links .serveDotGov a{
    width : 166px;
    height : 74px;
    display: block;
    border: none;
}

#volunteer #links .idealist{
    width : 100px;
    height : 100px;
    background-image: url('../../../images/community/common/idealist.png');
    background-repeat: no-repeat;
    margin: 25px auto;
    cursor : pointer;
    border: none;
}

#volunteer #links .idealist a{
    width : 100px;
    height : 100px;
    display: block;
    border: none;
}

#volunteer #links .volunteermatch{
    width : 200px;
    height : 69px;
    background-image: url('../../../images/community/common/volunteermatch.gif');
    background-repeat: no-repeat;
    margin: 25px auto;
    cursor : pointer;
    border: none;
}

#volunteer #links .volunteermatch a{
    width : 200px;
    height : 69px;
    display: block;
    border: none;
}
