var CenturyGothic = { src: siteSubFolder + '/sifr/swf/CenturyGothic.swf' };
var CenturyGothicBold = { src: siteSubFolder + '/sifr/swf/CenturyGothicBold.swf' };
sIFR.activate(CenturyGothic);
sIFR.activate(CenturyGothicBold);
var iAmIe6 = $.browser.msie && parseInt($.browser.version) == 6 && typeof window['XMLHttpRequest'] != "object";
if (!iAmIe6) {
	sIFR.replace(CenturyGothicBold, {
		selector: '#nav a.selected',
		wmode: "transparent",
		forceSingleLine: true,
		selectable: false,
		tuneHeight: -8,
		tuneWidth: 1,
		onRelease: function(fi) { location.href = fi.getAncestor(); }, // fixes linking
		css: '.sIFR-root { font-size: 15px; color: #3e8ea5; cursor: pointer }'
	});
	sIFR.replace(CenturyGothicBold, {
		selector: '#nav a',
		wmode: "transparent",
		forceSingleLine: true,
		selectable: false,
		tuneHeight: -8,
		tuneWidth: 1,
		onRelease: function(fi) { location.href = fi.getAncestor(); }, // fixes linking
		onRollOver: function(fi) { fi.changeCSS(".sIFR-root { color: #3e8ea5 }"); },
		onRollOut: function(fi) { fi.changeCSS(".sIFR-root { color: #ffffff }"); },
		css: '.sIFR-root { font-size: 15px; color: #ffffff; cursor: pointer }'
	});
	sIFR.replace(CenturyGothicBold, {
		selector: '#inner-header h1',
		wmode: "transparent",
		selectable: false,
		offsetLeft: -1,
		tuneHeight: -3,
		css: '.sIFR-root { color: #ffffff; }, .sIFR-root .lightblue { color: #3e8ea5; }, .sIFR-root .blue { color: #021f2d; }'
	});
	sIFR.replace(CenturyGothic, {
		selector: 'h1',
		wmode: "transparent",
		selectable: false,
		offsetLeft: -1,
		tuneHeight: -3,
		css: '.sIFR-root { color: #333333; }, .sIFR-root .lightblue { color: #3e8ea5; }, .sIFR-root .blue { color: #021f2d; }'
	});
	sIFR.replace(CenturyGothicBold, {
		selector: 'h3',
		wmode: "transparent",
		selectable: false,
		offsetLeft: -1,
		tuneHeight: -3,
		css: '.sIFR-root { color: #021f2d; }, .sIFR-root .blue { color: #021f2d; }'
	});
	sIFR.replace(CenturyGothicBold, {
		selector: 'h2',
		wmode: "transparent",
		selectable: false,
		offsetLeft: 0,
		tuneHeight: -3,
		css: '.sIFR-root { font-size: 18px; color: #439fb5; }, .sIFR-root .blue { color: #021f2d; }'
	});
}
