//sIFR.useStyleCheck = true;

// Start sIFR
sIFR.activate (rockwell_normal);

// Replace Fonts
sIFR.replace(rockwell_normal, {
	selector: '#Nav li',
	wmode: 'transparent',
	fitExactly: true,
	tuneWidth: 15,
	css: [ '.sIFR-root {color: #8c9277; font-size: 36px;}'
	
		,'a { text-decoration: none; }'
        ,'a:link { color: #8c9277; }'
		,'a:visited { color: #8c9277; }'
        ,'a:hover { color:#656b57; text-decoration: none; }'
		,'a:active { color: #656b57; }'
		
		,'.Green { color: #aebd36;}'
	 ]
});

sIFR.replace(rockwell_normal, {
	selector: '.FeatureCap',
	wmode: 'transparent',
	fitExactly: true,
	tuneWidth: 1,
	offsetTop: 1,
	css: [ '.sIFR-root {color: #ffffff; font-size: 18px;}'
	
		,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
		,'a:visited { color: #ffffff; }'
        ,'a:hover { color:#e9f8b6; text-decoration: none; }'
		,'a:active { color: #e9f8b6; }'
		
		,'.Green { color: #bec4a8;}'
	 ]
});

sIFR.replace(rockwell_normal, {
	selector: '#SideCap',
	wmode: 'transparent',
	fitExactly: true,
	tuneWidth: 1,
	offsetTop: 1,
	css: [ '.sIFR-root {color: #ffffff; font-size: 18px;}'
		,'.Green { color: #bec4a8;}'
	 ]
});