
#columnRight {
    width: 379px;
    /* height: 1150px; */
    float: left;
    padding-bottom: 40px;
}

#columnRight #actionBtns .callOut {
    width: 290px;
    height: 50px;
    position:relative;
    margin: 25px auto 0;
    background-color: #7ABDC5;
    background-image: none !important;
    border-radius: 12px;
    padding:14px;
    box-shadow: 1px 1px 10px 3px #999;
    -webkit-box-shadow: 1px 1px 10px 3px #999; 
    -moz-box-shadow: 1px 1px 10px 3px #999; 
}
#columnRight #actionBtns .callOut:hover {
    background-color: #67a0a7;
    background-image: none !important;
    box-shadow: 1px 1px 10px 3px #666;
    -webkit-box-shadow: 1px 1px 10px 3px #666; 
    -moz-box-shadow: 1px 1px 10px 3px #666; 
}

#columnRight a, 
#columnRight a .callOut span, 
#columnRight a .callOut p {
    border: none;
    color:#FFF;
    text-decoration:none;
    font-size:12px;
    text-shadow: 1px 1px 2px #000;
}

#columnRight a .callOut span {
	font-weight:bold;
	font-size:13px;
}

#columnRight a .callOut p {
	margin-top:8px;
}

#columnRight .callOut div {
	width:50px;
	height:50px;
	float:left;
	margin-right:13px;
}

#columnRight .callOut div#callOut_211 {
	background:url('../../images/community/common/callout_211.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_donor {
	background:url('../../images/community/common/callout_donor.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_nonprofit {
	background:url('../../images/community/common/callout_nonprofit.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_volunteer {
	background:url('../../images/community/common/callout_volunteer.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_welcome {
	background:url('../../images/community/common/callout_welcome.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_data {
	background:url('../../images/community/common/callout_data.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_signup {
	background:url('../../images/community/common/callout_signup.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_findout {
	background:url('../../images/community/common/callout_findout.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_add {
	background:url('../../images/community/common/callout_add.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_directory {
	background:url('../../images/community/common/callout_directory.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_board {
	background:url('../../images/community/common/callout_board.png') no-repeat 0px 0px;
}
#columnRight .callOut div#callOut_welcome {
	background:url('../../images/community/common/callout_welcome.png') no-repeat 0px 0px;
}
#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}
	
#searchTheCommunity #search .tabRow .tab {
    background-color: #67a0a7;
    background-image: none !important;
    color:#FFF;
    font-size:12px;
}
#searchTheCommunity #search .tabRow .tab:hover {
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
	filter: alpha(opacity=100); /* IE8 */
}

#searchTheCommunity #search .tabRow .organizations_selected, 
#searchTheCommunity #search .tabRow .programs_selected, 
#searchTheCommunity #search .tabRow .knowledgebase_selected, 
#searchTheCommunity #search #box {
    background-color: #7ABDC5;
    background-image:none !important;
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
	filter: alpha(opacity=100); /* IE8 */
}
