#columnRight {
    width: 38%; /*379px;*/
    min-height: 790px;
    float: left;
   	background: #ecf1f7;
	background: -moz-linear-gradient(left, #ecf1f7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ecf1f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ecf1f7 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #ecf1f7 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ecf1f7 0%,#ffffff 100%);
	background: linear-gradient(to right, #ecf1f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#ffffff',GradientType=1 );
}


#columnRight .callOut {
    min-height: 80px;
    margin: 31px 0 0 0;
}

#columnRight .callOut a {
    border: none;
}

#columnRight .callOut .clickArea {
    min-height: 80px;
    margin: 0 0 0 30px;
    cursor: pointer;
}

#callOut_211 {
    background-image: url('../../images/community/dc2/index/callOut_211.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

#callOut_donor {
    background-image: url('../../images/community/dc2/index/callOut_donor.jpg');
    background-repeat: no-repeat;
}

#callOut_volunteer {
    background-image: url('../../images/community/dc2/index/callOut_volunteer.jpg');
    background-repeat: no-repeat;
}

#callOut_board {
    background-image: url('../../images/community/dc2/index/callOut_board.jpg');
    background-repeat: no-repeat;
}

#callOut_signUp {
    background-image: url('../../images/community/dc2/index/callOut_signUp.jpg');
    background-repeat: no-repeat;
}

#callOut_map{
    background-image: url('../../images/community/dc2/index/map2.jpg');
    background-repeat: no-repeat;
}
#columnRight .map,
#columnRight .callOut .map {
    min-height: 325px;
    margin: 31px auto 0 auto;
}
