/*=: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 {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


#home .purple h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #381675;
}
#home .pink h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #b2000c;
}
#home .funworld h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #e88f09;
}





#expos h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #5F216F;
}
#expos h2 {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #5F216F;
}





#community h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #BB200D;
}
#community h2 {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #BB200D;
}





#education h1, #generic h1 {
	font-size: 28px;
	color: #007dcd;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#education h2 {
	font-size: 17px;
	color: #007dcd;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}





#industry h1 {
	font-size: 28px;
	color: #BD882A;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#industry h2 {
	font-size: 17px;
	color: #BD882A;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}





#government h1 {
	font-size: 28px;
	color: #003399;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#government h2 {
	font-size: 17px;
	color: #003399;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#government .alert h2 {
	font-size: 17px;
	color: #cc0000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}





#press h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #357903;
}
#press h2 {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #357903;
}





#about h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #b2000c;
}
#about h2 {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #b2000c;
}


#membership h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #007dcd;
}
#membership h2 {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #007dcd;
}

.sIFR-active h1 {
    visibility: hidden;
    font-family: Verdana;
    line-height: 1em;
}

.sIFR-active h1 {
    padding-bottom: 0;
}
