// JavaScript Document

/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var helv = {
      src: 'Flash/helvetica_light.swf'
      ,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    
	//sIFR.debug.ratios({ src: 'Flash/helvetica_light.swf', selector: '#Home' });
	
	sIFR.activate(helv);
		
	
	
	sIFR.replace(helv, {
      selector: '.helvetica1',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  css: [
        '.sIFR-root { text-align: left; color: #000000; font-size:29px; line-height:130%;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });
		
sIFR.replace(helv, {
      selector: '.helvetica2',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  css: [
        '.sIFR-root { text-align: center;  color: #5BA326; font-size:25px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });		
sIFR.replace(helv, {
      selector: '.helvetica2orange',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  css: [
        '.sIFR-root { text-align: center;  color: #F36611; font-size:25px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });		
sIFR.replace(helv, {
      selector: '.helvetica2gray',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  css: [
        '.sIFR-root { text-align: center;  color: #7F7D7B; font-size:25px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });		
sIFR.replace(helv, {
      selector: '.helvetica2red',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  css: [
        '.sIFR-root { text-align: center;  color: #D10B29; font-size:25px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });		
	sIFR.replace(helv, {
      selector: '.helvetica3',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:0,
	  css: [
        '.sIFR-root { text-align: center;  color: #FFF; font-size:14px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFF; }'
        ,'a:hover { color: #FFF; }'
      ]
    });

