var main = {
  src: base_url + 'flash/gillSans.swf'
};

sIFR.activate(main);

sIFR.replace(main, {
  selector: 'p.breadcrumb'
    ,css: [
      '.sIFR-root {text-align: left; font-size: 16px; color: #6e6262; font-weight: bold;}',
      'a {text-align: left; font-size: 16px; color: #6e6262; font-weight: bold; text-decoration: none}',
      'a:hover {text-align: left; font-size: 16px; color: #444444; font-weight: bold; text-decoration: none}',
      'em {text-align: left; font-size: 16px; color: #c41230; font-weight: bold;}',
    ], wmode: 'transparent'
}); 

sIFR.replace(main, {
  selector: 'h1'
    ,css: [
      '.sIFR-root {text-align: left; font-size: 24px; color: #c41230; font-weight: bold;}'   
    ], wmode: 'transparent'
});

sIFR.replace(main, {
  selector: '#footer h2'
    ,css: [
      '.sIFR-root {text-align: left; font-size: 14px; color: #FFFFFF; font-weight: bold; }'   
    ], wmode: 'transparent'  
    ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#4d0303'
          ,strength: 2
          ,alpha: .5
        }
      }

});

sIFR.replace(main, {
  selector: '#main h2'
    ,css: [
      '.sIFR-root {text-align: left; font-size: 18px; color: #444444; font-weight: bold;}'   
    ], wmode: 'transparent'
});