html, body, * {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
}

body {
	background-color: #b1e399;
	background-attachment:fixed;
	background-position:center center;
}
#wrapper{
	width: 1024px;
	margin: 0 auto;
}
a
img {
    border:0;
}
a:hover {
	
}
#header {
    width: 100%;
    float: left;
}

#header_design {
    float:left;
    margin: auto;
    width: 100%;
    height: 40px;
    background:  #CCCCCC	url('../img/navimg.png') repeat-x;
}

#top_nav {
    font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
    width: 550px;
    white-space:nowrap; 
    border:0px;
}

#top_nav ul {

}

#top_nav ul li {
    list-style: none; 
    height: 40px;
    float: left;
    border:0px;
    margin-left: 0px;
    margin-top:30px;
}

#top_nav ul li a {
    display: block; 
    float: left;
    white-space:nowrap; 
    color: #636363;
    font-weight:bold;
    text-decoration: none;
    border:0px;
    height: 40px;
}
#top_nav ul li a:hover{
	font-weight: bold;
}
#top_nav ul li a.active{
	font-weight: bold;
}

#top_logo {
    border:0px;
    width: 137px;
    float:left;
    margin-bottom:50px;
    margin-left: -20px;
}
#top_wpu {
    border:0px;
    width: 550px;
    float:left;
    margin-bottom:18px;
    margin-top:34px;
    padding-left:45px;
}
#lang_menu {
    float:left;
    height:24px;
    padding-left: 45px;
    margin-bottom: 0px;
    width:550px;
}
#lang_menu .lang_item {
    float: left;
    border:0px;
    padding-left:5px;
}

#left_pane {
	float:left;
}
#right_pane{
	float:left;
}
#side_nav {
    float:left;
    width: 100px;
    border:0px;
	background:  url('../img/sidenav.png') no-repeat; 
}

#side_nav ul {

}

#side_nav ul li.side_nav_menu {
	display:block;
    list-style: none; 
    width: 95px;
    height: 37px;
    float: left;
    border:0px;
    font-weight:bold;
}



#side_nav ul li .active {
	display:block;
    list-style: none; 
    width: 75px;
    height: 20px;
    float: left;
    border:0px;
    background:  url('../img/menu_rollover.png') repeat-x; 
    font-weight: bold;
    color: #646464; 
}

#side_nav ul li a {
    display: block; 
    float: left;
    color: #666666;
    text-decoration: none;
    border:0px;
    background:  url('../img/menu.png') repeat-x;
    padding:10px 0px 10px 15px;
    width: 75px;
    height: 17px;
}



#side_nav ul li a:hover{
    font-weight: bold;
    color: #000;  
    height: 17px;
    background:  url('../img/menu_rollover.png') repeat-x;  
}

#button{
	float: left;
	margin-top: 24px !important;	
}

.side_nav_menu_button {
    font-weight:bold !important;
    display:block !important;
    list-style: none !important;
}

.side_nav_menu_button a {
	background:  url('../img/menu_button.png') no-repeat !important; 
	
	padding:10px 0px 15px 25px  !important;
	height: 10px !important;
}

.side_nav_menu_button a:hover {
	padding:10px 0px 15px 25px  !important;
	height: 10px !important;
	background:  url('../img/menu_button_rollover.png') no-repeat !important; 
}

.side_nav_menu_button .active {
	margin-top : 3px !important;
	height:10px !important;
	background:  url('../img/menu_button_rollover.png') no-repeat !important; 
}

/*sub menu*/
.sub_menu {
	float:left;
	display:block;
	position:relative;
	left:90px;
	top: -37px;
	z-index: 999;
}
#side_nav ul li ul li.side_nav_menu {
	display:block;
    list-style: none; 
    width: 115px;
    height: 36px;
    float: left;
    border:0px;
}

#side_nav ul li ul li .active {
	display:block;
    list-style: none; 
    width: 115px;
    float: left;
    border:0px;
    background:  url('../img/menu_rollover.png') repeat-x; 
    font-weight: bold;
    color: #646464; 
}

#side_nav ul li ul li a {
    display: block; 
    float: left;
    color: #666666;
    text-decoration: none;
    border:0px;
    background:  url('../img/menu.png') repeat-x;
    padding:10px;
    width: 115px;
}

