
#columnRight {
    width: 330px;
    float: left;
    min-height: 550px;
    background-color: #D8E1E5;
    border-radius: 15px;
    margin: 20px 20px 0 20px;
    padding: 0 15px;
}

div#searchBox {
    margin: 17px 0 0;
    float: left;
    width: 302px;
    height: 32px;
    border-radius: 3px;
    background-position: 0 0;
}
#searchTheCommunity #searchInput {
    height: 28px;
}
#searchTheCommunity #searchButton {
    float: right;
    clear: right;
    margin: -31px -2px 0 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}
#searchTheCommunity #searchInput {
    margin-top: 0;
    font-size: 14px;
    width: 250px;
}
#searchTheCommunity #searchInput:focus {
    outline: 0;
}

#columnRight #actionBtns .callOut {
#columnRight #actionBtns .callOut {
    width: 278px;
    height: 50px;
    position:relative;
    margin: 25px auto 0;
	background: #B6CED8;
    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;
    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;
}
