#columnRight {
    width: 379px;
    min-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 );
}

#columnRight #customQuickLinks{
    width : 340px;
    height : 80px;
    margin: 25px auto;
    padding: 10px;
    background-color: #C2C0C1;
    border: 1px solid #C2C0C1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#columnRight #customQuickLinks a{
    color : #116160;
    text-decoration: none;
    display: block;
    width : 340px;
    font-size: 10pt;
    height : 18px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

#columnRight #customQuickLinks a:hover{
    text-decoration: underline;
}

#columnRight .callOut {
    width: 379px;
    height: 80px;
    margin: 31px 0 0 0;
}

#columnRight .callOut a {
    border: none;
}

#columnRight .callOut .clickArea {
    width: 340px;
    height: 80px;
    margin: 0 0 0 30px;
    cursor: pointer;
}

#callOut_211 {
    background-image: url('../../images/community/ct/index/callOut_211.jpg');
    background-repeat: no-repeat;
}

#callOut_welcome {
    background-image: url('../../images/community/ct/index/callOut_welcome.jpg');
    background-repeat: no-repeat;
}

#callOut_search {
    background-image: url('../../images/community/ct/index/callOut_search.jpg');
    background-repeat: no-repeat;
}

#callOut_funder {
    background-image: url('../../images/community/ct/index/callOut_funder.jpg');
    background-repeat: no-repeat;
}

#callOut_ct {
    background-image: url('../../images/community/ct/index/callOut_ct.jpg');
    background-repeat: no-repeat;
}

#callOut_ctn {
    background-image: url('../../images/community/ct/index/callOut_ctn.jpg');
    background-repeat: no-repeat;
}

#callOut_map{
    background-image: url('../../images/community/ct/index/map.jpg');
    background-repeat: no-repeat;
}
#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}

#sidebarLinks {
	margin: 25px;
	font-size: 13px;
}
#sidebarLinks .link {
	margin: 5px;
}
