var gothamMed = {
  src: '/_inc/gothamMed.swf'
};

var gothamBold = {
  src: '/_inc/gothamBold.swf'
};
sIFR.activate(gothamMed); // From revision 209 and onwards

/*sIFR.replace(gothamMed, {
  selector: '#footer h3.gotham',
  wmode:'transparent', 
  tuneHeight:"0"
});*/

sIFR.replace(gothamMed, {
  selector: '#footer h3.gotham',
   css: [
      '.sIFR-root {color: #F8F9F3;}',
      'a:{color: #52ACD8;}',
      'a:link {color: #52ACD8; text-decoration:none;}',
      'a:hover{color: #52ACD8; text-decoration:underline;}'
    ], wmode:'transparent', tuneHeight:"0"
});


sIFR.replace(gothamMed, {
  selector: '#footer li.gotham',
   css: [
      'a:{color: #CCCCA5;}',
      'a:link {color: #CCCCA5; text-decoration:none;}',
      'a:hover{color: #CCCCA5; text-decoration:underline;}'
    ],preventWrap:true,fitExactly:true, forceWidth:true, wmode:'transparent', tuneWidth:'10', forceTextTransform:'true'
});

sIFR.replace(gothamMed, {
  selector: '#footer h5',
   css: [
      '.sIFR-root {color: #CCCCA5;}',
      'a:{color: #CCCCA5;}',
      'a:link {color: #CCCCA5; text-decoration:none;}',
      'a:hover{color: #CCCCA5; text-decoration:underline;}'
    ], wmode:'transparent', tuneHeight:"0"
});

sIFR.replace(gothamBold, {
  selector: '#columns h3',
   css: [
      '.sIFR-root {color: #134C94;}'
    ],wmode:'transparent'
    });
    
    sIFR.replace(gothamBold, {
  selector: '.section h3',
   css: [
      '.sIFR-root {color: #134C94;}'
    ],wmode:'transparent'
    });

 sIFR.replace(gothamBold, {
  selector: '#lsidebar h3',
   css: [
      '.sIFR-root {color: #134C94;}'
    ],wmode:'transparent'
    });
    
    sIFR.replace(gothamBold, {
  selector: '#content h3',
   css: [
      '.sIFR-root {color: #134C94;}'
    ],wmode:'transparent'
    });
    
    sIFR.replace(gothamMed, {
  selector: '#content h4',
css: [
      '.sIFR-root {color: #433F33 ;}',
      'a:{color: #433F33 ;}',
      'a:link {color: #433F33 ; text-decoration:underline;}',
      'a:hover{color: #433F33 ; text-decoration:none;}'
    ],
  wmode:'transparent'
});
       