#columnRight {
    width: 379px;
    min-height: 1085px;
    float: left;
    background: #eef9f1;
	background: -moz-linear-gradient(left, #eef9f1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef9f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #eef9f1 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #eef9f1 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #eef9f1 0%,#ffffff 100%);
	background: linear-gradient(to right, #eef9f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef9f1', endColorstr='#ffffff',GradientType=1 );    
    
}

#searchTheCommunity #search .tabRow .tab {
    background-color: #ec8b01;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec8b01), to(#c87500));
    background-image: -webkit-linear-gradient(top, #ec8b01, #c87500);
    background-image:    -moz-linear-gradient(top, #ec8b01, #c87500);
    background-image:     -ms-linear-gradient(top, #ec8b01, #c87500);
    background-image:      -o-linear-gradient(top, #ec8b01, #c87500);
    background-image:         linear-gradient(to bottom, #ec8b01, #c87500);
}

#searchTheCommunity #search .tabRow .organizations_selected, 
#searchTheCommunity #search .tabRow .programs_selected, 
#searchTheCommunity #search .tabRow .knowledgebase_selected, 
#searchTheCommunity #search #box {
    background-color: #ec8b01;
    background-image:none;
}

#columnRight .callOut {
    width: 379px;
    margin: 20px 0;
}

#columnRight .callOut a {
    border: none;
}

#columnRight .callOut .clickArea {
    width: 340px;
    height: 80px;
    margin: 0 0 0 30px;
    cursor: pointer;
}

#callOut_welcome {
    background-image: url('../../images/community/nla/index/callOut_welcome.png');
    background-repeat: no-repeat;
}

#callOut_211 {
    background-image: url('../../images/community/nla/index/callOut_211.png');
    background-repeat: no-repeat;
}

#callOut_commCounts {
    background-image: url('../../images/community/nla/index/callOut_commCounts.png');
    background-repeat: no-repeat;
}

#callOut_donor {
    background-image: url('../../images/community/nla/index/callOut_donor.png');
    background-repeat: no-repeat;
}

#callOut_needs {
    background-image: url('../../images/community/nla/index/callOut_needs.png');
    background-repeat: no-repeat;
}

#callOut_volunteer {
    background-image: url('../../images/community/nla/index/callOut_volunteer.png');
    background-repeat: no-repeat;
}

#callOut_board {
    background-image: url('../../images/community/nla/index/callOut_board.png');
    background-repeat: no-repeat;
}

#callOut_signUp {
    background-image: url('../../images/community/nla/index/callOut_signUp.png');
    background-repeat: no-repeat;
}
#callOut_map
{
    background-image: url('../../images/community/nla/index/map2.jpg');
    background-repeat: no-repeat;

}

#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}

#supporters {
	padding: 0px 30px;
}
#supporters h3 {
	border-bottom: 1px dotted #999;
	width: 94%;
}
#supporters img {
	margin: 0 23% 20px;
	position: relative;
}
