/*=: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: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}


/*---- Header ---*/


.sIFR-active .callOut h4{
	font-size:15px;
	line-height:1em;
    }
	
.sIFR-active .callOut p{
	font-size:10.8px;
	line-height:1.1em;
    }
	
.sIFR-active h1{
	font-size:26px;
	line-height:1em;
	width:500px;
	height:55px;
	padding-top:10px;
	}
	
.sIFR-active h2{
	font-size:22px;
	line-height:1em;
	margin-top:22px;
	margin-bottom:-5px;
	}
	
.sIFR-active h2.first{
	margin-top:0px;
	}
	
.sIFR-active h3{
	font-size:18px;
	line-height:1em;
	border-top:#5b5b5b 1px solid;
	border-bottom:#5b5b5b 1px solid;
	margin-top:25px;
	padding:5px 0px 0px 0px;
	}
	
.sIFR-active h3.products{
	font-size:18px;
	line-height:1em;
	border-top:#5b5b5b 1px solid;
	border-bottom:#5b5b5b 1px solid;
	margin:13px 12px 0px 0px;
	padding:5px 0px 0px 0px;
	width:560px;
	float:left;
	}
	
.sIFR-active h3.xlong{
	font-size:14px;
	}
	
.sIFR-active .callout h4, .sIFR-active h3.bioName{
	font-size:16px;
	line-height:1em;
	}
	
.sIFR-active p.bioName{
	font-size:20px;
	line-height:1em;
	border:none;
	}
	
.sIFR-active h4.bioTitle{
	font-size:16px;
	line-height:1em;
	margin-top:0px;
	margin-bottom:10px;
	border-top:#5b5b5b 1px solid;
	border-bottom:#5b5b5b 1px solid;
	padding:4px 0px 0px;
	}
	
.sIFR-active h4.bioTitle.management{
	width:169px;
	margin-bottom:20px;
	}	
	
.sIFR-active h4.bioTitle.board{
	width:162px;
	margin-top:40px;
	margin-bottom:20px
	}	
	
.sIFR-active h4.bioTitle.advisory{
	width:140px;
	margin-top:40px;
	margin-bottom:20px
	}	
	




