@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #1b4f1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
	color: #1b4f1b;
	text-align:center;
}

img {
	border:none;
}

a {
	text-decoration: underline;
	color:#1b4f1b
}

p {
margin-bottom:15px;}


/* ---------------------------------------------------------------Main */

#wrapper {
	width:970px;
	margin:0 auto;
	position:relative;
	background-color: #FFFFFF;
	text-align:left;
}

/* ---------------------------------------------------------------Header */
#header {
	width:915px;
	height:119px;
	background-image: url(../images/header_bg.gif);
	position:relative;
	margin:0;
	padding-right:55px
}

#logo {
	width:239px;
	height:96px;
	position:absolute;
	left: 133px;
	top:15px;
	z-index:8
}

#football {
	position:absolute;
	width:177px;
	height:171px;
	left: -29px;
	top: 5px;
	background-image: url(../images/ball.png);
	z-index:300;
	background-repeat: no-repeat;
}


#welcome {
	width:969px;
	height:74px;
	background-image: url(../images/welcome.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	overflow:hidden;

}

.one {
	color: #1b4f1b;
	text-align:center;
	padding-top:15px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}

.officials {
width:631px;
text-align:center;}

/* ---------------------------------------------------------------Navigation */

#nav {
width:162px;
margin-left:10px;
float:left;
margin-right:15px;
}

#nav ul {
	margin:0px 0 10px;
	padding:0;
}

#nav li {
	list-style-type: none;
	width:162px;
	height:25px;
	margin-bottom:3px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#nav li a {
	width:140px;
	height:25px;
	display:block;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fee50e;
	border-left-color: #fee50e;
	list-style-type: none;
	background-color: #eeeeee;
	line-height:25px;
	padding-left:10px;
	text-decoration: none;
	color: #1b4f1b;
}

#nav li a:hover, .on {
	width:140px;
	height:25px;
	display:block;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1b4f1b;
	border-left-color: #1b4f1b;
	list-style-type: none;
	line-height:25px;
	padding-left:10px;
	color: #283a98;
}

.on {background-color: #eeeeee;}
#nav li a:hover {background-color: #e3e3e3;}

/* ---------------------------------------------------------------content */

#content {
width:650px;
float:left;
overflow:hidden;
}

#fixtures {
	width:631px;
	height:206px;
	background-image: url(../images/upcoming_fixtures.jpg);
	position:relative;
	margin-bottom:20px;
	display:block;	
}

#fixtures ul {
	float:left;
	display:block;
	margin-left:10px;
	margin-top:20px;
	height:180px;
}

#fixtures li {
	list-style-type: none;
	width:270px;
	margin-bottom:5px;
	background-image: url(../images/fixtures_pale.png);
	font-size: 11px;
	font-weight: bold;
	line-height:25px;
	color: #ffffff;
	text-align:center;
}

#fixtures li a {
	color: #1b4f1b;
	text-decoration: none;
}

#fixtures li a:hover {
	color: #FFFF00;
}




#right {
width:250px;
float:left;
}

#news {
	width:365px;
	margin-right:18px;
	float:left;
}

#news .header {
	width: 365px;
	height:22px;
	background-color: #eeeeee;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

#news .title {
float:left;
display:block;
width:auto;
padding-left:5px}

#news .date {
float:right;
padding-right:10px;
text-align:right;
display:block;
}


.blue {
	background-color: #1b4f1b;
	font-size: 12px;
	font-weight: bold;
	color: #fee50e;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.yellow {
	background-color: #fee50e;
	font-size: 12px;
	font-weight: bold;
	color: #1b4f1b;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
} 

.yellow2 {
	background-color: #fee50e;
	font-size: 12px;
	font-weight: bold;
	color: #1b4f1b;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration: none;
} 

.grey{
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	color: #1b4f1b;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}



.yellow_heading {
	height:32px;
	width:250px;
	background-image: url(../images/heading_yellow.gif);
	font-weight:bold;
	color: #1b4f1b;
	font-size: 16px;
	padding-top:4px;
	text-align:center;
}

.blue_heading {
	height:32px;
	width:365px;
	background-image: url(../images/heading_blue.gif);
	font-weight:bold;
	color: #fee50e;
	font-size: 15px;
	padding-top:4px;
	text-align:center;
}

.full_heading {
	height:32px;
	width:631px;
	background-image: url(../images/heading_blue.gif);
	font-weight:bold;
	color: #fee50e;
	font-size: 15px;
	padding-top:4px;
	text-align:center;
}

.league_rules {
	background-color:#eeeeee;
	width:353px;
	border: 1px solid #003399;
	padding:5px;
}

.league_rules_heading {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
}

.forms {
	width:100px;
	border: 1px solid #1b4f1b;
}

.border {
	background-color: #eeeeee;
}
	
.tableyell {
	font-size: 12px;
	color: #1b4f1b;
	background-image: url(../images/heading_yellow.gif);
	height:39px;
	padding-top:5px;
	font-weight: bold;
	background-repeat: repeat-x;
}

.tables {
background-color:#FFFFFF
}
.tables td{
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	color: #1b4f1b;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}

.tabletwo td {
background-color: #eeeeee;
padding:10px;}

/* ---------------------------------------------------------------Advertising */

#banner_top {
	width:468px;
	height:60px;
	float:right;
	margin-top:45px;
}

#banner_side {
	width:120px;
	height: 600px;
	float:left;
	
}


/* ---------------------------------------------------------------Footer */
#footer {
	width:970px;
	height:32px;
	padding-top:15px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
}
.yellow_heading_large {
	height:32px;
	width:630px;
	background-image: url(../images/heading_yellow.gif);
	font-weight:bold;
	color: #1b4f1b;
	font-size: 16px;
	padding-top:4px;
	text-align:center;
}
.newsfeed { width:800px; overflow:hidden; margin-left:125px; display:block; position:relative; z-index:1}
ul#ticker01 {
	position: relative;
	list-style-type: none;
	color:#000000;
	font-weight:bold;
	font-size:17px;
	overflow:hidden;
	margin: 0 auto;
	padding: 0;
	width:700px;
	height:50px;
	line-height:50px;
	color:#1b4f1b;
	z-index:2
}
ul#ticker01 li {
	display:inline;
	margin: 0;
	padding: 0;
}
ul#ticker01 li span {	margin: 0 50px 0 0;}