/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var futura = { src: 'application/views/css/flash/futura_bold.swf'
};

sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(futura);

// Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.
sIFR.replace(futura, {
  selector: '.col3 .quote h6',
    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],
    wmode: 'transparent',
    kerning: 'true',
    css: [
		  '.sIFR-root {color: #46C3D3;}' 
		  ]
});

sIFR.replace(futura, {
  selector: '#main h5, #sidebar div.blurb h5',
  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],
    wmode: 'transparent',
    offsetTop: '-2',
    kerning: 'true',
    css: [
		  '.sIFR-root {color: #014C6C;letter-spacing: -1;leading: -2;}', 
		  ]
});

sIFR.replace(futura, {
  selector: '.call_side_blue h5',
  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],
    wmode: 'transparent',
    offsetTop: '-2',
    kerning: 'true',
	selectable: false,
    css: [ 
		  '.sIFR-root {color: #FFFFFF;letter-spacing: -1;leading: -2;}'
		  ,'a {color: #FFFFFF; text-decoration: none;}'
		  ,'a:hover {color: #FFFFFF;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '.call_side_blue h6',
  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],
    wmode: 'transparent',
    offsetTop: '-2',
    kerning: 'true',
	selectable: false,
    css: [ 
		  '.sIFR-root {color: #FFFFFF;letter-spacing: -1;leading: -2;}'
		  ,'a {color: #FFFFFF; text-decoration: none;}'
		  ,'a:hover {color: #FFFFFF;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '#footer h6',
  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],
    wmode: 'transparent',
    offsetTop: '-2',
    kerning: 'true',
    css: [
		  '.sIFR-root {color: #014C6C;leading: -2;}', 
		  ,'a {color: #014C6C; text-decoration: none;}'
		  ,'a:hover {color: #014C6C;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '.sol1 h3, .sol1 h6',
  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],
    wmode: 'transparent',
    kerning: true,
	selectable: false,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #23B34C;letter-spacing: -.5;leading: -1;cursor:pointer;}' 
		  ,'a {color: #23B34C; text-decoration: none;}'
		  ,'a:hover {color: #23B34C;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '.sol2 h3, .sol2 h6',
  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],
    wmode: 'transparent',
    kerning: 'true',
	selectable: 'false',
    css: [ 
		  '.sIFR-root {color: #E63B3E;letter-spacing: -.5;leading: -1;cursor:pointer;}' 
		  ,'a {color: #E63B3E; text-decoration: none;}'
		  ,'a:hover {color: #E63B3E;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '.sol3 h3, .sol3 h6',
  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],
    wmode: 'transparent',
    kerning: 'true',
	selectable: 'false',
    css: [
		  '.sIFR-root {color: #BF1B5F;letter-spacing: -.5;leading: -1;cursor:pointer;}' 
		  ,'a {color: #BF1B5F; text-decoration: none;}'
		  ,'a:hover {color: #BF1B5F;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '#complete_it #masthead h3, #complete_it #masthead h6',
  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],
    wmode: 'transparent',
    kerning: true,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #23B34C;letter-spacing: -.5;leading: -1;}' 
		  ,'a {color: #23B34C; text-decoration: none;}'
		  ,'a:hover {color: #23B34C;cursor:pointer;}'		
		  ]
});
sIFR.replace(futura, {
  selector: '#complete_it #crumbs h5',
  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],
    wmode: 'transparent',
    kerning: true,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #23B34C;letter-spacing: -1;leading: -2;text-align:right;}' 
		  ,'a {color: #23B34C; text-decoration: none;}'
		  ,'a:hover {color: #46C3D3;cursor:pointer;}'		
		  ]
});

sIFR.replace(futura, {
  selector: '#on_demand #masthead h3, #on_demand #masthead h6',
  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],
    wmode: 'transparent',
    kerning: true,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #E63B3E;letter-spacing: -1;leading: -2;}' 
		  ,'a {color: #E63B3E; text-decoration: none;}'
		  ,'a:hover {color: #E63B3E;cursor:pointer;}'		
		  ]
});
sIFR.replace(futura, {
  selector: '#on_demand #crumbs h5',
  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],
    wmode: 'transparent',
    kerning: true,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #E63B3E;letter-spacing: -1;leading: -2;text-align:right;}' 
		  ,'a {color: #E63B3E; text-decoration: none;}'
		  ,'a:hover {color: #46C3D3;cursor:pointer;}'		
		  ]
});


sIFR.replace(futura, {
  selector: '#personal_support #masthead h3, #personal_support #masthead h6',
  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],
    wmode: 'transparent',
    kerning: true,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #BF1B5F;letter-spacing: -.5;leading: -1;}' 
		  ,'a {color: #BF1B5F; text-decoration: none;}'
		  ,'a:hover {color: #BF1B5F;cursor:pointer;}'	
		  ]
});
sIFR.replace(futura, {
  selector: '#personal_support #crumbs h5',
  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],
    wmode: 'transparent',
    kerning: true,
	fixHover: true,
	css: [ 
		  '.sIFR-root {color: #BF1B5F;letter-spacing: -1;leading: -2;text-align:right;}' 
		  ,'a {color: #BF1B5F; text-decoration: none;}'
		  ,'a:hover {color: #46C3D3;cursor:pointer;}'		
		  ]
});


/*sIFR.replace(futura, {
  selector: '.quote h6',
    wmode: 'transparent',
    kerning: 'true',
    css: [
		  '.sIFR-root {color: #46C3D3;}' 
		  ]
});
*/
