
var PNCSans = { src: 'PNCSans.swf', ratios: [8, 1.41, 9, 1.33, 12, 1.35, 15, 1.3, 19, 1.28, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 37, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 82, 1.23, 85, 1.22, 86, 1.23, 94, 1.22, 95, 1.23, 1.22] }

sIFR.activate(PNCSans);

sIFR.replace(PNCSans, {
  	selector: '.titleGrey',
  	css: [
		'.sIFR-root { color: #565656; font-size: 14px; font-weight: bold; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleGreyCenter',
  	css: [
		'.sIFR-root { color: #565656; font-size: 16px; font-weight: bold; text-align: center; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleLargeGrey',
  	css: [
		'.sIFR-root { color: #565656; font-size: 24px; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleBlue',
  	css: [
		'.sIFR-root { color: #344f80; font-size: 20px; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleLargeBlue',
  	css: [
		'.sIFR-root { color: #344f80; font-size: 18px; font-weight: bold; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleLargeOrangeBold',
  	css: [
		'.sIFR-root { color: #f58026; font-size: 34px; font-weight: bold; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
	selector: '.headerLinks',
	css: [ '.sIFR-root { color: #0069aa; letter-spacing: 0; font-size: 14px; font-weight: bold; }',
	'a { text-decoration: none; color: #0069aa; }',
    'a:link { color: #0069aa; }',
    'a:hover { color: #f58026; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#0069aa; }'] ,
	wmode: 'transparent', tuneWidth: 'true', forceSingleLine: true
});

sIFR.replace(PNCSans, {
	selector: '.mainMenu',
	css: [ '.sIFR-root { color: #ffffff; letter-spacing: 0; font-size: 16px; font-weight: normal; }',
	'a { text-decoration: none; color: #ffffff; }',
    'a:link { color: #ffffff; }',
    'a:hover { color: #ffffff; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#ffffff; }'] ,
	wmode: 'transparent', tuneWidth: 'true', forceSingleLine: true, tuneHeight: 5, offsetTop: 3

});


function rebuildSIFR() {

sIFR.replace(PNCSans, {
  	selector: '.titleGrey',
  	css: [
		'.sIFR-root { color: #565656; font-size: 16px; font-weight: bold; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleLargeGrey',
  	css: [
		'.sIFR-root { color: #565656; font-size: 24px; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleGreyCenter',
  	css: [
		'.sIFR-root { color: #565656; font-size: 16px; font-weight: bold; text-align: center; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleBlue',
  	css: [
		'.sIFR-root { color: #344f80; font-size: 20px; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleLargeBlue',
  	css: [
		'.sIFR-root { color: #344f80; font-size: 18px; font-weight: bold; }'
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
  	selector: '.titleLargeOrangeBold',
  	css: [
		'.sIFR-root { color: #f58026; font-size: 34px; font-weight: bold; }'		
	  ],
  	wmode: 'transparent'
});

sIFR.replace(PNCSans, {
	selector: '.headerLinks',
	css: [ '.sIFR-root { color: #0069aa; letter-spacing: 0; font-size: 14px; font-weight: bold; }',
	'a { text-decoration: none; color: #0069aa; }',
    'a:link { color: #0069aa; }',
    'a:hover { color: #f58026; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#0069aa; }'] ,
	wmode: 'transparent', tuneWidth: 'true', forceSingleLine: true
});

sIFR.replace(PNCSans, {
	selector: '.mainMenu',
	css: [ '.sIFR-root { color: #ffffff; letter-spacing: 0; font-size: 16px; font-weight: normal; }',
	'a { text-decoration: none; color: #ffffff; }',
    'a:link { color: #ffffff; }',
    'a:hover { color: #ffffff; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#ffffff; }'] ,
	wmode: 'transparent', tuneWidth: 'true', forceSingleLine: true, tuneHeight: 5, offsetTop: 3

});	

}
