/* GLOBAL
------------------------------*/
body {
	text-align: center;
	margin:0;
	padding:0;
	background: #fff url('../images/global/background.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {color: #900;}

a:hover {color: #c00;}

a:visited {color: #933;}

.Clear{
	clear: both;
	font-size: 1px;
	height: 1px;
}

.Hidden {
	 position:absolute; 
	 left:-5000px; 
} 
 
h1, h2  {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
}

h1 {
	margin-top: 0;
	font-size: 1.3em;
}

h2 {
	margin: 10px 0 22px 0;
	font-size: 1.1em;
}

p, h3, li {font-size: 0.8em;}

h4 {
	color: #996;
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

p {line-height:  1.8em;}

ul {
	margin: 0; 
	padding:0;
	list-style: none;
}


li {
	margin-bottom: 20px;
	padding-left: 15px;
	background: url('../images/global/bullet.gif') no-repeat 0px 6px;
}


ol {margin-left: 25px;}

ol li {
	padding-left: 0;
	background: none;
}

.Warning {color: #c00;}

.FloatLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

.LinkWithBlueArrow {
	padding: 0 0 0 8px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background: url(../images/global/blue_arrow.gif) no-repeat 0px 5px;
}

.Void {/*lets IE5 recover from the hack*/}

.Top {margin-top: 0 !important;}

img {border:0;}

/* Hacks
----------------------------------------------- */
.IEVariousHack {
	position: relative;
}

.IEDoubleMarginHack {
	display: inline;
}


/* Hides from IE5-mac \*/
* html .HollyHack {height: 1%;}
/* End hide from IE5-mac */



/* NAV
------------------------------*/
/*----------- Top Nav -----------*/
#MainNav {background-color :#300;}

#MainNav ul {
	list-style: none;
	margin: 0;
	padding:0;
	height: 20px; /*note: specifying any height makes the ul pick up the height of it's contents, except NN6*/	
}

#MainNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#MainNav ul li a, #MainNav ul li span  {
	float: left;
	padding: 4px 33px;
	text-decoration: none;
	color: #fff;
	border-right: 1px #8d7070 solid;
}


#MainNav ul li a:hover, #MainNav ul li span  {
	background-color: #6e4a37;
	/*the next two definitions make the nav element cover the border of the one on the left*/
	border-right: none;
	padding-left: 34px;
	padding-right: 34px;
	margin-left: -1px;
	
}

#MainNav ul li.Current span, #MainNav ul li.Current a {background-color: #89624e;} 

#MainNav ul li.Last a, #MainNav ul li.Last span  {border: none;}


/* LISTS
------------------------------*/
li {font-size: 0.8em;}

/* INPUT
------------------------------*/

/* CONTAINERS
------------------------------*/

/*------ page Container ------*/
#PageContainer {
	width: 788px;
	margin: 0px auto;
	text-align: left;
}

.TopShadow {
	background: url('../images/global/dropshadow_top.png') bottom no-repeat;
	height: 7px;
	margin-top: 8px;
}	

.MiddleShadow {
	background: url('../images/global/dropshadow_middle.png') repeat-y;
	padding: 0 9px 0 9px;
}	

.BottomShadow {
	background: url('../images/global/dropshadow_bottom.png') top no-repeat;
	height: 10px;
}	

#Logo {	
	position: relative;
	background: url('../images/global/top_background.jpg') no-repeat top left;
	height: 115px;
}

#Logo img {
	position: absolute;
	top: 12px;
	left: 319px;
}


#ColumnContainer {
	background: url(../images/global/dot.gif) 510px repeat-y;	
}

.SingleColumn #ColumnContainer {background: none;}

#MainArea {padding-top: 30px;}

#MainColumn {
	float: left;
	margin-left: 36px;
	width: 450px;
}

.SingleColumn #MainColumn {
	width: 700px;
}

#SideBar {
	float: right;
	width: 221px;
	padding: 0;
	margin-right: 32px;
	background-color: #f5f1eb;
	border-top: 3px #630 solid;
}

#SideBar h2,  #SideBar h3, #SideBar p, #SideBar ul {
	margin-left: 8px;
	margin-right: 8px;
}

#SideBar p, #SideBar li, #SideBar h3 {font-size: 0.7em;}

#SideBar p {line-height:  1.4em;}

#SideBar .HLboxShadow {
	padding: 0 5px 6px 0;
	background: url(../images/global/sidebar_shadow.gif) no-repeat bottom right;
}

#SideBar .HighLightBox {border: 1px #c6c6c6 solid;}

#SideBar .HighLightBox img {margin: 6px 6px 0 6px;}

#SideBar .HighLightBox ul {
	margin: 6px;
	padding: 1px 0 1px 0;
	background: url(../images/global/brown_fade.gif) repeat-y left;
}

#SideBar .HighLightBox  li {
	margin: 7px 22px 7px 7px;
	background-image: url(../images/global/blue_arrow.gif);
}

#Home #SideBar .HighLightBox  li {margin: 15px 22px 15px 7px;}

#SideBar .HighLightBox li a {font-weight: bold;}

/*----- Footer -----*/
#Footer {
	padding: 12px 0 12px 0;
	margin: 40px 36px 0px 36px;
	font-size: 0.7em;
}

#Footer,  #Footer a {color: #666;}

/* MISCELLANEOUS
------------------------------*/

/* PAGE SPECIFIC
------------------------------*/

/* Survey
------------------------------*/

.SurveyTable  td{
	font-size: 0.75em;
	vertical-align: top;
	padding-bottom: 18px;
}

.SurveyTable td .Comment {font-size: 80%;	}

.SurveyTable td.SubQuestion {padding-left: 15px;}


/* Homepage
------------------------------*/

#Home #ColumnContainer {background: none;}
		
#Home h1 {line-height: 29px;}

.HomeHighlight {
	background: url('images/homepage/highlight_fade.gif') repeat-x;
	float: left;
	width: 235px;
	margin-right: 17px;
	border: 1px #ccc solid;
	min-height: 450px;
}

.HomeHighlight p, .HomeHighlight li {
	font-size: 0.7em;
	margin-bottom: 4px;
}

.HomeHighlight p, .HomeHighlight li, .HomeHighlight h2 {
	margin-left: 10px;
	margin-right: 3px;
}

.HomeHighlight img.TitlePic {border-bottom: 3px #630 solid;}


#Home #MainColumn {
	margin-left: 22px;
	width: 495px;
}

#Home #SideBar {
	margin-right: 20px;
	min-height: 587px;
}		

#Home #SideBar h2.SecondaryTitle {
	padding: 15px 0 0 11px;
	border-top: 4px #fff solid;
	margin: 0 0 0 0;
}

.ArrowLink {
	position: relative;
	top: 1px;
	left: 4px;
}

#Home #SideBar .HighlightLink {
	background-color: #e6ddd2;
	padding: 6px 8px 6px 8px;
}

/* Fulham Football Club
------------------------------*/

#FFC_Logo {	
	position: relative;
	background-color: #fff;
	height: 136px;
}

#FFC_Logo img,  #FFC_Logo p {position: absolute;}

#FFC_Logo #FFC {
	left: 21px;
	top: 6px;
}
/*
#FFC_Logo #BA {
	left: 348px;
	top: 21px;
}

#FFC_Logo p {
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	width: 245px;
	left: 505px;
	top: 24px;
}
*/

