/* 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
	8. Homepage
	9. Nav bar
	10. Tooltips
	11. Search box
	12. Mobile
	
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;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	height: auto;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body {
    background: #7a7a7a url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/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;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.2em;
}
h3 {
	font-size: 2em;
	font-weight: bold;
}
img {
    border: 1px solid #3d3d3d;
}
p {
	line-height: 1.4em;
	margin: 1.1em 0;
	font-size: 12px;
}

#relatedLinks {
	height: 100%;
	width: 200px;
	float: right;
	margin-right: 10px;
	border: thin solid #4E4E4E;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#relatedLinksHeader {
	background-color: #4E4E4E;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#banner {
	background-color: #4E4E4E;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#banner_none {
	background-color: #4E4E4E;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#fbLike {
	float: right;
	width: 330px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* 3. ID's
------------------------------------*/
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}
#contentBackground {
    background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/3column.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}

#contentBackgroundHome {
	width: 996px;
	overflow: hidden;
}
#dropDownNav {
    float: left;
    font-size: 1.1em;
}
#dropDownNav li {
    background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/drop_down_border1.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 24px;
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #7b8738;
}
#dropDownNav li ul {
	border: 1px solid #b6b6b6;
	border-top: none;
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	top: 29px;
	width: 148px;
	background-color: #CCC;
}
#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;
}
#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.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: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 200px;
}
#footerMiddle {
    margin: 2.8em 0 0;
    width: 576px;


}
#footerRight {
    text-align: right;
}
#footerRight a {
    color: #ffd54a;
}
#header {
	border-bottom: 1px solid #8f8f8f;
	height: 151px;
	width: 996px;
	background-image: url(/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/banner.png);
	background-repeat: no-repeat;
}
#headerStar {
	display: block;
	position: relative;
	top: 24px;
	left: 15px;
	height: 102px;
	width: 80px;
}
#leftCol {
    background: #c2c2c2;
    float: left;
    width: 196px;
}
#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 {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.current:hover {
    background: #4e4e4e;
    color: #fff;
}
#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;
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #7b8738;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}
/* Live Search */
#liveSearch {
	position:relative;
	background: #525252;
	float: right;
	height: 2.8em;
	width: 26em;
	display: none;
}
#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(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/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(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/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(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}
#mainContent {
    background: #f7f7f7;
    float: left;
    padding-bottom: 10px;
	padding-left: 10px;
    width: 594px;
}

#mainContent_noLeft {
    background: #f7f7f7;
    float: left;
    padding-bottom: 10px;
    width: 800px;
}
#mainContent h1, #mainContent h2 {
    padding: 8px 10px;
}
#mainContent p, #rightCol p {
	padding: 0 10px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
#mainContent ul {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}

#mainContentHome {
    background: #f7f7f7;
    float: left;
    padding-bottom: 10px;
    width: 790px;
}
#mainContentHome h1, #mainContentHome h2 {
    padding: 8px 10px;
}
#mainContentHome p, #rightCol p {
    padding: 0 10px;
}
#mainContentHome ul {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}
#navBar {
	border-bottom: 1px solid #b6b6b6;
	height: 2.8em;
	background-repeat: no-repeat;
	background-color: #cfcfcf;
}
#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(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/white_bg.gif) repeat-y top center;
    width: 100%;
}
 
 .isalute {
	text-align: center;
	padding-top: 10px;
}

/* CSS Sprite Icons */
.rss {background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/icon_sprites.gif) 0px -114px no-repeat;}
.podcasts {background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/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: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.hide {
    display: none;
}
.diamondList li {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/diamond_bullet.gif) no-repeat 0 2px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.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: #565656;
}
.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 {
        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;} */#homeSecondaryContent {
	width: 790px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* 8. Homepage
------------------------------------*/

#homeColumn1 {
	height: 100%;
	width: 294px;
	float: left;
	
	margin-right: 10px;
	border: thin solid #4E4E4E;
	margin-top: 20px;
}