#side_nav ul li ul li a:hover{
    font-weight: bold;
    color: #000;  
    background:  url('../img/menu_rollover.png') repeat-x; 
}


/*
#side_nav li a#home:hover, #side_nav li a#home .active{
	font-weight: bold;
    color: #000;  
    background:  url('../img/menu.png') no-repeat;  
}
*/
#body {
    width: 100%;
    float: left;
    font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
    font-size: 12px;
    min-height:768px;
    height:auto !important;
	height:768px;
	padding-left:0;
}

#content {
    width: 100%;
    margin-top:20px;
    margin-bottom: 20px;
	float:left;
}

#content p {
    font-size: 12px;
    text-align: left;
}

#main_content {
	float:left;
	padding-left:50px;
	margin-top:10px;
}
#footer {
    width: 100%;
    background:  #CCCCCC	url('../img/navimg.png') repeat-x;
    height: 40px;
	float: left;
	/*padding-left:150px;*/
}

.footer_content {
	width: 960px;
	padding: 0 20px;
	margin: auto;
	padding-top: 5px;	
	color: #FFFFFF;
}

.footer_links {
	padding-top: 3px;	
	display: block;
	float: left;
}

.footer_links a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
}

.footer_links a:hover {
	text-decoration:none;
	color:#b3ca75;
}

.footer_content img {
	border: 0px;
}
p{
	color: #000;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
h1 {
	color: #fff;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size:16px;
}

h2 {
	color: #8a8a8a;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size:14px;
}
h3 {
	color: #000;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size:12px;
}
h4 {
	color: #8a8a8a;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
}
h6 {
	color: #999;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;	
}

a {
	color: #8a8a8a;
	text-decoration:none;
}

a:hover {
    text-decoration:none;
	color:#b3ca75;	
}

/* Errors and Notifications */
div.notificationMessage {
	padding: 			7px;
	padding-left: 		35px;
	margin-bottom: 		5px;
}


div.notificationMessage p {
	font-weight:bold;
	color:#000;
}
div.validation_errors {
	padding: 			7px;
	padding-left: 		35px;
	margin-bottom: 		5px;
	background: 		url('../img/error.png') 5px 5px no-repeat;
	color: 		#ff0000;
	font-weight:bold;
	font-size:12px;
}

/* Newsletter */
#news_newsletter {
    float: left;
	width: 267px;	
	margin-top:20px;
	background: url(../img/267stripshadow.png) repeat-y;
}
#news_newsletter_title {
    float: left;
    width: 262px;
    height:40px;
	background-color: #fff;
}
#news_newsletter_caption {
	 float: left;
	 width: 242px;
	 padding:10px;
}
#news_newsletter_title span {
    float:left;
    padding:10px;
    color:#a1bb60;
}
#news_newsletter_box {
 float:left;
 width:262px;
 background-color: #fff;
}
#news_newsletter_submit_container {
	float:left;
	width:242px;
	padding:10px;
}

#news_newsletter_form {
 float:left;
 width:242px;
}
#news_newsletter_input {
	float:left;
	width:120px;
}
.input{
	float:left;
	width:120px;
	
}
#news_newsletter_submit {
 float:right;
 width:60px;
}

.clear {
	clear:both;
}
.float_left {
	float : left;
}
.float_right {
    float:right;
}

span.rss_source {
	font-weight:bold;
	color:#8a8a8a;
}
span.rss_time {
	font-weight:bold;
	color:#a1bb60;
}
span.rss_entry a.rss_entry{
	font-weight:bold;
	color:#8a8a8a;
}
.rss_content {
	float:left;
	padding-top:10px;
}
/*paginators */
#paginator {
    float:left;
    width:510px;
    padding: 10px 20px;	
}
#paginator span.current{
	margin: 0 10px 0 10px;
	border: 1px solid #aec56f;
}
.paginator_legend {
	width: 250px;
	font-weight:bold;
	color:#838383;
	padding: 20px 50px 10px 0px;
}
.paginator_numbers {
	margin: 0 10px 0 0;
	width:20px;
	height:20px;
}
.paginator_first {
	margin: 0 10px 0 10px;
}
.paginator_previous {
	margin: 0 10px 0 0;
}
.paginator_next {
	margin: 0 0 0 0;
}
.paginator_last {
	margin: 0 10px 0 10px;
}



