var typefaceURL = 'http://' + location.host + '/swf/';

var alexandria = {src: typefaceURL+'alexandria.swf'};
var alexandriaBold = {src: typefaceURL+'alexandriaBold.swf'};
var aspiria_unit = {src: typefaceURL+'unit.swf'};
var taicorpplate = {src: typefaceURL+'taicorpplate.swf'};

sIFR.activate(alexandria, alexandriaBold, aspiria_unit, taicorpplate);



sIFR.replace(alexandria, {
	selector: '#mainBody h2, #internalMain h2',
	css: [
	'.sIFR-root { font-size:30px; font-weight:normal; color:#9EB326;}'
	,'a { text-decoration: none;color: #444444; }'
	,'a:hover { text-decoration:underline;color: blue; }'
	],
	wmode: 'transparent'
});
/*
sIFR.replace(alexandria, {
	selector: '#subNav2 h4',
	css: [
	'.sIFR-root { font-size:18px; font-weight:normal; color:#9EB326; }'
	],
	wmode: 'transparent'
});
*/
sIFR.replace(alexandria, {
	selector: '#footer h4',
	css: [
	'.sIFR-root { font-size:15px; font-weight:normal; color:#9EB326; }'
	],
	wmode: 'transparent'
});

sIFR.replace(taicorpplate, {
	selector: '#rightBar h3, .rightContainer h3',
	css: [
	'.sIFR-root { font-size:12px; font-weight:normal; color:#9EB326; }'
	,'a { text-decoration: none;color: #9EB326; }'
	,'a:hover { text-decoration:underline;color: 9EB326; }'
	],
	wmode: 'transparent'
});
/*
sIFR.replace(alexandria, {
	selector: '#rightBar #rightSideBar2 .theTitle .title',
	css: [
	'.sIFR-root { font-size:14px; font-weight:normal; width:200px; color:#444444; text-decoration:none; white-space:nowrap;}'
	,'a { text-decoration: none;color: #444444; }'
	,'a:hover { text-decoration:underline;color: blue; }'
	],
	wmode: 'transparent',
	forceSingleLine: true,
	tuneHeight: -4
});

sIFR.replace(aspiria_unit, {
	selector: '.theTitle .author',
	css: [
	'.sIFR-root { font-size:10px; font-weight:normal; color:#444444; text-decoration:none; }'
	],
	wmode: 'transparent',
	offsetTop: -2
});

sIFR.replace(alexandriaBold, {
	selector: '#rightBar h4, .rightContainer h4',
	css: [
	'.sIFR-root { font-size:15px; font-weight:normal; color:#444444;}'
	,'a { text-decoration: none;color: #444444; }'
	,'a:hover { text-decoration:underline;color: blue; }'
	],
	wmode: 'transparent',
	tuneHeight: -3
});
sIFR.replace(alexandriaBold, {
	selector: '.rightContainer .ourtollfree',
	css: [
	'.sIFR-root { font-size:15px; font-weight:normal; color:#9EB326;}'
	],
	wmode: 'transparent',
	tuneHeight: -3
});
*/

