.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

/* dummy element <div class="sIFR-dummy"> needs to be on all pages that use sIFR */
/* used for sIFR.useStyleCheck to preload in Safari/Opera */
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-replaced{
	line-height: 0;
}
.menu.futura .sIFR-replaced{
	padding-top: 0.85em;
}
h1.sIFR-replaced{
}
h1.sIFR-replaced object{
	margin-bottom: -4px;
}

/* margin between subnav items */
div#sub-nav ul li.sIFR-replaced object{
	*margin-bottom: -3px; /* IE7 hack */
	_margin-bottom: -3px; /* IE6 hack */
}

#homepage-left-column h1.sIFR-replaced { background: transparent url('/images/arrow_large.gif') no-repeat right -3px; }

h2.sIFR-replaced{
	padding-top: 0;
}
h2.sIFR-replaced object{
	margin-bottom: -3px;
}
form h2.sIFR-replaced{ 
	margin-bottom: 0;
}
h3.sIFR-replaced{
	padding-top: .43em;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 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 */

.sIFR-hasFlash #main-nav.menu li {
	visibility: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3.futura {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 16px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 15px;
}

.sIFR-hasFlash h6 {
	letter-spacing: -3px;
	visibility: hidden;
	font-size: 14px;
}
/*
*/