var futura = {
  src: '/Common/Assets/Flash/futura.swf'
};


sIFR.useDomContentLoaded = false;
sIFR.hideElements = true;
sIFR.forceWidth = true;

//sIFR.debug = true;
//sIFR.debug.ratios(futura, {selector: 'h1'});

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1'
  ,css: '.sIFR-root {color: #0066CC; font-weight: bold; text-transform: uppercase; letter-spacing: -1;}'
  ,wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h2'
  ,css: '.sIFR-root {color: #0066CC; font-weight: bold; text-transform: uppercase; letter-spacing: -1.2;}'
  ,wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h3'
  ,css: '.sIFR-root {color: #0066CC; font-weight: bold; text-transform: uppercase;}'
  ,wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h5'
  ,css: '.sIFR-root {color: #0066CC; font-weight: bold; text-transform: uppercase;}'
  ,wmode: 'transparent'
});

sIFR.replace(futura, {
    selector: 'h6'
  , css: '.sIFR-root {color: #333333; font-weight: bold; text-transform: uppercase; font-size: 24px}'
  , wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'li.eventLocation'
  ,css: '.sIFR-root {color: #000000; font-weight: bold; text-transform: uppercase; letter-spacing: -1;}'
  ,wmode: 'transparent'
});






/*
sIFR.replace(futura, {
  selector: '.faqList h4 .faqTitle'
  ,css: [
      '.sIFR-root {color: #ff1641; font-weight: bold; text-transform: uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff1641; }'
      ,'a:hover { text-decoration: underline; color: #ff1641; }'
    ]
});
*/

