/* CSS Definitions for newsytestindex.asp */
/* 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;
  width: 750;
  height: 400;
  font-family: arial, helvetica, sans-serif;
  font-size: 62.5%;
  color: ffffff;
  background-color: #002740;
}

img {
  border: none;
}

@charset "UTF-8";


/* HOMEPAGE LINK ELEMENT */
a {
	color:#ffffff;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:underline;
}
  

/*   Header and Menu   */
#container {
	min-width:980px;
}
* html #container {
	min-width:990px;
}

#header2 {
  background-color:#87A5E3;
  border-bottom:0.3em solid #00426f;
}

#header_content2 {
	margin-left:77px;
  height: 100px;
	width:742px;
  background: url(../images/fort_lewis_title_with_mountain.png) no-repeat top left;
}  
#header_content {
	margin-left:77px;
  height: 100px;
	width:742px;
  background: url(../images/fort_lewis_title.png) no-repeat top left;
}

#header_logo {
  float:left;
  width: 77px;
  height: 118px;
  background: url(../images/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:right;
	min-width:897px;
}

#menu {
  list-style: none;
	position:absolute;
  font-size: 90.5%;
  top:85px;
	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(../images/tab-right.gif) no-repeat top right;
	padding:.3em 1em 0 1em;
	margin-top:17px;
}



/* 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(../images/search_a-z_go_combo.jpg) 0 0 no-repeat;
}
#header_content_go a:hover {
	background: transparent url(../images/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(../images/button_prospective_students_on.gif) top right no-repeat;
}

#menu li#athletics a:hover {
	margin-top:0;
	padding-bottom:17px;
	background: url(../images/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 */




/*  MISC Things */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	
}
/* End of MISC Things */


/* ROBINS Layout Elements*/

#flashContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #002740;
	padding-top: ;
	border-bottom:0.3em solid #00426f;
}
#newsContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #002740	;
	border-bottom:0.3em solid #00426f;
	padding-top: .5em;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#002740;
}
#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 */
}

#news   {
	font:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;

}

.news_header {
	color: #f5d571;
	text-transform: uppercase;
	padding-top: .7em;
	padding-bottom: .4em;
}

.news_list  {
	color: #fff;
	text-indent: ;
	text-transform:capitalize;
	line-height: 1.8em;
	padding-right: .7em;

}

.story_head  {
	color: #87a5e3;
	font-weight:bold;
	padding-bottom: .3em;
}
	
.image_pad  {
	padding-bottom: .8em;
	padding-right: .5em;
}

a:link { 
	color: #fff;
	text-decoration:underline;
	}
a:visited { 
	color: #87a5e3;
	}
a:hover { 
	color: #fff;
	text-decoration:none;
	}
a:active { 
	color: #fff;
}

#content_footer {
  font-size: 0.9em;
  color: #a5b8c9;
  margin-top: 2em;
  margin-left: 2em;
}

	

	



	

