
/* swf + ratios */
var neosansstd = {
	src: '__data/site/design/95/images/sIFR_neo_sans_std.swf'
	,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 62, 1.22, 63, 1.21, 65, 1.22, 66, 1.21, 67, 1.22, 111, 1.21, 112, 1.2, 116, 1.21, 117, 1.2, 121, 1.21, 122, 1.2, 1.21]
}

sIFR.useStyleCheck = true;
sIFR.activate(neosansstd);

/* Work out ratios using code below. 
   Ratios must be worked out for each font you are using.
**********************************************************
	// This block of code would be done for each font
	// you are using.
	sIFR.debug.ratios(neosansstd, {
		selector: 'h1'
	});
/*********************************************************/

sIFR.replace(neosansstd, {
	selector: '#homeowner H2'
	,transparent: true
	,css: [
		'.sIFR-root { color: #a3aab9; font-weight: bold; font-size: 11px; line-height: 1em; text-align: right; }' 
	   ,'a { color: #a3aab9; text-decoration: none; }'
	   ,'a:hover { color: #289bb8; }'
	]
});

sIFR.replace(neosansstd, {
	selector: '#trade H2'
	,transparent: true
	,css: [
		'.sIFR-root { color: #a3aab9; font-weight: bold; font-size: 11px; line-height: 1em; text-align: left; }' 
	   ,'a { color: #a3aab9; text-decoration: none; }'
	   ,'a:hover { color: #289bb8; }'
	]
});

