		// styling h3 ---------------------------------------- /
/*
		<%if(XControl.GetContextSite().Properties["h3-need-sifr-replace"] != "no" && XControl.GetContextSite().Properties["h3-need-sifr-replace"] != null){%>  
			var h3_font = { src: '/assets/flash/meta-book-roman.swf' };

			<%if(XControl.GetContextSite().Properties["h3-sifr-font-path"] != null ){%>  
				h3_font = { src: '<xplode:SiteProperty Property="h3-sifr-font-path" Runat="server" />' };
				sIFR.activate(h3_font);
			<%}%>

			sIFR.replace(h3_font, {
				selector: 'h3'
				,forceWidth: 'true'
				,wmode: 'transparent'
				,css: [
				'.sIFR-root { color: <xplode:SiteProperty Property="h3-sifr-font-color" Runat="server" />; text-transform: none; font-size: <xplode:SiteProperty Property="h3-sifr-font-size" Runat="server" />; leading: <xplode:SiteProperty Property="h3-sifr-line-height" Runat="server" />;}'
				,'a { text-decoration: none }'
				,'a:link { color: <xplode:SiteProperty Property="h3-sifr-font-color" Runat="server" /> }'
				,'a:hover { color: <xplode:SiteProperty Property="h3-sifr-font-color" Runat="server" /> }'
				]
			});
		<%}%>

*/
	// top banner (h1)
	
	var NeoTech = { src: '/assets/code/50051' };
	var NeoSans = { src: '/assets/x/50051' };
	sIFR.activate(NeoTech, NeoSans);
	
	sIFR.replace(NeoTech, {
		selector: '.top-banner h1'
		,forceWidth: 'true'
		,wmode: 'transparent'
		,css: [
		'.sIFR-root { color: #ffffff; text-transform: none; font-size:24px; font-weight:normal; text-align: left; leading:3 } strong {font-weight:bold; color: #ffffff;}'
	]});

	sIFR.replace(NeoSans, {
		selector: '.block-w210 div h1'
		,forceWidth: 'true'
		,wmode: 'transparent'
		,css: [
		'.sIFR-root { color: #335b18; text-transform: none; font-size:24px; font-weight:normal; text-align: left; leading:3 }'
	]});
	
	sIFR.replace(NeoSans, {
		selector: '.block-w210 div h2'
		,forceWidth: 'true'
		,wmode: 'transparent'
		,css: [
		'.sIFR-root { color: #bbcc00; text-transform: none; font-size:17px; font-weight:normal; text-align: left; leading:3 }'
	]});