
var myriadpro = {
	src: '/content/assets/myriadpro-semiboldcond.swf',
	ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
};

var myriadpro_uc = {
	src: '/content/assets/myriadpro-semiboldcond.swf',
	ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
};


sIFR.useStyleCheck = true;
sIFR.activate(myriadpro, myriadpro_uc);

sIFR.replace(myriadpro, {
	selector: '#tagline h3'
	,css: {
        '.sIFR-root': { 'color': '#3C3C3C', 'font-size': '25px', 'text-align': 'center' }
      }
	,wmode: 'transparent'
});
  
sIFR.replace(myriadpro, {
	selector: '#subnav_wrapper ul li.active a'
	,css: {
        '.sIFR-root': { 'color': '#194b6e', 'text-transform': 'uppercase'}
        }
        ,preventWrap: true
        ,forceWidth: true
        ,fitExactly: true
        ,forceSingleLine: true
	,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
	,wmode: 'transparent'
});

sIFR.replace(myriadpro, {
	selector: '#masthead h1'
	,css: {
        '.sIFR-root': {'color': '#3c3c3c', 'font-size': '45px', 'text-align': 'center'}
        }
	,preventWrap: true
        ,forceWidth: true
        ,fitExactly: true
        ,forceSingleLine: true
	,wmode: 'transparent'
});
sIFR.replace(myriadpro, {
	selector: 'h1'
	,css: {
        '.sIFR-root': {'color': '#194B6E'}
        }
	,wmode: 'transparent'
});

