
var avenir = {
  src: wwwRoot+'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.activate(avenir);
//sIFR.debug.ratios({ src: 'swf/avenir.swf', selector: 'h1' });

/*
sIFR.replace(avenir, {
wmode: 'transparent',
  selector: '.headerContent h1'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; padding: 0px; margin: 0px; font-size: 28px; line-height: 1px;}'
      ,'em { color: #8fa437; font-style: normal; }'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #198fbb; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

sIFR.replace(avenir, {
wmode: 'transparent',
  selector: '.headerContent h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #fe7200; padding: 0px; margin: 0px; font-size: 14px;}'
        ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #fe7200; }'
//		,'a:hover { color: #c6c6c6; }'
		,'a:hover { text-decoration: underline; color: #fe7200; }'
    ]

});
*/
sIFR.replace(avenir, {
wmode: 'transparent',
  selector: '.contentHeader h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #088cbd; padding: 0px; margin: 0px; font-size: 18px;}'
      ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #088cbd; }'
      ,'a:hover { text-decoration: underline; color: #088cbd; }'
    ]
});

sIFR.replace(avenir, {
wmode: 'transparent',
  selector: 'h2.sifr'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #088cbd; padding: 0px; margin: 0px; font-size: 18px;}'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #088cbd; }'
      ,'a:hover { text-decoration: underline; color: #088cbd; }'
    ]
});


sIFR.replace(avenir, {
wmode: 'transparent',
  selector: 'div#subNavContainer h3'
      ,css: [
      '.sIFR-root { text-align: right; font-weight: normal; color: #ffffff; padding: 0px; margin: 0px; font-size: 14px;}'
      ,'em { color: #ffffff; font-style: normal; font-style: italic; }'
	  ,'a { text-align: right; font-weight: normal; text-decoration: none; color: #ffffff; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

