// JavaScript Document

var centurygothic = {
	src: '/centurygothic.swf'
};

sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
	selector: 'h2.fullpage',
	wmode: 'transparent'
  ,css: { '.sIFR-root': { 'color': '#E0922F', 'font-size': '24px', 'font-weight': 'bold' }
  }

	});  



sIFR.replace(centurygothic, {
	selector: 'h3.sectiontitle',
	wmode: 'transparent'
  ,css: { '.sIFR-root': { 'color': '#07263f', 'font-size': '16px', 'font-weight': 'bold' }
  }

	});  




sIFR.replace(centurygothic, {
	selector: 'h4.servicetitle',
	wmode: 'transparent'
  ,css: { '.sIFR-root': { 'color': '#07263f', 'font-size': '14px', 'font-weight': 'bold' }, 'a': {'color': '#07263f', 'text-decoration': 'none'}, 'a:link': { 'color': '#07263f' }, 'a:hover': { 'color': '#07263f' }
  }

	});  



sIFR.replace(centurygothic, {
	selector: 'h4.aboutlinks',
	wmode: 'transparent'
  ,css: { '.sIFR-root': { 'color': '#07263f', 'font-size': '14px', 'font-weight': 'bold' }
  }

	});  