﻿*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	font: normal 12px Arial,Helvetica,sans-serif;
}

h1 {
    padding: 92px 0 0 0;
    overflow: hidden;
    background-image: url("/img/header.jpg");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:92px;
}

h2
{
	padding-left: 10px;
	font-size: 14px;
	width:488px;
	height: 27px;
	background: #0d4d90 url("/img/content-header-bg.png");
	color: #ffc000;
	margin-left: 10px;
}

#hometitle
{
	margin: 0 0 10px 14px;
    padding: 87px 0 0 0;
    overflow: hidden;
    background-image: url("/img/welcome-banner.jpg");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:87px;
}

.breadcrumb
{
	height: 22px; /* This is the height we wan't on our breadcrumb */
	width: 642px;
	padding: 0 0 0 8px;
	background: #0d4d90 url("/img/bread-bg.png");
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
}

.breadcrumb li
{
	float: left;
	display: inline;
	margin-right: 4px;
}

.breadcrumb li a
{
	padding-right: 10px;
	color: White;
}

#container
{
	margin-top: 10px;
	width: 652px;
	background: white url("/img/bg.png") repeat-y;
}

#menucontainer
{
	float:left;
}

#menucontainer ul
{
	width:135px;
	background: #001429 url("/img/nav-bg.png");
	margin-bottom: 10px;
}

#menucontainer li
{
	padding-top: 5px;
}

#menucontainer ul li a
{
	color: white;
	padding: 5px;
}

h3
{
	padding-left: 10px;
	font-size: 14px;
	width:125px;
	height: 18px;
	background: #0d4d90 url("/img/h3-bg.png");
	color: #ffc000;
}

#content
{
	width:517px;
	float:right;
}

#content p
{
	margin-left: 10px;
	padding: 10px 5px 30px 5px;
	width: 488px;
	background: #edf3fb url("/img/club-bg.png") repeat-x;
}

.clubcontainer
{
	margin: 0 0 15px 8px;
	width: 161px;
	float: left;
}

.clubcontainer h4
{
	padding-left: 10px;
	width: 151px;
	height: 19px;
	font-size: 12px;
	background: #00499d url("/img/h4-bg.png");
}

.clubcontainer h4 a
{
	color: white;
}

.clubcontainer ul
{
	list-style: none;
	padding: 0 0 10px 5px;
	width: 156px;
	height: 59px;
	background: #edf3fb url("/img/club-bg.png") repeat-x;
}

#footer
{
	text-align: center;
	clear:left;
	width:642px;
	margin-left: 125px ;
}

br
{
	height: 10px;
}

#navclubs
{
	height: 473px;
}