/****************************
* MAIN BODY STYLES
*****************************/

body {
  margin: 30px 0px 0px;
  padding: 0px;
  font-family: "trebuchet", "trebuchet ms", helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  background: #031F47;
  color: #000;
}

h1 {
  margin: 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 16pt;
  color: #031F47;
}

h2 {
  margin: 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 13pt;
  color: #031F47;
}

h3 {
  margin: 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 12pt;
  font-weight: bold;
  color: #031F47;
}

p {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

a {
  color: #000;
}

div#page {
  padding: 0px;
  margin: 0px auto;
  width: 750px;
  text-align: left;
}


/***************************
* HEADER STYLES
****************************/

div#header {
  position: relative;
}

div#header p#hhis {
  position: absolute;
  top: -20px;
  right: 60px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #fff;
  font-size: 8pt;
}


/***************************
* NAVIGATION MENU BAR STYLES
****************************/

ul#menu {
  width: 750px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 25px;
  text-align: center;
  background: url(/microbio/images/navigation/nav.jpg) 0 0 no-repeat;
}

ul#menu li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  line-height: 25px;
  text-align: center;
  position: relative;
  width: 107px;
}

ul#menu li#menuCalendar {
  width: 108px;
}

ul.menu:after, div#content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

ul#menu li a {
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  color: #000;
  text-align: center;
}

ul#menu li a:hover, ul#menu li.open a, ul#menu li:hover a {
  text-decoration: none;
  background: #2380d1;
  color: #fff;
}

ul#menu li a, div#header a, div#footer a, div#copyright a {
  text-decoration: none;
}

div#header a:hover, div#footer a:hover, div#copyright a:hover {
  text-decoration: underline;
}

ul#menu li ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 25px;
  width: auto;
  margin: 0px;
  padding: 10px 0px;
  text-align: left;
  background: #2380d1;
  list-style: none;
}

ul#menu li:hover ul li {
  position: static;
  float: none;
  display: block;
  width: auto;
  margin: 0px;
  padding: 0px 10px;
  text-align: left;
  font-size: 9pt;
}

ul#menu li:hover ul li a {
  float: none;
  text-align: left;
  margin: 0px;
  padding: 0px 15px;
  display: block;
  width: 200px;
  color: #fff;
}

ul#menu li ul li a:hover {
  background: #fff;
  color: #2380d1;
}

ul#menu li:hover ul {
  display: block;
}


/***************************
* MAIN CONTENT STYLES
****************************/

div#content {
  padding: 0px 0px 10px;
  background: #fff;
  min-height: 365px;
  height: auto !important;
  height: 365px;
}

div#content:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
  content: "";
}

#content .image {
  padding: 0px;
  margin: 10px;
  text-align: center;
}

div#content span.cap {
  float: left;
  display: block;
  height: 35pt;
  margin: 0px;
  padding: 0px;
  font-size: 48pt;
  line-height: 55px;
  padding-right: 5px;
}

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

div#content a:hover {
  color: #031F47;
}

body#index div#content {
  padding: 0px;
  background: none;
}

div#content p {
  line-height: 1.5em;
  margin: 10px 10px 1.5em 10px;
  padding: 0px;
}

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

div#content ul ul {
  margin: 0px 20px;
  padding: 0px;
}


/***************************
* FOOTER AND MORE HEADER STYLES
****************************/

div#footer {
  clear: both;
  margin: 5px 0px 0px;
  padding: 0px;
  text-align: center;
  line-height: 20px;
  font-size: 9pt;
}

div#footer p {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

div#header a:hover, div#footer a:hover {
  text-decoration: underline;
}

div#footer a, div#header a {
  color: #fff;
  text-decoration: none;
}


/***************************
* COLUMNS
****************************/


.column_2 {
  float: left;
  width: 50%;
}

.column_3 {
  margin: -.75em 0px 0px;
  padding: 0px;
  float: left;
  width: 33%;
}

.column-2-3 {
  margin: -.75em 0px 0px;
  padding: 0px;
  float: right;
  width: 66%;
}


/***************************
* FILE-TYPE STYLES
****************************/

.pdf_download {
  padding-left: 20px;
  background: url(/images/pdf.gif) center left no-repeat;
}

.xls_download {
  padding-left: 20px;
  background: url(/images/xls.gif) center left no-repeat;
}

.doc_download {
  padding-left: 20px;
  background: url(/images/doc.gif) center left no-repeat;
}



/***************************
* BREADCRUMB STYLES
****************************/

#breadcrumb {
  font-size: 8pt;
  padding: 5px 10px 0px;
  margin: 0px;
}

#breadcrumb a {
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}



/***************************
* MISCELLANEOUS
****************************/

.caption {
  text-align: center;
  font-size: 9pt;
  line-height: 12pt;
}

.quote, #content .quote a {
  color: #4C79BD;
}

#content .quote a:hover {
  color: #264D4D;
}

tr.even {
  background: #dadada;
}

.smalltext {
  font-size: 8pt;
}

input[type="file"] {
  width: 200px;
}


div#homepage {
 background-image: url("/microbio/images/navigation/splash.jpg");
 background-repeat: no-repeat;
 height: 375px;
}

div#homebox {
  clear: both;
  float: right;
  margin: 205px 20px 0px 20px;
  padding: 5px 15px;
  font-size: 11pt;
  color: #19375C;
  background-color: #D7E7F7;
}