#homeColumn1Header {
	background-color: #4E4E4E;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#homeColumn2 {
	height: 450px;
	width: 475px;
	float: left;
	border: thin solid #4E4E4E;
	margin-top: 20px;
}

}
#homeColumn2a {
	height: 375px;
	width: 158px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
	float: left;
}

#homeColumn2b {
	height: 415px;
	width: 158px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
	float: left;
}

#homeColumn2c {
	height: 375px;
	width: 150px;
	float: left;
}
#homeColumn3 {
	height: 250px;
	width: 475px;
	float: left;
	border: thin solid #4E4E4E;
	margin-top: 20px;
}

}
#homeColumn3a {
	height: 275px;
	width: 158px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
	float: left;
}

#homeColumn3b {
	height: 215px;
	width: 158px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
	float: left;
}

#homeColumn3c {
	height: 215px;
	width: 150px;
	float: left;
}
#homeColumn4 {
	height: 250px;
	width: 475px;
	float: left;
	border: thin solid #4E4E4E;
	margin-top: 20px;
}

}
#homeColumn4a {
	height: 275px;
	width: 158px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
	float: left;
}

#homeColumn4b {
	height: 215px;
	width: 50%;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4E4E4E;
	float: left;
}

#homeColumn4c {
	height: 215px;
	width: 49%;
	float: left;
}
.homeLinks {
	text-align: center;
}

#homeColumn2Header {
	background-color: #4E4E4E;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#smh {
	height: 200px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#ftMeadePAO {
	height: 50px;
	padding-top: 75px;
	clear: none;
}

#smhFacebook {
	float: left;
	width: 60px;
	text-align: center;
	
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#smhTwitter {
	width: 60px;
	text-align: center;
	float: left;
	clear: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#smhFlickr {
	width: 60px;
	text-align: center;
	float: left;
	clear: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#smhYouTube {
	float: none;
	text-align: center;
	width: 196px;
	clear: none;
	}
#test {
	height: 50px;
	width: 50px;
}



#operatingStatus {
	
}
#wrapper #container #contentBackgroundHome #rightCol #smh #smhFacebook a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #container #contentBackground #rightCol #smh #smhFacebook a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #container #contentBackgroundHome #rightCol #smh #smhTwitter a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #container #contentBackground #rightCol #smh #smhTwitter a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper #container #contentBackground #mainContent .diamondList li {
}
#container #contentBackground #mainContent .diamondList li {
	font-size: 12px;
	line-height: 1.4em;
}
.icon_pdf {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 9. Navigation bar
------------------------------------*/

*{outline: none;}
img {
	border: 0px none #666;
}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	z-index:1000;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 12px;
	background:url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_background.png);
	font-family:Arial;
	z-index:1000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	z-index:1000;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; z-index:1000;}

ul#topnav a.fortsill {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_home.png) no-repeat;
	width: 98px; 
}
ul#topnav a.growth {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_growth.png) no-repeat;
	width: 130px; 
}
ul#topnav a.partners {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_partners.png) no-repeat;
	width: 210px; 
}
ul#topnav a.community {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_community.png) no-repeat;
	width: 130px; 
}
ul#topnav a.services {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_garrison.png) no-repeat;
	width: 130px; 
}
ul#topnav a.atoz {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://sill-www.army.mil/_images/static/nav_atoz.png) no-repeat;
	width: 77px; 
}
ul#topnav a.search {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_search.png) no-repeat;
	width: 130px; 
}

ul#topnav a.soundoff {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_soundoff.png) no-repeat;
	width: 130px; 
}

ul#topnav a.socialmedia {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_socialmedia.png) no-repeat;
	width: 160px; 
}

