/* not sifr 3 or Flash compatible? (Safari 3+) Browser reads these styles */

h1 {
	color:#a73351;
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0 8px 0px;
	padding:0px 0 10px 0px;
	font-weight:normal;
	border-bottom:3px solid #acbc5a;
}

h2 {
	color:#5d5343;
	font-size:15px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin:10px 0 -3px 0px !important;
	margin:10px 0 0 0px;
}

h3 {
	font-size:12px; 
	color:#a94c2a; 
	margin-bottom:-10px !important; 
	margin-bottom:-15px;
}


/* section heads above sub navigation */
 .sectionhd {
    color:#837b66;
	font-size:20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 70px;
	
}




/*=: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;
}

/*---- Header styling ---*/


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/* page headers  */
.sIFR-active h1 {
	visibility:hidden;
	font-size:32px;
	margin:0px 0 12px 0;
	padding:0px;
}

/* page headers  */
.sIFR-active h2 {
	visibility:hidden;
	line-height:1em;
	font-size:14px;
	margin-bottom: -2px;
	margin-top: 10px;
}


/* page headers  */
.sIFR-active h2small {
	visibility:hidden;
	line-height:1em;
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 0px;
}


/* sectionheads above navigation */
.sIFR-active .sectionhd {
	visibility:hidden;
	line-height:1em;
	font-size:20px;
	width:180px;
	height:30px;
	text-align:right;
	margin:0px 0px 0px 0px;
	
}


/* sectionheads above navigation */
.sIFR-active .callout {
	visibility:hidden;
	line-height:1em;
	font-size:15px;
	margin:0px 0px 0px 0px;
	
}

/* sectionheads above navigation */
.sIFR-active .calloutsmall {
	visibility:hidden;
	line-height:1em;
	font-size:12px;
	margin:0px 0px 0px 0px;
	
}