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

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

@charset "utf-8";

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

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

.header {
	height: 100px;
	display: block;
	position: relative;
	background: #FFF;
	/*background-image: url(../images/header_960_100.png);
	font-family: 'DesignerBlockRegular', sans-serif;*/
	font-size: 18px;
}

#headerLogo {
	background: #FFF; 
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}

#headerText {
	background: #FFF; 
	display: block;
	float: left;
	padding-top: 0.5em;
	font-size: 24px;
	font-style: italic;
}

#headerMenu {
	top: 0px;
	right: 0px;
	height: 25px;
	float: right;
}

#headerMenu ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

#headerMenu ul li {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
}

#headerMenu ul li a {
	color: black;
	display: block; 
	padding: 0px 0px;
	margin-right: 20px;
	white-space: nowrap;
	text-decoration: none;
}

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

#headerMenu ul li a#headerSelection {
	color: #777;
}

#headerMenu ul li a#headerSelection:hover, 
#headerMenu ul li a#headerSelection:active, 
#headerMenu ul li a#headerSelection:focus {
	text-decoration: none;
}

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

.footer {
	position: relative;
	width: 960px;
	margin: -40px auto 0px auto;
	height: 40px;
	clear: both;
	background: #FFF;
	color: black;
}

#footerCopyright {
	float: left;
	/*font-family: 'DesignerBlockRegular', sans-serif;*/
	font-size: 12px;
}

#footerNotice {
	float: right;
	/*font-family: 'DesignerBlockRegular', sans-serif;*/
	font-size: 12px;
}

