/*
  Northrop Grumman Electronic Systems 
	Internet Stylesheet.
	
	(c) 2008 Northrop Grumman.  All Rights Reserved.
*/


/******************************************************************************
For the change of address notice at the top of redirecting landing pages - temporary
*******************************************************************************/

#changewrap {
width: 700px;
padding-left: .7em;
}

#changewrap p {
font-size: .8em; }

#changewrap h1 {
font-size: 1.2em;
}

#changewrap li {
font-size: .8em; }

#changeofaddress {
border: 1px dotted #ccc;
padding: 3px;
margin-bottom: .5em;
background: #eee;
}

#changewrap td
{font-size: .8em; }

/******************************************************************************
 =Global Styles
 ******************************************************************************/
body {
  font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12pt;
	color           : #000;
	background-color: #fff;
	margin          : 0px;
	padding         : 0px;
	min-width       : 770px;
}

img {
  margin : 0px;
	padding: 0px;
	border : 0px;
}

a {
  color: #069;
}

ul.newsList {
  font-size : 0.95em;	
  list-style: none;
	margin    : 0px;
	padding   : 5px 3px;
	text-align: left;
}

ul.newsList li {
  margin: 0px 0px 20px 0px;
}

ul.brochureList {
  font-size       : 0.95em;
	list-style-image: url("../images/list-image.gif");	
  	margin          : 0px 15px;
	padding         : 5px 3px;
	text-align      : left;
}

ul.brochureList li {
  margin : 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

ul.noStyle {
  list-style: none;
  margin    : 0px 0px 1.6em 0px;
  padding   : 0px;
}

ul.bulleted {
  list-style: none url("../images/list-image.gif");
	margin    : 0px 0px 1.6em 20px;
	padding   : 0px;
}

ul.bulleted li {
  margin-bottom: 0.8em;
}

div.categoryClear {
  clear      : both;
	line-height: 1px;
}

* > div.categoryClear {
  clear: none;
}

div.clear {
  clear      : both;
height: 0px;
}

div.cell {
   display: table-cell;
	margin : 0px 0px 5px 0px;
	padding: 0px;
	overflow:auto;
}

.clearing {clear:both;}

/******************************************************************************
 =Header Styles
 ******************************************************************************/

div#es_header {
  	margin : 0px;
	padding: 0px;
}

/*IE6 hack to keep the navbar intact when window is shrunk*/
#es_header { width: expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 2602? "2600px" : "auto");
}

div#es_header img {
  float: left;
}

div#es_header ul {
  margin    : 0px;
	padding   : 0px;
	list-style: none;
	clear     : none;
	float     : left;
}

div#es_header ul a {
  text-decoration: none;
  color          : #fff;
}

div#es_header li {
  font-size       : 0.6em;
	font-weight     : bold;
	color           : #fff;
	display         : inline;
	background-color: #535353;
	text-transform  : uppercase;
  float           : left;
}

div#es_header li.selected {  
  background-color: #366884;
}

div#top_nav {
  background-image : url("../images/top_nav.gif");
	background-repeat: repeat-x;
	padding          : 0px 0px 0px 135px;
	margin           : 0px;
  height           : 34px;
}

div#top_nav img {
  margin-top: 3px;
}

div#top_nav ul {
  margin-top : 3px;
  line-height: 31px;
}

div#top_nav li {
  background-image : url("../images/top_item_background.jpg");
	background-repeat: repeat-x;
	padding          : 0px 9px;
}

div#top_nav li.selected,
div#top_nav li:hover,
div#top_nav li.over,
div#top_nav li.selectedover {
	background-position: 0% -31px;
}

div#es_logo {
  background-image : url("../images/img_home2.jpg");
	background-repeat: repeat-x;
	height           : 77px;
}

div#bottom_nav {
  background-image : url("../images/greybar_line.gif");
	background-repeat: repeat-x;
	padding          : 0px;
	margin           : 0px;
	height           : 24px;
}

div#bottom_nav ul {
  background-image : url("../images/bot_item_background.jpg");
	background-repeat: repeat-x;
  margin           : 0px;
	padding          : 0px 100px 0px 10px;
	line-height      : 24px;
}

div#bottom_nav li {
  background-image : url("../images/bot_item_background.jpg");
	background-repeat: repeat-x;
	padding          : 0px 9px;
}

div#bottom_nav li.selected,
div#bottom_nav li:hover,
div#bottom_nav li.over,
div#bottom_nav li.selectedover {
	background-position: 0% -24px;
}


.mediabutton {
padding: 4px;
border: 1px solid #ccc;
background-color: #eee;
text-decoration: none;
font-color: #000;
}
/******************************************************************************
 =Body Styles
 ******************************************************************************/
div#wrap {
  line-height      : 1.3em;
	font-size        : 0.85em;
	position         : relative;
	clear            : both; 
	background-image : url("../images/left_bar.gif");
	background-repeat: repeat-y;
	z-index          : 0;
}

