var avantGarde = { src: 'assets/flash/sifr.swf' };
sIFR.activate(avantGarde);
sIFR.replace(avantGarde, {
  selector: '#contentMain h1',
  wmode: 'transparent',
  css: [
        '.sIFR-root { background: transparent; color: #2253A8; text-transform: uppercase; line-height: 1; }',
        'a { cursor: pointer; color: #2253A8; }',
        'a:hover { color: #DD0000; text-decoration: underline; } '
       ]
});

sIFR.replace(avantGarde, {
	selector: '#localNav h2',
	wmode: 'transparent',
	css: [
	      '.sIFR-root { background: transparent; color: #617B95l; text-transform: uppercase;}',
	      'a { cursor: pointer; color: #617B95l; text-decoration: none; }',
	      'a:hover { color: #DD0000; } '
	]
});

sIFR.replace(avantGarde, {
	selector: '#mainContent h2',
	wmode: 'transparent',
	css: [
	      '.sIFR-root { background: transparent; color: #224FA8; text-transform: uppercase;}',
	      ]
});
