/*   Includes all content pages that are not the index */

/* CSS Include Order:             */
/* flc.css                 				*/
/* flc_content.css                */
/* individual page's css					*/

/* Default header/title image if one isn't given on the individual page */
/* Defaults to only the Fort Lewis text, override this on an invidual page's css for a different image */
#header_content {
  background: url(/olc/images/FTL/flc_title.gif) no-repeat top left;
}

#header_content_go {
	left:-2px;
}

#header, #header_content {
	min-width:897px;
}

#header_content {
	width:897px;
}
* html #header_content {
	width:896px;
}


/* Defines the page's title (must be in <h1>)*/ 
#header_content h1 {
	color:#B5CCEE;
	font-family: "Times New Roman", Times, Helvetica;
	font-weight:normal;
	float:left;
	text-transform:uppercase;
	position:relative;
	top:46px;
	left:150px;
	line-height:1em;
	font-size:3em;
}

/* Defines the page's title (must be in <h1>) */
/* Updated by Chris Mccutchen 6.20.07 - moved header over to float left rather than right 
#header_content h1 {
	color:#B5CCEE;
	font-family: "Times New Roman", Times, Helvetica;
	font-weight:normal;
	float:left;
	text-transform:uppercase;
	position:relative;
	top:46px;	
	left:35px;
	line-height:1em;
	font-size:4.4em;
}
*/
/* MENU FIXES FOR CONTENT */
#menu {
	float:left;
	margin-left:5px;
}

#menu li.fixed a {
	text-align:center;
}

/* Create a space between the menu tabs */
#menu .left_spacer {
  margin-left: 20px;
}



/* SECONDARY MENU (below the main tabs) */
#secondary_menu {
	background:#002740;
  font-size: 90%;
	width:100%;
}

#secondary_menu ul {
	list-style: none;
	width:900px;
}

#secondary_menu li {
  float: left;
  border-left:1px solid #fff;
  margin:.4em 0;
	background:#002740;
}

#secondary_menu li.first {
	margin-left:75px;
	border-left:0;
}
* html #secondary_menu li.first { margin-left:42px; }

#secondary_menu li a {
  text-decoration: none;
	color: #fff;
	padding:0 1em;
}

/* IE6 MENU FIX FOR IE6 */
* html #secondary_menu a {
	display:inline-block;
}

#secondary_menu a:hover {
  color: #fff;
  text-decoration:underline;
}

