@charset "utf-8";
/* Main Styles for KMHS (new) BasketBall Website Layout
   by: David Lebron, October 2011 
*/
* {
	margin: 0;
	padding: 0;
}
a:link,a:visited,a:active {
	text-decoration: none;	
}
body {
	color: #000;
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #0a4211;
}
#header_bar {
	color: #fff;
	font-size: .7em;
	background-color: #0a4211;
	text-align: right;
	padding-right: 2%;
	text-transform:uppercase;
	height: 2px;
	line-height: 2px; /* older browser compatibility */
}
#header_bar ul li {
	display: inline;
	/*border: 1px dotted #fff;*/
}
#header_bar ul li a {
	padding: 1px 2px 0 2px;
	margin: 0;
}
#header_bar ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #CFEB71;
}
#header {
	color: #fff;
	padding: 10px 0 15px 0;
	background: url(../images/banner_bg.jpg) repeat-x;
}
#header img {
	border: none;	
}
#header img#logo {
	float: left;	
	margin: 20px 0 0 15px;
	border: none;
}
/* ---- three column layout css ---- */
#content_container {
	/*margin: 0;*/
	/*padding: 0;*/
	width: 100%;
	overflow: hidden;	
	background-color: #fff;
}
#left-top-box {
	width: 17%;
	float: left;
	margin: 2% 0 0 2px;
}
#right-top-box {
	float: right;
	width: 17%;
	margin: 2.5% 3% 0 0%;
}

#center-box {
	width: 59%;
	margin: 0 0 3% 20%;
}
#center-box img {
	margin: 7px 0 10px 7px;
	float: right;
	border: 3px outset silver;
}
/*--- end three column layout styles --- */
#center-box h3 {
	color: #0A4211;
	padding: 1px 0 1px 5px;
	margin-top: 4%;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	background-color: #f5f5f5;
}
/*-- sponsor styling section --*/
#sponsor-container {
	border-top: 2px solid #009933;
	overflow: auto;
}
#sponsor-header {
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	border-bottom:1px solid #ccc;
	background: #f5f5f5 url("../images/sponsor-divider_bg.jpg") repeat-x;
}
#sponsor-images {
	background-color: #fff;	
}
#sponsor-images img {
	border: none;	
}
#platinum-title, #gold-title {	
	color: #000;
	text-align:center;
	background-color: #F0F0F0;
}
#platinum-title {
	width: 50%;
	float: left;
}
#gold-title {
	position: relative;
	overflow: auto;
}
#platinum-images {
	width: 50%;	
	float: left;
}
#gold-images {
	position: relative;
	overflow: auto;
	border-left: 2px solid #ccc;
}
#platinum-images img, #gold-images img{
	padding: 1%;	
}
/* end sponsor styling */
#footer {
	border-top: 2px solid #009933;	
	background: #0a4211;
}
#footer, #footer_menu {
	color: #fff;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	/*background: #0a4211 url(images/footer_bg.jpg);	*/
	padding: 5px 0 5px 5px;
	padding-top: 1%;
	text-align: center;
	clear: both;
}
#footer_menu {
	padding-top: 5px;
	background: #0a4211;
}
#footer_menu a {
	color: #fff;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #FFFFCE;
	text-decoration: underline;
}