//<[CDATA[
  
  var garamond = {
    src: 'garamond.swf'
    ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 65, 1.15, 71, 1.14, 72, 1.15, 110, 1.14, 111, 1.13, 116, 1.14, 117, 1.13, 118, 1.14, 119, 1.13, 122, 1.14, 123, 1.13, 1.14]
  };
  
  sIFR.useStyleCheck = true;//replaces before pageload
  sIFR.activate(garamond);//activate font
  
  sIFR.replace(garamond, {
  selector: 'h2'
  ,css: [
  '.sIFR-root {color: #1E1E1C; text-transform:uppercase; }'
  ]
  ,fixtExactly: true
  ,wmode: 'transparent'
  });
  
  sIFR.replace(garamond, {
  selector: 'h3'
   ,css: [
      '.sIFR-root {text-transform:uppercase; color:#000000; text-align:center;}'
   ]
  ,fixtExactly: true
  ,wmode: 'transparent'
  });
  
  
  
 /* sIFR.replace(garamond, {
  selector: 'ul#navigation li'
   ,css: [
      '.sIFR-root {text-transform: uppercase;}'
	  ,'.active {color: #d17d49;}'  
      ,'a {text-decoration: none; color: #000000;}'
      ,'a:link { }'
      ,'a:hover {color: #d17d49;} }'
   ]
  ,fixtExactly: true
  ,wmode: 'transparent'
  });
  
  sIFR.replace(garamond, {
  selector: '.sub'
   ,css: [
      '.sIFR-root {text-transform: uppercase;}'
	  ,'.active {color: #d17d49; margin-left:20}'
	  ,'a {text-decoration: none; color: #949494;}'
      ,'a:link { }'
      ,'a:hover {color: #d17d49;} }'
   ]
  ,fixtExactly: true
  ,wmode: 'transparent'
  });
  
  sIFR.replace(garamond, {
  selector: 'ul#navigation li.sub'
   ,css: [
      '.sIFR-root {text-transform:uppercase;}'
	  ,'.active {color: #d17d49; margin-left:20}'
      ,'a {text-decoration: none; color: #949494;}'
      ,'a:link { }'
      ,'a:hover {color: #d17d49;} }'
   ]
  ,fixtExactly: true
  ,wmode: 'transparent'
  });*/
  
  
 
  
  
  
  //]]>