/* --- 
Aurora Basketball League
Version 1.0
CSS by Brent Mills
Website by Wikwork Design Co.
www.wikwork.ca
--- */


/* --- PAGE SETUP --- */

* {
margin: 0 auto;
}

html {
	height: 100%;
	background: #ff7000 url(../images/bg.png) center top repeat-x;
	margin: 0px;
	padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	
}




/* --- READY!!! CLEAR!!! --- */

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}




/* --- CONTAINER FOR ENTIRE DOCUMENT CENTERED ON PAGE --- */
		
#container {
	width: 800px;
	margin: 0px auto; /* Centers container on page horizontally */
}

#columncontainer {
	clear: both;
	width: 800px;
	background: #afd3df url(../images/columnbg.png) center top repeat-x;
}

#headersml {
	width: 800px;
	height: 13px;
	background: url(../images/headersml.png);
}

#header {
	width: 800px;
	height: 173px;
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(../images/logo.png);
}




/* --- NAVIGATION --- */

#navtop {
	width: 800px;
	padding-top: 13px;
	background-color: #1c0a7e;
}

#nav {
	clear: both;
	width: 800px;
	height: 33px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav a {
	float: left;
	margin: 0px;
	padding: 33px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_home a {
	width: 87px;
	background: url("../images/nav.png") no-repeat 0 0;
}

#nav_home a:hover {
	background: url("../images/nav.png") no-repeat 0 -33px;
}

#nav_about a {
	width: 96px;
	background: url("../images/nav.png") no-repeat -88px 0;
}

#nav_about a:hover {
	background: url("../images/nav.png") no-repeat -88px -33px;
}

#nav_games a {
	width: 96px;
	background: url("../images/nav.png") no-repeat -184px 0;
}

#nav_games a:hover {
	background: url("../images/nav.png") no-repeat -184px -33px;
}

#nav_practices a {
	width: 135px;
	background: url("../images/nav.png") no-repeat -280px 0;
}

#nav_practices a:hover {
	background: url("../images/nav.png") no-repeat -280px -33px;
}

#nav_special a {
	width: 181px;
	background: url("../images/nav.png") no-repeat -415px 0;
}

#nav_special a:hover {
	background: url("../images/nav.png") no-repeat -415px -33px;
}

#nav_faq a {
	width: 87px;
	background: url("../images/nav.png") no-repeat -596px 0;
}

#nav_faq a:hover {
	background: url("../images/nav.png") no-repeat -596px -33px;
}

#nav_contact a {
	width: 118px;
	background: url("../images/nav.png") no-repeat -682px 0;
}

#nav_contact a:hover {
	background: url("../images/nav.png") no-repeat -682px -33px;
}




/* --- SECONDARY NAVIGATION --- */

#navwhite {
	width: 218px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}

#navside1 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside1 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side1 a {
	width: 218px;
	background: url("../images/about-nav-1.png") no-repeat 0 0;
}

#nav_side1 a:hover {
	background: url("../images/about-nav-1.png") no-repeat 0 -40px;
}

#navside2 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside2 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side2 a {
	width: 218px;
	background: url("../images/about-nav-2.png") no-repeat 0 0;
}

#nav_side2 a:hover {
	background: url("../images/about-nav-2.png") no-repeat 0 -40px;
}

#navside3 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside3 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside3 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side3 a {
	width: 218px;
	background: url("../images/about-nav-3.png") no-repeat 0 0;
}

#nav_side3 a:hover {
	background: url("../images/about-nav-3.png") no-repeat 0 -40px;
}

#navside4 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside4 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside4 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side4 a {
	width: 218px;
	background: url("../images/about-nav-4.png") no-repeat 0 0;
}

#nav_side4 a:hover {
	background: url("../images/about-nav-4.png") no-repeat 0 -40px;
}

#navside5 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside5 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside5 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side5 a {
	width: 218px;
	background: url("../images/about-nav-5.png") no-repeat 0 0;
}

#nav_side5 a:hover {
	background: url("../images/about-nav-5.png") no-repeat 0 -40px;
}

#navside6 {
	clear: both;
	width: 218px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#navside6 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navside6 a {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
}

#nav_side6 a {
	width: 218px;
	background: url("../images/about-nav-6.png") no-repeat 0 0;
}

#nav_side6 a:hover {
	background: url("../images/about-nav-6.png") no-repeat 0 -40px;
}




/* --- LEFT COLUMN --- */
	
#content {
	float: left;
	width: 520px;
	margin-left: 0px;
	margin: 15px 0px 10px 0px;
	padding-top: 0em;
	padding-left: 0em;
	text-align: left;
}

#content h1 {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 24px;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 20px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #3925ff;
	padding: 0 0 10px 0;
}

#content h4 {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#content p {
	margin-top: 0px;
	padding: 17px 9px 2px 7px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 14px;
	line-height: 18px;
}

#content ul {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 14px;
	line-height: 22px;
	list-style-position: outside;
	margin: 0px 0px 0px 30px;
}

#content a, a:visited {
	color: #1c0a7e;
	text-decoration:none;
	font-weight: normal;
}

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


/* --- RIGHT COLUMN - CONTENT SIDE --- */
		
#rightc {
	margin: 15px 0px 0px 520px;
	padding-left: 0px;
	text-align: center;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 12px;
}

#rightc p {
	text-align: left;
	margin-left: 32px;
	line-height: 20px;
}

#rightc h1 {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 7px;
}

#rightc ul {
	float: left;
	list-style-type: none;
	margin-left: 2px;
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}

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

#rightc a, a:visited {
	color: #1c0a7e;
	text-decoration:none;
	font-weight: normal;
}

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




/* --- ABOUT PAGE SETUP --- */
	
#aboutcontent {
	float: left;
	width: 230px;
	margin-left: 0px;
	margin-top: 7px;
	padding-top: 0em;
	padding-left: 0em;
	text-align: left;
}




/* --- ABOUT RIGHT COLUMN - CONTENT SIDE --- */

#aboutrightc {
	margin: 15px 0px 0px 240px;
	padding-left: 20px;
	text-align: left;
}

#aboutrightc h1 {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 24px;
}

#aboutrightc h3 {
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 14px;
	padding: 10px 16px 0px 16px;
	font-weight: strong;
	font-style: italic;
	text-align: left;
}

#aboutrightc p {
	margin-top: 0px;
	padding: 30px 9px 2px 0px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 14px;
	line-height: 18px;
}

#aboutrightc ul {
	margin-left: 0px;
	margin-top: 18px;
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
	font-size: 14px;
	line-height: 22px;
	list-style-type: square;
	
}

#aboutrightc a, a:visited {
	color: #1c0a7e;
	text-decoration:none;
	font-weight: normal;
}

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




/* --- FOOTER --- */	

#footer {
    width: 800px;
    height: 38px;
    margin-top: 30px;
	font-size: 12px;
	color: #b3b3b3;	
	background: url(../images/footer.png);
	font-family: arial, sans-serif, georgia, times, "times new roman", serif;
}

#footer a, #footer a:visited {	
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
}

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

#footer .links {
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 8px 0px 0px 0px;
}

#footer .designed {
	float: right;
	margin: 0px 145px 0px 0px;
	padding: 8px 0px 0px 0px;
}

#footer .copyright {
	float: left;
	line-height: 30px;
	margin: 0px 0px 0px 15px;
	padding: 8px 0px 0px 0px;
}

