/*--------------------------
	general
----------------------------*/
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background: #ededed;
	color: #000;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

.clearboth {
	clear:both;
}



/*--------------------------
	site containers
----------------------------*/
#wrapper {
	font-size: 70%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width:980px;
	padding:20px 0;
}

#header {
	background: #fff url(images/site/topcurve.gif) no-repeat top;
	float:left;
	margin:0;
	padding: 0;
	width:980px;
	font-size: 91.75%;
	height:200px;
}
html>* #header {
	height:auto;
	min-height:200px;
}

#branding {
	float:left;
	width:200px;
	margin:0;
}

#navigation {
	width:760px;
	float:left;
	margin:0;
	padding:0;
}

#bodywrapper {
	width:980px;
	float:left;
	clear:both;
	margin:0;
	padding:20px 0 0 0;
	background: #fff;
	line-height:1.5em;
}

#content {
	float:left;
	width:700px;
	padding:0;
	margin:0;
}

#content_cal {
	float:left;
	width:970px;
	padding:0;
	margin:0;
}



/*--------------------------
	footer
----------------------------*/
#footer {
	float:left;
	width:980px;
	clear:both;
	margin:0;
	padding:20px 0 0 0;
	background: url(images/site/bottomcurve.gif) no-repeat bottom #fff;
	color:#000;
	height:100px;
}

html>* #footer {
	height:auto;
	min-height:100px;
}
	#footer .leftfooter {
		float:left;
		width:205px;
		margin:15px 0 0 30px;
	}
	#footer .rightfooter {
		float:right;
		width:205px;
		margin:15px 25px 0 0;
	}
		#footer .rightfooter p a, #footer .rightfooter p a:link, #footer .rightfooter p a:visited {
			color:#000;
			text-decoration:underline;
		}
		#footer .rightfooter p a:hover, #footer .rightfooter p a:focus, #footer .rightfooter p a:active {
			color:#000;
			text-decoration:none;
		}



/*--------------------------
	columns
----------------------------*/

.onecol, .twocol, .threecol {
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

.onecol {
	width:220px;
}

.twocol {
	width:460px;
	padding:5px 0 5px 0;
}

.threecol {
	width:700px;
}




/*--------------------------
	margins
----------------------------*/
.margintop10 {
	margin-top:10px;
}
.margintop20 {
	margin-top:20px;
}
.margintop30 {
	margin-top:30px;
}

.marginright10 {
	margin-right:10px;
}
.marginright20 {
	margin-right:20px;
}
.marginright30 {
	margin-right:30px;
}

.marginbottom10 {
	margin-bottom:10px;
}
.marginbottom20 {
	margin-bottom:20px;
}
.marginbottom30 {
	margin-bottom:30px;
}

.marginleft20 {
	margin-left:10px;
}
html>body .marginleft20 {
	margin-left:20px;
}




/*--------------------------
	padding
----------------------------*/
.paddinground10 {
	padding:10px;
}
.paddingnotop10 {
	padding:0 10px 10px 10px;
}

.paddingnotophigh {
	padding-top:45px;
}

.paddingnotophigher {
	padding-top:65px;
}


/*--------------------------
	min-heights
----------------------------*/
.minheight150 {
	height:150px;
}
html > body .minheight150 {
	height:auto;
	min-height:150px;
}

.minheight200 {
	height:200px;
}
html > body .minheight200 {
	height:auto;
	min-height:200px;
}




/*--------------------------
	navigation
----------------------------*/
#navigation img {
	margin:0 0 0 60px;
}

#navigation ul {
	font-size: 115%;
	font-weight: bold;
	list-style-type:none;
	margin: 5px 0 20px 60px;
 	padding: 0;
	float:left;
	padding:0 20px 0 0;
}
	#navigation ul li {
		color: #fff;
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		white-space:nowrap;
	}
	#navigation ul li a, #navigation ul li a:visited {
		background: #ff9648 url(images/site/bg_nav.gif) bottom left repeat-x;
		/*border-left: 1px solid #ffc600; */
		color: #fff;
		float: left;
		padding: 10px 18px;
		text-decoration: none;
	}
	#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
		background: #ff6c00;
		color: #fff;
		float: left;
		text-decoration: none;
		border-bottom:1px solid #fff;
	}
	#navigation ul li a.lit, #navigation ul li a.lit:visited {
		background: #fff url(images/site/bg_nav_lit.gif) bottom left repeat-x;
		color: #000;
		float:left;
		margin:0;
		padding: 10px 18px 18px 18px;
		position:relative;
		border-bottom: none;
		text-decoration: none;
	}