body > div#wrap {
  /* Hack to let us use the incorrect style in IE6,
	   but have everything show up correctly in
		 Firefox/Opera */
  z-index: auto;
}

div#wrap h4 {
  font-size  : 1.0em;
  font-weight: bold;
	margin     : 0px;
	padding    : 0px;	
}



/******************************************************************************
 =Sidebar Styles
 ******************************************************************************/
div#sidebar {
  font-size       : 0.85em;
	margin          : 0px;
	float           : left;
	width           : 175px;
	padding         : 10px;
	position        : relative;
	z-index         : 1;
}


/* Removes extra space between top 2 sections of left nav*/
div#SideBarDownloads h4 {
margin-top: -1.4em;
font-size: .95em;
}

div#sidebar div#promo {
  text-align: center;
}

div#sidebar div#promo img {
  margin-bottom: 10px;
}

div#sidebar div#promo a:hover {
  border-bottom: 0px;
}

div#sidebar a {
  font-size      : 0.95em;
  font-weight    : bold;
  color          : #000;
  text-decoration: none;
}

div#sidebar a:hover {
  border-bottom: 1px solid #000;
}

div#sidebar ul a {
  font-size  : 1.0em;
  font-weight: normal;
  color      : #069;  
}

div#sidebar ul a:hover {
  border-bottom: 1px solid #069;
}

div#sidebar h3 {
  font-size       : 0.95em;
	color           : #000;
	margin          : 13px 0px 10px 0px;
	text-align      : center;
}

div#sidebar hr {
	margin : 5px 0px;
	padding: 0px;
	height : 0px;
	width  : 100%;
	border-bottom: 1px solid #aaa;
}

div#sidebar ul#sideNav {
  font-size : .95em;
  margin    : 0px;
  list-style: none;
  text-align: left;	
  padding-left: 5px;
}
/* Adds separator lines between menu items */
div#sidebar ul#sideNav li {
  padding: .4em;
  border-bottom: 1px solid #b4b4b4;
}

ul.SideCatTop {
  list-style: none;
  margin    : 0px 0px 1.6em 0px;
  padding   : 0px;
}

/*SideCatTop2 is for top part of left nav on product pages*/
ul.SideCatTop2 {
  list-style: none;
  margin    : 0px 0px 1.6em 0px;
  padding   : 0px 0px 10px 0px;
/*  border-bottom: 1px solid #aaa; */
}

ul.SideCatTop2 li{
padding-left: 5px;
margin-bottom: 0px;
}

ul.SideCatTop li{
padding-left: 5px;
margin-bottom: 0px;
}

ul.SideCat {
  list-style: none;
  margin    : 0px 0px 1.6em 0px;
  padding   : 0px;
}

ul.SideCat li { 
padding-left: 5px;
margin-bottom: 5px;
}

/* Style for the capabilities submenu header */
div#SideBarCapabilities {
border-top: 1px solid #8b8b8b;
}

div#SideBarCapabilities h4 {
padding-top: .8em;
padding-bottom: .4em;
}

/* For IE6*/
.cattable {clear:both;}
/* For FF */
* > .cattable { clear:both; }



/******************************************************************************
 =Content Pane Styles
 ******************************************************************************/
div#content {
  font-size   : 0.85em;
	line-height : 1.7em;
  	margin      : 0px;
	padding     : 10px 10px 10px 20px;
	border-right: 1px solid #ccc;
	margin-left : 200px;
	min-width   : 590px;
	max-width   : 590px;
	min-height: 575px;
}

/*IE6 hack to keep the navbar intact when window is shrunk*/
*html #content { width: expression(document.body.clientWidth < 595? "590px" : document.body.clientWidth > 900? "590px" : "auto");
	height: 575px;
}

div#content p {
	padding-left: 5px;

}

div#content p.photoCaption {
  clear: both;
}

div#content img {
	margin : 5px 10px 5px 5px;
	padding: 2px;
	border : 1px solid #aaa;
	float  : left;
}


.nofloat {
	border: 10px;  
	padding:0px; 
	margin:0px; 
	float: none;
	}

div#content ul {
	line-height: 2em;
}

div#content h1 {
  font-size  : 1.5em;
	font-weight: bold;
	color      : #000;
  line-height: 1.75em;
	margin     : 0px;
	padding    : 0px;
}

div#content h2 {
  font-size  : 1.2em;
	color      : #069;
	margin     : 1.8em 0px 0px 0px;
	padding    : 0px;
}

div#content h2.black {
  color: #000;
}

div#content h3 {
  font-size  : 1.1em;
	font-weight: bold;
	color      : #069;
}

/* Use this only for division page copy - Our Systems A-Z*/
div#content h4 {
  font-size  : 1.2em;
  clear:both;
	color      : #069;
	margin     : 1.8em 0px 0px 0px;
	padding    : 0px;
}

div#content h2 a {
  border-bottom: 0px;
}

