var century = {
    src: 'flash/century-gothic.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(century);



sIFR.replace(century, {
    selector: 'ul.subNav li'
	,wmode:'transparent'
	,fitExactly: true
	,forceWidth: true
	,preventWrap: true
	,forceSingleLine: true
    ,css: {
		'.sIFR-root': {'color': '#2769ae','font-size': '20px'},
		'a': { 'color': '#2769ae', 'text-decoration': 'none' },
		'a:hover': { 'color': '#000000' },
		'.current': {'color': '#000000'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .4
			,color: '#000000'
			,blurY: 5
			,blurX: 5
	  	}	
	}
});


sIFR.replace(century, {
    selector: 'ul.mainNav li'
	,wmode:'transparent'
	,fitExactly: true
	,forceWidth: true
	,preventWrap: true
	,forceSingleLine: true
    ,css: {
		'.sIFR-root': {'color': '#000000','font-size': '15px'},
		'a': { 'color': '#000000', 'text-decoration': 'none' },
		'a:hover': { 'color': '#4f91cd' },
		'.current': {'color': '#4f91cd'}
	}
});

sIFR.replace(century, {
    selector: 'ul.title li'
	,wmode:'transparent'
	,fitExactly: true
	,forceWidth: true
	,preventWrap: true
	,forceSingleLine: true
    ,css: {
		'.sIFR-root': {'color': '#000000','font-size': '30px'},
		'a': { 'color': '#000000', 'text-decoration': 'none' },
		'a:hover': { 'color': '#4f91cd' },
		'.current': {'color': '#4f91cd'}
	}
});

sIFR.replace(century, {
    selector: 'h1'
	,wmode:'transparent'
	,fitExactly: true
	,forceWidth: true
    ,css: {
		'.sIFR-root': {'color': '#ff0000','font-size': '25px'},
		'a': { 'color': '#ff0000', 'text-decoration': 'none' },
		'a:hover': { 'color': '#4f91cd' },
		'.current': {'color': '#4f91cd'}
	}
});


function drawh3 () {
	sIFR.replace(century, {
		selector: 'h3'
		,wmode:'transparent'
		,fitExactly: true
		,css: {
			'.sIFR-root': {'color': '#8e8770','font-size': '25px', 'line-height': '20px'},
			'a': { 'color': '#8e8770', 'text-decoration': 'none' },
			'a:hover': { 'color': '#ff0000' },
			'.current': {'color': '#ff0000'}
		}
	});
}

drawh3();


/*sIFR.replace(century, {
    selector: 'h4'
	,wmode:'transparent'
	,fitExactly: true
    ,css: {
		'.sIFR-root': {'color': '#8e8770','font-size': '18px'},
		'a': { 'color': '#8e8770', 'text-decoration': 'none' },
		'a:hover': { 'color': '#ff0000' },
		'.current': {'color': '#ff0000'}
	}
});*/


sIFR.replace(century, {
    selector: 'ul.commNav li'
	,wmode:'transparent'
	,fitExactly: true
	,forceWidth: true
	,preventWrap: true
	,forceSingleLine: true
    ,css: {
		'.sIFR-root': {'color': '#ffffff','font-size': '15px'},
		'a': { 'color': '#ffffff', 'text-decoration': 'none' },
		'a:hover': {'color': '#333333' },
		'.current': {'color': '#333333'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .8
			,color: '#000000'
			,blurY: 2
			,blurX: 2
	  	}	
	}
});
