
#columnRight {
    width: 40%;
    float: left;
    padding-bottom: 40px;
    min-height: 550px;
}

#columnRight #actionBtns .callOut {
    width: 290px;
    height: 50px;
    position:relative;
    margin: 25px auto 0;
	background: #B3DA7F;
	background: -moz-linear-gradient(top,  #B3DA7F 0%, #88AB58 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3DA7F), color-stop(100%,#88AB58));
	background: -webkit-linear-gradient(top,  #B3DA7F 0%,#88AB58 100%);
	background: -o-linear-gradient(top,  #B3DA7F 0%,#88AB58 100%);
	background: -ms-linear-gradient(top,  #B3DA7F 0%,#88AB58 100%);
	background: linear-gradient(to bottom, #B3DA7F 0%,#88AB58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3DA7F', endColorstr='#88AB58',GradientType=0 );
    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: #88AB58;
	background: -moz-linear-gradient(top,  #88AB58 0%, #B3DA7F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88AB58), color-stop(100%,#B3DA7F));
	background: -webkit-linear-gradient(top,  #88AB58 0%,#B3DA7F 100%);
	background: -o-linear-gradient(top,  #88AB58 0%,#B3DA7F 100%);
	background: -ms-linear-gradient(top,  #88AB58 0%,#B3DA7F 100%);
	background: linear-gradient(to bottom,  #88AB58 0%,#B3DA7F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88AB58', endColorstr='#B3DA7F',GradientType=0 );
    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:#333;
    text-decoration:none;
    font-size:12px;
}
#columnRight #actionBtns a, 
#columnRight #actionBtns a .callOut span, 
#columnRight #actionBtns a .callOut p {
	color: #333;
	font-size: 13px;
}

#columnRight a .callOut span {
	font-weight:bold;
	font-size:13px;
}

#columnRight #actionBtns a .callOut span {
	font-weight: bold;
	font-size: 15px;
}

#columnRight a .callOut p {
	margin-top:8px;
}

#columnRight .callOut div {
	width:50px;
	height:50px;
	float:left;
	margin-right:13px;
}

#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}

#columnRight #actionBtns a .callOut p {
	margin-top: 8px;
}
	
#searchTheCommunity #search .tabRow .tab {
	font-size:12px;
}

#searchTheCommunity #search .tabRow .tab {
    background: #B3DA7F;
    background: -moz-linear-gradient(top,  #B3DA7F 0%, #88AB58 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3DA7F), color-stop(100%,#88AB58));
    background: -webkit-linear-gradient(top,  #B3DA7F 0%,#88AB58 100%);
    background: -o-linear-gradient(top,  #B3DA7F 0%,#88AB58 100%);
    background: -ms-linear-gradient(top,  #B3DA7F 0%,#88AB58 100%);
    background: linear-gradient(to bottom, #B3DA7F 0%,#88AB58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3DA7F', endColorstr='#88AB58',GradientType=0 );
    color:#FFF;
    font-size:12px;
}

#searchTheCommunity #search .tabRow .organizations_selected, 
#searchTheCommunity #search .tabRow .programs_selected, 
#searchTheCommunity #search .tabRow .knowledgebase_selected, 
#searchTheCommunity #search #box {
    background-color: #B3DA7F;
    background-image:none;
}

div#searchBox {
    margin: 9px 0 0 6px;
    float: left;
}

#searchTheCommunity #searchInput {
    font-size: 13px;
    height: 19px;
    width: 77%;
}

#searchTheCommunity #search {
    height: 122px !important;
}
