/* Main CSS Document */

body {
background-color: #5D89D5;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFF;
margin: 0px;
padding: 0px;
background-position: top;
background-repeat: no-repeat;
}


/*Backgrounds*/

#home {
background-image: url(../images/backgrounds/home.jpg);
background-repeat: repeat;
}

#latestnews {
background-image: url(../images/backgrounds/latestnews.jpg);
background-repeat: repeat;
}

#about {
background-image: url(../images/backgrounds/about.jpg);
background-repeat: repeat;
}

#fixtures {
background-image: url(../images/backgrounds/fixtures.jpg);
background-repeat: repeat;
}

#results {
background-image: url(../images/backgrounds/results.jpg);
background-repeat: repeat;
}

#gallery {
background-image: url(../images/backgrounds/gallery.jpg);
background-repeat: repeat;
}

#contact {
background-image: url(../images/backgrounds/contact.jpg);
background-repeat: repeat;
}

#container {
width: 900px;
margin-left:auto;
margin-right:auto;
}

#maintitle {
margin-top: 10px;
background-color:#FF0000;
padding:0px 10px 0px 10px;
opacity: 0.8;filter:alpha(opacity=70);
float: left;
}

#maincontent {
width: 620px;
margin-top: 10px;
padding:10px;
background-color:#FF0000;
opacity: 0.8;filter:alpha(opacity=70);
float: left;
}

#calendarcontent {
width: 800px;
background-color:#FF0000;
opacity: 0.8;filter:alpha(opacity=70);
float: left;
}

#homeimages {
width: 640px;
margin-top: 10px;
padding:0px;
background-color:#FF0000;
float: left;
}

#sidecontent {
width: 240px;
padding: 0px;
margin-top: 10px;
float: right;
}

.clear
{
clear: both;
}

#logo {
width: 900px;
height: 220px;
}



.contactname
{
margin-top: 20px;
float:left;
width: 200px;
}

.contactaddress
{
margin-top: 20px;
float:left;
width: 200px;
}

.contactnumber
{
margin-top: 20px;
float:right;
width: 220px;
}



.results1
{
margin-top: 20px;
float:left;
width: 100px;
}

.results2
{
margin-top: 20px;
float:left;
width: 200px;
}

.results3
{
margin-top: 20px;
float:right;
width: 320px;
}


/* Test Gallery */


#pictures img {
	margin: 8px 8px;
	}

.menu {
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	float: left;
	position: relative;
	text-align: center;
}



.newsbar01 {
width: 220px;
margin: 0px 0px 10px 0px;
background-color:#FF0000;
padding:0px 10px 0px 10px;
opacity: 0.8;filter:alpha(opacity=70);
}

.newsbar02 {
width: 220px;
margin: 0px 0px 10px 0px;
background-color:#FFCC00;
padding:0px 10px 0px 10px;
opacity: 0.8;filter:alpha(opacity=70);
}

.newsbar03 {
width: 220px;
margin: 0px 0px 10px 0px;
background-color:#2560C7;
padding:0px 10px 0px 10px;
opacity: 0.8;filter:alpha(opacity=70);
}




.footer
{
margin-top: 20px;
width: 900px;
}




/* Navigation */

.nav
{
margin-top: 20px;
float: left;
}

.nav ul
{
margin: 0;
text-align: left;
}

.nav li
{
display: inline;
}



h1 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	color:#FFFF00;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	}
	
h3 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	}
	
h4 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	}
	
p {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	padding-left: 0px;
	padding-top: 0px;
	}

.footer h4
{
color:#FFFF00;
}



/* Lists */

ul
{
list-style: none;
padding-left: 0;
}


/*Links*/

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover
{
text-decoration: none;
color: #fff;
}

h3 a:link, h3 a:visited, h3 a:active
{
color: #FFFF00;
}

h3 a:hover
{
color: #fff;
}

p a:link, p a:visited, p a:active
{
text-decoration: underline;
color: #FFFF00;
}

p a:hover
{
color: #FFF;
}

.selected
{
font-size: 12px;
line-height: 1;
color: #fff;
text-decoration: underline;
font-weight:700;
text-transform: uppercase;
padding-right: 20px;
}

.nav li a:link
{
font-size: 12px;
line-height: 1;
color: #fff;
text-decoration: none;
font-weight:700;
text-transform: uppercase;
padding-right: 20px;
}

.nav li a:visited
{
font-size: 12px;
line-height: 1;
color: #fff;
text-decoration: none;
font-weight:700;
text-transform: uppercase;
padding-right: 20px;
}

.nav li a:active
{
font-size: 12px;
line-height: 1;
color: #fff;
text-decoration: none;
font-weight:700;
text-transform: uppercase;
padding-right: 20px;
}

.nav li a:hover
{
font-size: 12px;
line-height: 1;
color: #FFFF00;
text-decoration: none;
font-weight:700;
text-transform: uppercase;
padding-right: 20px;
}