/* The "decoy" styles below are used to adjust and hide the browser text
   before it is replaced.

   If the sIFR text renders at a much smaller size than the webfont, it may be
   possible to correct the problem by adjusting the font-size and/or
   letter-spacing properties in these decoy styles. */


.sIFR-hasFlash h1 { letter-spacing:3px }

.sIFR-hasFlash a h2 { cursor:pointer !important }
* html .sIFR-hasFlash a embed { cursor:hand !important }

.sIFR-hasFlash #banner_content h1.headline, .sIFR-hasFlash #banner_content h2,
.sIFR-hasFlash #banner_content h3 { visibility:hidden !important }

.sIFR-hasFlash #myshaw_confirmation p { margin-bottom:10px }

/* The following are standard sIFR styles, not decoy styles.  Do not modify them. */

.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 the AdBlock Object tab so that it doesn't obscure the sIFR text. */
.sIFR-flash + div[adblocktab=true] { display:none !important }

