var avenir = {
  src: '/swf/avenir.swf',
  ratios: [8,1.41,9,1.33,12,1.35,14,1.29,15,1.3,19,1.28,20,1.27,28,1.26,29,1.24,30,1.25,40,1.24,43,1.23,44,1.24,64,1.23,72,1.22,73,1.23,106,1.22,107,1.21,115,1.22,116,1.21,120,1.22,121,1.21,1.22]
};

sIFR.prefetch(avenir);
sIFR.activate();

// begin global replacement
// styling guide: http://wiki.novemberborn.net/sifr3/Styling

//sIFR.debug.ratios({ src: '/swf/avenir.swf', selector: 'h'});


sIFR.replace(avenir, {
  selector: 'div.box_masthead h1',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #000000; text-transform: uppercase;}'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: 'p.main_subheading',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #000000;}'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: '#middle h2',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #584D62;}'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: '#middle p.intro_para',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #584D62;}'
    ],
   wmode: 'transparent'

});

