
#columnRight {
    width: 392px;
    float: left;
    padding-bottom: 40px;
    min-height: 550px;
}

#columnRight #actionBtns .callOut {
    width: 290px;
    height: 50px;
    position:relative;
    margin: 25px auto 0;
	background: #B6CED8;
	background: -moz-linear-gradient(top,  #B6CED8 0%, #618EA7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6CED8), color-stop(100%,#618EA7));
	background: -webkit-linear-gradient(top,  #B6CED8 0%,#618EA7 100%);
	background: -o-linear-gradient(top,  #B6CED8 0%,#618EA7 100%);
	background: -ms-linear-gradient(top,  #B6CED8 0%,#618EA7 100%);
	background: linear-gradient(to bottom,  #B6CED8 0%,#618EA7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6CED8', endColorstr='#618EA7',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: #618EA7;
	background: -moz-linear-gradient(top,  #618EA7 0%, #B6CED8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#618EA7), color-stop(100%,#B6CED8));
	background: -webkit-linear-gradient(top,  #618EA7 0%,#B6CED8 100%);
	background: -o-linear-gradient(top,  #618EA7 0%,#B6CED8 100%);
	background: -ms-linear-gradient(top,  #618EA7 0%,#B6CED8 100%);
	background: linear-gradient(to bottom,  #618EA7 0%,#B6CED8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#618EA7', endColorstr='#B6CED8',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: #B6CED8;
	background: -moz-linear-gradient(top,  #B6CED8 0%, #618EA7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6CED8), color-stop(100%,#618EA7));
	background: -webkit-linear-gradient(top,  #B6CED8 0%,#618EA7 100%);
	background: -o-linear-gradient(top,  #B6CED8 0%,#618EA7 100%);
	background: -ms-linear-gradient(top,  #B6CED8 0%,#618EA7 100%);
	background: linear-gradient(to bottom,  #B6CED8 0%,#618EA7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6CED8', endColorstr='#618EA7',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: #B6CED8;
    background-image:none;
}
