@charset "UTF-8";
body  {
	/* background-color: #DDDDDD;*/
	background-color:#2A1917 !important;
	background-image: url(../Images/athletics_bgTile1.jpg) !important;
	background-repeat: repeat-x;
	background-position:top;
}
#midHolding {
	background-color: #351a16 !important;
	background-image: url(../Images/athletics_bg.jpg);
	background-repeat: repeat-x;
	}
	
#heading_pictures {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0;
	background-repeat: repeat-x;
	
}

#inside_heading h1 {
	background-color:#FFBE00;
	background-image:none !important;
	color:#000000;
}

#heading_pictures img { padding: 0; margin: 0; float: left; }

.center {
  width: 1000px;
  margin: 0 auto;
}
#inside_heading .center {
	width: 1001px;
	background-repeat: repeat;
	border-right: 1px solid #fff;
	background-color: #3C2320;
}

#container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background-image: url(../Images/athletic_mainbg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:1000px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
} 
directory { margin: 3px; }

#directory table {
 	border: 1px solid #999;
}
#directory th, #directory td {
 	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
 	padding: 2px 5px;
}
#directory caption {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	font-weight: bold;
 	text-align: left;
}
#directory th {
	 text-align: left;
	 background-color: #999;
	 color: #000;
	 font-weight: bold;
}
#directory .even {
	 background-color: #eee;
}






#header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #3C2320;
	height:80px;
}
#header_content {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:1000px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#leftnav {
	width: 200px;
	float: left;
	display:inline;
	list-style-type: none;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;	
} 

#leftnav h1,
#leftnav .menu0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2A1917;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftnav .menu0 a {
  color: #fff;
  text-decoration: none;
}
#leftnav .menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #37201D;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftnav .menu a {
  color: #fff;
  text-decoration: none;
}
#leftnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#leftnav li,
#leftnav .menu1 {
  }
#leftnav li a,
#leftnav .menu1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
	background-color: #4B302E;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
}

#leftnav li a:hover,
#leftnav .menu1 a:hover{
  background-color: white;
  color: #222; 
}

#mainContent h1 {
	font:bold 18px/1em arial, sans-serif;
	color: #3c2320;
	background: url(../Images/h1_main_content.gif) no-repeat left;
	padding-right: 23px;
	padding-left: 23px;
}
#mainContent h2 {
	font:14px/1em arial, sans-serif;
	color: #3c2320;
	
}

#rightnav {
	float: left;
	width:210px;
	
}  
#footer {
	background-color: #2A1917;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
} 
#footer_content {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:900px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		color: #fff;

}

#footer_image {
  float: left;
}
#footer_content p {
  padding-left: 30px;
  float: left;
  
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tabs
{
  width: 595px;  /* room for 3 columns */
  float: right;
  	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
#tabs ul
{
  width: 595px;  /* room for 3 columns */
  	padding: 0px;
	/* margin-top: 15px;*/
		margin-top:6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabs ul li
{
	float: right;
	width: 190px;  /* accommodate the widest item */
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}

/* anchor styling */
#tabs ul li a
{
	display: block;
	width: 170px;
	text-decoration: none;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;
	padding-left:20px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #fff;
}
#tabs ul li a:hover
{
  color: #FFF; /* white */
  background-color: #666666; /*gray */
  text-decoration: none;
}
