var minionpro = { src: '/swf/minionpro.swf' };
sIFR.delayCSS = true;
sIFR.fitExactly = true;
sIFR.useDomContentLoaded = false;
sIFR.activate(minionpro);


sIFR.replace(minionpro, {
	selector: '#home-leading h1.leading'
	,tuneHeight: -5
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#025674; font-size:18px; leading: 5; }',
		'a { color:#6c97a6; }',
		'a:hover { color: #025674; }'
	]
});


sIFR.replace(minionpro, {
	selector: 'h1.leading span, h1.leading'
	,tuneHeight: -5
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#025674; font-size:26px; }'
	]
});


sIFR.replace(minionpro, {
	selector: '#prime h1 span, #prime h1'
	,tuneHeight: -5
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#025577; font-size:20px;}', 
		'em { color:#025577; }'
	]
});
