var bembo = {
    src: '/assets/flash/bembo.swf'
  };
 
sIFR.useStyleCheck = true;
sIFR.fromLocal = true;
sIFR.activate(bembo);

sIFR.replace(bembo, {
    selector: '#home h1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:22px;color:#092643;text-transform:uppercase;}'
    ]
  });

sIFR.replace(bembo, {
    selector: '#feature h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:17px;color:#092643;}'
    ]
  });

sIFR.replace(bembo, {
    selector: '#summarycontent h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:17px;color:#092643;text-transform:uppercase;}'
    ]
  });

sIFR.replace(bembo, {
    selector: '#section_home h1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:20px;color:#6f3903;text-transform:uppercase;}'
    ]
  });

sIFR.replace(bembo, {
    selector: '#section_home .col2 h2, #section_contact .col1 h1, #section_micrositehp .col1 h1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:22px;color:#092643;text-transform:uppercase;}'
    ]
  });

sIFR.replace(bembo, {
    selector: '#section_home .col3 h2, #section_contact .col3 h2, #section_micrositehp .col3 h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:16px;color:#092643;font-weight:bold;}'
    ]
  });

sIFR.replace(bembo, {
    selector: '#section_contact .col1 h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:18px;color:#092643;text-transform:uppercase;}'
    ]
  });

