@charset "utf-8";
html {overflow-y: scroll;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_nav.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#wrapper {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#top_nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 65px;
    line-height: 38px;
    text-align: right;
	background-image: url('../images/top_nav.jpg');
	background-repeat: repeat-x;
	z-index: 10;
	color: #FFFFFF;
	font-weight: bold;
}

#login {
	width: 1000px;
	left: 50%;
	position: absolute;
	margin-left: -500px;
	margin-top: 0px;
}

#login a {
	color: #ffffff;
}

#login input[name="username"] {
	height: 12px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 11px;
}

#login input[name="password"] {
	height: 12px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 11px;
}

#login input[name="submit"] {
	height: 12px;
	margin-top: 0px;
	margin-right: 5px;
}

#login input[name="signup"] {
	height: 12px;
	margin-top: 0px;
	margin-right: 5px;
}

#header {
	width: 1000px;
	height: 100px;
	float: left;
	clear: both;
	margin-top: 38px;
}


#header_left {
	width: 420px;
	height: 100px;
	float: left;
	clear: none;
	background-image: url(../images/header.jpg);
}

.menu {
	width: 1000px;
	height: 20px;
	float: left;
	clear: both;
	background-image: url(../images/menu.jpg);
	text-decoration: none;
}

#menu_left {
	width: 100px;
	height: 20px;
	float: left;
	clear: none;
	background-image: url(../images/menu_left.jpg);
}

#menu_left2 {
	width: 100px;
	height: 20px;
	float: left;
	clear: none;
}

.menu_right {
	width: 900px;
	height: 16px;
	float: left;
	clear: none;
	margin-top: 4px;
}

.menu_right ul {
	display:inline;

}

.menu_right li {
	display: inline;
	margin-right: 5px;
}

.menu_right li a {
	color: #5e5e5e;
	text-decoration: none;
}

.menu_right li a:hover {
	color: #000000;
	text-decoration: none;
}

.menu_right li a:selected {
	color: #000000;
	text-decoration: none;
}

.menu_right li a:selected:hover {
	color: #000000;
	text-decoration: none;
}

#menu_spacer {
	width: 1000px;
	height: 19px;
	float: left;
	clear: both;
	background-image: url(../images/logo_bottom.jpg);
	background-repeat: no-repeat;
}

#news_box {
	width: 1000px;
	height: 200px;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

#news_box_left {
	width: 300px;
	height: 200px;
	float: left;
	clear: none;
	background-image: url(../images/news_box.jpg);
	background-repeat: no-repeat;
}

#news_box_left a, .news_date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #f1f1f1;
}

#latest_news {
	width: 280px;
	height: 150px;
	float: left;
	clear: none;
	margin-left: 10px;
	margin-top: 40px;
	color: #f1f1f1;
}

.top_news {
	width: 280px;
	height: 30px;
	border-bottom: 1px solid #474747;
	margin-bottom: 5px;
}


.news_text {
	margin: 0px;
	padding: 0px;
	color: #f1f1f1;
	text-decoration: none;
}

.news_date {
	margin: 0px;
	padding: 0px;
	color: #919191;
}

#news_read_more {
	width: 280px;
	height: 10px;
	float: left;
	margin-top: 15px;
	text-align: right;
}

#news_read_more a {
	color: #2b313d;
	text-decoration: none;
}

#news_read_more a:hover {
	text-decoration: none;
	color: #f1f1f1;
}

.news_box_right {
	width: 700px;
	height: 200px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	margin: auto
}

.news_box_right img { padding: 0; border: 0; background-color: #eee; }


#content {
	width: 980px;
	height: auto;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #f1f1f1;
}

#contact {
	width: 450px;
	height: auto;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #f1f1f1;
}

.text_box_submenu {
	width: 225px;
	float: right;
	position: relative;
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.text_box_submenu ul {
	color: #5e5e5e;
	margin-left: 0px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ff890c;
}

.text_box_submenu li {
	margin-bottom: 10px;
}

.text_box_submenu a {
	color: #5e5e5e;
	text-decoration: none;
}


#footer {
	width: 1000px;
	height: 100px;
	float: left;
	clear: both;
	background-color: #2b313d;
	text-align: center;
	vertical-align: middle;
}
#footer_copy {
	width: 1000px;
	height: 15px;
	float: left;
	clear: both;
	text-align: center;
	background-color: ##FFFFFF;
}

#partners {
	width: 100%;
	height: 50px;
	float: none;
	clear: both;
	margin-left: 220px;
	margin-right: auto;
	text-align: center;
}
.p1 {
	/*width: 250px;*/
	height: 50px;
	float: left;
	clear: none;
	margin: 0 10px;
}
 
#communities {
	width: 500px;
	height: 40px;
	float: none;
	clear: both;
	margin-left: 400px;
	
}
 
.c1 {
	/*width: 125px;*/
	height: 40px;
	float: left;
	clear: none;
	margin: 0 10px;
}


/* CONTENT */

#content h1 {
	width: 980px;
	float: left;
	clear: both;
	margin-top: 15px;
	border-bottom: 1px solid #ff890c;
}

#content h2 {
	width: 980px;
	float: left;
	clear: both;
	margin-top: 30px;
	border-bottom: 1px solid #ff890c;
}

#content h3 {
	width: 980px;
	float: left;
	clear: both;
	margin-top: 30px;
/*	border-bottom: 1px solid #ff890c; */
}

#game1 {
	width: 220px;
	height: 100px;
	float: left;
	clear: none;
	margin-bottom: 10px;
}

#game2 {
	width: 220px;
	height: 100px;
	float: left;
	clear: none;
	margin-right: 50px;
	margin-bottom: 10px;
}

#game3 {
	width: 220px;
	height: 100px;
	float: left;
	clear: none;
	margin-left: 50px;
	margin-bottom: 10px;
}

#game4 {
	width: 220px;
	height: 100px;
	float: left;
	clear: none;
	margin-bottom: 10px;
}

#navbar {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   height: 1em; 
}
#navbar li {
   list-style: none;
   float: left; 
}
#navbar li a {
   display: block;
   padding: 0px 16px 3px 4px;
   color: #000;
   text-decoration: none; 
}
#navbar li ul {
   display: none; 
   background-color: #c8c8c8;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   z-index: 2;
}
#navbar li:hover li, #navbar li.hover li {
   float: none; 
   z-index: 2;
}
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #fff;
   border-bottom: 1px solid #373737;
   color: #000; 
   padding: 5px 5px 5px 5px;
   min-width: 120px;
   z-index: 2;
}
#navbar li li a:hover {
   background-color: #c8c8c8; 
   z-index: 2;
}
