var futura = { src: './filestore/dev/JS/sifr/futurastd-medium.swf' };

//sIFR.useStyleCheck = true;
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'ul#navMain li.current span',
  css: [
      '.sIFR-root { text-transform: uppercase; color: #ffffff; font-weight: normal; letter-spacing: 1; }',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #ffffff;}'
      ],
  wmode: 'transparent',
  tuneHeight: '-4',
  offsetTop: '1',
  forceSingleLine: true 
});

sIFR.replace(futura, {
  selector: 'ul#navMain li span',
  css: [
      '.sIFR-root { text-transform: uppercase; color: #ffffff; font-weight: normal; letter-spacing: 1; }',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #ffffff;}'
      ],
  wmode: 'transparent',
  tuneHeight: '-4',
  offsetTop: '1',
  forceSingleLine: true 
});

sIFR.replace(futura, {
  selector: 'h1',
  css: [
      '.sIFR-root { text-transform: uppercase; font-weight: normal; letter-spacing: 1; }',
      'a {color: #000000; text-decoration: none;}',
      'a:hover {color: #c1222c;}'
      ],
  wmode: 'transparent',
  tuneHeight: '-2',
  offsetTop: '4'
});

sIFR.replace(futura, {
  selector: 'h2.flash',
  css: '.sIFR-root { text-transform: uppercase; font-weight: normal; letter-spacing: 1; }',
  wmode: 'transparent',
  tuneHeight: '-4',
  offsetTop: '2'
});

sIFR.replace(futura, {
  selector: 'h3.flash',
  css: '.sIFR-root { text-transform: uppercase; font-weight: normal; letter-spacing: 1; }',
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h2.flash_white, .rightCol h2',
  css: [
      '.sIFR-root { text-transform: uppercase; color: #ffffff; font-weight: normal; letter-spacing: 1; }',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #ffffff;}'
      ],
  wmode: 'transparent',
  tuneHeight: '-4',
  offsetTop: '1'
});

sIFR.replace(futura, {
  selector: 'h3.flash_white',
  css: [
      '.sIFR-root { text-transform: uppercase; color: #ffffff; font-weight: normal; letter-spacing: 1; }',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #ffffff;}'
      ],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop: '3'
});
