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

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
		letter-spacing: 1px;

	font-weight: inherit;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

body { 
	text-align: center;
	color: #CCCCCC;
	background: #000;
}

p {
	color: #CCCCCC;
	text-align: left;
	letter-spacing: 1px;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #999999; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h1 {
	padding-bottom: 35px; padding-top: -20px;
 	color: #FE721B; font-size: 26px; font-style: normal; 
	text-align: center;} 
h2 { color: #FE721B; font-size: 24px; padding-top: 20px;}

h3 { font-size: 15px; }
a { 
	color: #FE6500;
}

	a:hover { color: #FF6600; text-decoration: none;}

strong { color: #FFFFFF; font-size: 18px; }
em { font-style: italic; }
#wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	background: url(images/page_drop_shadow.png) #000 repeat-y top left;
}

#shadow {
		width: 1000px; float: left;
		background: url(images/page_drop_shadow.png) repeat-y top left; }


#border { 

		margin-left: 19px; width: 960px;  float: left; background: #000;	
		border-left: 4px solid white; border-right: 4px solid white;
 }
 
#page_top { 
		display: block; float: left;
 		width: 960px; height: 60px;
		background: url(images/page_drop_shadow_top.png) no-repeat top left;		
}

#page_bottom {
		display: block; float: left;
		width: 960px; height: 60px;
		background: url(images/page_drop_shadow_bottom.png) no-repeat top left;		
} 

/* 
	HEADER
*/

#logo a { 
	float: left; display: block;
	width: 460px; height: 59px;
	margin-top: 20px; margin-left: 15px;
	background: url(images/logo.jpg) no-repeat top left;
	text-indent: -9999px;
}

	#logo a:hover {
		background-position: bottom left;
	}

#contact { 
	float: right;
	width: 300px; height: 80px; 
	padding: 20px 0 0 50px;
	background: url(images/contact_box.jpg) no-repeat top left;
	font-variant: small-caps;
}	#contact p { font-size: 18px; }

/*
	NAVIGATION
*/

#nav { 
	float: left; 
	width: 960px; height: 50px;
	text-indent: -9999px;
	z-index: 3;
	position: relative;
}

li { display: inline;}

	#nav li a, #nav li.nav_end_l, #nav li.nav_end_r {
		display: block; float: left;
		width: 150px; height: 35px;
		margin-top: 15px;
		background: url(images/nav_button_leagues.jpg) no-repeat top left;
	}
	
	#nav li.nav_end_l { 
		width: 25px; 		
		margin-left: 4px;
		background:url(images/nav_end_l.jpg) no-repeat top left; 
	}
	
	#nav li.nav_end_r {
		width: 25px;
		background: url(images/nav_end_r.jpg) no-repeat top left;
	}
		
	#nav li.leagues a { background: url(images/nav_button_leagues.jpg) no-repeat top left; }
	#nav li.training a { background: url(images/nav_button_training.jpg) no-repeat top left; }
	#nav li.tournaments a { background: url(images/nav_button_tournaments.jpg) no-repeat top left; }
	#nav li.camps a { background: url(images/nav_button_camps.jpg) no-repeat top left; }
	#nav li.locations a { background: url(images/nav_button_locations.jpg) no-repeat top left; }
	#nav li.contact_us a { background: url(images/nav_button_contact_us.jpg) no-repeat top left; }
	
		#nav li.leagues a:hover, #nav li.training a:hover, #nav li.tournaments a:hover,
		#nav li.camps a:hover, #nav li.locations a:hover, #nav li.contact_us a:hover,
		.leagues #nav li.leagues a, .training #nav li.training a, .tournaments #nav li.tournaments a,
		.camps #nav li.camps a, .locations #nav li.locations a, .contact_us #nav li.contact_us a
		 { background-position: 94% 94%; height: 60px; margin-top: 0px;}
	


/*
	CONTENT
*/

#focal_image {
	float: left;
	width: 550px; height: 383px; 
	margin: 30px 0 10px 215px;
	text-align: center;
	background: url(images/KNICKS-NOW.jpg) no-repeat top left;
	width: 960px;
	z-index: 1;
}

.coming_soon #focal_image  { display: none; }


#coming_soon {
	float: left;
	width: 900px; height: 150px;
	margin: 50px 0 0px 50px; text-align: center;
	background: url(images/coming_soon.jpg) no-repeat top left;
}	

#coming_soon_focus {
	float: left; width: 900px; height: 350px;
	background: url(images/basketball_light.jpg) no-repeat top left;
	margin: 20px 0 20px 220px;
}


#main_content {
	float: left;
	width: 960px; 
	_margin-left: 8px;
	margin-top: -190px;
}

