/* Meridian  Style.css */

body { top: 0; left: 0; margin: 0; background: white;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 1em;
       color: black;
       text-align: left;
     }


/* blocks */
#wrapper { position: absolute; top: 190px; width: 760px; left: 0; z-index: 2; }
#content { margin: 0 8px 10px 10px; font-size: 80%;}
#header  { position: absolute; top: 0; left:0; width: 760px; height: 150px; background-color: #8f080f; }
#footer  { /*clear: both; float: left; width: 760px; height: 150px; background: url(/schema/gifs/footerbg.jpg) bottom center no-repeat #8f080f; */}
#menu    { position: absolute; top: 150px; width: 760px; left: 0; height: 35px; line-height: 35px; font-size: 80%; z-index: 1;
           background: url(/schema/gifs/topnavulbg.gif) top center repeat-x; }

/* topmenu */
#menu ul.topmenu { list-style-type: none; height: 35px; margin: 0; padding: 0 0 0 10px; width: 740px; }
#menu ul.topmenu li { float: left;  padding-right: 15px; margin: 0; height: 35px;}
#menu ul.topmenu a { margin: 0; color: #80070D; text-decoration: none; font-weight: bold; padding-left: 7px; background: url(/schema/gifs/topnavlibg.gif) left center no-repeat; height: 35px;}
#menu ul.topmenu a:hover {color: black; }


img { border: none;}

h1, p.header1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 140%;
  color: #8f080f;
}

h2, p.header2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #8f080f;
  /* Section Title */
}
h3, p.header3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: normal;
  color: #8f080f;
  /* Subsection Title */
}


p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}

table.default {
  /* No Style */
}

td, th { font-size: 80%; }

td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}


ul {
  font-family: Arial, Helvetica, Verdana, sans-serif;

}
ol {
  font-family: Arial, Helvetica, Verdana, sans-serif;

}
ul.round { /* Round markers */ }
ol.norm { /* Ordered list */ }

span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}

span.red {
  color: #df0020;
  /* Red Text */
}

img.floatleft {
  float: left;
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 0px 20px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 0px 0px 10px 20px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }

/* tables */
table.data {}
table.data td.header { color: white; font-weight: bold; background-color: #8f080f; /* Header Cell */ }
