
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



    .sIFR-active h1.heading-home {
     	visibility: visible;
		letter-spacing: 0px;
		font-size: 18px;
		width: 950px;
		margin: 10px 0 10px 0px;
    }

    .sIFR-active h1.heading-inner, .sIFR-active h1.heading-inner-green,  .sIFR-active h1.heading-inner-orange  {
     	visibility: visible;
		letter-spacing: 0px;
		font-size: 20px;
		width: 550px;
		margin: 10px 0 10px 0px;
    }

    .sIFR-active h2.heading-inner-blue-small {
     	visibility: visible;
		letter-spacing: 0px;
		font-size: 16px;
		width: 550px;
		margin: 10px 0 10px 0px;
    }
	
	.sIFR-active h2.heading-inner-green-small {
     	visibility: visible;
		letter-spacing: 0px;
		font-size: 16px;
		width: 550px;
		margin: 10px 0 10px 0px;
	
	}

	.sIFR-active h2.heading-inner-orange-small {
     	visibility: visible;
		letter-spacing: 0px;
		font-size: 16px;
		width: 550px;
		margin: 10px 0 10px 0px;
	
	}
    .sIFR-active h3 {
      font-size: 14px;
  	  visibility: visible;
      letter-spacing: 0px;
	  padding-top:16px;
	  
    }

    .sIFR-active h5.rightpanelhead {
      font-size: 19px;
  	  visibility: visible;
      letter-spacing: 0px;
	  margin: 12px 0 0 0;
	  padding: 0px;
	  
    }
	
    .sIFR-active h4 {
      font-size: 14px;
  	  visibility: visible;
      letter-spacing: 0px;
	  width:100%;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }
	
	.sIFR-active h6 {
     	visibility: visible;
		letter-spacing: 0px;
		font-size: 14px;
		margin-top: 5px;
		margin-bottom:0px;
    }
