@charset "utf-8";
body {
	font:normal normal normal 14px/1.5 Arial, Helvetica, sans-serif;
	background: #dddddd url(../_img/bg.png) repeat-x;
}
p {
	color: #000;
	margin:0 0 21px;
}
h2, h3, h4, h5 {
	font: bold 20px/1.5 Arial, Helvetica, sans-serif;
	color:#066;
}
h2{
	font-size:30px;
	font-weight:lighter;
}
h3 {
	font-size:18px;	
}
h4 {
	font-size:16px;
}
a {
	color:#C30;
	text-decoration: underline;
}
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 ***/
#headerWrap, #leaderboardWrap, #navWrap, #contentWrap, #footerWrap {
	float:left;
	width:100%;
}
#header, #leaderboard, #nav, #content, #footer {
	margin:0 auto;
	width:960px;
}
/* HEADER */
#headerWrap {
	height: 200px;
	background: url(../_img/headerwrap_bg.png) repeat-x;
}
#header {
	height: 200px;
    background-image:url(../_img/header.png);
}
#header a{
	color:#FFF;
}
#header h1 a { /*LOGO*/
	display:block;
	width:211px;
	height:155px;
	margin:0 0 0 0;
	margin-top:15px;
	margin-left:40px;
	float: left;
	background: url(../_img/logo.png) no-repeat;
	text-indent:-9999px;
}
#contactInfo {
	float:right;
	width:347px;
	height:70px;
	padding:10px;
	margin-top:35px;
	color:#FFF;
	text-align:right;
}
#contactInfo p{
color:#FFF;	
font-size:17px;
}
/* NAVIGATION */
#nav a, #nav a:visited{
	line-height:70px;
	display:block; 
	width:215px;
	height:69px;
	color:#FFF;
	font-size:30px;
    font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-left:10px;
    text-shadow: 0.1em 0.1em 0.2em #666;
	background-image:url(../_img/button.png);
	background-repeat:no-repeat;
	background-size:cover;
}
#nav a:hover{
	background-image:url(../_img/button-hover.png);
	background-repeat:no-repeat;
	background-size:cover;
}
#currentnav {
	background-image:url(../_img/button-hover.png);
	background-repeat:no-repeat;
	background-size:cover;
}
#nav ul li{
	margin-bottom:10px;
	margin-left:5px;
}

/* LEADERBOARD */
#leaderboardWrap {
	background: url(../_img/leaderboardwrap_bg.png) repeat-x;
}
#login{
 background-color:#066;
 color:#FFF;
 padding:10px;
}
#leaderboard {
	width:770px;
	height:289px;
	background-image:url(../_img/leaderboard.jpg);
	background-repeat:no-repeat;
}
#leaderboard h2{
 padding-top:7px;
 margin-left:370px;
 color:#FFF;
}
#leaderboard ul,li{
list-style-type: none;
}
#leaderboard p{
 width:300px;
 color:#FFF;
 margin-left:370px;
}
#leaderboard img{
margin-left:351px;
margin-top:5px;
position:absolute;
}
/* CONTENT */
#contentWrap {
	background: url(../_img/mainwrap_bg.png) repeat-x;
}
#content {
	overflow:hidden;
	margin-bottom:200px;
}
#contentLeft, #contentMiddle, #contentRight {
	float:left;
	padding:10px;	
}
#contentLeft {/*this is where you would change the nav background*/
	width:225px;
}
#contentMiddle {
	width:675px;}
#contentMiddle li{
 margin-left:15px;
 list-style:disc;
}
#contentRight {
	width:0px;
}
#listcontainer{
float:left;
width:100%;	
}
#list{
float:left;
padding:10px;
}
#list{
font-size:10px;	
list-height:11px;
}
#stationlist{
float:left;
width:100px;
font-size:14px;	
list-height:11px;
}
/* FOOTER */
#footerWrap {
	background: url(../_img/footerbg.png) repeat-x #1e1e1e;
	clear: both;
	overflow: hidden;
}
#footer {
	height: 170px;
	text-align:center;
}
#footer p {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #c40000;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
p.copy {
	font:10px/1.5 Arial, Helvetica, sans-serif;
	color:#FFF;
}
#setdms li{
	margin-left:20px;
	padding:0;
	list-style:none;
	line-height:20px;
}
/* footer horizontal navigation */
#footer ul#footerNav {
	padding:20px 0 0;
}
ul#footerNav li {
	display:inline;
	margin:0 0 0 10px;
	line-height:30px;
}
ul#footerNav li a {
	display:inline;
}

