/*	NBA 2008 stylesheet   
	Colours: 
	Text Blue	#1A3178
	Green		#80B307 , B4DF3B

*/

body {
	background-color: #FFF;
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
td, th, table, div, input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
}
td {
	vertical-align: top;
	line-height : 1.4em;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 1em 0 0 0;
	color: #80B307;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;	
}
h2 {
	font-size: 1.2em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ddd;
	color: #1A3178;
	margin-bottom: 0.7em;
	padding-top: 0.3em;
}
h3 {
	font-size: 1.2em;
	color: #80B307;
	margin: 0 0 0.7em 0;
}
h4 {
	font-size: 1.0em;
	color: #80B307;
	margin: 0 0 0.7em 0;
}
p {
	line-height : 1.4em;
	margin: 0 0 0.6em 0;
}
hr {
	color : #ddd;
	height : 1px;
	margin: 0 0 0.6em 0;
}
ol {
	line-height : 1.4em;
	list-style-type : decimal;
	margin: 0 0 0.6em auto;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.4em;
	list-style-type : square;
	margin: 0 0 0.6em 1.4em;	
	text-indent: 0;
	padding: 0;
}
blockquote {
	line-height : 1.4em;
	margin: 0 0 0.6em 1.4em;
	font-style: italic;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #1A3178;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */


#frame {
	width: 986px;
	position: relative;
	text-align: left;
	background-image: url(images/BG-Body.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#page {
	width: 960px;
	position: relative;
	margin: 3px 13px 0 13px;
	text-align: left;
}
#logo {
	width: 960px;
	position: relative;
	clear: both;
	height: 186px;
	margin-bottom: 3px;
}
#nav {
	z-index: 2;	
	position: absolute;
	top: 0; right: 40px;
	width: 520px; 
	height: 30px;
	text-align: right;
}
#pic {
	width: 960px;
	height: 276px;
	background-image: url(images/BG-Home-Pic.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#pic h1 {
	margin-left: 22px;
	margin-right: 22px;
}
#content {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(images/BG-Content.gif);
	background-repeat: no-repeat;
}
.col, .col-1, .col-1x1_5, .col-1x2, .col-1x3, .col-1x4, .col-1x5 {
	margin: 0;
	float: left;
	width: 188px;
	padding: 20px 0;
	display: block;	
}
.col-1 {
	padding-left: 7px;	
}
.col-1x1_5 {
	width: 282px;	
}
.col-1x2 {
	width: 376px;
}
.col-1x3 {
	width: 576px;
}
.col-1x4 {
	width: 757px;
}
.col-1x5 {
	width: 944px;
	padding-left: 7px;	
}
.col p, .col h1, .col h2, .col h3, .col h4, .col li {
	margin-left: 15px;
	margin-right: 12px;
	margin-top: 0;
}
.col img {
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 15px; 
}
.pic img {
	margin-left: 7px;
	margin-bottom: 0;
}
.shaded {
	background-color: #e9e9e9;
	background-image: url(images/BG-Col-Shaded.gif);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(images/BG-Footer.gif);
	background-repeat: no-repeat;
	width: 986px;
	height: 121px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#footer p {
	font-size: 90%;
	text-align: right;
	color: #999;
	padding-top: 72px;
	margin-right: 22px;
}
#footer a:link, #footer a:visited {	
	color: #999;
}



/* Navigation */

#nav ul {
	list-style-type: none;
	display: block;
	height: 30px;
	margin: 0;
	border-right: 1px solid #CDE95D;
	text-align: right;
	font-size: 0.8em;
	float: right;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: right;
	border-left: 1px solid #CDE95D;
	height: 30px;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited  {
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
	line-height: 30px;
	height: 30px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;	
	float: left;
	text-align: right;
	background-image: url(images/BG-Body.gif);
	background-position: 1960px 1960px;
	background-repeat: no-repeat;
}
#nav ul li a:hover {
	border-top: 3px solid #CDE95D;
}

#back {
	position: relative;
	top: 15px; left: 890px;
	width: 43px;	
	z-index: 2;
}
#back a {
	font: 90% Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	padding-left: 15px;
	background-image: url(images/Arrow-Back.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #80B307;
	text-decoration:none;
}
a.arrow, p.arrow {
	padding-left: 17px;
	background-image: url(images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul.doclist {
	list-style-type: none;
	line-height: 1.4em;
	text-align: left;
	padding: 0;
}
ul li ul {
	margin-bottom: 0;
}
li.pdf, li.ppt, li.htm, li.zip {
	list-style-image: url(images/PDF.gif);
	margin-bottom: 0.6em;
	line-height: 1.6em;
}
li.ppt {
	list-style-image: url(images/PPT.gif);
}
li.htm {
	list-style-image: url(images/HTM.gif);
}
li.zip {
	list-style-image: url(images/ZIP.gif);
}
.small {
	font-size: 80%;
	font-weight: normal;
}
.large {
	font-size: 125%;
}
.spacer {
	clear: both;
}
.blue {
	color: #1A3178;
}
.green {
	color: #80B307;
}
.grey {
	color: #666;
}
.noline {
	border: 0;
}
.box {
	border: 1px solid #ccc;
	padding: 8px;
	display: block;
}
.center {
	text-align: center;
}

/* Forms */



.formrow {
	padding-bottom: 0.5em;
}
.formrow-line {
	border-top: 1px solid #ccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.button {
	background-color: #FFF;
	font: 90% Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	border: 1px solid #80B307;
	line-height: 1.1em;
	height: 2.5em;
	padding: 0.2em;
}

#nba-events {
	position: absolute; 
	top: 110px; left: 650px;
	width: 280px;
	height: 100px;
	z-index: 3;
}
#nba-events img {
	float: right;
}
#nba-events p {
	float: left;
	width: 220px;
	color: #fff;
	font-size: 0.85em;
	text-align: right;
	padding-top: 15px;
}
#nba-events a:link, #nba-events a:visited, #nba-events a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nba-events a:hover {
	text-decoration: underline;
}