body * {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

/*****************
***** Header *****
*****************/

#header {
	background-image: url("banner.jpg");
	background-size: cover;
	background-position: center;
	height: 120px;
	padding: 10px;
	background-color: #48a9e4;
	overflow: auto;
	color: white;
}

#header img {
	float: left;
	margin-right: 20px;
}

#header h3 {
	font-style: italic;
	font-size: smaller;
}

#header > a {
	text-decoration: none;
	color: white;
}

/*********************
******* Footer *******
**********************/

#footer {
	background-color: #f36001;
	height: 150px;
	border: 1px solid black;
	padding: 10px;
}

#footer #contact {
	float: left;
	padding: 40px 10px;
	text-align: center;
}

#footer #USMC-Logo {
	width: 120px;
	float: right;
}

/**********************
***** Menu Strips *****
**********************/

.menu {
	background-color: lightblue; /*rgb(194, 228, 246);*/
	color: black;
	font-weight: bold;
	border: 1px solid black;
}

.menu a {
	text-decoration: none;
	color: black;
}

.menu li {
	display: inline;
	padding: 0px 20px 0px 20px;
}

.menu li.highlighted {
	background-color: white;
}

.menu li:hover {
	background-color: white;
}


/*****************************
**** Navigation Submenus *****
*****************************/

div.submenu {
	width: 100px;
	float: left;
}

.submenu ul {
	border: 1px solid black;
	margin-bottom: 10px;
/*	display: inline-block;*/
	list-style-type: none;
	vertical-align: text-top;
}

.submenu a {
	text-decoration: none;
	color: black;
}

.submenu li {
/*	padding: 0px 10px;*/
}

.submenu a {
/*	margin: 0px 10px;*/
/*	float: right;*/
	white-space: nowrap;
}

.submenu li:after {
/*	content: " \21E2";*/
	content: " >";
}

.submenu li.highlighted {
	background-color: lightblue;
}

.submenu li:hover {
	background-color: lightblue;
}

.breadcrumbs {
	padding: 10px;
}

/******************
***** Content *****
******************/

#content {
/*	max-width: 1200px;*/
	padding: 30px;
/*	margin: auto;*/
}

#content p {
	padding-bottom: 1em;
/*	text-indent: 2em;*/
}

#content h2 {
	padding-bottom: 1em;
}

#content ul > li {
/*    margin-left: 20px;*/
}

/**********************
**********************/

.left {
	float: left;
}

.right {
	float: right;
}

dt {
	font-weight: bold;
}

.thumbnail {
	width: 200px; 
	border: 1px;
	display: inline-block;
}
