/*sifr config*/
var agency = { src: 'flash/agencyFB.swf' };

sIFR.activate(agency);
/*ends sifr config*/




sIFR.replace(agency, {
	selector: 'h1',
	css: [
	'.sIFR-root { text-align: left; color: #cdcdcd; background-color: transparent; font-size: 35px; line-height: 37px; font-weight: normal; margin: 0; }'
	],
	tuneHeight: -5,
	forceSingleLine: true,
	wmode : 'transparent'
});

sIFR.replace(agency, {
	selector: 'p.baseline',
	css: [
	'.sIFR-root { text-align: left; color: #cdcdcd; background-color: transparent; font-size: 25px; line-height: 27px; font-weight: normal; margin: 0; }'
	],
	tuneHeight: -5,
	forceSingleLine: true,
	wmode : 'transparent'
});

sIFR.replace(agency, {
	selector: 'p.contact',
	css: [
	'.sIFR-root { text-align: left; color: #cdcdcd; background-color: transparent; font-size: 20px; line-height: 22px; font-weight: normal; margin: 0; }',
	'a { color: #cdcdcd; text-decoration: none; }',
	'a:hover { color: #ffffe0; }'
	],
	tuneHeight: -5,
	forceSingleLine: true,
	wmode : 'transparent'
});

sIFR.replace(agency, {
	selector: 'label',
	css: [
	'.sIFR-root { text-align: left; color: #cdcdcd; background-color: transparent; font-size: 20px; line-height: 22px; font-weight: normal; margin: 0; }'
	],
	tuneHeight: -5,
	forceSingleLine: true,
	wmode : 'transparent'
});

sIFR.replace(agency, {
	selector: 'h2',
	css: [
	'.sIFR-root { text-align: left; color: #cdcdcd; background-color: transparent; font-size: 30px; line-height: 32px; font-weight: normal; }'
	],
	tuneHeight: -5,
	forceSingleLine: true,
	wmode : 'transparent'
});





