/* fb.css */
/*template*/

/* 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. DISABLED CSS
	8. Debug
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
------------------------------------*/

/* 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 {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body {
    background:url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/bodybackground.png) #000 repeat-x;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
	outline:none;
}
a:hover {
    color: #7b8738;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.2em;
 	
}
img {
    border: 0px solid #3d3d3d;
}

p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}

/* 3. ID's
------------------------------------*/
#container {
    font-size: 62.5%;
    margin: 0 auto 0px;
    padding:7px 0px 0px;
    overflow: auto;
    width: 996px;
}
#contentBackground {
    background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/3column.gif) #c0c0c0 repeat-y; 
    width: 996px;
    overflow: hidden;
}

/*----------------------------BEGIN HEADER CSS---------------------------*/
#header {
	border-bottom: 1px solid #8f8f8f;
	height: 141px;
	width: 996px;
	background-image: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/banner.gif);
	background-repeat: no-repeat;
}
#headerStar {
    display: inline-block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
/* NAVBAR FOR LIVE DROPDOWN AND SEARCH (DIABLED)*/
#headerLink {
    display:inline-block;
    position: relative;
    top: 25px;
    left: 25px;
    height: 50px;
    width: 470px;
}

/* NAVBAR FOR LIVE DROPDOWN AND SEARCH (DIABLED)*/
#navBar {
    background: #cfcfcf url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #666666;
    height: 2.8em;
}

#navBar a {
	color:#ffd54a;
}

#dropDownNav {
    float: left;
    font-size: 1.1em;
}
#dropDownNav li {
    background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/drop_down_border.gif) no-repeat right;
    float: left;
    display: block;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 -1px;
    position: relative;
    z-index: 999;
}
#dropDownNav li a {
    display: block;
    padding: 0 19px;
}
/*Navigation Header TEXT*/
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #fff;
}
/*DROP DOWN BG*/
#dropDownNav li ul {
    background: #454545 /*url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/drop_down_bg.png)*/;
    border: 1px solid #666666;
    border-top: none;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    top: 29px;
    width: 148px;
}
#dropDownNav li ul.news {
	height: 16.4em;
}
#dropDownNav li ul#newsColumn2 {
	left: 149px;
}
#dropDownNav li ul#newsColumn3 {
	left: 298px;
}
#dropDownNav li ul#newsColumn4 {
	left: 447px;
}
#dropDownNav li ul li {
    background: none;
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto;
    line-height: 2.6em;
    padding: 0;
}
/*	LINK NORMAL/HOVER STATE TEXT COLOR*/
#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;
}
/*	LINK HOVER TEXT/BG COLOR*/
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #222;
   	color: #ffd54a;
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
 line-height:15px;
}

.hide2 {
height:1px;
left:0;
overflow:hidden;
position:absolute;
top:-500px;
width:1px;
}


/*----------------------------BEGIN LEFTCOL NAVIGATION CSS---------------------------*/
#leftCol {
   /* background: #c2c2c2;*/
    float: left;
	/*padding-left:7px;*/	
    width:186px;
}

#leftColNav li {
    font-size: 11px;
    /*line-height: 2.8em;*/
}

#leftColNav .level3 {
    border-left: 1px solid #c2c2c2;
}

#leftColNav li a.current {
    background: #232323;
    color: #fff;
}
#leftColNav li a.current:hover {
    background: #232323;
    color: #fff;
}

#leftColNav li#last {
    border-bottom: 1px solid #939393;
    margin: 0.2em 5px 0;
}
#leftColNav li#sections {
    background: #a1a1a1;
    font-weight: bold;
	padding:0.9em 5px .9em 12px;
	/*line-height: 2.8em;*/
	/*background: #4e4e4e;*/
	
}
#leftColNav li#sections.dark-red{
    background: #af2020;
	color:#FFF;
}
	

#leftColNav li#sections-blue {
    background: #36C;
    font-weight: bold;
	padding:0.9em 5px .9em 12px;
	/*line-height: 2.8em;*/
}
#leftColNav li a {
    display: block;
    /*padding: 0 10px;*/
	padding:0.9em 5px .9em 12px;
    width: 170
	px;/*176px*/
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #7b8738;
}

#leftColNav li a.subNav {
	font-weight: normal;
	border-top: 1px solid #E5E5E5;
	text-align:left;
	background-color:#D0D0D0;	
}
#leftColNav li a.subNav:hover {
	color: #3d3d3d;
	background-color: #E5E5E5;
}

#leftColNav li a.subNavcurrent {
	color: #fff;
	background-color: #7b8738;
}

#leftColNav li a.subNavcurrent:hover {
    background: #7b8738;
    color: #fff;
}
/*---------BEGIN SUBLEFTCOL NAVIGATION CSS---------*/

