var Gotham = { src: siteSubFolder + '/sifr/swf/Gotham.swf' };
var GothamItalic = { src: siteSubFolder + '/sifr/swf/GothamItalic.swf' };
var GothamLight = { src: siteSubFolder + '/sifr/swf/GothamLight.swf' };
var GothamBook = { src: siteSubFolder + '/sifr/swf/GothamBook.swf' };
sIFR.useDomLoaded = false;
sIFR.activate(Gotham,GothamItalic,GothamLight,GothamBook);
var iAmIe6 = $.browser.msie && parseInt($.browser.version) == 6 && typeof window['XMLHttpRequest'] != "object";
if (!iAmIe6) {
	sIFR.replace(Gotham, {
		selector: '#nav div.selected a',
		wmode: "transparent",
		forceSingleLine: true,
		selectable: false,
		tuneHeight: -5,
		onRelease: function(fi) { location.href = fi.getAncestor(); }, // fixes linking
		css: '.sIFR-root { font-size: 12px; color: #002179; cursor: pointer; text-transform: uppercase }'
	});
	sIFR.replace(Gotham, {
		selector: '#nav a',
		wmode: "transparent",
		forceSingleLine: true,
		selectable: false,
		tuneHeight: -5,
		onRelease: function(fi) { location.href = fi.getAncestor(); }, // fixes linking
		css: '.sIFR-root { font-size: 12px; color: #575b5d; cursor: pointer; text-transform: uppercase }'
	});
	sIFR.replace(GothamBook, {
		selector: '#home-header div',
		wmode: "transparent",
		forceSingleLine: false,
		selectable: false,
		offsetTop: 3,
		tuneWidth: -1,
		css: '.sIFR-root { font-size: 32px; color: #0063ac; text-align: center }'
	});
	sIFR.replace(GothamBook, {
		selector: '#home-text h1',
		wmode: "transparent",
		forceSingleLine: false,
		selectable: false,
		offsetLeft: -1,
		css: '.sIFR-root { font-size: 20px; color: #d7c365 }'
	});
	sIFR.replace(GothamBook, {
		selector: 'h1',
		wmode: "transparent",
		forceSingleLine: false,
		selectable: false,
		offsetTop: 3,
		css: '.sIFR-root { font-size: 27px; color: #0063ac }'
	});
	sIFR.replace(Gotham, {
		selector: 'h2',
		wmode: "transparent",
		selectable: false,
		offsetLeft: -1,
		css: '.sIFR-root { font-size: 18px; color: #002179 }'
	});
	sIFR.replace(Gotham, {
		selector: '#sub-description h3',
		wmode: "transparent",
		selectable: false,
		tuneHeight: -5,
		offsetLeft: -1,
		css: '.sIFR-root { font-size: 12px; color: #424242 }'
	});
	sIFR.replace(Gotham, {
		selector: '#home-feature h3',
		wmode: "transparent",
		selectable: false,
		tuneHeight: 0,
		offsetLeft: -1,
		css: '.sIFR-root { font-size: 14px; color: #ffffff } .sIFR-root a { cursor: pointer; color: #ffffff; text-decoration: none } .sIFR-root a:hover { color: #ffffff }'
	});
	sIFR.replace(Gotham, {
		selector: 'h3',
		wmode: "transparent",
		selectable: false,
		tuneHeight: -5,
		offsetLeft: 0,
		offsetTop: 1,
		css: '.sIFR-root { font-size: 14px; color: #0063ac }'
	});
	sIFR.replace(Gotham, {
		selector: '#sidebar div.caption p',
		wmode: "transparent",
		selectable: false,
		sharpness: 0,
		thickness: -100,
		css: '.sIFR-root { font-size: 13px; color: #0063ac; leading: 6; letter-spacing: -0.5 }'
	});
	sIFR.replace(Gotham, {
		selector: '#featured-box h4',
		wmode: "transparent",
		selectable: false,
		offsetLeft: -1,
		css: '.sIFR-root { font-size: 14px; color: #002179 }'
	});
	sIFR.replace(GothamBook, {
		selector: 'h4',
		wmode: "transparent",
		selectable: false,
		tuneHeight: -3,
		offsetLeft: 6,
		tuneWidth: 6,
		css: '.sIFR-root { font-size: 15px; color: #dfcd6a }'
	});
	sIFR.replace(GothamBook, {
		selector: '#case-study-subnav a.selected',
		selectable: false,
		forceSingleLine: true,
		tuneHeight: -5,
		sharpness: 100,
		thickness: 150,
		onRelease: function(fi) { location.href = fi.getAncestor(); }, // fixes linking
		css: '.sIFR-root { font-size: 10px; color: #dfcd6a; cursor: pointer; background-color: #001c58 }'
	});
	sIFR.replace(GothamBook, {
		selector: '#case-study-subnav a',
		selectable: false,
		forceSingleLine: true,
		tuneHeight: -5,
		sharpness: 100,
		thickness: -200,
		onRelease: function(fi) { location.href = fi.getAncestor(); }, // fixes linking
		css: '.sIFR-root { font-size: 10px; color: #ffffff; cursor: pointer; background-color: #002179 }'
	});
	sIFR.replace(Gotham, {
		selector: '.quote',
		wmode: "transparent",
		selectable: false,
		css: '.sIFR-root { font-size: 12px; color: #dfcd6a; leading: 5 }'
	});
	sIFR.replace(GothamItalic, {
		selector: '.author',
		wmode: "transparent",
		selectable: false,
		css: '.sIFR-root { font-size: 12px; color: #ffffff }'
	});
	
}