/* CSS Document */

/*
L FILES
Secondary Layout styles
Created	08/08/06 WNPsaila
Last Modified 13/08/08 WNPsaila

*/


/* H1 Styles */

#h1_header {
	float: left;
	width: 990px;
	height: 58px;
	margin: 3px 0 0 0;
	padding: 0;
}


#h1_header h1 {
	display: block;
	width: 990px;
	height: 58px;
	margin: 0;
	padding: 0;
}

#h1_header h1.contact {
	background: url(../images/h1_contact.gif) 0 0 no-repeat;
}

#h1_header h1.squad {
	background: url(../images/h1_squad.gif) 0 0 no-repeat;
}

#h1_header h1.season {
	background: url(../images/h1_season.gif) 0 0 no-repeat;
}

#h1_header h1.forum {
	background: url(../images/h1_forum.gif) 0 0 no-repeat;
}

#h1_header h1.history {
	background: url(../images/h1_history.gif) 0 0 no-repeat;
}

#h1_header h1.latestnews {
	background: url(../images/h1_latestnews.gif) 0 0 no-repeat;
}

#h1_header h1.mlsa {
	background: url(../images/h1_mlsa.gif) 0 0 no-repeat;
}

#h1_header h1.features {
	background: url(../images/h1_features.gif) 0 0 no-repeat;
}

#h1_header h1.blank {
	background: url(../images/h1_blank.gif) 0 0 no-repeat;
}


#h1_header h1 span {
	display: none;
}

/* LEFT HAND COLUMN & SUBNAV */

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

#left li a {
	display: block;
	width: 156px; /* less padding */
	margin: 0;
	padding: 5px 10px 5px 16px;
	color: #ffae00;
	text-decoration: none;
	border-bottom: 1px solid #dc1c1c;
}

#left li a:hover,
#left li a:active {
	color: #fff;
	background: #ffae00;
}