//<[CDATA[

var f1type = { src: 'media/__site/font.mc.swf' };
var f1typenum = { src: 'media/__site/font.mcnum.swf' };

fixHover = true;
delayCss = true;

sIFR.activate(f1type,f1typenum);


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

sIFR.replace(f1type, { selector: 'h1'
	,css: [
		'.sIFR-root { color: #9a9486;  letter-spacing: 0.5;}'
		]
	,wmode: 'transparent'
});
sIFR.replace(f1type, { selector: 'h2'
	,css: [
		'.sIFR-root { color: #9a9486; text-align: center; }'
		]
	,wmode: 'transparent'
});
sIFR.replace(f1typenum, { selector: '.art1'
	,css: [
		'.sIFR-root { color: #9a9486; text-align: left; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
});
sIFR.replace(f1type, { selector: '.art2'
	,css: [
		'.sIFR-root { color: #9a9486; text-align: left; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,tuneWidth: 5
});
sIFR.replace(f1type, { selector: 'h3'
	,css: [
		'.sIFR-root { color: #9a9486; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(f1type, { selector: '.navigation'
	,css: [
		'a { color: #431f00; text-decoration: none; letter-spacing: 1; }'
		,'a:hover { color: #431f00; text-decoration: underline; }'
		,'a:active { color: #431f00; text-decoration: underline; }'
		,'.selected { color: #431f00; text-decoration: underline; }'
		,'.navigationSeparator { color: #d4cfc4; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(f1type, { selector: '.subnavigation'
	,css: [
		'.sIFR-root { color: #9a9486; }'
		,'a { color: #431f00; text-decoration: none;letter-spacing: 1; }'
		,'a:hover { color: #431f00; text-decoration: underline;}'
		,'a:active { color: #431f00; text-decoration: underline; }'
		,'.selected { color: #431f00; text-decoration: underline; }'
		,'.subnavigationSeparator { color: #FFFFFF; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(f1type, { selector: '.link'
	,css: [
		'.sIFR-root { color: #9a9486; letter-spacing: 0.5; }'
		,'a { color: #9a9486; text-decoration: underline;letter-spacing: 1; }'
		,'a:hover { color: #9a9486; text-decoration: underline; }'
		,'a:active { color: #9a9486; text-decoration: underline; }'
		]
	,wmode: 'transparent'
	,forceSingleLine: true
});
  
//]]>


