/* 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
------------------------------------*/

/* 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 0 0 0px;
	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.0;
}
ol, ul {
	list-style: none;
}


/* 2. Elements
------------------------------------*/
body {
    background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/body_gradient.jpg) repeat-x;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
}
a {
	color: #3d3d3d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7b8738;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.1em;
    line-height: 1.1em;
		color:#000;
}
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
------------------------------------*/
#ALThover {
	text-decoration: none; 
	color: #3D3D3D;
}
#breadCrumbs {
	border-bottom:1px solid #aeaeae;
/*    background-color:#f7f7f7; */
	background-color:#fff;
	color:#999;
	float:left;
	font-weight:bold;
	padding:7px 4px 7px 7px;
	width: 779px;
/*	font-size:12px */
border-right: 1px solid #9b9b9b;
}
#breadCrumbs li {
    display:inline;
		
}
#container {
    background: #fff;
    font-size: 70%;
    margin: 0 auto 4px;
		padding:15px 0px 15px 0px; /* T-R-B-L */
    overflow: auto;
    width: 996px;
}
#contentBackground {
		background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/3column.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}
#dropDownNav {
    float: left;
    font-size: 1.1em;
		background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/nav_hover_gradient.gif) repeat-x;
}
#dropDownNav li {
    background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/drop_down_border1.gif) no-repeat right;
    float: left;
    display: block;
    height: 2.2em;
    line-height: 2.2em;
    margin: 0 -1px;
    position: relative;
    z-index: 999;
}
#dropDownNav li a {
    display: block;
    padding: 0 15px; /* This supplies the spacing on either side of the top main menu buttons */
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
/*	background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/nav_hover_gradient.gif) repeat-x; */
/*	 background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/nav_hover_gradient1.gif) repeat-x; */
    color: #7b8738;
		background-color: #c2c2c2; 
}
#dropDownNav li ul {
    background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/drop_down_bg2.png);
    border: 1px solid #b6b6b6;
    border-top: none;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    top: 29px;
    width: 235px;  /* This controls the width of the drop down panels */ 
		background-color: #c2c2c2; 
}
#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: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
/*    width: 139px; */
		width: 226px;  /* This controls the width of the highlighted item in the drop down panels */
}
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #b4b4b4;
    color: #7b8738;
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size: 1.0em;
    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: 2.2em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;	
}
#footerLeft { 
    width: 213px;
}

#footerMiddle {
    margin: 2.0em 0 0;
    width: 615px;
		text-align: right;
}

#footerRight {
    text-align: right;
		width:140px;
}
#footerRight a {
    color: #ffd54a;
}
#header {
    background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/USAREUR_G1_banner1.jpg) no-repeat;
    border-bottom: 1px solid #8f8f8f;
		height: 151px;
    width: 996px;
}
#headerStar {
    display: block;
    position: relative;
    top: 26px;
    left: -369px;
    height: 95px;
    width: 60px;
}
/* #headerOrgLogo {
	display: block;
	position: relative;
	top: -95px;
	left: 905px;
	height: 90px;
	width: 65px;	
} */
#leftCol {
    background: #c2c2c2;
    float: left;
    width: 196px;
}
#leftCol .rss, #leftCol .podcasts {
    margin-left: 10px;
}

