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'
	,css: {
		'.sIFR-root': { 'font-weight': 'normal', '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.HomePageItemsHeaderLink'
	/*, css: {
		'.sIFR-root': { 'font-weight': 'normal', 'color': '#FFFFFF', 'leading': '-4' }
	}*/
    , css: [
		'a { font-weight : normal; color: #FFFFFF; leading:-4; text-decoration: none; }'
		, 'a:link { color: #FFFFFF; }'
        , 'a:visited { color: #FFFFFF; }'
		, 'a:hover { color: #FFFFF; }'
	]
	, offsetTop: -5
	, thickness: -500
	, wmode: 'transparent'
});

sIFR.replace(urbansplash, {
    selector: 'h2.HomePageItemsHeader'
    , css: {
        '.sIFR-root': { 'font-weight': 'normal', 'color': '#FFFFFF', 'leading': '-4', 'cursor': 'pointer' }
    }
	, offsetTop: -5
	, thickness: -500
	, wmode: 'transparent'
});

sIFR.replace(urbansplash, {
	selector: 'h2.HeaderBlue'
	, css: {
		'.sIFR-root': { 'font-weight': 'bold', 'color': '#0077c0', 'leading': '-2' }
	}
	, offsetTop: -3
	, wmode: 'transparent'
});

/*sIFR.replace(urbansplash, {
    selector: 'h2.InfoBar'
	, css: {
	    '.sIFR-root': { 'font-weight': 'normal', 'color': '#848587', 'leading': '-2' }
	}
	, offsetTop: -3
    , thickness: -500
	, wmode: 'transparent'
});

sIFR.replace(urbansplash, {
    selector: 'p.keyfactsItemData'
	, css: {
	    '.sIFR-root': { 'font-weight': 'normal', 'color': '#FFFFFF' }
	}
	, offsetTop: -3
    , thickness: -500
	, wmode: 'transparent'
});

sIFR.replace(urbansplash, {
    selector: '.menuHeadingTitle h2'
	, css: {
	    '.sIFR-root': { 'font-weight': 'normal', 'color': '#FFFFFF', 'cursor' : 'pointer' }
	}
	, offsetTop: -3
    , thickness: -500
	, wmode: 'transparent'
});

sIFR.replace(urbansplash, {
    selector: '#bannerContactDetails #bannerAddress'
	, css: {
	    '.sIFR-root': { 'font-weight': 'normal', 'color': '#FFFFFF' }
	}
	, offsetTop: -3
    , thickness: -500
	, wmode: 'transparent'
});*/



