/* These are standard sIFR styles... do not modify 
   
   Look below for the decoy styles and 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;
}


/* 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 #bigBox_sectionTitle {
	visibility: hidden;
	height: 3.1em;
	z-index: 0;
position:relative;
top:14px;
left:-3px;
font-weight:bold;
}

.sIFR-hasFlash .smallBox_sectionTitle {
	visibility: hidden;
	height: 3.1em;
	z-index: 0;
position:relative;
top:-4px;
left:21px;
font-weight:bold;

}




.sIFR-hasFlash #slogan1 {
	visibility: hidden;
	height: 3em;
	z-index: 0;
position:relative;

left:17px;
}
.sIFR-hasFlash #slogan2 {
	visibility: hidden;
	height: 3em;
	z-index: 0;
position:relative;
top:-30px;
left:30px;
}

.sIFR-hasFlash .menuList li .menuOption {
visibility: hidden;
	height: 1.8em;
	z-index: 0;
padding-left:32px;






}

.sIFR-hasFlash #page-title {
	visibility: hidden;
	height: 2.1em;
	z-index: 0;
position:relative;
top:-26px;
left:-29px;
font-weight:bold;

}
/*
.sIFR-hasFlash .contentSection-title {
	visibility: hidden;
	height: 1.6em;
	z-index: 0;


font-weight:bold;


}
*/
/* Examples */
/*
.sIFR-hasFlash .pagetitle{
visibility: hidden;
	font-size: 12px;
	line-height: 25px;
	}
	
.sIFR-hasFlash h2 {
	
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/