/*=: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 styling ---*/

.sIFR-active #home h2 {
	visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
	font-size: 19px;
	color: #ffffff;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 19px;
	color: #300808;
}

.sIFR-active h3 {
	visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 17px;
	margin-top: -4px;
	color: #300808;
}

.sIFR-active h4 {
	visibility: hidden;
        padding: 0 22px;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 15px;
	color: #300808;
}

.sIFR-active #home p,
.sIFR-active #page4 p,
.sIFR-active address {
	visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 5px;
	color: #ffffff;
}

.sIFR-active p, {
	/*visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 13px;
	color: #300808;*/
}

.sIFR-active label {
	visibility: hidden;
	font-family: 'Gill Sans', Futura, Arial, sans-serif;
	line-height: 1em;
	/* padding-top: 17px; */
	font-size: 13px;
	color: #330000;
}

.sIFR-active button {
	visibility: hidden;
	font-family: 'Gill Sans', Futura, Arial, sans-serif;
	line-height: 1em;
	border: none;
	padding-top: 6px !important;
	padding-left: 15px !important;
	_padding-top: 3px !important;
	_padding-left: 3px !important;
	_padding-right: 8px !important;
	background-color: #f9f9f9;
	text-align: right;
	font-size: 13px;
	cursor: pointer !important;
	color: #330000;
}


.sIFR-active .colR2 p,
.sIFR-active .colR p {
	visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 13px;
	color: #ffffff;
}

.sIFR-active .colR2 p a:hover,
.sIFR-active .colR p a:hover {
	visibility: hidden;
	font-family: Arno, Garamond, Times, serif;
	line-height: 1em;
	font-size: 13px;
	color: #ffffff;
}



.sIFR-active .colL ol li, 
.sIFR-active .row2 ol li  {
	/*visibility: hidden;
	font-family: 'Gill Sans', Futura, Arial, sans-serif;
	line-height: 1em;
	font-size: 13px;
	color: #2b2d26;*/
}

.sIFR-active .col3 p,
.sIFR-active .col3 p.last {
	visibility: hidden;
	font-family: 'Gill Sans', Futura, Arial, sans-serif;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
     /*   padding-left: 10px; */
	color: #ffffff;
}


.sIFR-active #footer ul li,
.sIFR-active #footer ul li a,
.sIFR-active #footer ul li a:visited {
	visibility: hidden;
	font-family: 'Gill Sans', Futura, Arial, sans-serif;
	line-height: 1em;
	font-size: 11px; 
	color: #370e0e;
}

.sIFR-active #footer ul li a:hover,
.sIFR-active #footer ul li a:active {
	visibility: hidden;
	font-family: 'Gill Sans', Futura, Arial, sans-serif;
	line-height: 1em;
	font-size: 11px;
	color: #2b3b53;
}
