var garamond = {
		src: '/scripts/garamond.swf',
		ratios: [7, 1.47, 8, 1.37, 11, 1.39, 14, 1.37, 16, 1.33, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 36, 1.28, 40, 1.29, 56, 1.28, 66, 1.27, 67, 1.28, 97, 1.27, 98, 1.26, 101, 1.27, 102, 1.26, 104, 1.27, 106, 1.26, 107, 1.27, 110, 1.26, 111, 1.27, 1.26]
};
sIFR.activate(garamond);
sIFR.replace(garamond, {
	selector: 'h1',
	wmode: 'transparent',
	css: '.sIFR-root { color: #114283; text-transform:lowercase; }'
});
sIFR.replace(garamond, {
	selector: '.sifrH2',
	css: '.sIFR-root { color: #e42835; text-transform:lowercase; }'
});
$(document).ready(function() {
	//Top Buttons
	$(".hoverBtn").hover(function() {
			$("#"+this.id.substr(4)).animate({height: "15px"}, 250);
		}, function() {
			$("#"+this.id.substr(4)).animate({height: "9px"}, 250);
	});
	$(".activeButton").hover(function() {
			$("#"+this.id.substr(4)).animate({height: "9px"}, 250);
		}, function() {
			$("#"+this.id.substr(4)).animate({height: "15px"}, 250);
	});
	
});