<!--
/* Last updated 05-10-06 by bcp */

html,body,span,div,td,layer,blockquote{
	color: #666666;
	font-size: 10pt;
	font-family: "Verdana", "Helvetica", sans-serif;}

p{
	color: #666666;
	font-size: 10pt;
	line-height: 11pt;
	margin: 10px 20px;
	font-family: "Verdana", "Helvetica", sans-serif;}

body{
	margin: 0px;
	padding: 0px;
	background: #ffffff;}

.verticalnav {font-size: 8pt;}
	
/*
a,a:link {
	color:#666666;
	text-decoration: underline;}
	}
		
a:visited {
	color: #999999;
	text-decoration: underline;}
*/

	
/*Caused a conflict w rollover images in NS6
a:hover {
	text-decoration:underline;
	color: #ce1126;
}
*/

b{font-weight: bold;}

h1{
	font-weight: bold;
	font-size: 16pt;}

h2{
	font-weight: bold;
	font-size: 14pt;}

h3{
	font-weight: bold;
	font-size: 12pt;}

h4{
	font-weight: bold;
	font-size: 10pt;}
	
sup  { font-size: 8pt; vertical-align: super;}

ul li {
	margin-top: 9pt;
	list-style: disc outside;}

td.totp{
	padding-left:15px;
	}

.content {
	font-size: 10pt;
	line-height: 11pt;
	margin: 10px 20px;}

p.content-row {
	font-size: 10pt;
	line-height: 11pt;
	margin: 10px 20px;}

p.contenttitle {
	font-size: 11pt;
	font-weight: bold;
	line-height: 12pt;
	margin: 10px 20px;}

p.contact {
	font-size: 9pt;
	margin: 10px;}

p.copyright{
	text-align: right;
	margin:  10px 1px 0px 0px;
	font-size: 8pt;}
	
td.bg999{background: #999999;}

td.bgStripe {background: #ffffff url("http://www.raytheon.com/img/bg_stripes.gif") repeat;}

p.stock   {color: #ffffff; font-weight: bold; font-size: 8pt; margin-left: 9px; margin-top: 0px; margin-bottom: 0px;}

p.tab {
	font-weight: bold;
	font-size: 8pt;}
	
.breadcrumb {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	text-decoration: none;
}

p.download{
	font-size: 8pt;
	margin: 10px 10px 10px 9px;}

p.special-interest{
	font-size: 8pt;
	margin: 0px 0px 0px 0px;}

p.download-row{
	font-size: 8pt;
	margin: 10px 10px 10px 9px;}

p.feature{
	font-size: 8pt;
	margin: 2px 2px 2px 10px;
	font-weight: bold;}

p.highlight  {font-size: 9pt; margin-right: 8px;}

p.title  {font-size: 11pt; margin-right: 8px; color: #000000;}

p.text-heading{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	line-height: 11pt;
	margin: 0 0 0 0;
	font-family: "Verdana", "Helvetica", sans-serif;}

p.text-heading2{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	line-height: 11pt;
	margin: 2px 2px 2px 9px;
	font-family: "Verdana", "Helvetica", sans-serif;}

p.sideContent_l {
	font-size: 8pt;
	margin: 0px 5px 0px 5px;
}

.sideContent_l2 {font-size: 8pt; margin-left:4px; line-height: 9px;}
.sideContent_l2 a {text-decoration:none; display: block; line-height: 12px;}
.sideContent_l2 a:link {color:#666666;}
.sideContent_l2 a:visited {color:#999999;}
.sideContent_l2 a:active {color:#666666;}
.sideContent_l2 a:hover {color:#ce1126;}

p.caption {font-size: 8pt;}

p.leftnav{
	font-size: 8pt;
	margin-left: 5px;}

input.search{
	font-size: 8pt;
	color: #000000;
	border-color: #999999;
	width: 80px;
	border-style: solid;}
-->

/* Drop Down CSS */

#header_bottom {
	background:#fff url('/stellent/groups/public/documents/image/bg_nav.gif') repeat-x top left;
	clear:both;
	height:26px;
	text-align:left;
}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin:1px 0px 0px 0px;
	padding:0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}



/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	border-top:0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

ul.MenuBarHorizontal li ul li a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 4px 5px 4px 5px;
	color: #666;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #fefefe;
	color: #ce1126 !important;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #fefefe;
	color: #ce1126 !important;
}


/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#dd_ourcompany {
	margin-left:12px;
	width:130px;
}

#dd_ourcompany li {
	width:130px;
}

#dd_businesses {
	margin-left:11px;
	width:255px;
}

#dd_businesses li {
	width:255px;
}

#dd_capabilities {
	margin-left:9px;
	width:165px;
}

#dd_capabilities li {
	width:165px;
}

#dd_stewardship {
	margin-left:9px;
	width:130px;
}

#dd_stewardship li {
	width:130px;
}

#dd_diversity {
	margin-left:9px;
	width:160px;
}

#dd_diversity li {
	width:160px;
}

#dd_newsroom {
	margin-left:9px;
	width:145px;
}

#dd_newsroom li {
	width:145px;
}

