var urbansplash = { src: '/sifr/urbansplash.swf' };

sIFR.activate(urbansplash);

sIFR.replace(urbansplash, {
	selector: 'h1.PageTitle'
	,css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#a4a5a6', 'background-color': '#e2e2df', 'leading' : '-2' }
	}
	, tuneHeight : -11
	, offsetTop : -6
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h2.PageSubTitle'
	,css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#ffffff', 'background-color': '#e2e2df', 'leading' : '-2' }
	}
	, tuneHeight : -11
	, offsetTop : -6
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h2.Header'
	, css: [
		'.sIFR-root { font-weight: bold; color: #6d6e71; leading : -2; margin : 0; padding : 0; }'
		, 'a { font-weight : bold; text-decoration: none; }'
		, 'a:link { color: #0077c0; }'
		, 'a:hover { color: #0077c0; }'
	]
	, tuneHeight : -6
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h2.HeaderGreen'
	,css: {
	'.sIFR-root': { 'font-weight': 'bold', 'color': '#92C54C', 'leading': '-2', 'margin': '0', 'padding': '0' }
	}
	, tuneHeight : -6
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h1.HeaderBlue,h1.HeaderBlueNarrow,h2.HeaderBlueNarrow, h3.HeaderBlue'
	,css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#0077c0', 'leading' : '-2' }
	}
	, tuneHeight : -6
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h1.HeaderGrey,h1.HeaderGreyHalf'
	,css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#a4a5a6', 'background-color': '#e2e2df', 'leading' : '-2' }
	}
	, tuneHeight : -6
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h2.ContactTitle'
	,css: [
		'a { font-weight : bold; text-decoration: none; }'
		,'a:link { color: #cccccc; }'
		,'a:hover { color: #0077c0; }'
	]
	/*, tuneHeight : -7*/
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h2.ContactTitleHover'
	,css: [
		'a { font-weight : bold; text-decoration: none; }'
		,'a:link { color: #0077c0; }'
		,'a:hover { color: #0077c0; }'		
	]
	/*, tuneHeight : -7*/
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});


sIFR.replace(urbansplash, {
	selector: 'h2.HeaderBlue,h3.HeaderBlueNarrow'
	,css: [
		'.sIFR-root: { font-weight: bold, color: #a4a5a6, background-color: #e2e2df, leading :-2}'
		,'a { font-weight : bold; text-decoration: none; color: #0077c0;}'
		,'a:link { color: #0077c0; }'
		,'a:hover { color: #0077c0; }'
	]
	/*, tuneHeight : -7*/
	, offsetTop : -3
	, thickness : -100
	, wmode : 'transparent'
});