/* 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
------------------------------------*/
/* 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
}
/* end reset */


/* 2. Elements
------------------------------------*/

body {
    background: #7a7a7a url(../images/body_gradient.jpg) repeat-x;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
	line-height: 1.2;
}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus {
    color: #f7f7f7;
	background-color: #999;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
img {
    border: 1px solid #3d3d3d;
}
p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 1.1em;
}


/* 3. ID's
------------------------------------*/
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}
#MainandRight {
	font-size:10px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#content {
	background: #ededed;
	clear: both;
	padding: 0 14px;
	overflow: hidden;
}
#content.myArmy {
	background: #ededed url(http://usarmy.vo.llnwd.net/e1/rv4_images/rv5/content_shadow_top.gif) repeat-x;
	padding-top: 8px;
}
#topContent {
	background: #ededed;
	float: left;
	padding: 1em 14px;
	width: 968px;
}
#featureBox p {
    margin-bottom: 15px;
} 
#featureBoxTop {
    background: url(http://usarmy.vo.llnwd.net/e1/rv4_images/rounded_gray_top.gif) no-repeat top left;
    height: 5px;
    width: 458px;
}
#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 ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 15px;
}
#footerLeft {
	float: left;
	width: 125px;
}
#footerMiddle {
	float: left;
	margin: 1.6em auto 0.4em;
	width: 698px;
}
#footerRight {
	float: right;
	text-align: right;
	width: 125px;
}
#footerRight a {
    color: #ffd54a;
}
#header {
    background: no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 151px;
    width: 996px;
}

#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}


#navBar {
    background: #cfcfcf url(http://usarmy.vo.llnwd.net/e1/rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #b6b6b6;
    height: 2.8em;
}


#lastupdated {
	text-align: center; font-size: 11px; padding: 5px;
}
#wrapper {
    background: url(../images/white_bg.gif) repeat-y top center;
    width: 100%;
}



/* 4. Classes
------------------------------------*/
.plaintext {
	font-size: 12px;
	color: #000
}
.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
    background: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.light-gray {
    background: #c0c0c0;
    color: #565656;
}
.dark-red {
	background: #af2020;
	color: #FFF;
}
.dark-gold {
    background: #FC0;
}
.diamondList li {
	background: url(../images/diamond_bullet.gif) no-repeat 0 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.hide {
    display: none;
}
.hide2 {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;

