var gill = { 
	src: '/inc/swf/gillsansmt.swf', 
	wmode:'transparent', 
	/*ratio: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18],*/
	css: [
		'.sIFR-root {  color:#1E6C90;  }'
	] 
};

sIFR.prefetch(gill);

sIFR.activate(gill);

sIFR.replace(gill, {
  selector:'div.standard-right-container h2, div.column-light-blue h2',
  css: [
  	'.sIFR-root { color:#ffffff; text-decoration: none; }'
  ]
});

sIFR.replace(gill, {
  selector:'div.column-pink h2',
  css: [
  	'.sIFR-root { color:#D63169; text-decoration: none; }'
  ]
});

sIFR.replace(gill, {
  selector: '.panel-title h3',
  css: [
  	'.sIFR-root { color:#ffffff; text-decoration: none; font-size: 20px;}'
  ]
});

sIFR.replace(gill, {
  selector: 'div.standard-feature-box-label h4,.panel-title h4,span.search-cloud',
  css: [
  	'.sIFR-root { color:#ffffff; text-decoration: none; font-size: 15px;}'
  ]
});

sIFR.replace(gill, {
  selector:'h2,h3,h4,h5',
  css: [
  	'.sIFR-root { color:#1E6C90; text-decoration: none; }',
	'.sIFR-root a { color:#1E6C90; text-decoration: none; }',
	'.sIFR-root a:hover { color:#1E6C90; text-decoration: none; }'
  ]
});
