  var BertholdLightMed = {
    src: '/sifr-v3/flash/sifr-BertholdLightMed.swf'
  };
  
  var BertholdMedCond = {
    src: '/sifr-v3/flash/sifr-BertholdMedCond.swf'
  };
  
  var Zapfino = {
    src: '/sifr-v3/flash/sifr-Zapfino.swf'
  };
  
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(BertholdLightMed, BertholdMedCond);
  //sIFR.activate(AvenirBook);
  
 
	/*
  sIFR.replace(AvenirBook, {
    selector: '#mainNav li'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; text-transform:uppercase; font-size: 12px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #69AC45;}'
    ]
  });
  */
  
   sIFR.replace(BertholdLightMed, {
    selector: '#topNav li'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 19px; text-transform: uppercase;}'
      ,'a {text-decoration: none;}'
      ,'a:link { color: #A39A8F; }'
      ,'a:hover { color: #FFFFFF; }'
    ]
	,wmode: 'transparent'
  });
  
   sIFR.replace(BertholdLightMed, {
    selector: '#mainNavs'
    ,css: [
      '.sIFR-root {text-align: center; font-size: 25px;}'
	  /*,'ul {height: 38px; list-style: none;	margin: 0; padding: 0;}'
	  ,'li a:hover {display: block;	line-height: 120%; padding-bottom: 5px;	font-size: 16px; text-align: center; text-decoration: none;}'
	  ,'li ul {background: #ceccc3; display: none; height: auto; margin-left: -3px; padding-bottom: 5px; position: absolute; text-transform: uppercase; color: #ffffff;	z-index: 2000;'
	  ,'li li {display: block; float: none;	width: 225px;}'
	  ,'li ul a {display: block; font-size: 12px; font-style: normal; height: 20px; line-height: 20px; padding: 0 10px; text-align: left; color: #FFF;}'
	  ,'li ul a: hover {background: #949494; color: #000000;}'
	  ,'ul li (font-weight: normal;}'
	  ,'li li (text-transform: uppercase;}'
      ,'a {text-decoration: none; }'*/
      ,'a:link { color: #A49A90; }'  //
      ,'a:hover { color: #359AA1; }' //C7D5CA
    ]
	,offsetTop: -3 
	,wmode: 'transparent'
  });
   
  sIFR.replace(BertholdLightMed, {
    selector: '#searchBar .searchLabel'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 25px; text-transform: uppercase; color: #A49A90;}'
    ]
	,offsetTop: -3 
	,wmode: 'transparent'
  });
   
  sIFR.replace(BertholdLightMed, {
    selector: '#footerNav li'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 20px;}'
      ,'a {text-decoration: none;}'
      ,'a:link { color: #A39A8F; }'
      ,'a:hover { color: #FFFFFF;}'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(BertholdLightMed, {
    selector: '.featureHeading h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 12px; text-transform: uppercase; color: #FFFFFF;}'
    ]
	,offsetTop: 5 
	,wmode: 'transparent'
	/*
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#333333'
        ,strength: 2
      }
    }*/
  });
  
    sIFR.replace(Zapfino, {
    selector: '.article h1'
    ,css: [
      '.sIFR-root { font-size: 22px; color: #A49A91;}'
    ]
	,wmode: 'transparent'
  });


    sIFR.replace(BertholdLightMed, {
    selector: '#homeBodyDiv h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #000000; background-color:#FFFFFF; font-size: 26px;}'
    ]
  });
	
	sIFR.replace(BertholdLightMed, {
    selector: '#quickLinksDiv h1'
    ,css: [
      '.sIFR-root { text-align:left; color: #FFFFFF; text-transform:uppercase; font-size: 12px;letter-spacing: 1;}'
    ]
	,wmode: 'transparent'
  });
	
	sIFR.replace(BertholdLightMed, {
    selector: '#pageName h1'
    ,css: [
      '.sIFR-root { text-align:left; color: #000000; text-transform:capitalize; font-size: 26px;}'
    ]
	,wmode: 'transparent'
  });
	

	

