var univers = {
	src: '/swf/univers.swf'
};

var universcondensed = {
	src: '/swf/universcondensed.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(univers);


/* ------- Page Title */
sIFR.replace(universcondensed, {
	selector: 'h1.title'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {  color: #ffffff; font-size: 26px; height: 26px; font-weight:bold;  }'
	]
});

/* ------- Site Wide h2 */
sIFR.replace(universcondensed, {
	selector: 'h2.sitewide'
	,css: [
		'.sIFR-root { font-weight: bold; color: #002573; font-size: 18px; height: 18px; text-transform: uppercase; }'
	]
});

/* ------- Site Wide h3 */
sIFR.replace(univers, {
	selector: 'h3.sitewide'
	,css: [
		'.sIFR-root { font-weight: normal; color: #2e518d; font-size: 18px; height: 18px;  }'
	]
});

/* ------- Site Wide h4 */
sIFR.replace(univers, {
	selector: 'h4.sitewide'
	,css: [
		'.sIFR-root { font-weight: normal; color: #0d1d48; font-size: 12px; height: 12px;  }'
	]
});

/* ------- homepage boxes h2 */
sIFR.replace(universcondensed, {
	selector: '#operations h2, #recenthighlights h2, #careers h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; color: #ffffff; font-size: 19px; height: 19px;text-transform: uppercase;  }'
	]
});

/* ------- Mission Statement */
sIFR.replace(univers, {
	selector: '.mission_statement h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #0d1d48; font-size: 18px; height: 18px;  }'
	]
});

/* ------- Info box fact display */
sIFR.replace(universcondensed, {
	selector: '#info_box .factDisplay h4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #2e518d; font-size: 16px; height: 16px; margin:0; padding:0;}'
	]
});



