@charset "utf-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #231f20 url(images/body-bg.png) repeat-x;
}

a {
	text-decoration: none;
	color: #0096D7;
	font-weight: bold;
}

a:hover {
	color: #88B24D;
}

p, h3, h4, ul, ol {
	margin: 0 0 10px 0;
}

h1, h2 {
	margin: 0;
}

p, ul, ol {
	color: #231f20;
	font-size: 10pt;
}

h1, h2, h3, h4 {
	color: #054F7C;
}

h1 {
	font-size: 20pt;
	line-height: 23pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 13pt;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #88B24D;
	background: #88B24D;
	border: none;
	clear: both;
	margin: 20px 0;
}

.funFontCentered {

}

.wrap {
	width: 1000px;
	margin: 0 auto;
}

.container {
	width: 1000px;
	float: left;
	position: relative;
}

.header {
	width: 1000px;
	height: 424px;
	position: relative;
	background: url(images/header-bg.png) no-repeat;
	z-index: 1;
}

.logo {
	position: absolute;
	top: 21px;
	left: 10px;
}

.funText {
	position: absolute;
	left: 23px;
	bottom: 102px;
}

.nav {
	font-size:  11pt;
	height: 42px;
	width: 981px;
	padding-left: 22px;
	text-align: center;
	background: url(images/nav-bg.png) no-repeat;
	font-weight: bold;
}

	.nav a {
		padding: 2px 46px 0 46px;
		color: #fff;
		background: url(images/nav-link-bg.png) no-repeat top right;
		display: block;
		float: left;
	}	

	.nav a:hover {
		color: #0F84C6;
	}
	
a.noBackground {
	background: none;
}

.main {
	width: 900px;
	padding: 30px;
	min-height: 300px;
	float: left;
	margin: -100px 20px 0 20px;
	background: url(images/main-bg.png) no-repeat #fff;
	position: relative;
	z-index: 2;
	_margin-left: 10px;
}

.indexRightColumn {
	width: 332px;
	float: right;
}

.indexTitle {
	margin: 0 0 15px 0;
}

.indexLeftColumn {
	float: left;
	width: 538px;
}

.leftColumnBox {
	width: 254px;
	height: 209px;
	float: left;
	text-align: center;
}

.marginLeft {
	margin-left: 30px;
}

.marginBottom {
	margin-bottom: 30px;
}

.footer {
	text-align: center;
	width: 960px;
	height: 85px;
	background: #fff url(images/footer-bg.png) no-repeat center bottom;
	clear: both;
	margin: 0 20px 10px 20px;
	padding: 0 0 10px 0;
}

	.footer p {
		margin: 0 0 5px 0;
	}
	
	.bigFooterLinks a {
		font-size: 11pt;
		margin: 0 10px;
	}
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin-bottom: 10px;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


/* 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 */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 50px;
	margin: 0;
	display: inline;
}

.indexRightColumn h1 {
	line-height: 20px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 32px;
}