var helvetica = { src: '/include/scripts/HelveticaNeueCondBold.swf' };

sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #61d1fb; font-size: 16px; }'
  ],
  fitExactly: true,
  tuneHeight: -9,
  offsetTop: -2
});

sIFR.replace(helvetica, {
  selector: '.content h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #1a3975; font-size: 15px; }'
  ],
  fitExactly: true,
  tuneHeight: -10,
  offsetTop: -2
});

sIFR.replace(helvetica, {
  selector: '.content h3',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #1a3975; font-size: 13px; }'
  ],
  fitExactly: true,
  tuneHeight: -8,
  offsetTop: -2
});

/*
sIFR.replace(gotham, {
  selector: '#content-home h1',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #821307; font-size: 18px; text-decoration: underline; }',
	  'a, { color: #821307; text-decoration: underline; }',
	  'a:hover { color: #821307; text-decoration: underline }',
  ],
  fitExactly: true,
  tuneHeight: -4,
  offsetTop: -1
});

sIFR.replace(gotham, {
  selector: '#page-hdr h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #0c2950; font-size: 30px; font-weight: bold; }',
  //fitExactly: true,
  tuneHeight: -11,
  offsetTop: -4
});
*/

