/* These are standard sIFR styles... do not modify */

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

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

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 p.tagline {
	/* letter-spacing: -4px; */
	visibility: hidden;
	font-size:1.1em;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:2.5em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:1.2em;
}

/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size:1.2em;
}
*/

.sIFR-hasFlash .top_menu ul li {
  visibility: hidden;
  font-size:0.6em;
  height:42px;
  padding:0 8px 0 12px;
  border-left:1px solid silver;
/*  font-size:0.7em;*/
/*  height:37px;*/
/*  padding:0 8px 0 12px;*/
}
/* set padding differently on some items to manage font size */
/* PC - Firefox and IE browsers */

.sIFR-hasFlash .top_menu ul li.real-costs { 
   font-size:0.9em;
/*  padding:0 18px 0 10px; */
}

.sIFR-hasFlash .top_menu ul li.real-value { 
   padding:0 5px 0 9px;
   font-size:0.9em;
}

.sIFR-hasFlash .top_menu ul li.opportunities {
	padding:0 10px 0 9px;
	font-size:0.9em;
/*  padding:0 13px 0 10px; */
}

.sIFR-hasFlash .top_menu ul li.possibilities {
	font-size:0.7em;
	padding:0 16px 0 9px;
}


/* safari 3.0 and google chrome hack */
/* prevents top nav from wrapping given new PC padding numbers above */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sIFR-hasFlash .top_menu ul li.real-costs { font-size:0.4em;padding:0 12px 0 12px; }
	.sIFR-hasFlash .top_menu ul li.real-value { font-size:0.4em;padding:0 6px 0 8px; }
	.sIFR-hasFlash .top_menu ul li.opportunities { font-size:0.3em; }
}




