/* root.css */

/* Table of Contents
------------------------------------
    1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
	background Green:   #a8ada8
	darker Green:	    #45503f
	right col green:    #7a847a
	background:         #323432
------------------------------------*/

/* 1. Reset
------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	color: #000;
	line-height: 1;
	background-color: #FFF;
	background-image: none;
}
ol, ul {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body {
	color: #3d3d3d;
	font-family: Verdana, Arial, sans-serif;
	background-attachment: fixed;
	background-color: #323432;	
}
a {
	color: #316234;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #213422;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.2em;
}
img {
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}

/* 3. ID's
------------------------------------*/
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: hidden;
    width: 996px;
}
#contentBackground {
	width: 996px;
	overflow: hidden;
	background-repeat: repeat-y;
	background-color: #a8ada8;
}
#dropDownNav {
	float: left;
	font-size: 1.1em;
	
}

#dropDownNav li {
	float: left;
	display: block;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 -1px;
	position: relative;
	z-index: 999;
	background-color: #Fcb05;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/drop_down_border1.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #CCC;
}
#dropDownNav li a {
	display: block;
	padding: 0 24px;
	color: #FFF;
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	color: #CCC;
	background-color: #000;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/nav_hover_gradient3.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
#dropDownNav li ul {
	border: 1px solid #b6b6b6;
	border-top: none;
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	top: 29px;
	width: 148px;
	background-color: #000;
	background-image: none;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;		
}
#dropDownNav li #org1 {
	border: 1px solid #b6b6b6;
	border-top: none;
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	top: 29px;
	width: 148px;
	background-color: #000;
	background-image: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	height: 29em;
	float: left;
	
}

#dropDownNav li #org2 {
 float: left;
 left: 148px;
 height: 29em;	
}
#dropDownNav li #org2 li a:hover{
	background-color: #b4b4b4;
	
	color: #000;
}
#dropDownNav li ul li {
	background: none;
	border: none;
	display: block;
	font-size: 0.9em;
	height: auto;
	line-height: 2.6em;
	padding: 0;
}
#dropDownNav li ul li a, #dropDownNav li:hover li a, #dropDownNav li.sfHover li a {
	background: none;
	color: #FFF;
	display: block;
	height: auto;
	padding: 0 0 0 10px;
	width: 139px;
}
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
	
	background-color: #b4b4b4;
	color: #000;
	
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
#footer {
	clear: both;
	color: #e3e3e3;
	font-size: 1.2em;
	padding: 5px 10px;
	overflow: auto;
	width: 976px;
	background-color: #000000;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 200px;
}
#footerMiddle {
    margin: 2.8em 0 0;
    width: 576px;
}
#footerRight {
	text-align: right;
	line-height: 1.2em;
}
#footerRight a {
    color: #ffd54a;
}
#header {
	border-bottom: 1px solid #8f8f8f;
	height: 151px;
	width: 996px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/banner.jpg);
	background-repeat: no-repeat;
}
#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
#leftCol {
	float: left;
	width: 196px;
	
	background-color: #45503f;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/leftCol_bkgrnd.gif);
	background-repeat: repeat-y;
	padding-bottom: 1920px;
	margin-bottom: -1900px;
}
#leftCol .rss, #leftCol .podcasts {
    margin-left: 10px;
}
#leftColNav li {
    font-size: 11px;
    line-height: 2.8em;
}
#leftColNav .level3 {
    border-left: 1px solid #c2c2c2;
}
#leftColNav .level4 {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}
#leftColNav .level4 a {
    font-weight: normal;
    line-height: 15px;
}
#leftColNav .level4 a:hover {
    background: none;
    color: #3d3d3d;
}
#leftColNav li a.current {
	color: #fff;
	background-color: #000;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/phone.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#leftColNav li a.current:hover {
	color: #000;
	background-color: #ffcb05;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/phone_roll.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#leftColNav li a.subNav {
    background: #f7f7f7;
    font-weight: normal;
    border-top: 1px solid #c2c2c2;
}
#leftColNav li a.subNav:hover {
    background: #f7f7f7;
    color: #3d3d3d;
}
#leftColNav li#last {
    border-bottom: 1px solid #939393;
    margin: 0.2em 5px 0;
}
#leftColNav li#sections {
    background: #a1a1a1;
    font-weight: bold;
    padding: 0 10px;
}
#leftColNav li a {
	display: block;
	padding: 0 10px;
	width: 176px;
	background-color: #000;
	color: #fff;
}
#leftColNav li a:hover {
	background-color: #666666;
	color: #000;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/nav_hover_gradient3.gif);
	background-repeat: repeat-x;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}
