/* CSS Definitions for the entire site */
/* All pages will override some of these settings (i.e. #header_content for the title image) */

/*
 * COLORS:					
 * Light Blue Background: #87A5E3
 * Dark Blue Background: #002740
 */

/*
 * DEFINE GLOBAL SETTINGS FOR ALL ELEMENTS - DO NOT CHANGE
 */
* {
	margin:0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0em;
	padding: 3;
}

body {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 62.5%;
  color: #000;
  background-color: #002740;
}

img {
  border: none;
}

@charset "UTF-8";


/* GLOBAL LINK ELEMENT */
a {
	color:#002740;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
  

/*   Header and Menu   */
#container {
	min-width:980px;
}
* html #container {
	min-width:990px;
}

#header {
  background-color:#87A5E3;
  border-bottom:0.4em solid #FFFFFF;
}
  
#header_content {
	margin-left:77px;
  height: 100px;
	width:742px;
  background: url(/olc/images/FTL/fort_lewis_title.png) no-repeat top left;
}

#header_logo {
  float:left;
  width: 77px;
  height: 118px;
  background: url(/olc/images/FTL/flc_logo.png) no-repeat top left;
}
#header_logo a {
  display:block;
  width: 77px;
  height: 118px;
}

#header_content_go {
	height:31px;
	float:right;
	position:relative;
	left:6px;
}

#menu_position {
	clear:left;
	min-width:500px;
}

#menu {
  list-style: none;
	position:absolute;
  font-size: 70.5%;
  top:89px;
	float:right;
	min-width:765px;
}

#menu li {
  float: left;
  margin-left: 1px;
}

#menu li a {
	display: block;
  text-decoration: none;
  height: 1.5em;
	color: #222;
	background: url(/olc/images/FTL/tab-right.gif) no-repeat top right;
	padding:.3em 1em 0 1em;
	margin-top:17px;
}

/* MENU FIX FOR IE6 */
* html #menu a {
	display:inline-block;
}

* html #menu {
	margin-right:1px;
}

#menu a:hover {
  color: #fff;
  background: url(/olc/images/FTL/tab-right_hover.gif) top right no-repeat;
}

#menu .left_spacer {
  margin-left: 26px;
}

/* Search A-Z Go button */
#header_content_go a {
	display:block;
	width:115px;
	height:31px;
	overflow:hidden;
}
#header_content_go a * { display:none; }

#header_content_go a {
	background: transparent url(/olc/images/FTL/search_a-z_go_combo.jpg) 0 0 no-repeat;
}
#header_content_go a:hover {
	background: transparent url(/olc/images/FTL/search_a-z_go_combo.jpg) 0 -31px no-repeat;
}


/* SPECIAL MENU ITEMS */

#menu li#prospectivestudents a:hover {
	margin-top:0;
	padding-bottom:17px;
	background: url(/olc/images/FTL/button_prospective_students_on.gif) top right no-repeat;
}

#menu li#athletics a:hover {
	margin-top:0;
	padding-bottom:17px;
	background: url(/olc/images/FTL/button_athletics_on.gif) top right no-repeat;
}

#menu li#news a {
	width:40px;
	padding-left:1.9em;
}

#menu li#events a {
	width:40px;
	padding-left:1.9em;
}


/* End of Menu and Header */





/* Primary Page Layout */
/*---------------------*/
#midarea {
	min-width:980px;
}

#midarea_content {
  margin-left:230px;
  padding-top:10px;
	color:#fff;
}

#midarea_content #content_wrapper {
	font-size:1.2em;
}

/* End of Page Layout */
/* -------------------- */



/* Content Pages */
/* ---------------- */
#midarea_menu {
  width: 222px;
  float: left;
}

#content_menu_wrapper {
	border-right:0.4em solid #FFFFFF;
	background-color: #002740;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

ul.content_menu {
  border-bottom:0.4em solid #FFFFFF;
	list-style-type:none;
	padding-bottom:7px;
}

#left .divider_bar {
	height:0.4em;
	background: #fff;	
	overflow:hidden;
	margin:4px 0;
}

.content_menu li {
	margin:0;
	padding:0;
}

.content_menu li a {
	display:block;
	color: #FCFDFE;
	text-decoration: none;
	padding: .5em .5em;
	width:208px;
	text-decoration:none;
}

.content_menu li a:hover {
	/*background-color:#F5D571;*/
	color:#F5D571;
	text-decoration:underline;
}

/* MENU FIX FOR IE6 */
* html .content_menu a {
	display:inline-block;
}

* html #midarea_menu a:link, * html #midarea_menu a:visited {
	text-decoration:none;
}

* html #midarea_menu a:hover, * html #midarea_menu a:active {
	text-decoration:underline;
}

.content_menu .head {
  background-color:#87A5E3;  
  color: #002D44;
  padding: .25em 0 .25em .5em;
  font-size: 1.2em;
  font-weight: bold;
}

.content_menu_head {
  background-color:#87A5E3;  
  color: #002D44;
  padding: .25em 0 .25em .5em;
  font-size: 1.2em;
  font-weight: bold;
}


.menu_link_bottom {
  padding: .4em 0 .25em 0;
}

.menu_link_bottom  a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-top: .25em;
}

.menu_link_bottom a:hover {
  color:#F5D571;
}

.menu_link_bottom img {
  vertical-align: text-top;
}

#content_bottom {
  width: 100%;
  margin: 0;
  min-width:980px;
  float: left;
  text-align: left;
  border-top: 0.4em solid #ffffff;
  background-color: #002740;
}

#content_footer {
  font-size: 0.9em;
  color: #a5b8c9;
  margin-top: 2em;
  margin-left: 2em;
}

/*  MISC Things */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

