var gill = { src: 'http://www.ltcinternational.com/scripts/gill-sans.swf' };
sIFR.activate(gill);

sIFR.replace(gill, {
	selector: '#inset h1, #comments h1, #main_column h1, #wide_column h1'
	,css: [
		'.sIFR-root { color: #1E6E65; font-size: 22px; } ',
		'a { color: #1E6E65; text-decoration: none; }',
		'a:hover { color: #1E6E65; text-decoration: underline; }',
	]
	,wmode: 'transparent'
});

sIFR.replace(gill, {
	selector: '#main_column h3, #wide_column h3, #featured-service h3'
	,css: [
		'.sIFR-root { color: #B1AAA1; font-size: 16px; } ',
		'a { color: #B1AAA1; text-decoration: none; }',
		'a:hover { color: #B1AAA1; text-decoration: underline; }',
	]
	,wmode: 'transparent'
});

sIFR.replace(gill, {
	selector: '#addtl_info h3'
	,css: [
		'.sIFR-root { color: #1E6E65; font-size: 16px; } ',
		'a { color: #1E6E65; text-decoration: none; }',
		'a:hover { color: #1E6E65; text-decoration: underline; }',
	]
	,wmode: 'transparent'
});

sIFR.replace(gill, {
	selector: '#featured-service h2'
	,css: [
		'.sIFR-root { color: #1E6E65; font-size: 16px; text-align: center; } ',
		'a { color: #1E6E65; text-decoration: none; }',
		'a:hover { color: #1E6E65; text-decoration: underline; }',
	]
	,wmode: 'transparent'
});