@charset "UTF-8";
/* CSS Document */

/* CSS reset section*/
body,h1,h2,h3,h4,h5,h6,ul,ol,li,td.form {
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}


/* end of reset code */

/* main layout section*/
body {
	background-color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1, .PageHeader {
	font-size: medium;
	font-weight: bold;
}

p {
	margin-top: 0px;
}

p, td {
	font-size: small;
}

#wrapper {
	background-color:#fff;
	width:970px;
	height:870px;
	text-align:left;
	margin:20px auto;
	padding:1px;
	position:relative;
	font-size:small;
}

#main_table {
	background-color:#fff;
	text-align:left;
	position:relative;
	font-size:small;
	border: 1px solid white;
}

#header {
	height:170px;
}


li {
	display:inline;
}





#home {
	width:97px;
	background-image:url(/images/navButtons/home.gif);
	
}
#news {
	width:97px;
	background-image:url(/images/navButtons/news.gif);
	
}
#fixtures {
	width:97px;
	background-image:url(/images/navButtons/fixtures.gif);
	
}
#team {
	width:97px;
	background-image:url(/images/navButtons/team.gif);
	
}
#management {
	width:97px;
	background-image:url(/images/navButtons/management.gif);
	
}
#youth {
	width:97px;
	background-image:url(/images/navButtons/youth.gif);
	
}
#supporters {
	width:97px;
	background-image:url(/images/navButtons/supporters.gif);
	
}

#gallery {
	width:97px;
	background-image:url(/images/navButtons/gallery.gif);
	
}
#contactUs {
	width:97px;
	background-image:url(/images/navButtons/contactUs.gif);
	
}
#aboutUs {
	width:97px;
	background-image:url(/images/navButtons/aboutUs.gif);
	
}
#navigation a {
	display:block;
	float:left;
	height:30px;
}
#navigation span {
	display:none; /* This hides the actual text of the button */
}
#navigation a:hover { /* a:hover is a rollover on a link */
	background-position:0 -30px;
}
#navigation .current {
	background-position:0 -60px;
}



#leftColumn {
	width:170px;
	height:300px;
	float:left;
	background-color:#cc0000;
	margin:0px;

}
#middleLeftColumn {
	width:170px;
	height:120px;
	float:left;
	background-color:#000;
	background-repeat:no-repeat;
	background-image:url(/images/sponsors.gif);
	
	left:1px;
	top:471px;
	position:absolute;

}
#lowerLeftColumn {
	width:170px;
	height:250px;
	float:left;
	background-color:#555;
	
	left:1px;
	top:591px;
	position:absolute;
}
#bottomLeftColumn {
	width:170px;
	height:300px;
	float:left;
	background-color:#999;
}

#rightColumn {
	width:270px;
	height:300px;
	float:right;
	background-color:#000;
}
#middleRightColumn {
	width:270px;
	height:250px;
	float:right;
	background-color:#777;
}
#lowerRightColumn {
	width:270px;
	height:120px;
	float:right;
	background-color:#000;

	
	left:701px;
	top:721px;
	position:absolute;
	
}
#mainColumn {
	background-color:#ccc;
	height:300px;
	width:530px;
	float:left;
}
#middleMainColumn {
	background-color:#fff;
	height:250px;
	width:530px;
	float:left;
}
#lowerMainColumnLeft {
	background-color:#123;
	height:120px;
	width:800px;
	float:left;
	
	left:171px;
	top:721px;
	position:absolute;
}
#footer {
	clear:both;
	height:29px;
	width:970px;
	background-color:#000;
	
	left:1px;
	top:842px;
	position:absolute;
}

/* end of main layout section*/

/* Type */

h2 {
	color:#FFF;
	text-transform:uppercase;
	line-height:30px;
	font-size:small;

}

.table h2 {
	color:#FFF;
	text-transform:uppercase;
	line-height:30px;
	font-size:medium

}


#leftNav {
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	height: 300px;
}
#leftNav a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	
}
#leftNav a:hover {
	color:#000;

}

#leftNav li {
	display:block;
	line-height:14px; /* Best applied to block level elements rather than inline */
}

#rightType {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;

}

#newsType {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	

}

.newsType a {
	color:#cc0000;
	text-decoration:none;
	font-size:small;

}


.newsType a:hover {
	color:#000;

}

#rightNavType {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#fff;
	float: right;
	width: 270px;
	height: 120px;
	background-color: black;

}
.red, .red a{
	color:#f00;
	font-size:small;
}
.red a:hover {
	color:#fff
}

#tableType {
	float:left;
	line-height:18px;
	font-size:small;

}


#footerType {
	color:#777;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height:29px;

}

/* News Page */



#newsMainImage {
	left:181px;
	top:211px;
	position:absolute;
}
#newsImage2 {
	left:180px;
	top:433px;
	position:absolute;
}
#newsBorder {
	
	border-bottom:2px solid #ccc;
	width:510px;
	
	left:181px;
	top:421px;
	position:absolute;
}



