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

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#314F38;
	z-index: 999;
}

p{
	line-height:14px;
	color: #333333;
}
b{font-size: 110%;}
em{color: #0b3d1a; font-style:normal;}
a{
	color: #638D56;
}

form{display:inline-block; clear:left;}

h1, h2, h3, h4{
margin:0; padding:0;
}


h1, h2{
	font-family:"Times New Roman", Times, serif;
	color:#8bc53f;
	border-bottom:#838383 1px dotted;
	font-size:22px;
	line-height:20px;
	margin:0;
	padding:5px 0;
}

h2{
font-size:18px;
}



/* Layout Styles */

.wrapper{
width:100%;
display:inline-block;
/*display:block;*/
}

	.homecontent{
	border-top:#8BC53F 5px solid;
	}

.container{
width: 1020px; /*Width of main container*/
padding:0;
margin: 0 auto; /*Center container on page*/
position:relative;
}


.topmenu{
	width: 850px; /*Width of main container*/
	padding:7px; /*Center container on page*/
	position:relative;
	z-index: 999;
	margin: 0 auto;
}

.topmenutext{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.topmenutext a:link, .topmenu a:visited,{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.topmenutext a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.container2{
	width: 100%;
	height: 31px;
	padding:0;
	margin: 0 auto; /*Center container on page*/
	position:relative;
	background-color:#FFFFFF;
	background-image: url(../images/menu_bar.gif);
	background-repeat: repeat-x;
	border-bottom: solid FFFFFF 2px;
}

#top{
background: #838383 url(../images/bg_topsection.gif) top repeat-x;
border-bottom:#5aa21b 2px solid;
}



#logo{
	position:absolute;
	top:0px;
	left:6px;
	z-index: 999;
}

#header{
width:1020px;
height:113px;
display:block;
/*position:absolute;
top:0; left:0;*/
}

	

/* banner styles */
#banner{
height:250px;
display:block;
z-index:1;
}

#banner #bannervote{
	position:absolute;
	top:186px;
	font-size:12px;
	width:365px;
	display:inline-block;
	color:#859e8c;
	z-index:99999999;
	left: 345px;
}

#banner #bannergame{
	position:absolute;
	top:-3px;
	font-size:12px;
	width:434px;
	display:inline-block;
	color:#859e8c;
	z-index:99999999;
	left: 610px;
}

#banner #bannermore{
	position:absolute;
	right:-11px;
	top:-6px;
	font-size:12px;
	width:274px;
	display:inline-block;
	color:#859e8c;
	z-index:999;
}


.news{
	display:block;
	height:auto;
	padding-left: 20px;
	padding-right: 10px;
}



#contentcontainer{
margin: 0 auto; 
width: 1020px; 
}


/* list based content */ 
ul.content{
list-style:none;
padding:0; margin:0;
padding-top:25px;
margin-left:6px;
height:100%;
}

ul.content li{
	float:left;
	margin:0;
}

ul.content li.contentcolumn{
width:260px;
margin-right:45px;
}

ul.content li.leftcolumn{
width: 360px;
margin-right:45px;
height: auto;
}

ul.content li.leftcolumn_big{
	width: 665px;
	margin-right:45px;
	height: auto;
}

ul.content li.aboutuscolumn{
	width: 300px;
	margin-right:25px;
	height: auto;
}

ul.content li.rightcolumn{
width: 270px; 
}



/* footer styles */
#footerwrapper{
	width:100%;
	clear:left;
	border-top:5px #b3b3b3 solid;
	background: #000000;
	min-height:176px;
	overflow:visible;
	padding:0;
	margin:0;
	height: auto;
}

#footer{
	width: 1020px;
	margin:0 auto;
	padding-top:10px;
	color: #000000;
	height: auto;
}



#footer #footerlinks{
	clear:left;
	display:block;
	padding-top:10px;
	height: auto;
}

#footer #footerlinks a{
font-family:Arial, Helvetica, sans-serif;
width:220px;
color:#b4c5b6;
margin:0;
line-height:14px;
border: none;
text-decoration:none;
}

#footer #footerlinks  a, #footer #footerlinks a:visited, #footer #footerlinks a:active{
	color:#8BC53F;
}

#footer #footerlinks a:hover{
color:#FFFFFF;
}






/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#TB_window a:link {color: #83BB3B;}
#TB_window a:visited {color: #83BB3B;}
#TB_window a:hover {color:#FFFFFF;}
#TB_window a:active {color: #83BB3B;}
#TB_window a:focus{color: #83BB3B;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000000;
	z-index: 1000;
	color:#684A3C;
	display:none;
	
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:20px;
	padding:4px 30px 0px 15px;
	float:left;
}

#TB_closeWindow{
	height:20px;
	padding:4px 15px 0px 15px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height: 100%;
	width: 100%;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
       
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_bg {
        background: url(images/bg2.png) no-repeat;
        background-position: center center;
}
#rank {
    visibility: hidden;
}

#wrapper li a {
	padding : 0px;
	text-align : center;
	color : #8BC53F;
	margin-left : 0px;
	text-decoration : underline;
}

#wrapper li a:hover {
	text-decoration : underline;
	color : #000000;
}
