@charset "utf-8";
/* CSS Document */

/* PALETTE :
orange: #FEB933
dark blue: #013267
green: #2B6A2A
grey: #898989
'olive/taupe' #4E4736 (monthly game)
'rust': #7C3917 (daily game)
*/

#header {
	width: 100%;
	height: 170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FEB933;
}

#header .row1 {
	height: 105px;
	background: url('../images/header/header_01.png') no-repeat;
}

#header .row1 .logo{
	height: 100px;
	width: 230px;
	float: left;
	vertical-align: bottom;
}

#header .row1 .adspace{
	height: 90px;
	width: 728px;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
	padding-bottom: 0px;
}

#header #row2 {
	height: 44px;
	width: 100%;
	padding-top: 0px;
	background: url('../images/header/header_02.png') no-repeat;
}

#header #row2 #nav{
	height: 75%;
	width: auto;
	padding-top: 9px;
	margin-left: 100px;
	overflow: hidden;

}

#header #row2 #nav img{
	border: 0;
}

#header #row2 #nav .navigation_left{
	height: 100%;
	border-left: 1px solid #898989;
	float: left;
	margin-top: -8px;
}

#header #row2 #nav .navigation_right{
	height: 100%;
	border-right: 1px solid #898989;
	float: left;
	margin-top: -8px;
}

#header #row2 #nav .navigation{
	height: 100%;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#header #row2 #nav .navigation a {
	color: #FEB933;
	font-weight:bold;
	text-decoration: none;
}

#header #row2 #nav .navigation a:hover {
	color: #FFFFFF;
}

#header #row2 #nav .navigation2{
	height: 100%;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#row2 #nav .navigation2 a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#header #row2 #nav .navigation2 a:hover {
	color: #FFFFFF;
}

#header #row3 {
	width: 100%;
	height: 31px;
	margin-top: -10px;
	background: url('../images/header/header_03.png') no-repeat;
	float: left;
}

#header #row3 .news{
	margin-top: 6px;
	width: auto;
}

#header #row3 .news_header{
	font-size: 12px;
	color: #FEB933;
	font-weight: bold;
}

#header #row3 .news_text{
	font-size: 12px;
	font-weight: bold;
	color: #FEB933;
	overflow:hidden;
	onmouseover: TICKER_PAUSED=true;
	onmouseout: TICKER_PAUSED=false;
}

#header #row3 a.news_text {
	color: #FFFFFF;
	text-decoration: underline;
}

#header #row3 a:hover.news_text {
	text-decoration: none;
}

