/*Soccer Template - CSS by Nadia - PerreLink 2004 not to be copied or distributed */
/* standard link styles */
a:link a:active{
color:#CC6600;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:none;
}
a:visited{
color:#CC6600;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:underline;
}
a:hover{
color:#E1A537;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:underline;
}
body{
	padding:0;
	margin:0;
	color:#666666;
	background: #424F66;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
}

/*standard heading tags*/
h1{
	color:#6D7EA3;
	font-size:24px;
}
h2{color:#6A7DA0;font-size:13px;}
h3{color:#CC9933;font-size:12px;}
h4{color: #F8F8F8; font-size:11px;}

/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/

form{margin:0;}

fieldset{
	padding:10px;
	border:1px solid #485671;
	margin-bottom:15px;
	width:  650px;
}

/*styles the input fields*/
input{background:url("../background/shadeform.jpg");}
/*styles the form fields*/
label{
color: #333333;
font-weight:normal;}
label,span.spacer{width:100px;}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #333333;
font:14px Arial,Verdana,Geneva,Helvetica,sans-serif;
}
/*styles the comments box*/
textarea{background:url("../background/shadeform.jpg");}
/* class for the login form on entry page we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{padding:6px;margin-bottom:10px;
}

/* a class for the header table,so that we can add a left border to match the main table */
.headertable{
background-color: White;
background-image: url(../headerpics/headerback.jpg);
background-repeat: repeat-x;
}
/* style for the main table content area */
.maintable{
	background-color: White;
	color:#00599C;
	width: 1020px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* styles the main table links */
.maintable a:link{
	color:#00599C;
	text-decoration:underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.maintable a:visited{
	color:#00599C;
	text-decoration:underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.maintable a:hover{
	color:#FF0000;
	text-decoration:underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.maintable a:active{
color:#576B77;
font:12px Arial,Verdana,Geneva,Helvetica,sans-serif;
text-decoration:underline;
}

.maintd{
	padding: 20px 30px 10px 30px;
	background-color: White;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.maintd td {
background-color:  white;
}

/* styles the menu table inside the flyout div*/
.menu{
	border-top:1px solid #336699;
	border-left:1px solid #336699;
	width:150px;
	color:#FFFF59;
	background:#FFCC00;
	font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.menu a{
display:block;
color:#000033;
background:#FFCC00;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.menu a:link{
border-right:1px solid #336699;
border-bottom:1px solid #336699;
border-left:1px solid #336699;
padding:2px 2px 2px 2px;
color:#336699;
background:#FFCC00;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.menu a:visited{
border-right:1px solid #336699;
border-bottom:1px solid #336699;
border-left:1px solid #336699;
padding:2px 2px 2px 2px;
color:#333333;
background: #FFCC00;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}

.menu a:hover{
border-right:#336699 1px solid;
border-bottom:#336699 1px solid;
border-left:#336699 1px solid;
padding:2px 2px 2px 2px;
background: #E4EAEB;
color:#336699;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}

.menu a:active{
border-right:1px solid #336699;
border-bottom:1px solid #336699;
border-left:1px solid #336699;
padding:2px 2px 2px 2px;
color:#333333;
background: #FFE991;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
/* set the position of the nav bar table from the top */
/* if you change this you will need to adjust the flyout div positions to correspond */
/*.navtable{margin-top:5px;}*/

/*style for the left side bar area behind the menu buttons*/
.sidebar{
	border-right:20px;
	width:150px;
	padding-left:5px;
	background:#FFFF59;
}
/* gives the left sidebar a background color */
.sidebar td{
	background:#FFFF59;
}

/*this is the closer div -this is needed so that on mouseout the dropdowns close*/
#closer{
margin-top:200px;
width:400px;
left:142px;
position:absolute;
visibility:hidden;
z-index:1;
}

/* FLYOUT DIV STYLES */
/*flyout 1 div change the co ordinates for left and top if you need to move the flyout*/
#Home{
width:153px;
position:absolute;
left:142px;
top:242px;
height:96px;
z-index:5;
visibility:hidden;
}
/*flyout 2 div change the co ordinates for left and top if you need to move the flyout  50px between flyouts*/
#dropdown2{
width:154px;
position:absolute;
left:142px;
top:275px;/* this sets the top of the flyout  */
height:95px;
z-index:5;
visibility:hidden;
}
/*flyout 3 div change the co ordinates for left and top if you need to move the flyout*/
#dropdown3{
	width:128px;
	position:absolute;
	left:142px;
	top:307px;/* this sets the top of the flyout  */
	height:59px;
	z-index:6;
	visibility:hidden;
}
#dropdown4{
	width:137px;
	position:absolute;
	left:142px;
	top:339px;/* this sets the top of the flyout  */
	height:95px;
	z-index:5;
	visibility:hidden;
}
#dropdown5{
	width:153px;
	position:absolute;
	left:142px;
	top:370px;/* this sets the top of the flyout  */
	height:95px;
	z-index:7;
	visibility:hidden;
}
#dropdown6{
	width:153px;
	position:absolute;
	left:142px;
	top:402px;/* this sets the top of the flyout  */
	height:95px;
	z-index:8;
	visibility:hidden;
}
#dropdown7{
width:153px;
position:absolute;
left:142px;
top:434px;/* this sets the top of the flyout  */
height:95px;
z-index:5;
visibility:hidden;
}
#dropdown8{
	width:153px;
	position:absolute;
	left:142px;
	top:466px;/* this sets the top of the flyout  */
	height:95px;
	z-index:9;
	visibility:hidden;
}
.footer {
	color: #316393;
	text-decoration: underline;
}

.footer a:hover {
color: #424F66; 
text-decoration:underline;
}
#pagedate {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #00599D;
	text-align: center;
}
