// Link to the swf in the site root
//var agency = { src:'flash/agency.swf',  ratios:[8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13]};
//var agency = { src:'flash/agency.swf',  ratios:[8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13]};

sIFR.activate(agency);

// Check the ratios to accurately show the text - be sure to enable sifr-debug.js 
// after the sifr.js file and before the config.js then uncomment the following line
//sIFR.debug.ratios({ src:'flash/agency.swf', selector:'h1' });

sIFR.replace(agency, {
	selector: '.underwater h1, .underwater h2, .underwater h3',
	css: [
		//'.sIFR-root { font-weight:normal; color:#f2deb6; text-transform:capitalize; } strong { color:#000000; }'
		'.sIFR-root { font-weight:normal; color:#FFFFFF; font-size:18px; }'
		,'a { color:#FFFFFF; text-decoration:none; }'
		,'a:link { color:#FFFFFF; text-decoration:none; }'
		,'a:hover { color:#CCCCCC; text-decoration:none; }'
	],
	wmode:'transparent',
	filters: {
		DropShadow: {
			distance: 1,
			color: '#000000',
			strength: .4,
			blurX: 6,
			blurY: 6
		}
	}
});

sIFR.replace(agency, {
	selector: 'h1',
	css: [
		//'.sIFR-root { font-weight:normal; color:#f2deb6; text-transform:capitalize; } strong { color:#000000; }'
		'.sIFR-root { font-weight:normal; color:#000000; font-size:36px; }'
		,'a { color:#00467f; text-decoration:none; }'
		,'a:link { color:#00467f; text-decoration:none; }'
		,'a:hover { color:#000000; text-decoration:none; }'
	],
	wmode:'transparent',
	filters: {
		DropShadow: {
			distance: 1,
			color: '#000000',
			strength: .6,
			blurX: 3,
			blurY: 3
		}
	}
});
	
	
sIFR.replace(agency, {
	selector: 'h2',
	css: [
		//'.sIFR-root { font-weight:normal; color:#f2deb6; text-transform:capitalize; } strong { color:#000000; }'
		'.sIFR-root { font-weight:normal; color:#000000; font-size:28px; }'
		,'a { color:#00467f; text-decoration:none; }'
		,'a:link { color:#00467f; text-decoration:none; }'
		,'a:hover { color:#000000; text-decoration:none; }'
	],
	wmode:'transparent',
	filters: {
		DropShadow: {
			distance: 1,
			color: '#000000',
			strength: .6,
			blurX: 3,
			blurY: 3
		}
	}
});
	
	
sIFR.replace(agency, {
	selector: 'h3',
	css: [
		//'.sIFR-root { font-weight:normal; color:#f2deb6; text-transform:capitalize; } strong { color:#000000; }'
		'.sIFR-root { font-weight:normal; color:#ffffff; font-size:18px; }'
		,'a { color:#facf2d; text-decoration:none; }'
		,'a:link { color:#facf2d; text-decoration:none; }'
		,'a:hover { color:#ffffff; text-decoration:none; }'
	],
	wmode:'transparent',
	filters: {
		DropShadow: {
			distance: 1,
			color: '#000000',
			strength: .6,
			blurX: 3,
			blurY: 3
		}
	}
});