var basePath = window.rootVirtual || "";
var gillsans = { src: basePath + '/_swf/fonts/gillsans.swf' };
var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;

sIFR.useStyleCheck = true;

// Next, activate sIFR:
// except for IE6
//if (!IE6) {
	sIFR.activate(gillsans);
//}

sIFR.replace(gillsans, {
  selector: 'div#page h1#title',
  css: {
  	'.sIFR-root': { 'background-color': '#222222', 'color': '#ffffff', 'text-transform': 'uppercase' }
  },
  wmode: 'transparent',
  offsetLeft: 10
});

sIFR.replace(gillsans, {
  selector: 'div#page h2',
  css: {
  	'.sIFR-root': { 'background-color': '#000000', 'color': '#bfd8e8', 'text-transform': 'uppercase' },
  	'a': {'text-decoration': 'none', 'color': '#bfd8e8'},
  	'a:hover': {'color': '#e5eff6'}
  },
  wmode: 'transparent'
});

sIFR.replace(gillsans, {
  selector: 'div#page h3',
  css: {
  	'.sIFR-root': { 'background-color': '#000000', 'color': '#b1b6ba', 'text-transform': 'uppercase' },
  	'a': {'text-decoration': 'none', 'color': '#b1b6ba'},
  	'a:hover': {'color': '#d8dbdc'}
  },
  wmode: 'transparent'
});

sIFR.replace(gillsans, {
  selector: 'div#page h4',
  css: {
  	'.sIFR-root': { 'background-color': '#000000', 'color': '#999b8f', 'text-transform': 'uppercase' },
  	'a': {'text-decoration': 'none', 'color': '#999b8f'},
  	'a:hover': {'color': '#cccdc7'}
  },
  wmode: 'transparent'
});