var fgd = {
	src: '/swf/franklin-gothic-demi.swf'
};

sIFR.activate(fgd);

sIFR.replace(fgd, {
	selector: '.environment h1'
	,css: [	'.sIFR-root { text-align: left; color:#aead5b; font-size:16px; background-color: #333333;  } ' ]
	,wmode: 'transparent'
});

sIFR.replace(fgd, {
	selector: '.environment h2'
	,css: [ '.sIFR-root { text-align: left; color:#aead5b; font-size:11px; background-color: #333333; text-transform:uppercase;}' ]
	,tuneHeight: -5
});


sIFR.replace(fgd, {
	selector: '.health h1'
	,css: [	'.sIFR-root { text-align: left; color:#e8e08b; font-size:16px; background-color: #333333;  } ' ]
	,wmode: 'transparent'
});

sIFR.replace(fgd, {
	selector: '.health h2'
	,css: [ '.sIFR-root { text-align: left; color:#e8e08b; font-size:11px; background-color: #333333; text-transform:uppercase;}' ]
	,tuneHeight: -5
});


sIFR.replace(fgd, {
	selector: '.education h1'
	,css: [	'.sIFR-root { text-align: left; color:#ea8a24; font-size:16px; background-color: #333333;  } ' ]
	,wmode: 'transparent'
});

sIFR.replace(fgd, {
	selector: '.education h2'
	,css: [ '.sIFR-root { text-align: left; color:#ea8a24; font-size:11px; background-color: #333333; text-transform:uppercase;}' ]
	,tuneHeight: -5
});


sIFR.replace(fgd, {
	selector: '.arts  h1'
	,css: [	'.sIFR-root { text-align: left; color:#6ea6bd;  font-size:16px; background-color: #333333;  } ' ]
	,wmode: 'transparent'
});

sIFR.replace(fgd, {
	selector: '.arts h2'
	,css: [ '.sIFR-root { text-align: left; color:#6ea6bd; font-size:11px; background-color: #333333; text-transform:uppercase;}' ]
	,tuneHeight: -5
});
