/*sIFR
--------------------*/

var gill = {
    src: 'flash/gill.swf'
  };
  
sIFR.activate(gill);
  
  sIFR.replace(gill, {
    selector: 'h2'
	 ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#58595B', 'font-size': '3.0em', 'text-align': 'center', 'font-weight': 'bold' }
    }
  
  });
  
  sIFR.activate(gill);
  
  sIFR.replace(gill, {
    selector: 'h3'
	 ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#92B6C7', 'font-size': '2.2em', 'text-align': 'center', 'font-weight': 'bold' }
    }
  
  });

  
  sIFR.activate(gill);
  
  sIFR.replace(gill, {
    selector: 'h4'
	 ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#92B6C7', 'text-transform': 'uppercase', 'text-align': 'center', 'font-weight': 'bold' }
    }
  
  });
  
    sIFR.activate(gill);
  
  sIFR.replace(gill, {
    selector: 'h5'
	 ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#58595B', 'text-align': 'center', 'font-weight': 'bold' }
    }
  
  });

