/* Let's make your headlines with flash.  If they have js enabled, it replaces all of the elements called with flash titles and these styles help with the presentation.
	
	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;
		}
		a.flags {
			text-align: center;
			display: block;
			padding-top: .5em;
			padding-bottom: .5em;
		}
	
/* 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.  If you must modify this, do it here. */
	
	.sIFR-hasFlash .caption h2 {
		margin: 45px 0pt 1.25em;
		font-size: 24px;
		line-height: 1.25em;
		color: #000000;
		visibility: hidden;
	}
	.sIFR-hasFlash body #page-title h2 {
		margin: 0;
		font-size: 42px;
		color: #000000;
		visibility: hidden;
	}

	.sIFR-hasFlash body.page-subpage #page-title h2 {
		margin: 0;
		font-size: 42px;
		color: #000000;
		visibility: hidden;
	}
	.sIFR-hasFlash #main h2 {
		margin: 1em auto;
		font-size: 24px;
		color: #000000;
		line-height: 1em;
		visibility: hidden;
	}
	.sIFR-hasFlash #subpage-title h2 {
		margin: 0;
		font-size: 32px;
		color: #000000;
		line-height: 1em;
		visibility: hidden;
	}
	.sIFR-hasFlash .sub-module h3 {
		margin-bottom: 1em;
		font-size: 16px;
		line-height: 1em;
		color: #000000;
		visibility: hidden;
	}
	

/* end SIFr */