/* Live Search */
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.8em;
width: 26em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1.2em;
margin: 4px 5px;
padding: 0;
}
#liveSearch input#search {
width: 210px;
}
#liveSearch input.close {
background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/searchbutton.png) no-repeat 5px 5px;
border: none;
color: #fff;
cursor: pointer;
display: inline;
float: right;
height: 26px;
width: 28px;
margin: 0;
padding: 0;
}
#liveSearchTabs {
position:absolute;
display:none;
cursor:pointer;
top:-22px;
left:-1px;
width:230px;
height:22px;
background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/live_search_tab_1.png) no-repeat;
}
#liveSearchTabs li {
height:22px;
display:inline;
float:left;
text-align:center;
color:#fff;
font-size:11px;
font-family: Verdana, Arial, Sans-serif;
padding-top:7px;
}
#liveSearchTabs1 {
width:36px;
}
#liveSearchTabs2 {
width:64px;
}
#liveSearchTabs3 {
width:66px;
}
#liveSearchTabs4 {
width:64px;
}
#liveSearchLeft {
background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}
#mainContent {
	float: left;
	width: 595px;
	background-color: #a8ada8;
	text-align: center;
	padding-bottom: 1920px;
	margin-bottom: -1900px;
}
#mainContent h1, #mainContent h2 {
	background-color: #000;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/nav_hover_gradient7.gif);
	background-repeat: repeat-x;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8ada8;
	border-left-color: #a8ada8;
}
#mainContent a {
	font-weight: bold;
	color: #030;	
}
#mainContent a:hover {
	font-weight: bold;
	color: #060;
}
#mainContent p, #rightCol p {
	padding: 0 10px;
	color: #000;
}
 .rightImg {
	text-align: center;		
		
}
#mainContent ul {
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-family: inherit;
	line-height: 1.5em;
}
#mainContent ul li {
	font-size: 1.1em;
	text-align: left;
}

#navBar {
	border-bottom: 1px solid #b6b6b6;
	height: 2.8em;
	background-color: #cfcfcf;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/nav_hover_gradient4.gif);
	background-repeat: repeat-x;
	
}
#rightCol {
	display: inline;
	float: right;
	width: 196px;
	background-color: #7a847a;
	margin-bottom: -1900px;
	padding-bottom: 1920px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/rightCol_bkgrnd.gif);
	background-repeat: repeat-y;
	}
#rightCol h2 {
	clear: both;
}
#rightCol ul {
	margin: 1em 0 1em 15px;
	position: relative;
}
#rightCol li {
	line-height: 1.2em;
	margin-top: 0.8em;
	margin-right: 15px;
	margin-bottom: 0.8em;
	margin-left: 0;
}
#rightCol li a {
	display: block;
	color: #fff;
}

#rightCol li a:hover {
	display: block;
	color: #FFcb05;
}

#wrapper {
    background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/white_bg.gif) repeat-y top center;
    width: 100%;
}


#sign img {
	border:none;
	padding-left: 15px;
	
}

#leftImg {
	margin: 10px;
}

#social {
	height: 300px;
	width: 200px;		
}

/* CSS Sprite Icons */
.rss {background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/icon_sprites.gif)           0px -114px no-repeat;}
.podcasts {background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/icon_sprites.gif)      0px -133px no-repeat;}



/* 4. Classes
------------------------------------*/
.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
	background-color: #CCC;
	font-size: 1.5em;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #030;
	border-bottom-color: #030;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/nav_hover_gradient2.gif);
	background-repeat: repeat-x;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
	background-color: #c2c2c2;
	background-repeat: no-repeat;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/hospital.jpg);
}
.dark-red a{
	color:#fff;
}
.dark-red a:hover {
	color: #FF9;
}

.diamondList li {
	padding-left: 16px;
	margin: 12px 0;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/diamond_bullet4.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 1.2em;	
}

.diamondList2 li {
	padding-left: 25px;
	margin: 7px 0;
	background-position: 0;
	position: relative;
	left: 7px;
	top: 77px;	
}