#subleftColNav li {
    font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #c2c2c2;
	text-align:left;
	/*line-height: 2.8em;*/
	background-color: #E5E5E5;	
}
#subleftColNav li a.current {
	font-weight: bold;
    background: #7B8738;
    color: #fff;
}
#subleftColNav li a.current:hover {
	font-weight: bold;
    background: #7B8738;
    color: #fff;
}

#subleftColNav li a {
	font-weight: normal;
    display: block;
    /*padding: 0 10px;*/
	padding:0.9em 10px;
    /*width: 176px;*/
}
#subleftColNav li a:hover {
	color: #3d3d3d;
	background-color: #CCC;
}



/*----------------------------END LEFTCOL CSS---------------------------*/


/* Live Search */
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.8em;
width: 23em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1.2em;
margin: 4px 5px;
padding: 0;
}
#liveSearch input#search {
width: 180px;
}
#liveSearch input.close {
background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/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/20161027160341oe_/http://www.benning.army.mil/common/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/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/live_search_left.gif) no-repeat;*/
float: left;
height: 2.8em;
width: 6px;
}

/*----------------------------BEGIN BREADCRUMBS CSS---------------------------*/

#breadCrumbs {
	background:url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/breadcrumbs.gif) repeat-x;
    color:#565656;
    float:left;
    font-weight:bold;
    padding:7px 4px 7px 7px;
	height:11px;
    width: 996px;
	overflow:hidden;
}

#breadCrumbs li {
    display:inline;
	font-size:10px;
}
#breadCrumbs ul {
    display:inline;
}
#breadCrumbs a {
    display:inline;
}
#breadCrumbs div {
	position:relative;
	top:-1px;
   *top:-12px; /* IE 7 and below */
   _top:-12px; /* IE 6 and below */
	right:5px;
	margin-right:10px;
    display:inline;
	height:15px;
}
#breadCrumbs h3{
	display:inline;
	line-height:12px;
	font-size:11px;
	padding:2px 10px;}

#breadCrumbs p{
	display:inline;
	font-size:1.1em;
	line-height:1.4em;
	margin:0;}
/*----------------------------BEGIN TOP SHADE CSS---------------------------*/

#topshade{
	background:url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/topshade.gif);
	height:15px;
	width:996px;
	z-index:10;
	clear:both;
	cursor:pointer;
	position:relative;
	top:0;}


/*----------------------------- SectionStories CSS -----------------------------*/
#sectionStories {
background:#EFEFEF none repeat scroll 0 0;
border-bottom:1px solid #DEDEDE;
border-top:1px solid #DEDEDE;
float:left;
width:604px;
}
#sectionStories li a {
font-weight:normal;
}
#sectionStories li {
	float:left;
	line-height:1.4em;
	margin:0 0 1.6em;
	padding-left:15px;
	width:245px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/diamond_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-weight: normal;
}

#otherStories, #topStory {
float:left;
}
#topStoryRight {
border-left:1px solid #CECECE;
height:16em;
margin:1em 0;
width:400px;
float:right;
padding:0 10px;
}

#topStoryRight h1 {
font-size:1.6em;
margin-bottom:0;
padding-bottom:0.2em;
}

#topStoryRight h2 {
font-size:1.6em;
font-weight:normal;
margin-bottom:1em;
}

#topStory img {
border:medium none;
margin-top:5px;
/*width:290px;*/

}

#topStory img {
float:left;
}

#topStory .description {
	float:left;
	max-width:180px;}
#topStory .description img{
	float:none;}

/*----------------------------- END SectionStories CSS -----------------------------*/


/*----------------------------BEGIN MAIN CONTENT CSS---------------------------*/
#mainContent {
	font-size:10px;
    background: /*url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/middlecolumn.gif) repeat-y #f7f7f7*/;
    float: left;
    padding:0 9px 0px;
    width: 606px;
	height:100%;
	overflow:hidden;
}
#mainContent h1, #mainContent h2 {
    padding: 8px 10px;
}
#mainContent p, #rightCol p {
    padding: 0 10px;
}
#mainContent ul {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}
#mainContent .block {
font-size:10px;
height:24px;
line-height:24px;
}
/*----------------------------- SectionStories CSS -----------------------------*/
#sectionStories {
background:#EFEFEF none repeat scroll 0 0;
border-bottom:1px solid #DEDEDE;
border-top:1px solid #DEDEDE;
float:left;
width:604px;
}
#sectionStories li a {
font-weight:normal;
}
#sectionStories li {
	float:left;
	line-height:1.4em;
	margin:0 0 1.6em;
	padding-left:15px;
	width:245px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/diamond_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-weight: normal;
}

#otherStories{
float:left;
}
/*----------------------------- END SectionStories CSS -----------------------------*/
/*----------------------------END MAIN CONTENT CSS---------------------------*/


