@charset "utf-8";
/* STYLING FOR TOP AND BOTTOM NAVIGATION. DOES NOT APPLY TO DOD ISSUANCE PAGES or IIC webpages
UPDATED: June 2014
*/

 /*---------------------------------
 DOD ISSUANCES WEBSITE COLOR SCHEME:
 light blueish grey: #E0E0E0 (front page panels) 
 light medium blue: #99CCFF, 
 medium blue: #6699FF, 
 neon blue: #0000FF, 
 dark blue: #242942 / RGB 36 41 66 (website outter columns on every page)
 orange for highlighting: #FF9900 (IIC blocks, navigation)
 bright red: #FF0000, 
 bright yellow: #FFFF00, 
 compliments bright yellow: #FCEFA1
 white: #FFFFFF, 
 black: #000000  
 ------------------------------*/

/*---DIV THAT SURROUNDS EACH NAVIGATION SECTION---*/
#abovebannernavigation
{
	width:960px;
	/*background-color:#30395c; originally #242942*/
	background-image:url(../graphics/gradients/bluebluevertical_gradient1.jpg);
	float: left;
	height:36px;
}
#websitebanner
{
width:960px;
background-color:#242942;
float:left;
}
#belowbannernavigation
{
	width:960px; 
	background-color:#FFC; /*was #ccc, SPM update June 2014*/
	float: left;
}
#bottomnavigation
{
	float:left;/*added 6/11/2014 for SPM update, fixed gap that exposed white background*/
	width:100%;/*was 960px, SPM update June 2014*/
	background-color:#FFC; /*was #ccc, SPM update June 2014*/
	border-top-color:#E0E0E0; /*added 6/11/2014 for SPM update*/
	border-top-style:solid;/*added 6/11/2014 for SPM update*/
	border-top-width:thin;/*added 6/11/2014 for SPM update*/
}
/*---DIV SECTION---*/

/*---DOD ISSUANCE NAVIGATION: BLUE---*/
ul#abovebanner-nav { /*the structure of the head-menu*/
margin: 0;
padding: 0;
list-style: none;
width: 960px;
line-height:25px; /*ul line height and li height should match*/
}

ul#abovebanner-nav li{  /*the structure of the first items*/
display: inline;
height:25px; /*ul line height and li height should match*/
}

ul#abovebanner-nav li a { /*the links inside the first items*/
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
padding-left:5.5px;/*was 10px*/
padding-right:5.5px;/*was 10px*/
width:auto;/*controls button width. was 110px*/
/*background:#242942; controls button background color*/
background-image:url(../graphics/gradients/bluebluevertical_gradient1.jpg); /*creates gradient for each button*/
color:#eee;
font-size:12px;/*was 12px*/
font-weight:bold;
/*letter-spacing:1px;*/
float:left;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
border-left:1px #FFC; /*was #ccc, SPM update June 2014*/
border-left-style:inset;
}

ul#abovebanner-nav li a:hover {  /*the roll-over styles for the links*/
/*background:#FF9900;*/
background-image:url(../graphics/gradients/bluebluevertical_gradient2.jpg);
color:#FFC; /*was #FFF, SPM update June 2014*/
}
/*---DOD ISSUANCE NAVIGATION: BLUE---*/

/*---TOP SUBNAVIGATION BELOW DOD ISSUANCE NAVIGATION: YELLOW--*/
#nav{
	list-style:none;
	font-weight:normal;
	margin-bottom:0px;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative; /* Bring the nav above everything else--uncomment if needed.*/
	z-index:5;
	border-bottom: #E0E0E0 thin solid; /*added 6/11/2014 for SPM update*/
}

#nav li{
	float:left;
	margin-right:1px; /*originally 10px*/
	position:relative;
}

#nav a{
	display:block;
	
	padding-bottom:5px;
	padding-left:5px; /*controls button spacing*/
	padding-right:5px; /*controls button spacing*/
	padding-top:5px;
	color:#000;/*was #585858, #828282 before 10/11/2013*/
	background:#ffc; /*was #ccc, SPM update June 2014*/
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#FF9900;
}

#nav li a:hover{
background:#FF9900;
color:#fff;
}
/*---TOP SUBNAVIGATION BELOW DOD ISSUANCE NAVIGATION: YELLOW--*/

/*SUBMENU NAVIGATION DROPDOWN STYLING*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/*background:rgba(255,255,255,0);  But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none; 
	background:#E0E0E0; /*color of spaces between drop down cells, was #FFF, updated 6/11/2014 for SPM update*/
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #000; /*controls drop down text color*/
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#ffc; /*dropdown background color, was ccc, SPM update June 2014*/
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#242942;
	color:#FFF;
	text-align:left; /*fixes problem with drop down text jumping to the middle of the cell*/
}
ul#nav li a:hover { 
background:#242942;
}

/*SUBMENU NAVIGATION DROPDOWN STYLING*/

/*---BOTTOM OF WEBPAGE NAVIGATION SECTION---*/
ul#bottom-nav { /*the structure of the head-menu*/
margin: 0;
padding: 0;
list-style: none;
width: 100%;
line-height:25px; /*ul line height and li height should match*/
background-color:#FFC; /*Added for SPM update June 2014*/
}

ul#bottom-nav li{  /*the structure of the first items*/
display: inline;
height:25px; /*ul line height and li height should match*/
}

ul#bottom-nav li a { /*the links inside the first items*/
text-decoration:none;
padding-top:0px;
padding-bottom:0px;
padding-left:5px;
padding-right:5px;
width:auto;/*controls button width. was 110px*/
background:#FFC; /*controls button background color, was #ccc, SPM update June 2014*/
color:#000;/*was #585858*/
font-size:10px;
font-weight:normal;
float:left;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

ul#bottom-nav li a:hover {  /*the roll-over styles for the links*/
	color:#fff;
	background:#242942;
}
/*---BOTTOM OF WEBPAGE NAVIGATION SECTION---*/

/*---NAVIGATION SIMPLE SEARCH---*/
#whsSearchForm
{
	display:inline;
	float:right;
	vertical-align:middle;
	text-align:center;
	padding-right:5px;
	padding-top:5px;
}
/*---NAVIGATION SIMPLE SEARCH---*/