.diamondList3 li {
	padding-left: 16px;
	margin: 12px 0;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/musicNote2.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;	
}
#mainContent .diamondList4 li {
	padding-left: 16px;
	margin: 12px 0;
	list-style-position: inside;
	list-style-type: square;
	font-size: 1.1em;
}
.diamondList5 li {
	padding-left: 16px;
	margin: 12px 0;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/star.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;	
}
#mainContent .diamondList ul li {
	font-size:1em;
}

#announce .contactList li{
	color: #FFCB05;	
}
#announce .contactList li:hover {
	color: #FFCB05;	
}
.mainList li {
	background: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/diamond_bulletMain.gif) no-repeat 0 2px;
	padding-left: 16px;
	margin: 12px 0;
}

.eventList li{
	position: relative;
	top: 65px;
	left: 10px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/diamond_bullet2.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 10px;
}

.eventList li a:hover {
	
	color: #633;
}

.hide {
    display: none;
}
.hide2 {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.icon_sprite {
    display: block;
    float: left;
    height: 19px;
    margin: 0 4px;
    width: 19px;
}
.light-gray {
	color: #ffcb05;
	background-color: #000;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}


/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {

}
.squareList  li {        overflow: visible;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}



/* 7. Debug
------------------------------------*/
/* Un-comment for site testing

*[style], font, center {outline: 5px solid red;}
img[alt=""] {border: 3px solid red;}
img[title=""] {border: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
img:not([title]) {outline: 5px solid fuchsia;}
table[summary=""] {outline: 3px solid red;}
table:not([summary]) {outline: 5px solid red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}
a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href=""] {background: fuchsia;} */
ul.dropdown {
	color: #FFF;
	background-color: #000;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
	float: left;
	text-decoration: none;
	width: 170px;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: medium solid #666;
	
}

ul.dropdown li a {
	color:#fff;
	background-color: #000;
	display: block;
	padding: 5px;	
}


ul.dropdown a:hover {
	color: #fff;
	background-color: #575555;
	display: block;
	padding: 5px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/nav_hover_gradient4.gif);
	background-repeat: repeat-x;
}

ul.dropdown ul{
	visibility: hidden;
	color: #fff;
	background-color: #000;
	position: absolute;
	left: 175px;
	top: 5px;
	z-index: 598;
	width: 150px;
	border: thin solid #fff;
	float: left;
	
}


ul.dropdown li:hover >ul {
	visibility:visible;
}


	
#mainContent #vidPlay {
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	
	
}
#mainContent #vidPlay2 {
	z-index: 10;
	text-align: center;
	background-repeat: no-repeat;
	height: 250px;
	width: 500px;
	background-color: #000;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/safety/images/vidBkgrnd2.gif);
}
#mainContent #vidPlay3 {
	z-index: 10;
	text-align: center;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/bctVid.gif);
	background-repeat: no-repeat;
	height: 227px;
	width: 403px;
	position: relative;
	
}
#GarAnnounce {
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/garrison/hotTopics.gif);
	height: 300px;
	width: 195px;	
}
#GarAnnounce ul {
	position: relative;
	width: 140px;
	padding-top: 65px;
	padding-left: 10px;	
}

#announce {
	width: 190px;
	background-color: #000;
	border: thin solid #ffcb05;
		
}
#announce ul {
	position: relative;
	width: 140px;
	padding-top: 5px;
	padding-left: 10px;
	
}
#announce ul li {
	color: #000;	
}

#announce ul li a{
	color: #fff;
	
}

#announce ul li:hover {
	color:#666;
}
#announce p {
	color: #FFCB05;



}
#announce h3 {
	color: #FFCB05;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.1em;
}
#weather {
	background-image: url('%27http:/wood.army.mil/search/getweather.asp%27');
	width: 90%;
	height: 150px;
	background-repeat: no-repeat
}

#newsflash {
	color: #F00;
	background-color: #000;
	font-style: italic;
	text-align: center;
	border: 3px solid #F00;
}
#mainContent ol {
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	text-align: left;
	list-style-type: none;
	
}
#mainContent ol li {
	padding-right: 10px;
	padding-left: 10px;
	font-family: inherit;
	font-size: 1em;
	font-style: inherit;
	line-height: 1.4em;
	margin-top: 1.1em;
	margin-right: 0px;
	margin-bottom: 1.1em;
	margin-left: 0px;
}
 
