
var proxima = {
  src: 'http://www.coleyfederal.com/media/proxima.swf'
    ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  };;
  
var proximaLight = {
  src: 'http://www.coleyfederal.com/media/proximaLight.swf'
    ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  };;
  
sIFR.activate(proxima, proximaLight);

sIFR.replace(proxima, {
      selector: '#content h1'
      ,css: [
        '.sIFR-root { color: #000000; letter-spacing: -0.5; font-weight: bold; font-size: 32px; }'
      ]
	  ,selectable: true
	  ,fitExactly: true
	  ,opaque: true
	  ,tuneHeight: '-3'
    });

sIFR.replace(proxima, {
      selector: '#home-page h2'
      ,css: [
        '.sIFR-root { font-size: 22px; letter-spacing: -0.15; color: #4f565c; }'
		,'.green { color: #339e35; }'
      ]
	  ,selectable: true
	  ,fitExactly: true
	  ,preventWrap: true
	  ,wmode: 'transparent'
	  ,offsetTop: '5'
    });

sIFR.replace(proximaLight, {
      selector: '#container h2'
      ,css: [
        '.sIFR-root { color: #686f75; letter-spacing: -0.5; font-weight: normal; font-size: 17px; leading: 5; }'
	   ,'a { text-decoration: none;color: #339e35; }'
	   ,'a:hover { text-decoration: none;color: #0084c9; }'

      ]
	  ,selectable: true
	  ,fitExactly: true
	  ,opaque: true
	  ,offsetTop: '2.5'
	  ,tuneHeight: '4'
    });


// for survey page
sIFR.replace(proximaLight, {
      selector: '#main-content h1'
      ,css: [
        '.sIFR-root { color: #358046; font-weight: normal; font-size: 48px; leading: -16px; }'
		,'.lightgreen { color: #7ab353; font-size: 31px; }'
      ]
	  ,selectable: true
	  ,fitExactly: true
	  ,opaque: true
	  ,offsetTop: '0'
	  ,tuneHeight: '0'
    });

sIFR.replace(proximaLight, {
      selector: '#ipod-win h2'
      ,css: [
        '.sIFR-root { color: #358046; font-weight: normal; font-size: 36px; leading: -2px; background-color:#f1f2f2; }'
		,'.lightgreen { color: #7ab353; }'
      ]
	  ,selectable: true
	  ,fitExactly: true
	  ,offsetTop: '0'
	  ,tuneHeight: '0'
    });




