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

body {
	margin-top: 70px;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #000000;
}

#wrapper {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	margin: 0 auto;
}

img {
	border: 0;
}

a, a:link, a:visited, a:active {
	color: #9a8a50;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#layout {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 150px;
	width: 998px;
	background-image: url(images/banner2.png);
	background-position: top;
}

#header a {
	display: block;
	height: 145px;
	width: 400px;
}

#navigation {
	height: 30px;
	position: relative;
	z-index: 10;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

#navigation a:hover, #navigation li.hover {
	background: #e4ddc5;
}

#navigation ul ul li a {
	font-size: 12px;
	font-weight: normal;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	height: 19px;
	float: left;
	width: 103px;
	padding: 7px 4px 4px 4px;
	list-style-type: none;
	text-align: center;
	position: relative;
}

#navigation ul ul {
	display: none;
	top: 30px;
	left: 0;
	position: absolute;
	padding: 0;
	list-style-type: none;
}

#navigation ul li li {
	height: auto;
	background: #beaf7c;
	width: 103px;
	float: left;
}

#content {
	background: #ffffff;
	padding: 10px;
	position: relative;
	min-height: 400px;
}

#mainLeft {
	width: 750px;
}

#mainRight {
	width: 220px;
	float: right;
	background-image: url(images/side-panel-bg.jpg);
	background-repeat: repeat-x;
	background-position: middle;
	text-align: center;
	padding-top: 10px;
}

h1 {
	margin: 10px 0 10px;	
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.teamHeader {
	padding: 10px 0;	
}

.seasonHeader {
	padding-top: 5px;	
}

.date {
	width: 120px;
}

.opponent {
	width: 130px;	
}

.loc {
	width: 140px;	
}

.result {
	width: 130px;
}

.row {
	height: 19px;
}

.day {
		width: 90px;
}

.col {
	float: left;
}

.moreInfo {
	display: none;	
	padding: 5px;
}

.indent {
	padding-left: 10px;	
}

.result .score {
	float:left;
	text-align:left;
	width:30px;
}