#mainContent p#address {
	text-align: center;		
}
	


#general {
	height: 241px;
	width: 175px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/cg.gif);
	float: left;
	margin: 5px;
}

#general ul li a {
	color: #FFcb05;
	position: relative;
	left: 20px;
	top: 200px;
}

#general ul li a:hover {
	color: #FFF;
	
	}
#rightCol #guidon {
	height: 70px;
	width: 195px;
}
#video1 {
	float: left;
}
#flag img {
	height: 63px;
	width: 100px;
	position: absolute;
	top: 185px;
	right: -7px;
}
#socialgraph {
	background-repeat: no-repeat;
	height: 155px;
	width: 195px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/FacebookNewSign.gif);
	
}
 
#socialgraph:hover {
	background-repeat: no-repeat;
	
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/FacebookNewSignRoll.gif);	
}
#socialgraph #soclist {
	position: relative;
	left: 60px;
	top: 10px;
	line-height: 4px;
	font-size: 9px;
}

#BCTsocialgraph {
	background-repeat: no-repeat;
	height: 300px;
	width: 195px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/BCT/facebookBCT.jpg);	
}

#BCTsocialgraph:hover {
	background-repeat: no-repeat;
	height: 300px;
	width: 195px;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/BCT/facebookBCT_roll.jpg);
}

#BCTsocialgraph #soclist {
	position: relative;
	left: 40px;
	top: 60px;
	line-height: 6px;
	font-size: 9px;
	height: 200px;
	width: 170px;
}

#mainContent h3 {
	padding: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: medium;
	color: #000;
}
#mainContent h4 {
	margin: 5px;
	padding: 5px;
	font-size: small;
}
#useful {
	color: #666;
	background-color: #000;
	border: thin solid #666;
	position: absolute;
	left: 175px;
	top: 250px;
	padding: 0px;
}

#local {
	color: #ccc;
	background-color: #000;
	border: thin solid #666;
	position: absolute;
	left: 175px;
	top: 140px;
	padding: 0px;
	
}
#onpost1 {
	color: #fff;
	background-color: #000;
	position: absolute;
	left: 175px;
	top: 5px;
	display: block;
	padding: 0px;
	height: 25em;
	float: left;
	width: 148px;
	border: thin solid #666;
}
#onpost2 {
	color: #fff;
	background-color: #000;
	position: absolute;
	left: 325px;
	top: 5px;
	display: block;
	padding: 0px;
	height: 25em;
	float: left;
	width: 148px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
}

#mainContent .boldtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#mainContent .boldsub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin-left: 5px;
}
#mainContent .boldsubCen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin-left: 5px;
	text-align: center;
}
#mainContent img {
	margin: 10px;
	
}
#mainContent .lgimage {
	text-align: center;
}
#mainContent #visitpic {
	position: relative;

	float: right;
}
#mainContent .bioimage {
	float: left;
	position: relative;
}
#general {
	position: relative;
}
#general ul li a {
	position: relative;
	right: 25px;
}
#drill {
	float: right;
	position: absolute;
	top: 10px;
	right: 190px;
}
.highlight {
	font-size: 1.5em;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	margin: 5px;
	color: #000;
	list-style-type: square;
	padding-left: 20px;
	font-size: 1.25em;
	line-height: 120%;
	list-style-position: inside;
	list-style-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/square.gif);
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

.note {
	font-size: 1.2em;
	background-color: #6f9263;
}

#mskn {
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/mskn.gif);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	height: 38px;
	width: 196px;
	background-color: #000;
}
#mskn:hover {
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/mskn_hover.gif);
	background-repeat: no-repeat;
	position: relative;
	display: block;
}
 #BCTsoclist {
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/BCT/facebookBCT.jpg);
	background-repeat: no-repeat;
}
#leftCol .leftImg {
	width: 200px;
}
#mainContent #themeDate {
	color: #FFF;
	background-color: #000;
	font-size: 1.2em;
	width: 120px;
	padding: 5px;
	margin: 5px;
}
#mainContent h4 {
	font-weight: bold;
	color: #000;
}
#mainContent #bctVid {
	z-index: -1;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 400px;
}
#mainContent .box{
	border: thin solid #000000;
	margin: 5px;
	background-color: #999;
	padding-bottom: 10px;
}
#mainContent .box .countries {
	text-align: center;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}


