
#columnRight {
    width: 379px;
    height: 1150px;
    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 );
}

#searchInRightColumn div#searchBox {
    float: left;
    margin: 33px 28px 20px;
}

#columnRight .callOut {
    width: 379px;
    height: 80px;
    margin: 31px 0 0 0;
}

#columnRight .callOut a {
    border: none;
}

#columnRight .callOut .clickArea {
    width: 340px;
    height: 80px;
    margin: 0 0 0 30px;
    cursor: pointer;
}

#callOut_donor {
    background-image: url('../../images/community/lehighvalley/index/callOut_donor.jpg');
    background-repeat: no-repeat;
}

#callOut_volunteer {
    background-image: url('../../images/community/lehighvalley/index/callOut_volunteer.jpg');
    background-repeat: no-repeat;
}

#callOut_welcome {
    background-image: url('../../images/community/lehighvalley/index/callOut_welcome.jpg');
    background-repeat: no-repeat;
}

#callOut_data {
    background-image: url('../../images/community/lehighvalley/index/callOut_data.jpg');
    background-repeat: no-repeat;
}

#callOut_signUp {
    background-image: url('../../images/community/lehighvalley/index/callOut_signUp.jpg');
    background-repeat: no-repeat;
}

#callOut_findOut {
    background-image: url('../../images/community/lehighvalley/index/callOut_findOut.jpg');
    background-repeat: no-repeat;
}

#callOut_map{
    background-image: url('../../images/community/lehighvalley/index/map2.jpg');
    background-repeat: no-repeat;
}
#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}

#columnRight #actionBtns .callOut {
	background-color: #588b7a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#588b7a), to(#34594d));
    background-image: -webkit-linear-gradient(top, #588b7a, #34594d);
    background-image:    -moz-linear-gradient(top, #588b7a, #34594d);
    background-image:     -ms-linear-gradient(top, #588b7a, #34594d);
    background-image:      -o-linear-gradient(top, #588b7a, #34594d);
    background-image:         linear-gradient(to bottom, #588b7a, #34594d);
}

#columnRight #actionBtns .callOut:hover {
    background-color: #34594d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34594d), to(#588b7a));
    background-image: -webkit-linear-gradient(top, #34594d, #588b7a);
    background-image:    -moz-linear-gradient(top, #34594d, #588b7a);
    background-image:     -ms-linear-gradient(top, #34594d, #588b7a);
    background-image:      -o-linear-gradient(top, #34594d, #588b7a);
    background-image:         linear-gradient(to bottom, #34594d, #588b7a);
}

#logo211 {
    text-align: center;
    width: 100%;
    display: block;
}
#logo211 p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
