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: '#how_we_do_it_bottom p',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #ffffff;}',
	  '.sIFR-root a { color: #003370; text-decoration: none; }',
	  '.sIFR-root a:hover { color: #D1005C; }'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: '#what_we_do p',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #ffffff;}',
	  '.sIFR-root a { color: #003370; text-decoration: none; }',
	  '.sIFR-root a:hover { color: #D1005C; }'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: 'h3.what_big_title',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #ffffff;}'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: 'h3.what_small_title',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #ffffff;}'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: 'h2#header_title',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #ffffff; text-align: right;}'
    ],
   wmode: 'transparent'

});

sIFR.replace(avenir, {
  selector: 'h3#header_subtitle',
  css: [
      '.sIFR-root { leading: 0; kerning: true; font-weight: normal; color: #ffffff; text-align: right;}'
    ],
   wmode: 'transparent'

});