#mainContent .box .countries td{
	background-color: #fff;
	border: thin solid #030;
	padding: 5px;
}
#mainContent .bioimage ul li {
	position: relative;
	left: 50px;
}
#mainContent #news {
	width: 500px;
	border-collapse:collapse;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	color: #FFCB05;
	padding: 10px;
	background-attachment: scroll;
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/colBkgrnd.gif);
	background-repeat: repeat;
	border: thin solid #1d3610;
	height: 250px;
	overflow: scroll;
}
#news td{
	color: #000;
	text-align: left;
	
	padding: 5px;
	font-size: 1.1em;	
}
#news tr td a {
	color: #003300;
	font-style: italic;
}
#news tr td a:hover {
	color: #006600;
}
#news tr th {
	padding: 5px;
	font-size: 1.2em;
}
#mainContent #woodworks p {
	text-align: center;	
}

#mainContent #contactsTable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1.1em;
	color: #000;
}
#mainContent #contactsTable  th{
	padding: 15px;
	background-color: #fff;
	color: #003300;
	font-weight: bold;
	font-size: 1.1em;
}
#mainContent #contactsTable  td{
	padding: 5px;
	background-color: #003300;
	color: #fff;
	text-align: left;
	line-height: 1.2em;
}#leftCol div .dropdown li #leadership {
	left: 150px;
	top: 5px;
}
#mainContent #contactsTable  a{
	color: #000;
	font-style: italic;
}

.diamondList li a img
{
	position: relative;
	top: 2px;
	padding-right: 4px;
}
 .leftBox {
	float: left;
	width: 250px;
	padding-left: 5px;
	position: relative;
}
#mainContent .leftBox p img {	
	
	float: left;		
}

#rightPic img{
	float: right;
}
img.imgRight {
	margin: 4px;
	float: right;
	border: thin solid #000;
}
.imgRight img {
 	float: right;	
}
img.imgLeft {
	margin: 4px;
	float: left;
	border: thin solid #000;
}
#policies {
	background-color: #E0E0E4;
	border: thin solid #000;
}
#policies li{
	background-image: none;
	margin: 12px 0;
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: square;
}

#leftCol div .dropdown li  #sf {
	padding-left: 19px;
	
}
#stress li {
	text-align: left;
}
#mainContent p {
	text-align: left;

}
#soclist {
	background-color: #000;
	border: thin solid #ffcb05;
}
#soclist h3 {
	color:#ffcb05;
	text-align: center;
	padding: 5px;
	font-size: 1.3em;
}
#soclist  li {
	color:#ffcb05
	
}

#rightCol #searchBox {
	background-color: #000;
	border: thin solid #ffcb05;
	color: #FFCB05;
}
 .Grad {
	color: #000;
	background-color: #CCC;
	border: thin solid #030;
	margin: 5px;
	width: 45%;
	font-size: 1em;
	float: left;
	height: 100px;
	
}
#mainContent #vidZ {
	z-index: 1;
	border: medium solid #000;
}

#newsStories {

	overflow: scroll;
	background-color: #fff;
}
#rightCol #salute{
	text-align: center;
	}
#navBar #dropDownNav li #secCol {
	position: relative;
	left: 145px;
	float: left;
	top: 0px;
	display: block;
	
}
#navBar #dropDownNav li #secCol a:hover{
	background-color: #ffcb05;	
	
}
.GradScroll {
	height: 300px;
	overflow: scroll;
}
#rightCol #QuickLinks {
	background-color: #000;
	padding: 10px;
	margin: 5px;
}
#rightCol #QuickLinks h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
}.newsThumb {
	border: thin solid #000;
	
}
.newsList  {
	background-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/colBkgrnd.gif);
	background-repeat: repeat;
	color: #000;
	list-style-position: inside;
	list-style-image: url(/web/20161018225213oe_/http://www.wood.army.mil/newweb/rv4_images/diamond_bulletMain.gif);
		
}
.newsList li {
	line-height: 2em;	
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 560px;
	height: 400px;
	z-index:5;
	border: 1px solid #000;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 135px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 110%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 125%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}
