/*=: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-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: 0px; 
  float: none;
}

/*---- Header styling ---*/

	.sIFR-active #maincontent h1{
 	font-size:19px; 
	font-weight:bold; 
	color:#333333;
	}
	.sIFR-active #maincontent h2 {
	font-size:18px; 
	font-weight:normal; 
	color:#266ebf;
	}
	.sIFR-active #maincontent h3 {
	font-size:17px; 
	font-weight:normal; 
	color:#266ebf;
	}
	.sIFR-active #maincontent h4 {
	font-size:16px; 
	font-weight:normal; 
	color:#367ecf;
	}
	.sIFR-active #maincontent h5 {
	font-size:15px; 
	font-weight:normal; 
	color:#367ecf; 
	}
	
	.sIFR-active #maincontent h6 {
	font-size:13px; 
	font-weight:normal; 
	color:#367ecf; 
	}	

	.sIFR-active h1.jobsbox_heading {
	font-size:13px; 
	font-weight:bold; 
	color:#333333;
	}
	
	
	.sIFR-active h1.topboxes_heading {
	font-size:14px;
	padding:0;
	clear:both;
	margin-bottom:5px;
	}
	
	.sIFR-active h1.offers_heading, h1.schedule_heading, h1.newsbox_heading {
	font-size:12px;
	font-weight:bolder;
	padding:0 0 0 25px;
	clear:both;
	color:#000;
	}
	
	
	.sIFR-active h3.contactnumber {
	font-size:11px;
	color:#fff;
	font-weight:bolder;
	padding:0;
	margin:0 0 10px 20px;
	}
	
	.sIFR-active h3.contactinfo {
	font-size:11px;
	color:#cccccc;
	font-weight:bolder;
	padding:0;
	margin:0 0 0 20px;
	}
	
	
	.sIFR-active h3.subnavi {
	font-size:14px;
	clear:both;
	font-weight:bold;
	color:#21407c;
	}
	
	.sIFR-active h3.subnavi a {
	color:#5172a7;
	}



