/* 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 h1 {
	/*visibility: hidden;*/
}

.sIFR-hasFlash h2 {
	margin: 0px;
	padding:0px;
	visibility:hidden;
	width:500px;
	height:23px;
	letter-spacing: -9px;
	font-size:13px;
	color:#2e338d;
	
}

/* The style for when Javascript Off */
h2.BigOrange 
{
	color:#f2780b;
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	margin:4px 0px 0px 0px;
	padding:4px 0px 0px 0px;
}

.sIFR-hasFlash h2.BigOrange 
{
	margin: 0px 0px -15px 11px;
	padding:0px 0px 0px 0px;
	visibility:hidden;
	width:535px;
	height:37px;
	letter-spacing: 0px;	
	vertical-align:bottom;
	color:#FFFFFF;	
	font-size:13px;	
}

.sIFR-hasFlash h1 {
	width:500px;
	height:30px;
	margin: -3px 0px 0px 0px;
	padding:0px;
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 15px;
	color:#2e338d;
}

.sIFR-hasFlash p.OurProductsPage_Rate 
{
	margin: 82px 0px 0px 65px;
	padding:0px 0px 0px 0px;
	visibility:hidden;
	letter-spacing: 0px;
	vertical-align:top;
	color:#f2780b;
	font-size:42px;
    text-align:left;
}

.sIFR-hasFlash p.ApplicationPage1_Rate
{
    padding:0px !important;
    margin:58px 0px 0px 202px !important;
	visibility:hidden;
	letter-spacing: 0px;
	vertical-align:top;
    color:#3da1db;
    font-size:32px !important;
    text-align:left;
}

* html .sIFR-hasFlash p.ApplicationPage1_Rate
{
    margin-left:98px !important;
}
