﻿/* @import url("layout.css"); */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #ffffff; /* was light blue 90b7f1 */
	/* background-image: url("../images/background.gif"); */
	background-position: top left;
	background-repeat: repeat-x;
}
#bod {
	clear:right;
}
#container {
	width: 100%;
	margin-top: 5px; 		/* was 57 which creates 1/4 inch gap on top of the iwa jima image */
	border-bottom: 2px solid #ffffff; /* white */
	background-color: #ffffff;	/* white, the color of the background */
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1115px;	
	padding-bottom: 10px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #002664; /* flag blue */
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222; /* rust */
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Bar Styles with additions for drop down menus DLD 1/1/10*/
#navigation ul {
	list-style-type:none;
	width: auto;
	margin: 0;
	padding: 0;
	z-index:20;	/* This prevents drop down menus from going behind changing pictures */
}
/* Added by DLD */
#navigation a {
	display:block;width:auto;
	text-decoration: none;
	color: #FFFFFF;*/			
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090; /* gray */
	background-color: #002664; /* This is the background color of the navigation buttons (flag blue) */
}
/* Added by DLD */
#navigation li {
	float: left;
}
/* Added by DLD */
#navigation li ul {
	display:none;width:auto; 
}
/* Added by DLD */
#navigation li:hover ul{
	display:block;width:5em; /*Width of Auto causes horizonatal align of hover menus */
	position:absolute
}
/* Older code remove by 3/31/10
#navigation a {
	text-decoration: none;
	color: #ffffff;			/* This is the text color in the navigation buttons (white) */
/*	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #bb133e; /* This is the background color of the navigation buttons (red) */
} */
/*    Older code remove by 3/31/10
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
	position: absolute
} */
/* Added by DLD */
div.content{
	clear:left;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;			/* This is the color of text in these styles (black) */
}
#content img {
	padding: 5px;
	border: 1px solid #000000; /* black */
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;  /* black */
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080; /* gray with touch of green */
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #000000b;  /* black */
	text-decoration: underline;
}
#footer a:hover {
	color: #bb133e; 			/*red */
	text-decoration: none;
}
/* Link Styles */
a {
	color: #000fff;		/* blue */
	text-decoration: underline;
}
a:hover {
	color: #bb133e; /* red */
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
