var gotham_black = {
  src: '/_r/swf/gotham_black.swf'
};

var gotham_bold = {
  src: '/_r/swf/gotham_bold.swf'
};

sIFR.activate(gotham_black, gotham_bold);

sIFR.replace(gotham_black, {
  selector: '#content h2'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root {color:#274B54; text-transform: uppercase;}'
		
    ]
	,fitExactly: '1'
});


sIFR.replace(gotham_black, {
  selector: '.panel .emissions h3'
	,css: [
      '.sIFR-root {text-transform: uppercase; background-color: #FFFFFF; color: #000000;}'
			,'a {color:#E78F25;}'
			,'a:hover {color:#E78F25; text-decoration: none;}'
		
    ]
});

sIFR.replace(gotham_black, {
  selector: '#second h3.calcHeading'
	,css: [
      '.sIFR-root {text-transform: uppercase; background-color: #F4FBFD; color: #000000;}'
	 ,'a {color:#000000;}'
	 ,'a:hover {color:#000000; text-decoration: none;}'
		
    ]
	,fitExactly: '1'
	,ratios:[6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01]
	
});


sIFR.replace(gotham_black, {
  selector: '.panel .holder h3'
	,css: [
      '.sIFR-root {text-transform: uppercase; background-color: #F4FBFD; color: #666666;}'
			,'a {color:#E78F25;}'
			,'a:hover {color:#E78F25; text-decoration: none;}'
		
    ]
});







sIFR.replace(gotham_black, {
  selector: '#sidebar ul li h3'
	,forceWidth: true
	,fitExactly: true
	,css: [
      '.sIFR-root {text-transform: uppercase; background-color: #A9DCEE;}'
			,'a {color:#333333;text-decoration: none;}'
			,'a:hover {color:#232323; text-decoration: none;}'
		
    ]
});

sIFR.replace(gotham_black, {
  selector: '#sidebar .content h3'
	,forceWidth: true
	,fitExactly: true
	,css: [
      '.sIFR-root {text-transform: uppercase; background-color: #A9DCEE;}'
			,'a {color:#333333;text-decoration: none;}'
			,'a:hover {color:#232323; text-decoration: none;}'
		
    ]
});


sIFR.replace(gotham_bold, {
  selector: '#sidebar #quote'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root {background-color: #A9DCEE; color: #274B54;}'		
    ]
});

sIFR.replace(gotham_bold, {
  selector: '#sidebar #statement'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root {background-color: #A9DCEE; color: #274B54;}'		
    ]
});


sIFR.replace(gotham_black, {
  selector: '.panel.holder #thankyou h3'
	,forceWidth: true
	,fitExactly: true
	,css: [
      '.sIFR-root {text-transform: uppercase; background-color: #A9DCEE;}'
			,'a {color:#333333;text-decoration: none;}'
			,'a:hover {color:#232323; text-decoration: none;}'
		
    ]
});
