var helvetica = {
      src: 'flash/helvetica.swf'
};
 
sIFR.activate(helvetica);
 
sIFR.replace(helvetica, {
      selector: '#home_newsarea h2',
	  css: [
      '.sIFR-root { font-size:37px; font-weight:normal; color:#ffc913; text-transform:lowercase; padding:0; margin-bottom:20px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'ul#home_content_boxes li h3',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#ffffff; text-transform:lowercase; padding:0; margin-left:0px; margin-bottom:5px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'div#left_content h1',
	  css: [
      '.sIFR-root { font-size:38px; font-weight:normal; color:#ffc913; text-transform:lowercase; padding:0; margin-bottom:0px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'ul#right_content li#pressroom h2',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#ffc913; text-transform:lowercase; padding:0; margin-bottom:35px; margin-left:0px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'div#left_content h2',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#bf5917; text-transform:none; padding:0; margin-bottom:30px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'ul#right_content li ul#int_content_boxes li h3',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#ffffff; text-transform:lowercase; padding:0; margin-left:0px; margin-bottom:5px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'ul#news_and_releases li h3',
	  css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#ffc913; text-transform:lowercase; padding:0; margin-bottom:15px; margin-left:0px; }'
      ],
      wmode: 'transparent'
});
