var BentonSans = {src: '../../_sIFR3/BentonSans.swf'};
var BentonSansBook = {src: '../../_sIFR3/BentonSansBook.swf'};

sIFR.activate();
/*
sIFR.replace(BentonSans, {
	selector: '#left h1'
	,css: {'.sIFR-root': { 'color': '#025346' }}
	,wmode: 'transparent'
	,selectable: false
});
*/

sIFR.replace(BentonSansBook, {
	selector: '#center h1'
	,css: {'.sIFR-root': { 'color': '#025346' }}
	,wmode: 'transparent'
});

sIFR.replace(BentonSansBook, {
	selector: '#center h2'
	,preventWrap: true
	,forceWidth: true
	,fitExactly: true
	,forceSingleLine: true
	,css: {'.sIFR-root': { 'color': '#025346' }}
	,wmode: 'transparent'
});

sIFR.replace(BentonSansBook, {
	selector: '#center h3'
	,preventWrap: true
	,forceWidth: true
	,fitExactly: true
	,forceSingleLine: true
	,css: {'.sIFR-root': { 'color': '#025346' }}
	,wmode: 'transparent'
});

sIFR.replace(BentonSans, {
	selector: '#right h1'
	,css: {'.sIFR-root': { 'color': '#c8b021' }}
	,wmode: 'transparent'
});

sIFR.replace(BentonSans, {
	selector: '#footer h1'
	,css: {'.sIFR-root': { 'color': '#c8b021' }}
	,wmode: 'transparent'
});
