var gothamBold    = { src: '/flash/sifr/gotham-bold.swf' };
var gothamBook    = { src: '/flash/sifr/gotham-book.swf' };
var gothamBlack   = { src: '/flash/sifr/gotham-black.swf' };
var gothamMedium  = { src: '/flash/sifr/gotham-medium.swf' };

sIFR.activate(gothamBold);
sIFR.activate(gothamBook);
sIFR.activate(gothamBlack);
sIFR.activate(gothamMedium);


sIFR.replace(gothamBold, {
    selector: 'h1',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 
	    'color': '#2F65B9', 
	  }
    }
  });


sIFR.replace(gothamMedium, {
    selector: 'h2',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 
	    'color': '#666666', 
	  }
    }
  });

sIFR.replace(gothamBold, {
    selector: '.flare .zone p',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 
	    'color': '#ffffff',
	    'text-align': 'center'
	  }
    }
  });


sIFR.replace(gothamBlack, {
  selector: 'h5',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 
      'color': '#2F65B9', 
    },
  filters: {
    DropShadow: {
       distance: 15
      ,color: '#CCCCCC'
    }
    }
  }
});

