@charset "UTF-8";
/* CSS Document */
body,p,td{
	font-family:Helvetica,Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	}
p,h1,h2,h3{
margin:0;
padding:0;
}
body#body{
	background-image:url(../images/layout/mainbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:0;
	margin:0;
}
#main{
	background-repeat:no-repeat;
	overflow-x:hidden;
	width:100%;
	height:100%;
}
#head{
	position:absolute;
	top:0;
	width:100%;
	background-image:url(../images/layout/top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:248px;
	clear:both;
	z-index:0;
}
#wrap{
	position:absolute;
	background-image:url(../images/layout/seasonsbg.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	overflow-x:hidden;
	position:absolute;
	min-height:800px;
	z-index:1;
	margin:auto;
	}
#innerwrap{
	width:970px;
	margin:auto;
	}
	#top{
		height:149px;
		text-align:right;
		vertical-align:top;
		}
	#menuarea{
		height:40px;
		width:970px;
		}

/* MENU */
 #menu {
height: 40px;
padding: 0;
margin:0;
z-index: 3;

}

#menu, #menu ul{
padding:0;
margin-top: 0;
margin: 0;
list-style-type:none;
position:relative;
/*line-height:30px;*/
text-align:center;
z-index: 3;

}


#menu a{
display:block;
padding:0px 10px;
line-height:40px;
border:none;
color:#fff;
text-decoration:none;
}
#menu .active{
display:block;

border:none;
background-image:url(../images/layout/activemenubg.gif);
background-repeat: repeat-x;

color:#fff;
text-decoration:none;

}

#menu a:hover{
text-decoration:underline;
}

#menu li{
float:left;
padding: 0;
margin: 0;
height:40px;
font-size:14px;
text-align:center;
/*position:relative;*/
}

#menu ul {
position:absolute;
margin: 0;
padding: 0;
display:none;
width: 10em;
top:40px;
/*height:23px;*/
line-height: 25px;

font-size: 11pt;



}
#menu ul li {
border:0;
}
#menu ul a{
width: 10em;
height:auto;
float:left;
background-color:#393;
border-left:2px solid #030;
color:#fff;
height:25px;
border: none;
text-align:left;
}
#menu ul a:hover{
	background-color:#999;
}
#menu ul ul{
top:auto;
}	
#menu li ul ul {
  left: 10em;
}
#menu IMG
	{
	border:none;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
display:block;
}
 

/* END MENU*/
		
#content
	{
	width:970px!important;
	}
#content >div{
background-color:#FFF;
padding:10px;
width:950px;
float:left;
}

.divisontop
	{
	min-height:478px;
	height:auto !important;
	height:478px;
	}

h1,h2,h3{
	color:#006600;
margin-bottom:10px;
}
h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
h3	{
	font-size:13px;
	font-weight:bold;
}
#footer
	{
	width:970px;
	height:200px;
	float:left;
	/*background:url(../images/layout/footer.jpg) center top no-repeat;*/
	}
#player {
 	margin-left: auto;
	margin-right: auto;
}
#content a {
	text-decoration: none;
	color:#006600;
}

#content a:hover {
	text-decoration: underline;
	color:#009900;
}