/* call it */

var optima_bold = {
  src: '/includes/fonts/optima-bold.swf'
};

sIFR.activate(optima_bold);

sIFR.replace(optima_bold, {selector: '#content-heading'
			 ,css: [
					  '.sIFR-root {color:#ffffff;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(optima_bold, {selector: '.service-block.block4 h2'
			 ,css: [
					  '.sIFR-root { color: #006672; text-align: center; }'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #006672; }'
					  ,'a:hover { color: #703F6A; }'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(optima_bold, {selector: '.service-block h2'
			 ,css: [
					  '.sIFR-root { color: #006672; }'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #006672; }'
					  ,'a:hover { color: #703F6A; }'
					]
			 ,wmode: "transparent"
			 });
