/*-------------------------------------------------
-- GLOBALS
-------------------------------------------------*/

body {
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:0;
}
#main #right h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #405FA1;
	padding: 5px;
	width: 500px;
	margin-top: 15px;
}

#main {
	width:779px;
	background: url(/_images-nav/Background.jpg) top center no-repeat #DCDCDC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	font-weight:bold;
	font-size:130%;
	text-transform:uppercase;
	color:#213359;
}

h2 {
	font-weight:bold;
	font-size:12pt;
	color:#213359;
	line-height: 20px;
}
.allcaps{
text-transform: uppercase;
}
.photoCaptionL {
font-size: 11px; 
font-style: italic; 
font-weight: bold;
line-height: 1.2em;
}
.photoCaptionR {
float: right; 
width: 200; 
padding: 10px 0 10px 10px; 
font-size: 11px; 
font-style: italic; 
font-weight: bold;
line-height: 1.2em;
}
.photoCaptionC {
width: 200; 
padding: 10px 0 10px 10px; 
font-size: 11px; 
font-style: italic; 
font-weight: bold;
line-height: 1.2em;
}
.foilsheetetc {
font-size: 12px;
}

a, a:active, a:hover {
	color:#213359;
	text-decoration:underline;
}

img { border:0; margin:0; }

table { }
th { padding: 0 5px 0 5px; }
td { padding: 0 5px 0 5px; }

/*-------------------------------------------------
-- HEADER
-------------------------------------------------*/

#header {
	width:779px;
	height:107px;
	background: url(../_images-nav/Nav-Background.jpg) top center no-repeat #fff;
	margin:0 auto;
}
#headerHome {
	width:779px;
	height:315px;
	background: url(../_images-nav/Nav-Background.jpg) top center no-repeat #fff;
	margin:0 auto;
	position:relative;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 30px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 144px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 144px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #213359;
 border:0;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px;
 color: #fff;
 font-weight:bold;
 font-size:0.8em;
 text-decoration: none;
 text-align:center;
}

.menulist ul li a {
	padding:5px;
	border-bottom:2px solid #B6B6B7;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #405FA2;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #405FA2;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

.moly a {
	background:#3A735A;
}
.moly a:hover {
	background:#3A735A;
}
.moly ul li a {
	background:#83AA99;
}
.moly ul li a:hover {
	background:#3A735A;
}

.molyhct a {
	background:#58375D;
}
.molyhct a:hover {
	background:#58375D;
}
.molyhct ul li a {
	background:#9E8BA1;
}
.molyhct ul li a:hover {
	background:#58375D;
}

.molylath a {
	background:#AB4A4A;
}
.molylath a:hover {
	background:#AB4A4A;
}
.molylath ul li a {
	background:#CE8F8F;
}
.molylath ul li a:hover {
	background:#AB4A4A;
}

.tungsten a {
	background:#524C87;
}
.tungsten a:hover {
	background:#524C87;
}
.tungsten ul li a {
	background:#8782B1;
}
.tungsten ul li a:hover {
	background:#524C87;
}

.search {
	float:right;
	padding:10px 10px 0 0; 
	color:#fff;
	font-weight:bold;
}

/*-------------------------------------------------
-- LEFT & RIGHT COLS
-------------------------------------------------*/

#left {
	float: left;
	width: 200px;
	color: inherit;
}

.bluebox {
	background:#C5D7FD;
	padding:1px 2px 15px 2px;
	font-weight:bold;
	text-align:left;
	margin-left:0;
}
.bluebox ul {
	margin-left: -15px;
	padding-left:33px;
}

.linksbox {
	padding: 16px 0px 0px 5px;
}

#right {
	margin: 0 0 0 210px;
	color: #152247;
	padding-right: 25px;
	padding-top: 15px;
}

/*-------------------------------------------------
-- FOOTER
-------------------------------------------------*/

#footer {
	width:770px;
	margin:0 auto;
	text-align:center;
	font-size:85%;	
	padding: 5px;
	height:30px;
}

#footer a {
	color:#000;
	text-decoration:underline;
}

#footerHome {
	width:770px;
	margin:0 auto;
	text-align:center;
	font-size:85%;	
	padding: 5px;
	height:90px;
}

#footerHome a {
	color:#000;
	text-decoration:underline;
}
#rightBox {
	float: right;
	width: 160px;
	margin-right: -15px;
	margin-top: 15px;
	padding-left: 20px;
}
.tableFormat {
border: 1px solid #39548F; background-color: #FFFFFF;
}
#header-home {
	width:779px;
	background: url(../_images-nav/Nav-Background.jpg) top center no-repeat #fff;
	margin:0 auto;
}
#mainSub {
	width:779px;
	background: #fff url(../_images-nav/Background2.jpg) repeat center top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header-sub {
	width:779px;
	background: #fff url(../_images-nav/Nav-Background2.jpg) no-repeat center top;
	margin:0 auto;
	height: 123px;
}
#right-sub {
	margin: 0 0 0 210px;
	color: inherit;
	padding-right: 25px;
	padding-top: 3px;
}

#video {display:block; width:167px; height:68px; background:url(../video.jpg); margin:20px auto;}
#newvideo {float:right; margin:12px 0px 6px 4px; display:block; background:url(../images/videobtn-about.png); width:169px; height:188px;}
.careerslist{margin: 0; padding: 0; list-style-type: none; }
.careerslist li{ margin: 20px 0; padding: 0 0 0 30px; background: url('../images/pdf.png') no-repeat 0 5px; }
.careerslist li a{ font-weight: bold; text-decoration: none; color: #000; }
.careerslist li a span{ font-weight: normal; font-style: italic; }
#toapplyc{ color: #000; width: 250px; height: 270px; position: absolute; top: 161px; right: 28px; display: block; overflow: hidden; background: #fff; }
#toapplyc h5{ margin: 0; width: 100%; display: block; height: 20px; line-height: 20px; background: #152247; color: #fff; font-weight: 900; padding: 0 15px; font-size: 14px; }
#toapplyc  p{ padding: 0 15px; }
