/*** Use the same margin and padding settings for both sIFR and Fallback Styles ***/

/*---- sIFR Font Styles for <H1>----*/
.sIFR-active .menu-title {
	font-size:15px;
	padding:0 0 5px 0;
	margin:0;
	line-height:16px;
}

/*---- Fallback CSS Font Styles for <H1>----*/
.menu-title{
	color:#0d499c;
	padding:0 0 5px 0;
	margin:0;
	line-height:16px;
	letter-spacing:0.1px;
	font:normal 15px Verdana, Arial, Helvetica, sans-serif;
}

/*---- sIFR Font Styles for <H2>----*/

.sIFR-active h1 {
	font-size: 24px; padding:0 0 5px 0; margin:0; line-height:16px;
}

/*---- Fallback CSS Font Styles for <H2>----*/
h1{ font:normal 24px Arial, Helvetica, sans-serif;font-weight:800; color:#769c3a; padding:0; margin:0; line-height:16px;}

/*** DO NOT CHANGE THE FOLLOWING ***/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div {
  display: none !important;
}
    .sIFR-active .menu-title,
    .sIFR-active h1{
    	visibility: hidden;
      line-height: 1em;
    }
