/*  Pittock website stylesheet  Updated 01 Apr 2006  */

body { margin: 1em 2em 1em 11em; }

#banner { margin-left: -8.5em; text-align: center; }

#nav-menu ul { list-style: none; padding: 0; position: absolute; top: 140px; left: 0; }
#nav-menu li { margin: 0.3em 0; }
#nav-menu li a { background: #eeeeee; width: 7em; border: 0.1em solid #dcdce9; 
color: blue; text-decoration: none; text-align: center; font: x-small/1.5 Arial, Helvetica, sans-serif; }
#nav-menu li a:hover { background: #ffffff; width: 7em; border: 0.1em solid #dcdce9; 
color: red; text-decoration: none; text-align: center; font: x-small/1.5 Arial, Helvetica, sans-serif; }

#content {position: absolute; top: 140px; padding-bottom: 1em; }

h1, h2, h3, h4 { margin-bottom: 0px; color: #007700; font: large Arial, Helvetica, sans-serif; }
h2 { margin-bottom: 0px; font-size: medium; }
h3 { margin-bottom: 0px; font-size: small; }
h4 { margin-bottom: 0px; font-size: x-small; }

p, td, ul { color: #007700; font: x-small Arial, Helvetica, sans-serif; }
p { margin-top: 8px; }
.b {font-weight: bold; }
.bred { color: #D70000; font-weight: bold; }
.c { text-align: center; }
.lh15 { line-height: 1.5; }
.normal { font-weight: normal; }
.rt { text-align: right; }
.red { color: #D70000; }
.rule { padding: .2em; border-top: medium double #007700; }
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.m3 { margin-left: 3em; }
