var GillSansLight = {
	src:Workspace.RootUrl+'/swf/gillsans-light.swf'
};

var GillSansReg = {
	 src:Workspace.RootUrl+'/swf/gillsans-reg.swf'
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo

sIFR.useDomContentLoaded = false;
sIFR.activate(GillSansLight, GillSansReg);

sIFR.replace(GillSansLight, {
	selector: '#slogan H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 28px; leading: 0; color: #ffffff; text-align: right;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,tuneHeight: -5
	,wmode: 'transparent'
	});

sIFR.replace(GillSansLight, {
	selector: 'H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 32px; color: #1b5b93; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,tuneHeight: -5
	,wmode: 'transparent'
	});

sIFR.replace(GillSansLight, {
	selector: '.box H2, li.header'
	,css: [
	'.sIFR-root { background-color: none; font-size: 18px; color: #ffffff;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,offsetTop: 5
	,tuneHeight: 0
	,wmode: 'transparent'
	});



sIFR.replace(GillSansLight, {
	selector: 'body.home .rightcol H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 16px; color: #ffffff }'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,offsetTop: 6
	,tuneHeight: 2
	,wmode: 'transparent'
	});


