var helveticaThin = { src: '/js/sifr/helvetica-thin.swf' };

sIFR.activate(helveticaThin);

sIFR.replace(helveticaThin, {
  selector: '#sts h2'
	,css: {
	'.sIFR-root': { 'color': '#ffffff', 'leading' : '-15'}
	}
	,wmode: 'transparent'
});

sIFR.replace(helveticaThin, {
  selector: '#capabilities h2'
	,css: {
	'.sIFR-root': { 'color': '#ffffff', 'leading' : '-15'}
	}
	,wmode: 'transparent'
});

sIFR.replace(helveticaThin, {
  selector: '#sts h1'
	,css: {
	'.sIFR-root': { 'color': '#ffffff', 'leading' : '-15'}
	}
	,wmode: 'transparent'
	,tuneHeight: -14
	,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});

sIFR.replace(helveticaThin, {
  selector: '#main-header'
	,css: {
	'.sIFR-root': { 'color': '#ffffff', 'leading' : '-15'}
	,'a' : {'color' : '#fff', 'text-decoration' : 'none'}
    ,'a:hover' : {'color' : '#fff'}
	}
	,wmode: 'transparent'
	,tuneWidth: 10
});

