var bellgothic = {
  src: '/assets/flash/bellgothic.swf'
};

sIFR.debugMode	= true;
sIFR.delayCSS 	= true;

sIFR.activate(bellgothic);

sIFR.replace(bellgothic, {
 	selector: '#intro h1',
	css: 	['.sIFR-root { color: #00579B; text-transform: uppercase; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});

sIFR.replace(bellgothic, {
 	selector: '#intro div.introcontact ',
	css: 	['.sIFR-root { color: #FF3300; text-transform: uppercase; }','a { color: #FF3300; text-transform: uppercase; text-decoration:none}','a:hover { color: #FF3300; text-transform: uppercase; text-decoration: none; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});







sIFR.replace(bellgothic, {
 	selector: '#intro p.intro',
	css: 	['.sIFR-root { color: #7291BE; text-transform: uppercase; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});


sIFR.replace(bellgothic, {
 	selector: '#content h2',
	css: 	['.sIFR-root { color: #00579B; text-transform: uppercase; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});

sIFR.replace(bellgothic, {
 	selector: '.form-cell h3',
	css: 	['.sIFR-root { color: #FFFFFF; text-transform: uppercase; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});


sIFR.replace(bellgothic, {
 	selector: '.nav-cell h3',
	css: 	['.sIFR-root { color: #FFFFFF; text-transform: uppercase; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});



sIFR.replace(bellgothic, {
 	selector: '.person-listing h3 ',
	css: 	['.sIFR-root { color: #FF3300; text-transform: uppercase; } a { color: #FF3300; text-transform: uppercase; text-decoration: none; } a:hover { color: #FF3300; text-transform: uppercase; text-decoration: none; }'],	fitExactly: 'true',	wmode: 'transparent',
 	wmode: 'transparent'
});