div#content h2 a:hover {
  border-bottom: 1px solid #069;
}

div#content h3 a {
  border-bottom: 0px;
}

div#content h3 a:hover {
  border-bottom: 1px solid #069;
}

div#content a {
  text-decoration: none;
}

div#content a:hover {
  text-decoration: none;
  border-bottom  : 1px solid #069;
}
	
div#content div#flash {
  text-align   : center;
	margin-bottom: 20px;
}

div#content div#breadcrumb {
  font-size  : 0.90em;
	font-weight: bold;
	padding    : 0px 10px 15px 0px;
}

div#content div#breadcrumb ul {
	margin    : 0px;
	padding   : 0px;
	display   : inline;
	border    : none;
	list-style: none;
}

div#content div#breadcrumb ul li {
  margin-right: 2px;
  display     : inline;
}

div#content div.rightColumn {
	width      : 260px;
	float:right;
}

div#content div.leftColumn {
float: left;
width: 280px;
clear:left;
}



div#content div.threeColumn {
  float: left;
	width: 180px;
	margin: 0px 3px;
}

div#content ul.AZList {
  list-style: none;
	margin    : 0px;
	padding   : 0px;
}

div#content ul.AZList li {
  display: inline;
	padding: 0px 5px;
}

div#content table.category td {
  width: 50%;
}

div#content table.category {
margin-top: -.5em;
}

* > div#content table.category {
margin-top: 0em;
}


div#content table.gallery {
	padding      : 0px;
}

div#content table.gallery td {
  padding       : 0px 10px;
	margin        : 0px 5px;
	text-align    : center;
	vertical-align: top;
	border        : 1px solid  #eee;/* orig #069; */ 
}

div#content table.gallery img {
  border: 0px;
	float : none;
}

div#content p.imageCaption {
  font-size:0.8em;
}

div#content table.gallery a {
  border:0px;
}

div#content hr {
clear: both;
  color           : #FFF;
	background-color: #ccc;
	border          : 0px;
  height          : 1px;	
}

div#content hr.gallery {
  	color           : #069;
	background-color: #069;
	border          : 0px;
	height          : 1px;
}

.capabilitydescription {
min-height:50px;
max-height: 300px;
}

*html .capabilitydescription {
height:150px;
}

#highlightedsolution {
/* For highlighted solutions on capability pages - place item in this div */
margin-top: 1em; 
border:1px solid #eee; 
height: 100px; 
min-height:100px;
overflow:visible;
padding-left: .7em; padding-right:.7em; padding-bottom:.7em; padding-top: .2em;
background:url('/include/images/graygradient.jpg') bottom right no-repeat;
}

#relatedsolutions {
/* For highlighted solutions on capability pages - place item in this div */
margin-top: .7em; 
border-top:1px solid #ddd; 
padding-left: 6px; padding-right:6px;padding-bottom:6px;
background:url('/include/images/relatedsolutions_background.jpg') top left no-repeat;
}

div#relatedsolutions h4 {
margin-top:.3em;
}


/* For the Careers - PDP page */
#pdptestimonial {
margin-top: 1em; 
border:1px solid #ddd; 
height: 100px;
overflow:visible;
padding: .7em; 
background:url('/include/images/graygradient.jpg') bottom right no-repeat;
}


/*For the internal horizontal nav - Ethics and others*/

#horizontalNav {
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
text-align: center;
}

/*Use an H5 for the internal horizontal nav - Ethics and other contribution pages */
div#content h5 {
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
text-align: center;
font-weight: normal;
font-size: 1em;
}

/* The #suport div contains service & support info for obsolete products, mainly in NSD */

#support {
clear:both;
border-left: 5px solid #ba1a1e;
padding: 4px; 
margin-top: .5em; margin-bottom: .5em}

/******************************************************************************
 =Right Column Styles
 ******************************************************************************/
div#rightColumn {
  font-size: 0.85em;
	width    : 165px; 
	padding  : 10px;
  position : absolute;
	top      : 1px;
	left     : 630px;
	float    : right;
}

div#wrap > div#rightColumn {
  /* Hack to let us use a different measurement
	   in IE6, but have everything show up 
		 correctly in Firefox/Opera */
  left: 820px;
}

div#rightColumn ul a {
  font-size      : .95em;
	font-weight    : normal;
  color          : #069;
	text-decoration: none;
}

div#rightColumn ul a:hover {
  border-bottom: 1px solid #069;
}

div#rightColumn ul {
list-style-image: none;
margin-left: 0em;
}

div#rightColumn li {
padding-bottom: 7px;
border-bottom: 1px dotted #eee;
margin-bottom: 7px;
}


/******************************************************************************
 =Footer Styles
 ******************************************************************************/
div#footer {
  font-size       : 0.7em;
  border-top      : 3px double #666;
	background-color: #F0F0F0;
	clear           : both;
	padding         : 5px 10px 20px 10px;
}

div#copyright {
  text-align: right;
	float     : right;
}
