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

ul#menu li span.sIFR-alternate,
ul#menu li span.sIFR-alternate a {
	padding: 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 */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash body.news div#content-inner h1,
.sIFR-hasFlash div#solutions h2,
.sIFR-hasFlash #QE_Toolbar h1,
.sIFR-hasFlash body.archive div#content h2,
.sIFR-hasFlash body.contact div#content h2,
.sIFR-hasFlash body.col div#content h2 {
	visibility: visible;
}

ul#menu li span.sIFR-replaced {
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 17px;
	cursor:pointer;
}


h1.sIFR-replaced {
	padding-bottom: 0;
}

div#right-bar h2.sIFR-replaced {
	padding-bottom: 0;
}

.sIFR-hasFlash div#solutions h2 {
	padding-top: 6px;
	padding-bottom: 3px;
}

.sIFR-hasFlash div#solutions h2 span.bold {
	padding-top: 2px;
	padding-bottom: 1px;
}

.sIFR-hasFlash div#solutions h2 span.light {
	padding-top: 2px;
	padding-bottom: 2px;
}

.sIFR-hasFlash div#solutions h2 span.sIFR-replaced {
	padding-top: 0;
	padding-bottom: 0;
}

.sIFR-hasFlash div#sections ul li a {
	padding-top: 0;
	padding-bottom: 0;
}

.sIFR-hasFlash div#sections ul li.sIFR-replaced {
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 12.9em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash div#solutions div.slide p {
	line-height: 15px;
}

.sIFR-hasFlash div#right-bar-inner {
	padding-top: 0;
	min-height: 34em;
}

.sIFR-hasFlash body.event div#right-bar-inner {
	min-height: 0;
}

.sIFR-hasFlash div#content {
	padding-top: 9px;
	min-height: 36.5em;
}

.sIFR-hasFlash body.news div#content {
	min-height: 0;
}
