/* CSS Document */
body * { 
		margin: 0; 
		padding: 0; 
}

* html { 
		text-align: center;

}

* html body { 
		text-align: left; 
}

ul{
	list-style-type:none;
}

body {  
		padding-top:5px;
		width: 780px;
	    font-family:verdana, arial, helvectica, sans-serif;
		font-size:80%;
		margin-left:auto;
		margin-right:auto;
		--background-color:#85ccff;
		--background-color:#b3e0ff;
		--background-color:#5891c6;
		background-color:#ddd;

}
		

		
a{
	color: #06c;
	text-decoration: none;
	}

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

a:visited {
	color: #147;
	}


#information , #content, #footer, #login{
color:444444;
background-color:#F3F3F3;
padding-left:30px;
padding-right:30px;
}

#advert{
text-align:center;
border:none;
}

	#advert img{
	border:none;
	}


#content, #information{
padding-top:1.0em;
}

p{
		padding-bottom:0.5em;
}




#header{
		background:url(images/header.gif) no-repeat;
		text-indent: -300em;
		height:140px;
}

#header a {
		display:block;
		height:140px;
		border-bottom:none;
}

#content{
		min-height:400px;
		_height:400px;
		background-color:#F3F3F3;
}


#aboutus{
		font-weight:bold;
		font-style:italic;
		margin:10px 30px 10px 30px;
		background-color:#e5e5e5;
		padding:5px;
		width:635px;
		text-align:justified;

}

#content h2{
		padding-bottom:0.2em;
		padding-top:0.5em;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:700;
}

#content h2.small {
		font-size : 1.1em;
		padding-top: 0;
}

.center {
		text-align:center;
}

#overheard, #lastupdated{
	margin-left:30px;
	margin-right:30px;
}




#content h3{
		height:2em;
		line-height:2.6em;
		font-weight: 600;
		padding-top:0.2em;		
		padding-bottom:0.2em;
		padding-left:0.5em;
		--background-color:#99ccee;
		background-color:darkblue;
		font-size: 100%;
		text-transform:uppercase;
		color:white;
		-moz-border-radius: 0.4em;
}

#content h3.important{
		--background-color:#ee8684;
		background-color:maroon;
		color:white;
}

.news_item{
		padding-bottom:10px;
		margin-left:2em;
		margin-right:2em;
}
.small{
		font-size:0.8em;
		padding-bottom:0.4em;
}

.xsmall{
		font-size:0.7em;
		text-transform:lowercase;
}

#login{
		text-align:right;
		
}


#content form{
		margin-bottom:1em;
}


#footer {
	clear:both;
		height:35px;
		padding-top:10px;
		font-size:0.7em;
		text-align:center;
		text-transform:uppercase;
		background:url(images/footer.gif) no-repeat bottom;
}

.addedOK{
		padding:1em 0;
}

#content h1{
		text-align:center;
		font-variant:small-caps;
		font-size:2.2em;

}

.error{
		padding-top:1em;
		color:red;
		font-weight:700;
}

.roster{

		width:25%;
		float:left;
		
}
.roster ul {

		list-style-type:none;
		text-align:center;
}

.roster li {
text-align:left;
}

#content .roster h2{
		text-align:left;
		font-size:1.3em;
		padding-top: 10px;
		padding-bottom:2px;
}





#staff, #goalkeepers{
		width:100%;
}

#staff li, #goalkeepers li{
		text-align:center;
}

#content #staff h2, #content #goalkeepers h2{
		text-align:center;
}

#info {
		list-style-type:none;
		padding-top:10px;
}

.italic{
		font-style:italic;
		padding-bottom:0.6em;
}

#intro{
		padding-bottom:0.6em;
}


#constitution p, .address{
		margin-left:20px;
}



#constitution{
		margin-left:15px;
		margin-right:15px;
}

#constitution ul{
		padding-left:5em;
		padding-bottom:0.5em;
}

#constitution li{
		list-style-type:none;
}

#info li{
		padding-bottom:5px;
		font-size:1.2em;
}

#profile{
text-align:center;
--margin-left:230px;
--position:relative;
}

#profile h2{
	font-size:2.3em;

}

#profile dt {
		font-weight:700;
		display:inline;
}

#profile dd{
		display:inline;
}

#profile img{
	margin-bottom:8px;
	padding: 2px;
	text-align:center;
	border: 2px solid ;
}

#photos{
	list-style-type: none;
	text-align:center;
}

#photos li{
display:inline;
}

#photos img{
margin: 10px;
}

.report ul
{
	padding-bottom:15px;
}

.report li
{
	list-style-type:none;
}

.nobullets{
	list-style-type:none;
}

.roster>ul>li>a{
		text-decoration:none;
		border:none;
}


.roster>ul>li>a:hover{
		border:none;
}

.roster>ul>li>a:visited{
		border-bottom: none;
}

#rosterplayerinfo
{
	padding-top:20px;
}


.end{
		clear:both;
}



/*** Nav bar styles ***/
/***Thanks to newt edge (http://phoenity.com/newtedge/horizontal_nav/) for this***/

#navigation {
	display:block;
	background-color:#69c;
	width:100%;
	height:24px;;
}

#navigation ul {
	list-style-type: none;
	display:block;	
	

}

#navigation li{
--width:14.3%;
display:inline;
float:left;
font-weight:700;
text-transform:uppercase;	
color:#fff;
background-color:#69c;
padding-left:15px;
padding-right:15px;
}


#navigation ul li a
{
	text-decoration:none;
	border:1px #69c solid;
}

#navigation ul li a:hover
{
	
	color:white;

}

#navigation a{
	display:block;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;	
	border:none;
}

#navigation a:visited
{
color:#000000;
}
#navigation a:link
{
color:#000000;
}






table.statstable 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin-left:auto; margin-right:auto;}

table.statstable td 
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.statstable td.statstablehead
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}


.narrowtextbox{
width:30px;
}

.mediumtextbox{
width:45px;
}