// Initialize SIFR
//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){
	
	// H2 page title 
	sIFR.replaceElement(named({
		sSelector:".lft-col h2",
		sFlashSrc:"flash/sifr/museo-700.swf",
		sColor:"#000000",
		sHoverColor:"",
		sBgColor:"",
		nPaddingTop:"",
		nPaddingRight:"",
		nPaddingBottom:"",
		nPaddingLeft:"",
		sCase:"",
		sWmode:"transparent",
		sFlashVars:"textalign=left"
	}));
	
	// H3 page sub-title
	sIFR.replaceElement(named({
		sSelector:".rgt-col h3",
		sFlashSrc:"flash/sifr/museo-700.swf",
		sColor:"#000000",
		sLinkColor:"",
		sHoverColor:"",
		sBgColor:"",
		nPaddingTop:"",
		nPaddingRight:"",
		nPaddingBottom:"",
		nPaddingLeft:"",
		sCase:"",
		sWmode:"transparent",
		sFlashVars:"textalign=center&offsetLeft=7"
	}));
	
	// H3 page sub-title
	sIFR.replaceElement(named({
		sSelector:".company-contact-wrapper h3",
		sFlashSrc:"flash/sifr/museo-700.swf",
		sColor:"#FFFFFF",
		sLinkColor:"",
		sHoverColor:"",
		sBgColor:"",
		nPaddingTop:"",
		nPaddingRight:"",
		nPaddingBottom:"",
		nPaddingLeft:"",
		sCase:"",
		sWmode:"transparent",
		sFlashVars:"textalign=left&offsetLeft=0"
	}));

};

//]]>