/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

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

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

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

.sIFR-alternate {
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:0;
  display:block;
  overflow:hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
  margin:0pt; 
  padding:0pt; 
  overflow:auto; 
  letter-spacing:0; 
  float:none;
}
/*---- Header styling ---*/
h1.cella_title{
	font:25px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
	color:#ab0c0d;
	margin-bottom:-6px}			
	h2.cella_subtitle{
		font:21px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
		color:#434242}
			h3.cella_subtitle_h3{
			font:16px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
			color:#ab0c0c;
			position:absolute;
			top:40px;
			left:120px}
			h3.cella_subtitle_h3_1{
				font:12px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
				color:#990000;
				text-transform:uppercase}
				h3.cella_subtitle_h3_2{
				font:21px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
				color:#434242;
				display:inline;
				width:173px;
				text-align:left;
				margin:0 0 0 20px}
				h4.news_h4{
				font:25px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
				color:#fff}
					h5.news_h5{
						font:10px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
						color:#fff;
						margin:0 0 -5px 0}
						h5.news_h5_1{
						font:12px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
						color:#ab0c0d;
						margin:0 0 -5px 0}
						h6.news_h6{
						font:20px "Trebuchet MS",Helvetica, tahoma, Arial, sans-serif;
						color:#fff}											
		.sIFR-active h1.cella_title, .sIFR-active h2.cella_subtitle, .sIFR-active h3.cella_subtitle_h3, .sIFR-active h4.news_h4, .sIFR-active h5.news_h5, .sIFR-active h6.news_h6, .sIFR-active h3.cella_subtitle_h3_1, .sIFR-active h3.cella_subtitle_h3_2, .sIFR-active h5.news_h5_1{visibility:hidden}