#leftColNav li {
    font-size: 11px;
    line-height: 2.5em;
}
#leftColNav li a.current {
    background: #4e4e4e;
    color: #fff;
		cursor: default;
}
#leftColNav li a.current:hover {
    background: #4e4e4e;
    color: #fff;
		cursor: default;
}
#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;
		color:#000;
    font-weight: bold;
    padding: 0 5px;
		text-transform: uppercase;
}
#leftColNav li a {
    display: block;
    padding: 0 5px;
    width: 185px;
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #7b8738;
}
/*the you are here trick (persistent page indicator) */
/* Main Section Pages */
body#homePage li#G1home a, 
body#aboutUsPage li#aboutUs a, 
body#staffPage li#staff a,  
body#ssdPage li#ssd a,
body#milPayPage li#milPay a,
body#civDevPage li#civDev a,
body#pubsPage li#pubs a,
body#phonePage li#phone a,
body#linksPage li#links a,
body#faqsPage li#faqs a,
body#videosPage li#videos a,
body#photosPage li#photos a,
body#aercPage li#aerc a,
body#crgPage li#crg a,
/* Programs Pages */
body#frontPage li#front a, 
body#cvpPage li#cvp a, 
body#eeoPage li#eeo a,  
body#eoPage li#eo a,
body#frsaPage li#frsa a,
body#recruitingPage li#recruiting a,
body#reintegrationPage li#reintegration a,
body#retentionPage li#retention a,
body#rrPage li#rr a,
body#saPage li#sa a,
/* TAG Pages */
body#tagPage li#tag a, 
body#opmdPage li#opmd a, 
body#epmdPage li#epmd a,  
body#hrAutoPage li#hrAuto a,
body#aabPage li#aab a,
body#cacPage li#cac a,
/* CPD Pages */
body#cpdindexPage li#cpdhome a,
body#usPersonnelProgramsPage li#usp a,
body#InternationalProgramsPage li#intl a,
body#docperPage li#docper a,
body#dcpsPage li#dcps a,
body#cpdReferenceLibraryPage li#ref a,
body#cpdContactPage li#cpdContact a,
body#transformationPage li#trans a,
body#cpdrelatedLinksPage li#rellinks a {
	  background: #4e4e4e;
    color: #fff;
		cursor: default;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}
/* Live Search */
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.5em;
width: 17.5em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1em;
margin: 4px 5px;
padding: 0;
}
#liveSearch input#search {
width: 145px;
}
#liveSearch input.close {
background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/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:197px;
height:22px;
background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/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:30px;
}
#liveSearchTabs2 {
width:55px;
}
#liveSearchTabs3 {
width:55px;
}
#liveSearchTabs4 {
width:45px;
}
#liveSearchLeft {
background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}
#mainContent {
    background: #f7f7f7; 
    float: left;
    padding-bottom: 10px;
		width: 800px;
}

#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 ul li ul {
	font-size: 1em;
}

#navBar {
    background: #cfcfcf url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #b6b6b6;
    height: 2.5em;
}

#rightCol {
    display: inline;
    float: right;
    width: 196px;
}
#rightCol h2 {
    clear: both;
}
#rightCol ul {
    margin: 1em 0 1em 15px;
}
#rightCol li {
    line-height: 1.2em;
    margin: 0.8em 0;
}
#rightCol li a {
    display: block;
}

#wrapper {
    background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/white_bg.gif) repeat-y top center;
    width: 100%;
}



/* CSS Sprite Icons */
.rss {background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/icon_sprites.gif) 				0px -114px no-repeat;}
.podcasts {background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/icon_sprites.gif) 		0px -133px no-repeat;}
.flicker {background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/icon_sprites.gif) 		0px -19px no-repeat;}
.facebook {background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/icon_sprites.gif) 		0px -400px no-repeat;}
.twitter {background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/icon_sprites.gif) 		0px 0px 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: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
		font-size: 16px;
		color: #ff0000;
}
.centered {
	padding-left: 0;
    text-align: center;
}

.dark-gray {
    background: #4e4e4e;
		color:#FFF;
}
.dark-red {
    background: #af2020;
		color:#FFF;
}
.diamondList li {
    background: url(/web/20161019115222oe_/http://www.eur.army.mil/g1/rv4_images/diamond_bullet.gif) no-repeat 0 2px;
    padding-left: 16px;
    margin: 12px 0;
}
.EO img {
	padding-right: 10px;
}
.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: #c0c0c0;
    color: #3D3D3D;
}
.red {
    background: #FF0000;
    color: #FFFFFF;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}
.sectionHeader {
	font-size:14px;
	font-weight:bold;
	color:#00F;
}
.menutitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height: 20px;
	padding-right:5px;
}
.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#06C;
	line-height: 11px;
}


/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        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;} */