
var thesans = {
src: 'http://www.egsturtevant.com/wp-content/themes/EGS/swf/thesans.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(thesans);
sIFR.replace(thesans, {
	selector: 'h3.sif'
	,css: [
	'.sIFR-root { font-size:26px; color:#999999; }',
	'span { color:#345267; }',
	'a { text-decoration:none; color:#F6b81e; }',
	'.cur { color:#FFCC00; }',
	'a:hover { color:#EEEEEE; }'
	],
	wmode: 'transparent'
});

sIFR.replace(thesans, {
	selector: '#intro p'
	,css: [
	'.sIFR-root { font-size:26px; color:#666666; }',
	'span { color:#345267; }',
	'a { text-decoration:none; color:#CCCCCC; }',
	'.cur { color:#FFCC00; }',
	'a:hover { color:#EEEEEE; }'
	],
	wmode: 'transparent'
});
