/* ---------- TICKER ---------- */
.tickericon { 
	display: inline;
	padding: 0px 5px; 
}
#ticker {
	width: 978px;
	height: 30px;
	float: left;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}
.marquee {
	width: 750px;
	line-height: 30px;
	height: 30px;
	color: #000;
	padding-top: 3px;
padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 302px;
	margin-left: 0px;
}
#ticker a {
	padding-right: 150px;
}


/* HEADER */
#header {
	clear: both;
	width: 978px;
	height: 60px;
}
#header img {
	float: left;
	background: url(http://media.wnky.net/designimages/wnky_header_march_20071.jpg) no-repeat;
}

/* NAVIGATION */
#nav {
	clear: both;
	background-color: #1a4d82;
}
#navbuttons {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	width: 900px;
	display: inline;
}
#navbuttons a {
	color: #FFFFFF;
	padding: 0px 10px;
text-decoration: none;
}
#navbuttons a:hover, #navbuttons .current {
	background-color: #1a4d82;
	text-decoration: none;
}
#homeondemand #subnav {
	height: 1px;
	background: white;
}
.navrev {
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 23px; 
	float: right;
}
.navrev ul {
    display: inline;
}
.navrev a {
	color: #000000 !important;
	padding: 3px 7px 4px 6px !important;
	background-color: #1a4d82;
}
.navrev a:hover {
	background-image: none !important;
	background-color: #1a4d82 !important;
	color:#000000 !important;
}
#subnav {
	width: 978px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	height: 24px;
	clear: both;
	background: #1660a9;
	border-top: 1px solid white;
}

#subnav li {
	display: block;
	float: left;

}
#subnav a {
	display: block;
	padding: 2px 14px 0 14px;
  color: #FFFFFF;
}
#subnav a:hover {
	background-color:#1a4d82;
	text-decoration: none;
}
#subnav li.subnavcurrent {
	background-color:#fff;
}
#subnav .subnavcurrent a {
	background-color:#fff;
	color: #1660a9;
}
#subnav .subnavcurrent a:hover {
	text-decoration: none;
}
