/*************************************
 * TITLE: Manifold Stylesheet  *
 * URI  : mfd.css *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(246,249,255);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}



/* ##### Drop-down Menus ##### */


#dropUL, #dropUL ul {
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  right: 1.5mm;
}


#dropUL li a {
  text-decoration: none;
  color: black;
}


#dropUL li a:hover {
  color: #bbb;
}


 #dropUL li ul li a:hover {
  color: black;
  text-decoration: underline;
}

#dropUL li ul a {
  margin-left: 1em;
  text-decoration: none;
}


#dropUL li {
  float: left;
  width: 6em;
  position: relative;
  list-style-type: none;
  font-size: 91%;
}

#dropUL li ul {
  visibility: hidden;
  position: absolute;
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  padding: 5px;
}


#dropUL li:hover ul, 
#dropUL li.msieFix ul {
  visibility: visible;
  background-color: #ddd;
  background-color: rgb(246,249,255);
}


* html fieldset p {
  z-index:-1;
}

* html #dropUL li:hover ul,
* html #dropUL li.msieFix ul {
  top: 1.1em;
  left: 0.2em
}

#dropUL li ul li {
  width: 11em;
  padding: 2px;
}

#dropUL li ul {
  visibility: hidden;
  position: absolute;
}


/* ##### Upper (top) Header ##### */


.topHeader {
  height: 63px;
/*  background-color: white; */
  background-image: url(../png/n63.png);
  background-repeat: repeat;
  border-bottom: 1px solid rgb(32,32,32);
/*  border-bottom: 1px solid rgb(153,153,153); */
}

.topHeaderLogo {
  height: 70px;
  position: absolute;
  background-color: transparent;
  background-image: url(nlogo180x69.png); 
  background-repeat: no-repeat;
}

.rightmenu {
  color: rgb(64,91,122);
/*  color: rgb(224,224,224); */
  background-color: transparent;
  text-decoration: none; 
  position: absolute;
  right: 1.5mm;
  top: 2ex; 
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}


.rightmenu a {
  color: white;
  text-decoration: none;
  font-size: 91%;
}

.rightmenu a:hover {
  color: rgb(255,204,51);
  text-decoration: underline;
}

.rightmenu .highlight {
   color: rgb(0,240,0); 
/*  color: white; */
  font-weight: bold;
}



/* ##### Lower (sub) Header ##### */

.subHeader {
  color: rgb(61,61,61);
  background-color: transparent;
  height: 25px;
  background-image: url(lback25.png); 
  background-repeat: repeat;
  margin: 0;
  padding: 1ex 1ex 1ex 17.8ex;
  border-top: 1px solid rgb(170,170,170);
  border-bottom: 1px solid rgb(153,153,153);
  text-align: right;
}

.subHeader a {
  color: rgb(61,61,61);
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.subHeader .highlight {
  color: rgb(0,0,230);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 16em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarMenu {
  font-weight: bold;
  margin: 0 0 0 6px;
  padding: 4px 0 4px 0;
}

.sideBarInfo {
  font-weight: bold;
  margin: 0 0 0 6px;
  padding: 4px 0 4px 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 4px 0;
}

#side-bar li {
  margin: 0;
  padding: 3px 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(7,81,154);
  background-color: transparent;
  text-decoration: none;
  margin: 1px;
  padding: 4px 1ex 4px 10px;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 10px;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar li a:hover {
  color: black;
  background-color: rgb(241,241,241);
  text-decoration: none;
  margin: 0px 1px 0px 1px;
  padding: 4px 0 4px 9px;
  border: 1px solid rgb(204,204,204); 
} 


.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent; 
  text-decoration: underline;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}



/* ##### Navigation Path ##### */

.navPath {
  position: absolute; top: 0;
  background-color: transparent;
  right: 1.5mm;
  color: rgb(253,160,91); 
  font-size: 91%;
  text-decoration: none;
  text-align: right;
/*  margin:  7ex 0 0 0;  */
  margin:  40px 0 0 0;
  padding: 0 0 0 0;
}

.navPath a {
  color: rgb(253,160,91); 
  text-decoration: none;
  font-size: 91%;
}

.navPath a:hover {
  color: rgb(255,204,51);
  text-decoration: underline;
}



/* ##### News Ticker ##### */

.ticker {
  position: absolute; top: 0;
  background-color: transparent;
  left: 16em;
  color: black; 
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  font-align: left;
/*  margin:  24px 0 0 5mm; */
  margin:  40px 0 0 6mm;
  padding: 0 0 0 0;
}

.ticker a {
  color: white; 
  text-decoration: underline;
  font-size: 100%;
}

.ticker a:hover {
  color: rgb(255,204,51);
  text-decoration: underline;
}

.ticker .headline {
   color: white; 
  font-weight: bold;
}

.ticker .highlight {
  color: rgb(255,204,51);
  font-weight: bold;
}



/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 16em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
  text-decoration: underline;
}


#main-copy h1 {
  color: green;
  background-color: rgb(255,255,255);
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 0.5ex;
}


#main-copy h2 {
  color: blue;
  background-color: rgb(255,255,255);
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h3 {
  color: green;
  background-color: rgb(255,255,255);
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 0 0.5ex 1ex;
}



#main-copy h4 {
  color: black;
  background-color: rgb(255,255,255);
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 0 0.5ex 1ex;
}



#main-copy td {
  vertical-align: top;
  text-align: left;
}


#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

#main-copy quote {
  color: green;
  background-color: rgb(255,255,255);
  font-size: 91%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

.quotation {
  color: green;
  font-weight: bold;
}

.caption {
  font-size: 80%;
}


.red {
  color: rgb(255,0,0);
}


.green {
  color: green;
}

.dgreen {
  color: rgb(0,128,0);
}



.blue {
  color: rgb(0,0,255);
}



dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}



/* ##### Comparison Tables ##### */


.compTable td {
  vertical-align: top;
  text-align: left;
  background-color: rgb(228,228,228);
}

.red { 
  color: rgb(255,0,0);
}

.green {
  color: rgb(0,170,0);
}


/* ##### Footer ##### */

#footer {
  color: rgb(128,128,128);
  background-color: rgb(38,41,46);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  color: rgb(64,64,64);
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
  color: rgb(128,128,128);
}

#footer a {
  color: rgb(156,156,156);
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  color: rgb(255,204,51);
  text-decoration: underline;
}

#footer .highlight {
  color: rgb(0,240,0);
  font-weight: bold;
}