/*----------------------------BEGIN RIGHTCOL CSS---------------------------*/
#rightCol {
    display: inline;
    float: right;
	padding-right:7px;
	width:179px;
}
#rightCol object{
	width:179px;}

#rightCol h2 {
    clear: both;
}
#rightCol ul {
    margin: 1em 0 1em 5px;
}
#rightCol li {
    line-height: 1.2em;
	margin-top:.8em;
	margin-bottom:.8em;
}
#rightCol li a {
    display: block;
}
#rightCol p {
	padding:0 5px;}
	

#quote, #whatIs {
padding:0.5em 10px;
}

#quote p, #whatIs p {
font-size:10px;
}


#wrapper {
	width: 100%;
	background-image: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/pageborder.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#pageborderbottom
{
	width:100%;
 	background:url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/pageborderbottom.png) bottom no-repeat;
	height:35px;
}
/*----------------------------END RIGHTCOL CSS---------------------------*/


#columnbottom{
	background:url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/3columnbottom.gif) no-repeat;
	height:148px;
	width:996px;}
/*---------------------------- BEGIN FOOTER CSS---------------------------*/
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size: 1.2em;
    padding: 5px 10px;
    overflow: auto;
    width: 976px;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer p {
    margin: .5em 0px;
	font-size:10px;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 160px;
}
#footerMiddle {
    margin: 1em 0 0;
    width: 656px;
	text-align: center;
}

#footerMiddle a:link, #footerMiddle a:visited, #footerMiddle a:active {
    font-size: 1em;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 2px 5px;
	margin: 0px;
	color: #e3e3e3;
 }

#footerMiddle a:hover, #footerMiddle a.current:visited {
	text-decoration: underline;
	color: #7b8738;
 }

#footerRight {
    text-align: right;
}
#footerRight a {
    color: #ffd54a;
}
/*---------------------------- END FOOTER CSS---------------------------*/



/* 4. Classes
------------------------------------*/
/* CSS Sprite Icons */
/* CSS Sprite Icons */
.rss {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -114px no-repeat; }
.podcasts {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -133px no-repeat;}
.photos {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -18px no-repeat;}
.facebook {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -400px no-repeat;}
.twitter {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px 0px no-repeat;}
.mail {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -191px no-repeat;}
.fbtv {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -38px no-repeat;}
.news {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/newsicon.gif) no-repeat;}
.enews {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/e-news.gif) no-repeat;}
.ice {background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/ice.gif) no-repeat;}
.update{background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -247px no-repeat;}
.manage{background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/icon_sprites.gif) 0px -266px no-repeat;}

.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.block-double {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 62px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
#rightCol .block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: auto;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
	width:175px;
	padding:2px;
}


.bold {
    font-weight: bold;
}
.bordered {
    background: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.clear {
clear: both;
}
.dark-gray {
    background: #4e4e4e;
	color:#FFF;
}
.dark-red {
    background: #af2020;
	color:#FFF;
	
}

.diamondList li {
    background: url(/web/20161027160341oe_/http://www.benning.army.mil/common/rv4_images/diamond_bullet.gif) no-repeat 0 2px;
    padding-left: 16px;
    margin: 12px 0;
	
}

.smalltext ul, .smalltext li, .smalltext a {
	font-size: 1em;	
}

.gray-text {
	color:#3D3D3D;
}
.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 {
	background: #A1A1A1;/*c0c0c0*/
	color:#fff;
}
.rss, .podcasts, .photos, .facebook, .mail, .twitter, .fbtv{
	  padding:6px 10px 0px 6px;
  }
.news {
	  display:block;
	  line-height:21px;
	  padding:6px 18px 0px 20px;
	  cursor:pointer;
 }
.enews {
	  display:block;
	  line-height:21px;
	  padding:6px 18px 0px 20px;
 }

.ice {
	  display:block;
	  line-height:21px;
	  padding:6px 13px 0px 20px;
 }

.rss  , .podcasts  , #email  , #print  , .photos , .facebook , .twitter , .fbtv , .news, .enews, .ice{
    margin:0px 2px;
}
#footerLeft .rss,#footerLeft  .podcasts,#footerLeft  .photos,#footerLeft  .facebook,#footerLeft  .mail,#footerLeft  .twitter,#footerLeft  .fbtv{
	  display:block;
	  line-height:13px;
	  padding:6px 25px 0px 25px;
}
#footerLeft .update,#footerLeft  .manage{
	  display:block;
	  line-height:13px;
	  padding:6px 25px 0px 25px;
}
#footerLeft .update  ,#footerLeft .manage  {
    margin-left: 2px;
	margin-bottom:2px
}


/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        overflow: visible;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}


