// JavaScript 	  
var futuraLight = {src: 'flash/futura-light.swf',ratios: [7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 22, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 35, 1.32, 37, 1.3, 40, 1.31, 43, 1.3, 46, 1.31, 52, 1.3, 55, 1.29, 59, 1.3, 94, 1.29, 95, 1.28, 101, 1.29, 102, 1.28, 103, 1.29, 109, 1.28, 110, 1.29, 1.28]};
	sIFR.activate(futuraLight);
var caslon = {src: 'flash/futura-light.swf',ratios: [7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 22, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 35, 1.32, 37, 1.3, 40, 1.31, 43, 1.3, 46, 1.31, 52, 1.3, 55, 1.29, 59, 1.3, 94, 1.29, 95, 1.28, 101, 1.29, 102, 1.28, 103, 1.29, 109, 1.28, 110, 1.29, 1.28]};
	sIFR.activate(caslon);
	
sIFR.replace(futuraLight, {
    selector: '.sifr'
     ,css: [
      '.sIFR-root {font-size:32px;color:#000000;white-space: nowrap;kerning:true;letter-spacing:6;word-spacing:20px;line-height:32px; }'
			,'a{text-decoration: none;white-space: nowrap;color:#000000;}'
      ,'a:link {text-decoration: none;white-space: nowrap;color:#000000;}'
      ,'a:hover { color: #ff0000;white-space: nowrap;}'
    ]	
		 ,forceWidth: false, fitExactly: true, forceSingleLine: true, wmode: 'transparent',
		 filters: {
					DropShadow: {
					knockout: false
					,distance: 1
					,alpha: .25
					,color: '#000000'
					,blurY:10
					,blurX:10
					,strength: 1
				}
		}
  
	});
sIFR.replace(futuraLight, {
    selector: '.content h1'
     ,css: [
      '.sIFR-root {font-size:32px;color:#000000;white-space: nowrap;kerning:true;letter-spacing:6;word-spacing:20px;line-height:32px; }'

    ]	
		 ,forceWidth: false, fitExactly: true, forceSingleLine: true, wmode: 'transparent',
		 
  
	});
sIFR.replace(caslon, {
    selector: '.header h1'
     ,css: [
      '.sIFR-root {font-size:32px;color:#000000;white-space: nowrap;kerning:true;letter-spacing:6;word-spacing:20px;line-height:32px; }'

    ]	
		 ,forceWidth: false, fitExactly: true, forceSingleLine: true, wmode: 'transparent',
		 
  
	});



sIFR.replace(futuraLight, {
    selector: '.sifrbtn'
     ,css: [
      '.sIFR-root {font-size:22px;color:#cccccc;white-space: nowrap;kerning:true;letter-spacing:6;word-spacing:20px;line-height:32px; }'
			,'a{text-decoration: none;white-space: nowrap;color:#cccccc;}'
      ,'a:link {text-decoration: none;white-space: nowrap;color:#cccccc;}'
      ,'a:hover { color: #ffffff;white-space: nowrap;}'

    ]	
		 ,forceWidth: false, fitExactly: true, forceSingleLine: true, wmode: 'transparent',
		 
  
	});



