/*########## HTML LEVEL ELEMENTS ##########*/
html {
	height:100%;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

html * {padding:0;margin:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0 0 0;
	text-align: center; /* for IE */
	background: transparent url("../images/knights_bkgrd.gif") 0px 0px no-repeat; 
	background-color:#7C0000;
}

table,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*########## DIV CONTAINER ELEMENTS ##########*/
.main_container {
	width: 810px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

.wrapper {
	background-color:#FFFFFF;
}

.header {
	width: 100%;
	text-align: center; /* for IE */
}

.center {
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
}

/***** KNIGHTS HEADER LOGO *****/
.header_spacer {width:100%;height:25px;background: transparent url("../images/knights_hdr_corners.gif") 0px 0px no-repeat; }
.header h2 a{height:206px;display:block;padding: 206px 0 0 0;overflow:hidden;voice-family: "\"}\"";voice-family:inherit;height:0;}
.header h2 a:hover{width:810px;background-image:url("../images/knights_hdr.gif");background-position: 0px 0px;}
.header h2 {position:relative;top:0px;left:0px;margin:0px;width:810px;height:206px;background-image:url("../images/knights_hdr.gif");background-color:#FFFFFF;}

/***** MAIN MENU ****
#mainmenu {list-style-type:none;display:block;list-style:none;width:623px;height:30px;position:relative;top:0px;margin:0 0 25px 100px;}
#mainmenu li {display:block;position:absolute;top:0px;height:30px;padding:0;margin:0;font-size:10px;}
#mainmenu li a {display:block;padding: 30px 0 0 0;height:30px;overflow:hidden;voice-family: "\"}\"";voice-family:inherit;height:0;}
	
#mainmenu li#nav_home strong a { background: transparent url("../images/Home_Menu.gif") -0px  -30px no-repeat; }
#mainmenu li#nav_schedule strong a { background: transparent url("../images/Schedule_Menu.gif") -0px -30px no-repeat; }
#mainmenu li#nav_players strong a { background: transparent url("../images/Players_Menu.gif") -0px -30px no-repeat; }
#mainmenu li#nav_sponsors strong a { background: transparent url("../images/Sponsors_Menu.gif") -0px -30px no-repeat; }

#mainmenu li#nav_home a { width:100px; background: transparent url("../images/Home_Menu.gif") -0px  -0px no-repeat; }
#mainmenu li#nav_schedule a { width:180px; background: transparent url("../images/Schedule_Menu.gif") -0px -0px no-repeat; }
#mainmenu li#nav_players a { width:150px; background: transparent url("../images/Players_Menu.gif") -0px -0px no-repeat; }
#mainmenu li#nav_sponsors a { width:180px; background: transparent url("../images/Sponsors_Menu.gif") -0px -0px no-repeat; }

#mainmenu li#nav_home { left: 0px; }
#mainmenu li#nav_schedule { left: 101px; }
#mainmenu li#nav_players { left: 284px; }
#mainmenu li#nav_sponsors { left: 443px; }

#mainmenu li#nav_home a:hover { background: transparent url("../images/Home_Menu.gif") -0px -30px no-repeat; }
#mainmenu li#nav_schedule a:hover { background: transparent url("../images/Schedule_Menu.gif") -0px -30px no-repeat; }
#mainmenu li#nav_players a:hover { background: transparent url("../images/Players_Menu.gif") -0px -30px no-repeat; }
#mainmenu li#nav_sponsors a:hover { background: transparent url("../images/Sponsors_Menu.gif") -0px -30px no-repeat; }*/
#nav ul {list-style: none; padding: 0; margin: 0;}
#nav li
{
	display: inline;
	float: left;
	font: bold 14px Arial, sans-serif;
	text-align: center;
}
#nav li a { 	
	background-color: #7c0000; 
	border-top: 5px solid #7c0000; 
	border-bottom: 5px solid #000; 
	color: #999;
	display: block;
	padding: 0 15px 5px 15px; 
	height: 1.35em;
	width: 6em;
	float: left;
	text-decoration: none;
	text-align: center;}
 /* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */
#nav li a:hover { border-bottom: 5px solid #CCC; color: #FFF; text-decoration: underline;}
#nav li a.current { border-bottom: 5px solid #CCC; color: #FFF; text-decoration: underline;}

#nav { width:68.5em; 
		text-align: center; /* for IE */
		margin: 0 auto;   /* align for good browsers */}
/***** Main Page Body *****/
.page_body {
	background-color: #FFFFFF;
}

/***** Floated Left Column - Home Page *****/
.body_lt_home {
    float: left;
	width: 140px;
	height: 467px;
	margin: 0 0 10px 5px;
	background: transparent url("../images/player.jpg") 0px 0px no-repeat;
}

/***** Floated Left Column *****/
.body_lt {
    float: left;
	width: 140px;
	height: 467px;
	margin: 0 0 10px 5px;
	background: transparent url("../images/player.jpg") 0px 0px no-repeat;
}

/***** Main Body Text *****/
.body_rt {
	margin-left: 5px;
	position: relative; /* peekaboo bug fix for IE6 when using floats */
	min-width: 0; /* peekaboo bug fix for IE7 when using floats */
	clear:both;
}
/***** Coach's Corner Table *****/

.coach_corner {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
}

.coach_corner th {
	background-color: #7C0000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 4px 4px 5px 5px;
}

.coach_corner td {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

.bdr_rl	{border-left:1px solid #7C0000;}

.bdr_rt	{border-top:1px solid #7C0000;}

.bdr_rb	{border-bottom:1px solid #7C0000;}

.bdr_rr	{border-right:1px solid #7C0000;}

/*########## Footer Section ##########*/
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	clear: both;
	width: 810px;
	height: 200px;
	background: transparent url("../images/knights_footer_bkgrd.gif") bottom no-repeat;
	background-color:#FFFFFF;
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
}

/***** Footer Member Logos *****/
.footer_member {
	width: 115px;
	height: 80px;
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
}

/***** Footer Navigation *****/
.footer_member h1 a{height:66px;display:block;padding: 66px 0 0 0;overflow:hidden;voice-family: "\"}\"";voice-family:inherit;height:0;}
.footer_member h1 a:hover{width:100px;background-image:url("../images/EFL_logo.gif");background-position: 0px 0px;}
.footer_member h1 {position:relative;top:0px;left:7px;margin:0px;width:100px;height:66px;background-image:url("../images/EFL_logo.gif") ;}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url("../photos/overlay.png"); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../photos/overlay.png", sizingMethod="scale");
	}