@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p { 
margin : 0; 
padding : 0; 
border : 0; 
outline : 0; 
font-size : 100%; 
} 

body { 
color : #2d2e2e; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
line-height : 14px; 
}

input.c1 {
	width : 120px;
}

#search {
	padding: 5px 20px 0px 0px;
	float: right;
	width: 180px;
}
 
a, a:link, a:visited { 
text-decoration : none; 
color: #8EB541;
}

a:hover { 
text-decoration : underline; 
} 

#outerWrapper { 
background-color : #FFF; 
text-align : left; 
width : 1000px; 
margin: 0 auto;
height : auto; 
} 


/* ---header--- */
#outerWrapper #header { 
height : 150px; 
background-image : url(/web/20161018234837oe_/http://www.ecbc.army.mil/img/siteResources/headerImgs/websiteHeader.png); 
background-repeat : no-repeat;
} 

#outerWrapper #header h1 {
text-align : left;  
font-size : 24px;
margin: 5px 0 0 150px;
padding: 0;
float:left;
color: #000;
} 

#outerWrapper #header h2 {
text-align : left;  
font-size : 12px; 
margin: 95px 0 0 150px;
padding: 0;
float:left;
color: #000;
} 
/* ---/header--- */

#outerWrapper #topNavigation { 
	background-color : #001524; 
	padding : 0; 
	height : 35px; 
	vertical-align : middle; 
}

#outerWrapper #contentWrapper #leftColumn1 { 
float : left; 
padding : 5px 0; 
width : 220px; 
/*border: 1px solid #999;
border-top:none;
border-right: none; */
}

/* -----left column list styles----- */
.leftColList {

}

.leftColList ul {
	list-style-type:none;
	padding:0;
	padding-bottom:25px;
}

.leftColList ul li#active {
	background-color:#111;
	color:black;
	text-decoration: none;
}

.leftColList ul li a {
	display:block;
	padding: 15px 8px;
	background-color:#999;
	text-align:center;
	font-size: 18px;
	border-bottom: 1px #FFF solid;
	color: #FFF;
}

.leftColList ul li a#active {
	background-color:#AB9F64;
}

.leftColList a:hover,a:active {
	background-color:#777;
	color:black;
	text-decoration: none;
}

.leftColList #stories li a {
	font-size: 14px;
}

.leftColList #stories li#active {
	font-size: 14px;
	font-weight:bold;
	display:block;
	padding: 7px;
	width:175px;
	background-color:#D6D0B3;
	text-align:center;
	background-color:#ab9f64;
	color:black;
}

#outerWrapper #contentWrapper #content { 
margin: 0 0 0 220px;
padding : 15px; 
height : auto; 
min-height : 700px; 
border: 1px solid #999;
border-top:none;
border-bottom:none;
}

hr {
	width: 50%;
	margin: 50px auto;
}

 #cover{
	position: relative;
}

 #cover #coverImg{
	position: absolute;
	width: 100%;
	height: 250px;
	z-index: 100;
}

 #cover h1{
	position: absolute;
	z-index: 110;
	background-color: #FFF;
	font-size: 45px;
	font-weight: bold;
	margin: 0 0 0 12px;
	padding: 25px 25px 25px 3px;
	top: 200px;
}

/* ---text--- */
#content #breadcrumbs { 
	font-size: 14px;
	margin: 0 0 20px 0;
}

#content h1 { 
	font-size: 28px;
	line-height: 32px;
	margin: 10px 0 20px 0;
	font-weight: normal;
}

#content h2 { 
	font-size: 20px;
	margin: 10px 0;
	line-height: 24px;
}

#content h3 { 
	font-size: 16.5px;
	margin: 10px 0;
	line-height: 20px;
	font-weight: normal;
}

#content p { 
	font-size: 16.5px;
	line-height: 22px;
	margin: 10px 0 20px 0;
}

#content ul { 
	font-size: 16.5px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

/* ---content images--- */
#content img.full {
	width: 100%;
}

#content img.half {
	width: 50%;
	float: right;
}

#content img.third {
	width: 33%;
	float: right;
	margin: 0 15px 15px 15px;
}

#content img.quarter {
	width: 25%;
	float: right;
}

/* ---contactBar--- */
#contactBar {
	margin: 0 0 0 220px;
	padding : 40px 0; 
	border: 1px solid #999;
	border-top:none;
	border-bottom:none;
	background-color: rgba(188,174,122,.5);
	text-align: center;
}

#contactBar .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #FFF;
  font-size: 20px;
  background: #AB9F64;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 4px;
  text-decoration: none;
}

#contactBar .btn:hover {
  background: #867B46;
  text-decoration: none;
}

/* recentStories styles */
#recentStories {
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px dotted #BEBEBE;
	padding: 0 0 10px 0;
	clear:both;
}

#recentStories h3 {
	color: #555;
	margin: 5px 0;
}

#recentStories a {
	width: 223px;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #BEBEBE;
}

#recentStories a:first-of-type {
	padding: 0 10px 0 0;
}

#recentStories a:nth-child(5) {
	border-right: none;
	padding: 0 0 0 10px;
}

#recentStories a:hover {
	color: #060;
}

#recentStories a:active {
	background-color: #FFF;
}

#recentStories a h2 {
	color: #060;
	font-size: 12px;
	line-height: 14px;
}

#recentStories a p, a h2 {
	color: #060;
}

#recentStories a img {
	width: 100%;
	border: 0;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}