﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #003265;
}
.container {
	border: 3px double #003265;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 10px;
}

#masthead {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
	background-image: url('images/header.jpg');
}
#top_nav {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
}
#contents {
	min-width: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	clear: both;
}
#left_col {
	border-style: none;
	width: 200px;
	float: left;
	min-height: 400px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#page_content {
	padding: 10px;
	margin-left: 215px;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#page_content_nobar {
	padding: 10px;
	margin-left: 10px;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	color: #C0C0C0;
}
#menu {
	height: 42px;
	margin-right: auto;
	width: 750px;
	margin-left: auto;
	background-color: transparent;
	line-height: 20px;
	overflow: hidden;
}
#menu ul {
	border-style: hidden;
	border-color: white;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	border-style: hidden;
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
	float: left;
	width: 92px;
	font-family: Arial,Helvetica,sans-serif;
	background-repeat: no-repeat;
	height: 42px;
	background-color: transparent;
	display: inline;
	background-image: url('images/btn_normal.jpg');
	font-size: 12px;
	position: relative;
	color: white;
	line-height: 40px;
	font-weight: bold;
}
#menu ul li:hover {
	background-image: url(images/btn_hover.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}
#menu li a {
  color: white;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}
#menu li a:hover {
  color: white;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
}
#menu li ul {
  border: 1px solid black;
  margin: 1px 0px 0px;
  padding: 0px;
  top: 38px;
  left: 0px;
  display: none;
  color: white;
  background-color: #432a2e;
  background-repeat: repeat-y;
  background-image: url(images/ddmenu-bg.jpg);
  width: 140px;
  position: absolute;
  z-index: 10000;
}
#menu li:hover ul {
  display: block;
  background-color: black;
  color: white;
  background-image: url(images/ddmenu-bg.jpg);
}
#menu li li {
  line-height: 1em;
  height: 20px;
  display: list-item;
  color: white;
  text-align: left;
  padding-top: 5px;
  background-color: #432a2e;
  font-size: 1em;
  list-style-type: none;
  background-image: url(images/ddmenu-bg.jpg);
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 13px;
}
#menu li li:hover {
  background-image: url(images/ddmenu-bg.jpg);
}
#menu li li a {
  color: black;
  background-image: url(images/transp.gif);
}
.clear {
	clear: both;
	height: 1px;
}
.sidebar_top {
	background-image: url('images/sidebar_top.png');
	background-repeat: no-repeat;
	height: 10px;
}
.sidebar {
	background-image: url('images/sidebar_bg.png');
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 400px;
}
.sidebar_bot {
	height: 10px;
	background-image: url('images/sidebar_bot.png');
	background-repeat: no-repeat;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000080;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.bold {
	font-weight: bold;
}
a {
	color: #000000;
}
.hr_heros {
	width: 140px;
	height: 1px;
	background-color: #FFFFFF;
	border-width: 0;
	color: #FFFFFF;
}
.gallery_item {
	padding: 10px;
	background-color: #E8E8FF;
	border-style: dashed;
	border-width: 1px;
}
.gallery_thumb {
	float: left;
	margin-right: 10px;
}
.colNavy {
	background-color: #99CCFF;
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	width: 22%;
	float: left;
	margin: 5px 5px -200px 5px;
	color: #000000;
	font-size: 0.9em;
}
.colMarines {
	background-color: #CCFFCC;
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	width: 22%;
	margin: 5px;
	float: left;
	color: #000000;
	font-size: 0.9em;
}
.colArmy {
	background-color: #CAFFCA;
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	width: 22%;
	margin: 5px;
	float: left;
	font-size: 0.9em;
}
.colAirforce {
	background-color: #99CCFF;
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	width: 22%;
	margin: 5px;
	float: left;
	font-size: 0.9em;
}
.imgBoxLeft {
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgBoxLeft_NB {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgBoxRight {
	border-style: solid;
	border-width: 1px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