.leagues #main_content { background: url(images/gutter_leagues.jpg) no-repeat top left; }
.training #main_content { background: url(images/gutter_training.jpg) no-repeat top left; }
.contact_us #main_content { background: url(images/gutter_contact.jpg) no-repeat top left; }
.camps #main_content { background: url(images/gutter_camps.jpg) no-repeat top left; }
.tournaments #main_content { background: url(images/gutter_tournaments.jpg) no-repeat top left; }
.locations #main_content { background: url(images/gutter_locations.jpg) no-repeat top left; }


#text_container {
	float: left;
	width: 700px;
	margin: 0 0 0 144px; 
_margin-left: 68px;
	background:url(images/main_content_center.jpg) repeat-y top left;
	height: auto;
	min-height: 600px;
}
	
	#text_container p, #text_container h2, #text_container h1, #text_container h3 {
		margin: 0px 60px 0px 40px;
	}
	
	#text_container p {
		margin: 3px 60px 20px 40px;
	}


#text_container_top {
	float: left;
	width: 700px; height: 87px;
	background: url(images/main_content_top.jpg) no-repeat top left;
}

#text_container_bottom {
	float: left;
	width: 700px; height: 87px;
	margin-left: 144px;
_margin-left: 68px;
	background: url(images/main_content_bottom.jpg) no-repeat top left;
}

/*
	FOOTER
*/

#footer {
	float: left;
	width: 100%;
	text-align: center; 
	background: url(images/footer_bg.jpg) repeat-x top left;
	margin-top: -165px;
}

#upcoming_events {
	float: left;
	width: 305px; height: 300px;
	padding-top: 35px;
	/*
	margin-left: 345px; 
*margin-left: 24px;
_margin-left: 24px;
*/
margin-left: 30px;
	background:url(images/upcoming_events.png) no-repeat top left;
	behavior: url(iepngfix.htc); 

}

#announcements { 
	float: left;
	width: 290px; height: 400px;
	padding-top: 35px;
	background: url(images/announcements.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
	font-variant: normal; font-weight: normal;
}

#quick_links { 
	float: left;
	width: 300px; height: 400px;
	padding-top: 35px;
	background: url(images/quick_links.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
}

	#upcoming_events h3, #announcements h3, #quick_links h3 {
		margin: 15px 10px 5px 5px; font-variant: normal;
		color: #FFFFFF; 
		text-align: center;
	}
	
	#upcoming_events a, #announcements a, #quick_links a {
		text-align: center;
		font-size: 18px;
	}
	
	#quick_links p, #announcements p, #upcoming_events p{text-align: center; margin-top: 15px; line-height: 25px;}

/*
	FOOTER NAV
*/

#footer_nav {
	float: left;
	width: 1000px; height: 200px;
	margin-top: -175px;
	
	/* margin-left: 305px;
_margin-left: 8px;
*margin-left: 8px;*/
}

	#footer_nav li.coaches_corner a {
		display: block; float: left;
		width: 312px; height: 200px;
		margin-left: 10px;
*margin-left: 0px;
_margin-left: 0px;
		background: url(images/footer_nav_sprites.png) no-repeat top left;
_background: url(images/footer_nav_sprites.gif) no-repeat top left;
	}
	
		#footer_nav li.coaches_corner a:hover {
			background-position: 0% 109%;
			_background-position: top left;
		}
	
	
	#footer_nav li.locker_room a {
		display: block; float: left;
		width: 325px; height: 200px;
		behavior: url(iepngfix.htc); 
		background: url(images/footer_nav_sprites.png) no-repeat top center;
_background: url(images/footer_nav_sprites.gif) no-repeat top center;

	}
	
		#footer_nav li.locker_room a:hover {
			background-position: 50% 109%;
			_background-position: top center;}
	
	#footer_nav li.bleachers a {
		display: block; float: left;
		width: 325px; height: 200px;
		behavior: url(iepngfix.htc); 
		margin-left: -10px;
		background: url(images/footer_nav_sprites.png) no-repeat top right;
_background: url(images/footer_nav_sprites.gif) no-repeat top right;

}
	
		#footer_nav li.bleachers a:hover { background-position: 100% 108%;
		_background-position: top right; }

#site_info {
	float: left;
	width: 100%; 
	padding: 10px 0px; margin-top: 20px;
	border-top: 2px solid #FFF;
}

	#site_info .left { margin-left: 20px; }
	#site_info .right { margin-right: 20px; }
	#site_info .right a { color: #ffffff; text-decoration:underline; }

/* 
	SPECIAL CLASSES
*/

.left { float: left;} .right { float: right; }

.pdf_link { font-size: 22px; text-align: center; margin-top: 5px;}

a.download { 
	display: block;
	width: 250px;
	height: 53px;
	margin: 15px auto;
	text-align: center;
	background: url(images/download.png) no-repeat top left;
}

	a:hover.download { background-position: center left; }
		a:active.download { background-position: bottom left; }









