
#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 );
}

/*
#searchTheCommunity #search {
	height: 123px;
}
*/

#socialButtons {
    width: 379px;
    height: 27px;
    float: left;
    background-image: url('../../images/community/nefl/socialButtons.png');
    background-repeat: no-repeat;
    margin: 5px 0;
}

#socialButtons #npcSwirl {
    width: 27px;
    height: 27px;
    float: left;
    margin: 0 0 0 274px;
    cursor : pointer;
    background-image: url('../../images/community/nefl/non-profit-swirl.png');
    background-repeat: no-repeat;
}

#socialButtons #facebook {
    width: 27px;
    height: 25px;
    float: left;
    margin: 0 0 0 8px;
    cursor : pointer;
}

#socialButtons #twitter {
    width: 27px;
    height: 25px;
    float: left;
    margin: 0 0 0 8px;
    cursor : pointer;
}

#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_goodsAndServices {
    background-image: url('../../images/community/nefl/index/callOut_goodsAndServices.png');
    background-repeat: no-repeat;
}

#callOut_financial {
    background-image: url('../../images/community/nefl/index/callOut_financial.png');
    background-repeat: no-repeat;
}

#callOut_placesAndOrganizations {
    background-image: url('../../images/community/nefl/index/callOut_placesAndOrganizations.png');
    background-repeat: no-repeat;
}

#callOut_addOrg {
    background-image: url('../../images/community/nefl/index/callOut_addOrg.png');
    background-repeat: no-repeat;
}

#callOut_welcome {
    background-image: url('../../images/community/nefl/index/callOut_welcome.png');
    background-repeat: no-repeat;
}

#columnRight #callOut_signUp {
    background-image: url('../../images/community/nefl/index/callOut_signUp.png');
    background-repeat: no-repeat;
    height : 117px;
}

#columnRight #callOut_veterans {
    background-image: url('../../images/community/nefl/index/callOut_veterans.png');
    background-repeat: no-repeat;
}

#columnRight #callOut_seniors {
    background-image: url('../../images/community/nefl/index/callOut_seniors.gif');
    background-repeat: no-repeat;
}

#columnRight #callOut_signUp #callOutRegisterLink{
    width : 100px;
    height : 30px;
    margin: 25px 0 0 220px;
    float : left;
}

#columnRight #callOut_signUp #callOutLoginForm{
    width : 175px;
    height : 38px;
    margin: 13px 0 0 187px;
    float : left;
}

#columnRight #callOut_signUp #callOutLoginForm #callOutUserName{
    width : 120px;
    height : 12px;

}

#columnRight #callOut_signUp #callOutLoginForm #callOutPassword{
    width : 120px;
    height : 12px;
    margin: 3px 0 0 0 ;

}




#callOut_map{
    background-image: url('../../images/community/nefl/index/map2.jpg');
    background-repeat: no-repeat;
}
#columnRight .map,
#columnRight .callOut .map {
    height: 325px;
    width : 335px;
    margin: 31px auto 0 auto;
}