ul#topnav a.faqs {
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_faqs.png) no-repeat;
	width: 98px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	background: #2d2d2d url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/nav_subBG.png) repeat-x;
	/*border: 2px solid #b6b6b6;*/
	padding: 20px 20px 20px 10px;
	float: left;
	display: none;
	z-index:1000;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding:0;
	width: 150px;
	float: left;
	z-index:1000;

}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0 0 0 5px;  margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: Myriad Pro, Verdana, Arial;
	text-transform:uppercase;
}
ul#topnav .sub ul li h2 a {
	padding: 0 0 3px 0;
	background-image: none;
	color: #fff;
	border:none;
	font-weight:bold;
}
ul#topnav .sub ul li h3 {
	padding: 0 0 0 5px;  margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: Myriad Pro, Verdana, Arial;
	text-transform:uppercase;
}
ul#topnav .sub ul li h3 a {
	padding: 0 0 3px 0;
	background-image: none;
	color: #fff;
	border:none;
	font-weight:normal;
}
ul#topnav .sub ul li h4 {
	padding: 0 0 0 5px;  margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Myriad Pro, Verdana, Arial;
	text-transform:uppercase;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://sill-www.army.mil/_images/static/nav_arrow.png) no-repeat 5px 5px;
	padding: 2px 5px 2px 20px;
	display: block;
	text-decoration: none;
	color: #cecece;
	font-weight:normal;

}
ul#topnav .sub ul li a:hover {color: #ffcc00; background-position: 10px 5px ;}


/* 10. ToolTips
------------------------------------*/

.extTT {
	display:none;
	background:transparent url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/tooltip_ext.png) no-repeat;
	height:100px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index: 1001;	
	}
.ext {border-bottom: dotted 1px #7f7f7f;}
#navBar .ext {border-bottom: none;}
.altTT {
	display:none;
	background:transparent url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/tooltip_alt.png) no-repeat;
	font-size:11px;
	height:50px;
	width:160px;
	padding:25px;
	color:#3f3f3f;
	z-index: 1001;	
	}
.acrSTT {
	display:none;
	background:transparent url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/tooltip_acrSide.png) no-repeat;
	font-size:11px;
	height:30px;
	width:160px;
	padding:55px 25px 25px 25px;
	color:#c7c7c7;
	z-index: 1001;	
	}
.acrTT {
	display:none;
	background:transparent url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://www.ftmeade.army.mil/rv4_images/megamenu/tooltip_acrCenter.png) no-repeat;
	font-size:11px;
	height:30px;
	width:160px;
	padding:55px 25px 25px 25px;
	color:#c7c7c7;
	z-index: 1001;	
	}
	
/* 11. Search
------------------------------------*/
#searchBox {
	background:url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://sill-www.army.mil/_images/static/searchBG.jpg) no-repeat;
	position:absolute; top:1px; left:676px;
	height: 28px; width: 320px;
	}
#searchInput {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4'); 
	border:0px;
	font-family:Verdana; color:#737373; font-size:10pt; 
	padding:1px;
	width:209px;
	position:absolute; left:61px; top:2px;
	}
#searchSubmit {
	background:url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://sill-www.army.mil/_images/static/searchSubmit.jpg) no-repeat;
	border:0px;
	width:33px;
	position:absolute; left:272px; top:2px;
	cursor:pointer;
	}
#searchText {
	background:url(https://webarchive.library.unt.edu/web/20161020122010oe_/http://sill-www.army.mil/_images/static/searchtext.jpg) no-repeat;
	height:18px; width:46px;
	position:absolute; left:16px; top:2px;
	}
.borderedCell {
	border: thick solid #4E4E4E;
}

/* 12. Mobile
------------------------------------*/

#mobileCalendar {
	display: none;
}

#mobileContentBackground {
	display: none;
}
#headlineOnMobile {
display:none;}
.imageBordered {
	padding: 0px;
	border: thin solid #000;
	margin: 5px;
}
.headerBanner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #4E4E4E;
	text-align: center;
	font-weight: bold;
	height: 115%;
}
.leadParagraph {
	font-size: 14px;
	font-weight: bolder;
}
