
#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 );
    padding-bottom: 40px;
    min-height: 550px;
}

#columnRight #actionBtns .callOut {
    width: 290px;
    height: 50px;
    position:relative;
    margin: 25px auto 0;
    background-color: #047aaf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#047aaf), to(#036490));
    background-image: -webkit-linear-gradient(top, #047aaf, #036490);
    background-image:    -moz-linear-gradient(top, #047aaf, #036490);
    background-image:     -ms-linear-gradient(top, #047aaf, #036490);
    background-image:      -o-linear-gradient(top, #047aaf, #036490);
    background-image:         linear-gradient(to bottom, #047aaf, #036490);
    
    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: #036490;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#036490), to(#047aaf));
    background-image: -webkit-linear-gradient(top, #036490, #047aaf);
    background-image:    -moz-linear-gradient(top, #036490, #047aaf);
    background-image:     -ms-linear-gradient(top, #036490, #047aaf);
    background-image:      -o-linear-gradient(top, #036490, #047aaf);
    background-image:         linear-gradient(to bottom, #036490, #047aaf);
    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;
}

#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 .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}

#columnRight #actionBtns a .callOut p {
	margin-top: 4px;
}
	
#searchTheCommunity #search .tabRow .tab {
	font-size:12px;
}

#searchTheCommunity #search .tabRow .tab {
    background-color: #06648f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#06648f), to(#08445f));
    background-image: -webkit-linear-gradient(top, #06648f, #08445f);
    background-image:    -moz-linear-gradient(top, #06648f, #08445f);
    background-image:     -ms-linear-gradient(top, #06648f, #08445f);
    background-image:      -o-linear-gradient(top, #06648f, #08445f);
    background-image:         linear-gradient(to bottom, #06648f, #08445f);
    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: #047aaf;
    background-image:none;
}
