var interstate = {
  src: '/includes/sifr/flash/interstate.swf'
};
sIFR.activate(interstate);

sIFR.replace(interstate, {
  selector: '.title-box h1',
  transparent: true,
  forceSingleLine: true,
  css: [
      '.sIFR-root { padding:0; margin:0; color:#225787;  }'
  ]
});
sIFR.replace(interstate, {
  selector: '.title-box h2',
  transparent: true,
  forceSingleLine: true,
  css: [
      '.sIFR-root { padding:0; margin:0; color:#225787;  }'
  ]
});
sIFR.replace(interstate, {
  selector: '.red-box h2',
  transparent: true,
  forceSingleLine: true,
  css: [
      '.sIFR-root { padding:0; margin:0; color:#ffffff;  }'
  ]
});

sIFR.replace(interstate, {
  selector: '.column3 h2',
  transparent: true,
  forceSingleLine: true,
  css: [
      '.sIFR-root { padding:0; margin:0; color:#225787;  }'
  ]
});
sIFR.replace(interstate, {
  selector: '.column2 h2',
  transparent: true,
  offsetLeft: '0',
  css: [
      '.sIFR-root { padding:0; margin:0; color:#225787;  }'
  ]
});
sIFR.replace(interstate, {
  selector: '.column12 h3.subtitle',
  transparent: true,
  offsetLeft: '0',
  css: [
      '.sIFR-root { padding:0; margin:0; color:#225787;  }'
  ]
});