/*--------------------------
	sub navigation
----------------------------*/
	ul#subnavigation {
		list-style:none;
		margin:67px 0 0 0;
		padding:0;
		float:left;
		width:220px;
	}
		ul#subnavigation li {
			margin:0 0 1px 0;
			display:inline;
		}
			ul#subnavigation li a, ul#subnavigation li a:link, ul#subnavigation li a:visited  {
				display:block;
				color:#000;
				text-decoration:none;
				padding:5px;
				margin:0 0 1px 0;
				background:#ffc600;
			}
			ul#subnavigation li a:hover, ul#subnavigation li a:focus, ul#subnavigation li a:active {
				background:#ff6c00;
			}
				ul#subnavigation li a.lit, ul#subnavigation li a.lit:link, ul#subnavigation li a.lit:visited  {
					background:#ff6c00;
				}
				ul#subnavigation li a.lit:hover, ul#subnavigation li a.lit:focus, ul#subnavigation li a.lit:active  {
					background:#ff6c00;
				}
			


/*--------------------------
	links
----------------------------*/
a, a:link, a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover, a:focus, a:active {
	text-decoration:none;
	color:#000;
}



/*--------------------------
	typography
----------------------------*/
h1 {
	padding:20px 0 30px 0;
	color:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:260%;
	font-weight:bold;
}

h2 {
	font-size:160%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
}	

h3 {
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 0 10px 0;
	font-weight:bold;
}

p {
	margin:0 0 10px 0;
}

p.date {
	color:#666;
}
p.result {
	font-size:110%;
	font-weight:bold;
	margin-bottom:100px;
}

#header p.heading {
	padding:20px 0 19px 20px;
	color:#fff;
	width:400px;
	font-size:260%;
	line-height:1.3em;
}

#subnavigation h2 {
	font-size:160%;
	margin:0 0 10px 0;
}

#subnavigation p {
	font-size:100%;
}


ul.fixtures {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}
	ul.fixtures li {
		color:#666;
		margin:0 0 5px 0;
	}
	ul.fixtures li span {
		color:#000;
		font-size:110%;
		font-weight:bold;
	}
	
ul.nopad {
	margin:0 0 10px 15px;
	padding:0;
	list-style-type:square;
}

span.position {
	color:#666;
	margin-bottom:5px;
}


/*--------------------------
	tables
----------------------------*/
table.leaguetable {
	text-align:right;
}
	table.leaguetable th.left {
		text-align:left;
	}
	table.leaguetable tr.headerhighlight th {
		background:#ffc600;
		border-bottom:1px solid #ff6c00;
		border-top:1px solid #ff6c00;
	}
	table.leaguetable tr.highlight th, table.leaguetable tr.highlight td {
		background:#ededed;
		border-bottom:1px solid #ff6c00;
		border-top:1px solid #ff6c00;
	}
	table.leaguetable th, td {
		padding:5px 10px;
	}




/*--------------------------
	forms
----------------------------*/

form {
	margin:0;
	padding:0;
}

form.contact fieldset {
	border:none;
	margin:0;
	padding:0;
}

form.contact label, form.contact input, form.contact textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

form.contact label {
	text-align: left;
	font-weight:bold;
}

form.contact input.submit {
	color: #fff;
	background: #ff6c00;
	border: none;
	padding:5px;
	width:75px;
	font-weight:bold;
	cursor:pointer;
}



/*--------------------------
	backgrounds
----------------------------*/
.greybg {
	background: url(images/site/greybg.gif) repeat-x top;
	height:200px;
}

html>* .greybg {
	height:auto;
	min-height:200px;
}
	.greybg h2 {
		padding:10px;
		line-height:1.1em;
	}
	.greybg p {
		padding:0 10px 0 10px;
	}

.goldbg {
	background: url(images/site/goldbg.gif) repeat-x top;
	height:200px;
}
html>* .goldbg {
	height:auto;
	min-height:200px;
}
	.goldbg h2 {
		padding:10px;
		line-height:1.1em;
	}
	.goldbg p {
		padding:0 10px 0 10px;
	}

.orangebg {
	background: url(images/site/orangebg.gif) repeat-x top;
	height:200px;
}
html>* .orangebg {
	height:auto;
	min-height:200px;
}
	.orangebg h2 {
		padding:10px;
		line-height:1.1em;
	}
	.orangebg p {
		padding:0 10px 0 10px;
	}

.greyblock {
	background:url(images/site/greybg.gif) repeat-x top;
/*	border-top:2px solid #000;*/
	height:250px;
}
html>* .greyblock {
	height:auto;
	min-height:250px;
}
	.greyblock h2 {
		padding:10px;
		line-height:1.1em;
	}
	.greyblock p {
		padding:0 10px 0 10px;
	}
	
	
.goldblock {
	background:url(images/site/goldbg.gif) repeat-x top;
/*	border-top:2px solid #000;*/
	height:250px;
}
html>* .goldblock {
	height:auto;
	min-height:250px;
}
	.goldblock h2 {
		padding:10px;
		line-height:1.1em;
	}
	.goldblock p {
		padding:0 10px 0 10px;
	}