#newsMainType {
	font-size:x-small;
	margin-left:270px;
	text-decoration:none;

}
.newsMainType a {
	color:#cc0000;
	font-size:medium;

}


.newsMainType a:hover {
	color:#000;

}
#mainNewsColumn {
	background-color:#fff;
	height:550px;
	width:530px;
	float:left;
}

#middleMainNewsColumn {
	background-color:#fff;
	height:250px;
	width:530px;
	float:left;
	border-top:1px solid #ccc;
}
#newsColumn2 {
	background-color:#fff;
	height:105px;
	width:510px;
	float:left;
	border-top:1px solid #ccc;
	margin-left:10px;

}

#newsColumn2 h3, #newsColumn3 h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	text-decoration:none;
	color:#cc0000;
	font-size:x-small;
	padding-top:8px;
	padding-bottom:4px;
	margin-right:160px;

}
#newsColumn2 p, #newsColumn3 p {
	font-size:x-small;
	margin-left:10px;
	margin-right:160px;

}

#newsImage2 {
	left:545px;
	top:431px;
	position:absolute;

}
#newsImage3 {
	left:545px;
	top:538px;
	position:absolute;

}

#newsColumn3 {
	background-color:#fff;
	height:105px;
	width:510px;
	float:left;
	border-top:1px solid #ccc;
	margin-left:10px;
}
#newsColumn4 {
	background-color:#fff;
	height:95px;
	width:510px;
	float:left;
	border-top:1px solid #ccc;
	margin-left:10px;

}

#middleMainNewsColumn h3  {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:270px;
	text-decoration:none;
	color:#cc0000;
	font-size:medium;
	padding-bottom:5px;

}
h4  {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:270px;
	text-decoration:none;
	color:#000;
	font-size:x-small;

}

#middleMainNewsColumn p {
	font-size:x-small;
	margin-left:270px;
	margin-right:10px;

}

#rightColumnNews {
	width:270px;
	height:670px;
	float:right;
	background-color:#CCCCCC;
}



#newsTable {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-weight:bold;
	color:#cc0000
}

.newsTable a {
	color:#cc0000;
	font-size:small;
}
.newsTable a:hover {
	color:#000
}

#sponsorshipArea {
background-color:#fff;
height:670px;
width:800px;
float:left;
}

#sponsorshipArea p {
font-size:x-small;
text-align:center;
line-height:15px;
}

#sponsorshipArea a {
text-align:center;
color:#CC0000;
text-decoration:none;
}

#sponsorshipArea a:hover {
color:#000;
}

/* Fixtures page */

#mainColumnFix {
	background-color:#e8e8e8;
	height:100px;
	width:530px;
	float:left;
}
#middleMainColumnFix {
	background-color:#e8e8e8;
	height:480px;
	width:530px;
	float:left;
}

#mainColumnFix p {
	font-size:x-small;
	padding:0px 10px;


}

#mainColumnFix h3 {
	padding:10px;
	font-size:small;

}


#teamArea {
	background-color:#fff;
	height:550px;
	width:800px;
	float:left;
}
#teamArea p {
	font-size:x-small;
	text-align:center;
	line-height:15px;
	}

#teamArea a {
	text-align:center;
	color:#CC0000;
	text-decoration:none;
	}
#teamArea a:hover {
	color:#000;
}

#body_div_nomargin {
	overflow: hidden;
}


#body_div_withmargin {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 780px;
	/* height:530px;
	left:171px;
	top:173px;
	position:absolute;
	overflow-x:hidden;
  overflow-y:auto; */
}

#body_div_nomargin_with_scrolling {
	height: 550px;
	overflow-x:hidden;
  overflow-y:auto;
}

#admin_div {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 780px;
}

.lowerRightCell {
	height: 120px;
	padding: 20px;
}

/* Legacy styles below */

a:link {
  color: #C00000;
  text-decoration: none;
}

a:visited {
  color: #C00000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.table_header_2 {
  padding: 4px;
	font-size: small;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C00000;
}

.table_cell_1 {
  padding: 4px;
	font-size: x-small;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #E2E2E2;
}

.table_cell_2 {
  padding: 4px;
	font-size: x-small;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C0C0C0;
}

.list1 {
	font-size: small;
	font-weight: bold;
	display: block;
}

.breadcrumbs {
	font-size: x-small;
	color: #666666;
}

a.breadcrumbs:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.breadcrumbs:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.breadcrumbs:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.editor_body {
	background-color: white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

.news_headline {
	font-weight: bold;
}

.news_article, .globalText {
	font-size: small;
}

.main_style1 {
	background-color: #cc0000;
}
.main_style2 {
	font-size: 1.2em
}
.main_style3 {
	color: #f00;
	font-size: small;
	text-align: left;
}
.main_style4 {
	text-align: left;
}
.main_style5 {
	background-color: #000000;
	text-align: center;
	color: #808080;
	font-size: x-small;
}
.main_style6 {
	padding: 20px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

.inner_content {
	padding: 10px;
}