var optima = { src: '/swf/optima-regular.swf' };
var myriad = { src: '/swf/myriad-pro.swf' };

sIFR.activate(optima);
sIFR.activate(myriad);

sIFR.replace(optima, {
      selector: 'h1.landingpagetitle'
      ,wmode: 'transparent'
      ,css: [
      '.sIFR-root { font-size: 28px;  font-weight: normal; color: #f58025; margin: 0 ; padding:0; text-align:center; }'
      ]
});

sIFR.replace(optima, {
      selector: 'h2.landingparenttitle'
      ,wmode: 'transparent'
      ,css: [
      '.sIFR-root { font-size: 18px; font-weight: normal;color: #000000; text-align:center; margin:40px 0 0 0; padding:0;}'
      ]
});


sIFR.replace(optima, {
      selector: '#rightcolumn h2'
      ,wmode: 'transparent'
      ,css: [
      '.sIFR-root { font-size: 16px; font-weight: normal; color: #000000; margin: 0 0 5px 0; }'
      ,'em { font-style: italic; }'
      ,'strong { font-weight: bold; }'
      ]
});

sIFR.replace(myriad, {
      selector: '.overlay h1'
      ,wmode: 'transparent'
      ,css: [
      '.sIFR-root { font-size: 16px; font-weight: bold; text-transform: uppercase; color: #ffffff; margin: 55px 0 0 0; text-align: center; }'
      ,'em { font-style: italic; }'
      ,'strong { font-weight: normal; }'
      ]
});

sIFR.replace(myriad, {
      selector: 'h1.parenttitle'
      ,wmode: 'transparent'
      ,css: [
      '.sIFR-root { font-size: 16px; font-weight: bold; text-transform: uppercase; color: #666666; margin: -14px 0 -3px 0; }'
      ,'em { font-style: italic; }'
      ,'strong { font-weight: normal; }'
      ]
});

sIFR.replace(myriad, {
      selector: 'h2.parenttitle'
      ,wmode: 'transparent'
      ,css: [
      '.sIFR-root { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #666666; margin: -14px 0 -3px 0; }'
      ,'em { font-style: italic; }'
      ,'strong { font-weight: normal; }'
      ]
});


