$(document).ready(function() {
if ($("body").attr("id") == "home"  ){ $(".home").addClass("active"); };
if ($("body").attr("id") == "about"  ){ $(".about").addClass("active"); };
if ($("body").attr("id") == "accreditation"  ){ $(".accreditation").addClass("active"); };
if ($("body").attr("id") == "chapters"  ){ $(".chapters").addClass("active"); };
if ($("body").attr("id") == "nresources"  ){ $(".resources").addClass("active"); };
if ($("body").attr("id") == "contactus"  ){ $(".contactus").addClass("active"); };
if ($("body").attr("id") == "member"  ){ $(".member").addClass("active"); };
Cufon.replace('.box5 h2, .box4 h2 ,.bgpoints h4,.section-about h2, .boxblue-home h3, .overview h3, .body-content h1, .boxblue h3,.box h2, .box2 h2, .acc-info h3, .news h2, .action h3, .about-iao h3,.cobranded h3, .section-about h5',{  fontFamily: 'Times CG ATT', hover: true});
});
$(function() {
$('.imgOpa').each(function() {
$(this).hover(
function() {
$(this).stop().animate({ opacity: 1.0 }, 400);
},
function() {
$(this).stop().animate({ opacity: 0.3 }, 400);
})
});
});






