if(typeof sIFR == "function"){

	sIFR.replaceElement(named({sSelector:"#content-top-interior-box h1 strong", sFlashSrc:"fonts/tondo.swf", sColor:"#ffffff",sWmode: "transparent"}));
	
	sIFR.replaceElement(named({sSelector:"h1 strong", sFlashSrc:"fonts/tondo.swf", sColor:"#c1d82e",sWmode: "transparent"}));
	
	
	sIFR.replaceElement(named({sSelector:"#content-top-interior h2 strong", sFlashSrc:"fonts/tondo.swf", sColor:"#c1d82e",sWmode: "transparent"}));

	sIFR.replaceElement(named({sSelector:"h2 strong", sFlashSrc:"fonts/tondo.swf", sColor:"#ffffff",sWmode: "transparent"}));
	

	sIFR.replaceElement(named({sSelector:"#content-top-interior h3 strong", sFlashSrc:"fonts/tondo.swf", sColor:"#6c6f70",sWmode: "transparent"}));

	sIFR.replaceElement(named({sSelector:"h3 strong", sFlashSrc:"fonts/tondo.swf", sColor:"#ffffff",sWmode: "transparent"}));

};



function positionfooter() {
	//puts footer to bottom of screen
	
		var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
		
		var minhigh=(myHeight-184)+"px";
		
		
		
		if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 if (ieversion>=7) {
  document.getElementById("container").style.minHeight=minhigh;
 }
 else {
  document.getElementById("container").style.height=minhigh;
 }
}
else {
 // set container's min-height to height of screen minus height of footer and margin top
 document.getElementById("container").style.minHeight=minhigh;

}
}
