//<[CDATA[

var f1type = { src: 'media/__site/font.antiqua.swf' };
var f1typebold = { src: 'media/__site/font.antiquabold.swf' };


fixHover = true;
delayCss = true;

sIFR.activate(f1type);


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

sIFR.replace(f1typebold, { selector: 'h1'
	,css: [
		'.sIFR-root { color: #a3c000; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(f1type, { selector: '.navigation'
	,css: [
		'a { color: #FFFFFF; text-decoration: none; }'
		,'a:hover { color: #FFFFFF; text-decoration: underline; }'
		,'a:active { color: #FFFFFF; text-decoration: underline; }'
		,'.selected { color: #FFFFFF; text-decoration: underline; }'
		,'.navigationSeparator { color: #a0a0a0; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(f1type, { selector: '.subnavigation'
	,css: [
		'.sIFR-root { color: #a0a0a0; }'
		,'a { color: #757575; text-decoration: none; }'
		,'a:hover { color: #a3c000; text-decoration: underline; }'
		,'a:active { color: #a3c000; text-decoration: underline; }'
		,'.selected { color: #a3c000; text-decoration: underline; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(f1type, { selector: '.italic'
	,css: [
		'.sIFR-root { font-style: italic; }' 
		]
	,wmode: 'transparent'
});
  
//]]>

