
#columnRight {
    width: 379px;
    min-height: 700px;
    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 {
    width: 379px;
    height: 110px;
    margin: 0px 0 0 0;
}

#columnRight .callOut a {
    border: none;
}

#columnRight .callOut .clickArea {
    width: 340px;
    height: 80px;
    margin: 0 0 0 30px;
    cursor: pointer;
}

#callOut_aging {
    background-image: url('../../images/community/lamp/index/aging.png');
    background-repeat: no-repeat;
}

#callOut_children {
    background-image: url('../../images/community/lamp/index/children.png');
    background-repeat: no-repeat;
}

#callOut_employment {
    background-image: url('../../images/community/lamp/index/employment.png');
    background-repeat: no-repeat;
}

#callOut_housing {
    background-image: url('../../images/community/lamp/index/housing.png');
    background-repeat: no-repeat;
}

#callOut_hunger {
    background-image: url('../../images/community/lamp/index/hunger.png');
    background-repeat: no-repeat;
}

#callOut_volunteerism {
    background-image: url('../../images/community/lamp/index/volunteerism.png');
    background-repeat: no-repeat;
}

#callOut_211 {
    background-image: url('../../images/community/lamp/index/callOut_211.jpg');
    background-repeat: no-repeat;
}

#callOut_donor {
    background-image: url('../../images/community/lamp/index/callOut_donor.jpg');
    background-repeat: no-repeat;
}

#callOut_nonprofit {
    background-image: url('../../images/community/lamp/index/callOut_nonprofit.jpg');
    background-repeat: no-repeat;
}

#callOut_volunteer {
    background-image: url('../../images/community/lamp/index/callOut_volunteer.back.jpg');
    background-repeat: no-repeat;
}

#callOut_welcome {
    background-image: url('../../images/community/lamp/index/callOut_welcome.jpg');
    background-repeat: no-repeat;
}

#callOut_data {
    background-image: url('../../images/community/lamp/index/callOut_data.jpg');
    background-repeat: no-repeat;
}

#callOut_signUp {
    background-image: url('../../images/community/lamp/index/callOut_signUp.jpg');
    background-repeat: no-repeat;
}

#callOut_findOut {
    background-image: url('../../images/community/lamp/index/callOut_findOut.jpg');
    background-repeat: no-repeat;
}

#callOut_map{
    background-image: url('../../images/community/lamp/index/map2.jpg');
    background-repeat: no-repeat;
}
.callOut a div.clickArea {
	padding: 46px 0px 0px 112px;
	text-decoration:none;
	color:#000;
	font-weight: bold;
	cursor: pointer;
}
.callOut a div.clickArea:hover {
	text-decoration:underline;
}
.callOut a {
	text-decoration:none;
}
#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}
	
