/* master file to control styles for all pages */
*{	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;}
body{
	text-align: center;
    font-size: 0.8em;}
#maincontainer{
	border: 1px solid #ccc;
	text-align: left;
	width: 750px;
	padding: 5px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;}
#navigation{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 140px;}
img{
	border: 0px;}
.imgleft{
	border: 0px;
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;}
.imgright{
	border: 0px;
	position: relative;
	top: 0;
	right: 0;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;}
* html .imgright{

border: 0px;}
#nav1{	
	position: absolute; 
	top: 0px; 
	left: 0px;}

#nav2{	
	position: absolute; 
	top: 0px; 
	left: 100px;}
#nav3{	
	position: absolute; 
	top: 0px; 
	left: 200px;}
#nav4{	
	position: absolute; 
	top: 0px; 
	left: 300px;}
#nav5{	
	position: absolute; 
	top: 0px; 
	left: 400px;}
#nav6{	
	position: absolute; 
	top: 0px; 
	left: 500px;}
#logo{
	float: right;
	text-align: right;}	
#logo .managers{	
	font-weight: bold;
	background-color: #CC0000;
	color: #fff;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 1px;}
.home{
	width: 90px;
	text-align: center;
	margin-bottom: 5px;}
.link{
	width: 90px;
	border-top: 4px solid #CC0000;
	border-bottom: 4px solid #CC0000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;}
.link a:link{
	color: #000;
	font-weight: bold;
	text-decoration: none;}
.link a:active{
	color: #000;
	font-weight: bold;
	text-decoration: none;}
.link a:visited{
	color: #000;
	font-weight: bold;
	text-decoration: none;}
.link a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;}
#content{
	height: auto;
    min-height: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
	border: 3px solid #CC0000;
	padding: 10px;
	background-image: url(../images/bird.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-padding: 10px;}
* html #content{
	height: 100%}
	
h1{	font-size: 1.3em;
	color: #CC0000;
	font-weight: bold;}
h2{	font-size: 1.1em;
	color: #CC0000;
	font-weight: bold;}
.managers{
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	background-color: #C00;
	padding: 2px;
	clear: both;
	text-align: right;}
.managers a:link{
	color: #FFF;
	}
.managers a:visited{
	color: #FFF;
	}
.managers a:hover{
	color: #FFF;
	text-decoration: underline;
	}
h3{
	color: #666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: normal;
	clear: both;}
	
h4{
	color: #000;
	font-size: 1em;
	margin: 0px;
	width: 100%;
	padding: 0px;}
h5{
	color: #000;
	font-size: 1em;
	margin: 0px;
	width: 100%;
	padding: 0px;
	font-weight: normal;}
#club h4{
	margin-top: 20px;
	padding-top: 20px;
	color: #000;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	width: 100%;}
#club h5{
	color: #000;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #ccc;}
hr{
	color: #ccc;
	height: 1px;
	border: 0px;}

.red{
	color: #CC0000;
	font-weight: bold;}
a:link{
	color: #CC0000;
	text-decoration: none;}
a:visited{
	color: #CC0000;
	text-decoration: none;}
a:active{
	color: #CC0000;
	text-decoration: none;}
a:hover{
	color: #000;
	text-decoration: none;}	
#thefa{
	position: relative;
	top: 5px;
	right: 0px;
	float: right;
	text-align: right;
	margin: 5px;
	height: 110px;
	width: 700px;}
#footer{
	position: relative;
	bottom: 0px;
	margin-top: 5px;
	color: #666;}




.fieldname{
	color: #C00;
	font-weight: bold;
	text-align: right;}
.inputfield{
	color: #000;
	background-color: #FFFFCC;
	border: 2px solid #C00;
	width: 200px;
	height: 20px;}
#comments{
	width: 350px;
	color: #000;
	background-color: #FFFFCC;
	border: 2px solid #C00;}
.radio{
	background-color: #fff;
	color: #C00;}
#formbuttons{}
#submit{
	background-color: #C00;
	color: #FFF;
	border: 2px solid #000;
	font-size: 1.2em;}
#reset{
	background-color: #C00;
	color: #FFF;
	border: 2px solid #000;
	font-size: 1.2em;}
	
	
	
/* css for teams page */


#col1{
	width: 150px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;}
#col2{
	position: relative;
	left: 0px;
	top: 0px;
	width: 550px;
	float: right;}

#teamslist {
	padding: 4px;}
#teamslist tr {
	padding: 2px;}
#teamslist td {
	padding: 2px;}
#teamslist td:hover {
	color: #FFF; 
	background-color: #CC0000;}
#teamslist .rowstyle1 {
	font-weight: bold; 
	color: #000; }
#teamslist .rowstyle2 {
	font-weight: bold; 
	color: #000;}
#teaminfo{
	width: 540px;}

.match table{
	width: 100%;
	border: 1px solid #CCC;
	mergin: 0px;}
.match th{
	background-color: #CC0000;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 5px;}
.match td{
	border: 1px solid #CCC;
	padding: 5px;}

    



/* styles for find us */

#map{
    position: relative;
	top: 0px;
	left: 0px;
	width: 720px;
	margin-bottom: 10px;
	height: 180px;
	padding: 0px;}
