/* 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;
	letter-spacing: 0;
}


/* 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 .primary H1 {
	font-size: 2.5em;
	letter-spacing: -5px;
	visibility: hidden;
}

.sIFR-hasFlash .custom-home .primary H2 {
	font-size: 1.8em;
	letter-spacing: -5px;
	visibility: hidden;
}

.sIFR-hasFlash .custom-home .primary .module-homepage .intro H2 {
	font-size: 2em;
	width: 300px;
	visibility: hidden;
}

.sIFR-hasFlash .custom-home .primary .left H2,
.sIFR-hasFlash .custom-home .primary .right H2 {
	font-size: 1.6em;
	visibility: hidden;
}

.sIFR-hasFlash .newsbox H2 {
	font-size: 10px;
	line-height: 10px;
	visibility: hidden;
}

.sIFR-hasFlash .box .title H2 {
	font-size: 40px;
	line-height: 40px;
	visibility: hidden;
}

.sIFR-hasFlash .news H3 {
	font-size: 15px;
	line-height: 20px;
	visibility: hidden;
}
