@charset "utf-8";
body {
	font:normal normal normal 14px/1.5 Arial, Helvetica, sans-serif;
	background: #fff;
}
p {
	color: #333;
	margin:0 0 21px;
}
h2, h3, h4, h5 {
	font: bold 34px/1.5 Arial, Helvetica, sans-serif;
	font-weight:300;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:18px;
}
a {
	text-decoration: underline;
	color:#36C;
}
a:hover {
	text-decoration: none;
}
.leftImg {  /* places an image LEFT for text wrap */
	float:left;
	padding:0 15px 0 0;
}
.rightImg {  /* places an image RIGHT for text wrap */
	float:right;
	padding:0 0 0 15px;
}
/*** LAYOUT STYLES ***/
#container {
	width:976px;
	margin:0px auto;
	background:url(../_img/container_bg.png) repeat-y;
	clear:both;
}
#headerWrap {
	float:left;
	width:100%;
}

#content, #footer {
	width:960px;
	margin:0px auto;
	clear:both;
}
#leaderboard {
	width:966px;
	margin:0px auto;
	clear:both;
}
/* HEADER */
#headerWrap {
	height: 160px;
	background: url(../_img/header.png) repeat-x;
}
#header {
	height: 160px;
	width:976px;
	margin:0px auto;
}
#header img {
	margin:60px 0px 0px 200px;	
}
#header h1 a { /*LOGO*/
	display:block;
	width:315px;
	height:104px;
	margin:40px 0 0 0;
	float: left;
	background: url(../_img/logo.png) no-repeat;
	text-indent:-9999px;
}
#contactInfo p {
	float:right;
	font-size: 15px;
	height:30px;
	text-align:right;
	color:#fff;
}
/* NAVIGATION */

#nav {
}
#nav a {
	font-size: 24px;
	font-weight:300;
	color: #0d0b3f;
	line-height: 32px;
	text-decoration:none;
}
#nav ul li {
	margin:0 0 0 30px;
	line-height:30px;
	list-style:url(../_img/bullet.png);
}
#nav ul li.active {
	list-style:url(../_img/active_bullet.png);
}
#nav ul li:hover {
	list-style:url(../_img/active_bullet.png);
}
#nav ul li a {
	display:block;
}
/* LEADERBOARD */
#leaderboard {
	height:284px;
	background:url(../_img/banner.png) no-repeat;
}
/* CONTENT */
#content {
	overflow:hidden;
}
#contentLeft, #contentRight {
	float:left;
	padding:10px;
	min-height:325px;
}
#contentLeft {
	width:180px;
}
#contentRight {
	width:740px;
}
/* FOOTER */
#footer img {
	margin-top:15px;
	
}
#footer {
	height: 100px;
	background:#102559;
	padding:10px;
	width:940px;
}
#footer p {
	color: #fff;
	font-size:12px;
}
#footer p a {
	color: #fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#6CF;
}
#footer a {
	text-decoration: none;
	color: #333;
}
p.copy {
	font:10px/1.5 Arial, Helvetica, sans-serif;
}
/* footer horizontal navigation */
#footer ul#footerNav {
}
ul#footerNav li {
	display:inline;
	margin:0 0 0 10px;
	line-height:30px;
}
ul#footerNav li a {
	display:inline;
	color:#fff;
}
#footerLeft {
	text-align:left;	
	float:left;
	width:450px;
}
#footerRight {
	text-align:right;
	float:right;
	width:450px;
}
