//<[CDATA[

var sun = { src: 'media/__site/font.sun.swf' };

fixHover = true;
delayCss = true;

sIFR.activate(sun);

// sIFR.debug.ratios({ src: 'media/__site/font.antiqua.swf', selector: '.navigation' });

sIFR.replace(sun, { selector: '.bigHead'
	,css: [
		'.sIFR-root { color: #00825c; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(sun, { selector: '.headline'
	,css: [
		'.sIFR-root { color: #00825c; }'
		]
	,fitExactly: true
	,wmode: 'transparent'
});

sIFR.replace(sun, { selector: '.mainNavigation,.subNav,.copyright'
	,css: [
		'.sIFR-root { letter-spacing: 0.2;}'
		,'a { color: #7fc0ad; text-decoration: none; }'
		,'a:hover { color: #00825c; }'
		]
	,fitExactly: true
	,wmode: 'transparent'
});

sIFR.replace(sun, { selector: '.mainNavigationSelected,.subNavSel'
	,css: [
		'.sIFR-root { letter-spacing: 0.2;}'
		,'a { color: #00825c; text-decoration: none; }'
		,'a:hover { color: #00825c; }'
		]
	,fitExactly: true
	,wmode: 'transparent'
});

sIFR.replace(sun, { selector: '.navigationSeparator,.subNavSep'
	,css: [
		'.sIFR-root { color: #7fc0ad; }'
		]
	,fitExactly: true
	,wmode: 'transparent'
});

//]]>


