@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #3B3B3B;
	font-size: 80%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333;
}

/* Clear Styles
--------------------------------------------------------------------------------------*/
.Clear:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.Clear
{
    display: inline-block;
}

html[xmlns] .Clear
{
    display: block;
}

* html .Clear
{
    height: 1%;
}

/* Header Styles
--------------------------------------------------------------------------------------*/
#Header {
	width: 960px;
	margin: 0px auto 0 auto;
	clear: both;
}
#Header #Menu {
	margin: -28px 0 0 -5px;
	width: 725px;
	float: left;
}
#Header #Menu .hMenu {
	float: left;
}
#Header #Menu .hMenu, #Header #Menu .hMenu:visited {
	color: #999;
	text-transform: uppercase;
	background-color: #414141;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	border-right: 1px solid #595959;
	word-spacing: -1px;
}
#Header #Menu .hMenu:hover {
	background-color: #000;
	color: #FFF;
	float: left;
}
#Header #Logo {
	padding: 15px 0 0 0;
}
/* Content Styles
--------------------------------------------------------------------------------------*/
#Content {
	width: 960px;
	background-color: #000000;
	border: 5px solid #666;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	clear: both;
}

/* Hot Gossip Styles
--------------------------------------------------------------------------------- */
#Content #HotGossip {
	width: 270px;
	margin: 0 0 0 10px;
	padding: 10px;
	background-image: url(../images/backgrounds/Home_Hot-Gossip.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
	background-color: #990000;
}
#Content #HotGossip .Title {
	float: right;
	clear: both;
	margin-bottom: 5px;
}
#Content #HotGossip .Click_For_More {
	margin-top: 10px;
}
#Content #HotGossip p {
	font-size: 95%;
	margin-bottom: 3px;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	clear: both;
}
#Content #HotGossip p strong {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #HotGossip p a:visited, #Content #HotGossip p a:link {
	clear: both;
	color: #FFF;
	text-decoration: none;
}
#Content #HotGossip p a:hover {
	text-decoration: underline;
}

/* Boring Details Styles
--------------------------------------------------------------------------------- */
#Content #BoringDetails {
	width: 270px;
	margin: 10px 0 0 10px;
	padding: 10px;
	float: left;
	background-color: #333;
}
#Content #BoringDetails ul {
	margin-top: 5px;
}
#Content #BoringDetails li {
	clear: both;
	margin: 0 10px 5px 20px;
	color: #999;
}
#Content #BoringDetails li strong {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #999;
}
#Content #BoringDetails ul li a:visited, #Content #BoringDetails ul li a:link {
	clear: both;
	color: #999;
	text-decoration: none;
}
#Content #BoringDetails ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* Footer Styles
--------------------------------------------------------------------------------------*/
#Content #Logos {
	width: 270px;
	margin: 10px 0 0 10px;
	padding: 10px;
	float: left;
	background-color: #000;
}

#Content #Logos .ClubsFirst {
	display: block;
	width: 270px;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(../images/Logo/Logo_ClubsFirst.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
}
#Content #Logos .ClubsFirst:hover {
	background-position: center -60px;
}
#Content #Logos .WestHockey {
	display: block;
	width: 270px;
	height: 78px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(../images/Logo/WestHockey.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	margin-top: 10px;
}
#Content #Logos .WestHockey:hover {
	background-position: center -78px;
}
#Content #Logos .N4 {
	display: block;
	width: 270px;
	height: 81px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(../images/Logo/N4.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	margin-top: 10px;
}
#Content #Logos .N4:hover {
	background-position: center -81px;
}

/* Footer Styles
--------------------------------------------------------------------------------------*/
#Footer {
	width: 960px;
	margin: 5px auto 0 auto;
}
#Footer .ClubsFirst {
	display: block;
	width: 176px;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(../images/Logo/Logo_ClubsFirst.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}
#Footer .ClubsFirst:hover {
	background-position: 0px -60px;
}
#Footer .Fasthosts {
	display: block;
	width: 160px;
	height: 40px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(http://media.fasthosts.co.uk/fasthosts-powered/badge_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}
#Footer .Administration {
	color: #999;
	text-decoration: none;
}
#Footer .Administration:hover {
	text-decoration: underline;
}

/* Picture Float Styles
--------------------------------------------------------------------------------------*/
.Float_Right_0-0-10-10_None {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
}
.Float_Left_0-10-10-0_None {
	float: left;
	margin: 0 10px 10px 0;
	border: 0;
}
.Float_Right_0-0-10-10_Black {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
}
.Float_Left_0-10-10-0_Black {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}
.Float_Right_0-0-10-10_Black_Pad5 {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #000;
}
.Float_Left_0-10-10-0_Black_Pad5 {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #000;
}