#division_menu_container {
    float:left;
    width:555px;
    height:65px;
    margin-top:10px;	
    background: url('../img/newsdivcon.png') no-repeat;
    border:0px;
}
#division_menu_container div.top_nav_menu {
    height: 24px;
    float: left;
    border:0px;
    width: 107px;
    padding:20px 15px;
    cursor:pointer;
}

#division_menu_container div.top_nav_menu  a {
    display: block; 
    float: left;
    white-space:nowrap; 
    color: #636363;
    font-weight:bold;
    text-decoration: none;
    border:0px;
}
#division_menu_container div.top_nav_menu  a:hover{
	font-weight: bold;
}
#division_menu_container div.top_nav_menu a.active{
	font-weight: bold;
}
span.division_caption {
	float:left;
	font-weight: bold;
    color: #91ab44; 
    width: 104px;
    text-align:center;
}
span.division_name{
	float:left;
	font-weight: bold;
    color: #636363; 
    width: 104px;
    text-align:center;
}
/*Players jukebox */
#players_jukebox {
	float: left;
	z-index: 1000;
}
#players_jukebox_player {
	float: left;
	width:700px;
}
/* Members Widget */
#members_left_content {
    float: left;
	display:none;
}

#members_heading {
	float:left;
	width:800px;
	background:  url('../img/block_header.png') repeat-x;
}
#members_heading_title {
	float:left;
	padding:10px;
	color: #ffffff;
}
#members_widget {
	float:left;
	background-color:#fff;
	width: 800px;
	height:440px;
}
#members_content {
	float:left;
	background-color:#fff;
	margin-bottom: 30px;
	width: 800px;
}
.news_end {
    float: left;
	width: 267px;	
	height: 3px;
	background: url(../img/bottom267stripshadow.png) no-repeat;
}
.container_555_end {
    float: left;
	width: 555px;	
	height: 3px;
	background: url(../img/bottom555stripshadow.png) no-repeat;
}
.container_755_end {
    float: left;
	width: 755px;	
	height: 3px;
	background: url(../img/bottom755stripshadow.png) no-repeat;
}
object { outline:none; }

.nodisplay {
    display:none;
}
.news_spacer {
	float:left;
	height:2px;
	width:550px;
	margin-top: 1px;
	background: url('../img/dottedlines.png') no-repeat;
}
#iframe {
    background-color:#fff;
}
div#tweets{
    cursor:pointer;
}
#top_spacer {
    margin-bottom:20px;
}
/*login*/
#extranet{
	float:left;
	display:none;
}
#extranet_login {
	width:700px;
	height:300px;
	background: #fff url('../img/extranet_login.png') no-repeat;
}
/*extranet login */
#extranet_login_form {
	float:left;
	width: 200px;
	height:100px;
	padding-top:50px;
	padding-left:440px;
}
#extranet_email {
	float:left;
	padding-bottom:10px;
	height:20px;
}
#extranet_password {
	float:left;
}

#extranet_submit {
	float:left;
	padding-top:10px;
	padding-left:125px;
}
#extranet_login_form input{
	height:20px;
	font-weight:bold;
}
#extranet_submit_btn{
	height:28px !important;	
	width:80px !important;
}

.pad { padding-left:0px; }
.empty { color:#999; font-weight:bold; }

#extranet_login_error {
	color:#999999;
	float:left;
	padding-top:20px;
	padding-left:350px;
	width:350px;
}
#extranet_login_error span{
	padding-right:10px;
	font-weight:bold;
}

/* watermark */
.txt
{
	border: solid 1px #999;
	padding: 2px;
	margin: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* watermark positioning container */
.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}

ul.right_nav {
	width: 200px;	
	margin: 0;
	padding: 0;	
}

ul.right_nav li {
	list-style-type: none;
	padding: 5px 0px 5px 10px;
}

ul.right_nav li a.active {
	font-weight: bold;
}

ul.sub_right_nav {
	margin-left: 15px;
	display: none;
}

.read_more {
	float: left;
	margin: 30px;
}

.read_more a {
	font-weight: bold;
}