/* The League Header/Footer Stylesheet             */
/* By: ThinqSoft, LLC                              */
/* http://www.thinqsoft.com                        */
/* v1.0 | 2010-10-20                               */
/* (c) 2011 The League, All Rights Reserved        */

/*******************************************************************
 * INITIALIZATION AND SETUP
 *******************************************************************/

@charset "utf-8";

/*******************************************************************
 * HEADER
 *******************************************************************/

.header {
	height: 5em;
	display: block;
	position: relative;
	background: #000;
}

.header p {
	color: #FFF;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 32px;
	font-weight: bold; 
	text-align: center;
	margin: 10px 0px;
}

/*******************************************************************
 * FOOTER
 *******************************************************************/

.content {
	padding-bottom: 170px;
}

.footer {
	margin: -170px auto 0px auto;
	height: 170px;
	width: 960px;
	clear: both;
	position: relative;
	text-align: center;
}

#footerDisclaimers {
	margin-top: 0px;
	/*border: 1px solid red;*/
}

#footerCopyright {
	color: #FFF;
	background: #000;
	text-align: center;
	font-size: 1em;
}

#footerFinePrint {
	margin-top: 0px;
	color: #FFF;
	background: #000;
	text-align: center;
	font-size: 0.8em;
}

#footerMenu {
	margin-top: 1em;
	text-align: center;
	/*border: 1px solid blue;*/
}

#footerMenu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px 0px;
	display: inline;
}

#footerMenu ul li {
	margin: 0px 0px;
	padding: 0px 14px 0px 7px;
	display: inline-block;
	list-style: none;
	border-right: 1px solid #FFF;
	zoom: 1;
    *display: inline;
}

#footerMenu ul li.last {
	border-right: none;
}

#footerMenu ul li a {
	display: block;
	padding: 0px 0px;
	margin: 0px 0px;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1em;
}

#footerMenu ul li a:hover, 
#footerMenu ul li a:active, 
#footerMenu ul li a:focus {
    color: #AAA;
	text-decoration: underline;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}