/*	NBA Events 2008 stylesheet   
	Colours: 
	Text Blue	#000001
	Green		#80B307 , B4DF3B, 77AB0A

*/

body {
	background-color: #000;
	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 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.1em;
	color: #80B307;
	margin-bottom: 0.7em;
	padding-top: 0;
	text-transform: uppercase;
	line-height: 1.3em;
}
h3 {
	font-size: 0.9em;
	color: #000;
	margin: 0 0 0.7em 0;
	text-transform: uppercase;
}
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;
	border: 0;
	border-top: 1px solid #ddd;
	line-height: 1em;
}
ol {
	line-height : 1.4em;
	list-style-type : decimal;
	margin: 0 0 0.6em 0;	
	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: #000001;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */

#black {
	position: absolute; top: 0; left: 0;
	width: 100%;
	background-color: #000;
	height: 59px;
}
#middle {
	width: 100%;
	background-color: #77AB0A;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/BG-Body.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#frame {
	width: 986px;
	position: relative;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#logo {
	width: 986px;
	position: relative;
	clear: both;
	height: 138px;
	margin: 0;
}
#nav {
	z-index: 2;	
	position: absolute;
	top: 0; right: 40px;
	width: 720px; 
	height: 30px;
	text-align: right;
}
#page {
	width: 986px;
	position: relative;
	margin: 0;
	text-align: left;
	background-image: url(images/BG-Page.gif);
	background-repeat: repeat-y;
}
#page-top-L {
	width: 13px;
	height: 11px;
	background-image: url(images/BG-Content.gif);
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	top: 0; left: 0;
	margin-bottom: -11px;
}
#page-top-R {
	width: 13px;
	height: 11px;
	background-image: url(images/BG-Content.gif);
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	top: 0; right: 0;
	background-position: top right;
	margin-bottom: -11px;
}
#pic {
	width: 960px;
	height: 276px;
	background-image: url(images/BG-Home-Pic.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#content {
	margin: 0 13px;
	padding: 0;
	width: 960px;
}
.col, .col-1, .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-1-extra {
	padding-left: 7px;
	width: 202px;
}
.col-1x2 {
	width: 376px;
}
.col-1x3 {
	width: 564px;
}
.col-1x4 {
	width: 757px;
}
.col-1x5 {
	width: 944px;
	padding-left: 7px;	
}
.col p, .col h1, .col h2, .col h3, .col h4, .col li, .col table {
	margin-left: 15px;
	margin-right: 12px;
	margin-top: 0;
}
.col h1, .h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1em 0 0 0;
	color: #80B307;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;	
}
.col img {
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 15px; 
}
.pic img {
	margin-left: 7px;
	margin-bottom: 0;
}
.shaded {
	background-color: #EFEFEF;
}
.spacer-col-5, .spacer-col-5-shaded {
	background-image: url(images/BG-Spacer-Col-5.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 22px;
	width: 960px;
	margin: 0;
}
.spacer-col-5-shaded {
	background-image: url(images/BG-Spacer-Col-5-Shaded.gif);

}
.col-right {
	float: right;
	width: 192px;
}
.col-right p {
	margin-right: 22px;
}
#footer {
	background-image: url(images/BG-Footer.gif);
	background-repeat: no-repeat;
	width: 986px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#footer p {
	font-size: 90%;
	text-align: right;
	color: #fff;
	padding-top: 8px;
	margin-right: 22px;
}
#footer a:link, #footer a:visited {	
	color: #fff;
}
#black-footer {
	width: 100%;
	background-color: #000;
	height: 58px;
	text-align: center;
}
#black-footer p {
	font-size: 80%;
	text-align: right;
	color: #999;
	padding-top: 8px;
	padding-bottom: 20px;
	margin: 0 auto;	
	width: 920px;
	text-transform: uppercase;
}
#black-footer a:link, #black-footer a:visited {	
	color: #888;
	text-decoration: none;
}
#black-footer a:hover {	
	color: #80B307;
	text-decoration: none;
}


/* Navigation */

#nav ul {
	list-style-type: none;
	display: block;
	height: 30px;
	margin: 0;
	border-right: 1px solid #333;
	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 #333;
	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: #ccc;
	font-weight: bold;
	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;
	color: #FFF;
}

#back {
	position: relative;
	top: 19px; left: 890px;
	width: 43px;	
	z-index: 2;
}
#back a, a.back {
	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;
}



/* Boxes, text styles */

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;
}
li.pdf, li.ppt, li.htm, li.zip, li.word {
	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);
}
li.word {
	list-style-image: url(images/Word.gif);
}
.small {
	font-size: 85%;
	font-weight: normal;
}
.spacer {
	clear: both;
}
.blue {
	color: #000001;
}
.green {
	color: #80B307;
}
.grey {
	color: #666;
}
.noline {
	border: 0;
}
.box {
	border: 1px solid #ccc;
	padding: 8px;
	display: block;
}
.border-left {
	border-left: 1px solid #ccc;
}
.border-right {
	border-right: 1px solid #ccc;
}
.center {
	text-align: center;
}
.lc {
	text-transform: none;
}
.member-logo {
	float: left;
	margin-right: 12px;
}
.member-logo img {
	margin-bottom: 7px;
	margin-top: 2px;
}
.member-text {
	float: left;
	color: #FFF;
}
#gallery a {
	width: 128px;
	height: 120px;
	display: block;
	background-image: url(images/BG-Gallery-Pic.gif);
	background-repeat: no-repeat;
	background-position: 13px 0;
}
#gallery img {
	margin-top: 8px
}
#gallery td {
	width: 128px;
}
.video {
	width: 363px;
	height: 303px;
	display: inline-block;
	background-image: url(images/BG-Video.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right; 
	margin-left: 20px; 
	margin-right: 0px; 
	margin-top: 0px;
}
.video object, .video embed {
	margin: 10px 0 0 10px;
}

.col img.xsmall {
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
}
table.program-table td {
	border-top: 1px solid #eaeaea;
	padding: 5px 5px 5px 0px;
}
table.program-table p {
	margin-left: 0;
	margin-top: 2px;
}
table.program-table img {
	margin: 0;
}

/* Forms */



.input-1x1-short {
	width: 128px;
}
.input-1x1 {
	width: 188px;
}
.input-1x2 {
	width: 376px;
}
.input-1x3 {
	width: 534px;
}
.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;
}
label {
	font-size: 0.8em;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	color: #666;
	font-weight: bold;
}
label.p, label.p input, label.p textarea {
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
	color: #000;
}
label input, label textarea {
	font-size: 1.25em;
}
label.bold {
	font-weight: bold;
}
label.short-col {
	width: 100px;
	
}
form p {
	margin-bottom: 0.2em;
}
form hr {
	margin: 0.5em 15px 0.5em 15px;
	padding: 0;
}
.radio-indent {
	margin-left: 1.9em;
	display: block;
	
}
