/* not sifr 3 or Flash compatible? (Safari 3+) Browser reads these styles */

h1 {
	color:#7f5010;
}

.secnavlink {
	display:inline;
} 

.secnavlink a:link,
.secnavlink a:visited,
.secnavlink a:hover,
.secnavlink a:visited:hover {
	font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	text-decoration: none;
	color:#231f20;
	font-size:14px;
	line-height:1em;
}

.drktextline {
	margin:0px;
	color:#7d3f21;
}

.homescript {
	color:#7d3f21;
}

.lgttextline {
	color:#e4b87f;
}








/* These are standard sIFR styles... do not modify */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}








/* 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 */

/* page headers (ScriptMTBold) */
.sIFR-active h1 {
	visibility:hidden;
	line-height:1em;
	font-size:45px;
	
	margin-bottom:-5px;
	margin-top:0px;
}

/* secondary nav links (ClarendonLight) */
.sIFR-active .secnavlink {
	visibility:hidden;
	line-height:1em;
	font-size:14px;
	
	margin:0px -25px 0px -25px;
	letter-spacing:3px;
	padding:0px;
}

/* dark text line in footer (ClarendonMedium) */
.sIFR-active .drktextline {
	visibility:hidden;
	line-height:1em;
	font-size:16px;
	
	letter-spacing:4px;
	padding:0px;
	margin:0px -50px 0px -50px;
}

/* light text line in footer (ClarendonMedium) */
.sIFR-active .lgttextline {
	visibility:hidden;
	line-height:1em;
	font-size:11px;
	
	letter-spacing:3px;
	padding:0px;
	margin:0px;
}

/* sub navigation links (ClarendonMedium) */
.sIFR-active .subnav {
	visibility:hidden;
	line-height:1em;
	font-size:14px;
	
	letter-spacing:3px;
}

/* script on home headers (ScriptMTBold) */
.sIFR-active .homescript {
	visibility:hidden;
	line-height:1em;
	font-size:30px;
	
	margin-bottom:-20px;
}
