
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


html
  {
    height: 100%;
  }

body
  {
    position: relative;
    min-height: 100%;
    font: 82%/1.4 Arial, Helvetica, sans-serif;
    background-color: #FFF7E0;
    color: #000000;
  }

* html body
  {
    height: 100%;
  }

div#wrapper
  {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 820px;
    height: 100%;
    margin-left: -410px;
  }

div#w2
  {
    position: relative;
    min-height: 100%;
    background-color: #FFEFC2;
  }

* html div#w2
  {
    height: 100%;
  }

div#header
  {
    position: relative;
    height: 120px;
    background-color: #BF0000;
  }

p#logo
  {
    position: absolute;
    left: 20px;
    top: 10px;
  }

ul#topnav
  {
    position: absolute;
    left: 180px;
    top: 20px;
  }

ul#topnav li
  {
    display: block;
    float: left;
    list-style-type: none;
    width: 140px;
    height: 80px;
    margin-right: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFEFC2;
    font-size: 1.1em;
    font-weight: bold;
  }

ul#topnav li a
  {
    padding-top: 50px;
    display: block;
    color: #FFEFC2;
  }

ul#topnav li strong a
  {
    text-decoration: underline;
  }

ul#topnav li a:hover
  {
    color: #FC9B00;
  }

li#nav1
  {
    background: url(navimg_1.jpg) center top no-repeat;
  }

li#nav2
  {
    background: url(navimg_2.jpg) center top no-repeat;
  }

li#nav3
  {
    background: url(navimg_3.jpg) center top no-repeat;
  }

li#nav4
  {
    background: url(navimg_4.jpg) center top no-repeat;
  }

li#nav5, li#nav6, li#nav7, li#nav8, li#nav9
  {
    display: none;
  }

div#subnav
  {
    height: 20px;
    margin-top: 3px;
    background-color: #BF0000;
    text-align: center;
    line-height: 20px;
  }

div#subnav span
  {
    margin: 0 auto;
    list-style: circle;
    padding: 0 20px;
  }

div#subnav span a
  {
    font-size: 0.8em;
    color: #FFEFC2;
  }

div#subnav span strong a
  {
    font-weight: normal;
    text-decoration: underline;
  }

div#subnav span a:hover
  {
    color: #FC9B00;
  }

div#subsubnav
  {
    position: absolute;
    left: 20px;
    top: 163px;
  }

div#subsubnav ul
  {
    list-style-type: none;
  }

div#subsubnav ul li
  {
    margin-bottom: 0.2em;
  }

div#subsubnav ul li a
  {
    font-size: 0.8em;
    font-weight: bold;
    color: #BF0000;
  }

div#subsubnav ul li strong a
  {
    text-decoration: underline;
  }

div#content
  {
    margin: 20px 0 40px 0;
    padding-bottom: 40px;
  }

div#content a
  {
    color: #BF0000;
  }

div#content p
  {
    margin: 0 180px 20px;
  }

div#content ul
  {
    margin: 0 180px 20px;
    padding-left: 1.5em;
    list-style-type: disc;
  }

div#content li
  {
    display: list-item;
    margin-top: 0.5em;
  }

div#content div.csc-textpic
  {
    margin: 0 180px 20px;
  }

div#content div.csc-textpic p
  {
    margin: 0 0 20px;
  }

table.csc-mailform td
  {
    padding-right: 10px;
    padding-bottom: 4px;
    font: 82%/1.4 Arial, Helvetica, sans-serif;
  }

table.csc-mailform td.csc-form-labelcell
  {
    padding-top: 4px;
  }

table.csc-mailform td.csc-form-fieldcell input, select, textarea
  {
    border: solid #FFBF00;
    border-width: 0 0 1px 1px;
    padding: 2px 5px;
    background-color: #FFF7E0;
    color: #BF0000;
  }

table.csc-mailform td.csc-form-fieldcell input.csc-mailform-submit
  {
    border: 1px solid #FFF7E0;
    padding: 2px 20px;
    background-color: #BF0000;
    color: #FFEFC2;
    cursor: pointer;
  }

div#content h3
  {
    margin: 0px 140px 10px;
    font-size: 1.8em;
    font-weight: bold;
    color: #FC9B00;
  }

div#footer
  {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background-color: #BF0000;
    font-size: 0.8em;
    color: #FFEFC2;
    text-align: center;
    line-height: 20px;
  }

div#footer a
  {
    color: #FFEFC2;
  }

div.rflow
  {
    display: inline;
    margin-left: 10px;
    margin-right: 180px;
    float: right;
  }


