/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0; margin: 0; font-size: 100%; font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

body {
  background: white;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white url(images/PageHead.jpg) top center no-repeat;
  background-position: center 5px;
  height: 140px;
  padding: 0px;
  z-index: 500;
}
#header #logo {
  margin-left: 30px;
  margin-top: 5px;
  width: 130px;
  height: 130px;
}
#header #logo2 {
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  width: 130px;
  height: 130px;

}
#nav {
  position: fixed;
  left: 0px;
  top: 140px;
  bottom: 0px;
  width: 178px;
  background: black url(images/navbg.jpg) left top;
  border: 1px solid black;
}
#nav ul {
  margin-left: 0;
  margin-top: 0px;
  list-style: none;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#nav a {
  border-bottom: 1px solid white;
  display: block;
  height: 25px;
  zoom: 1;
  color: White;
  padding-left: 10px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
}
#nav a:hover {
  height: 25px;
  zoom: 1;
  color: White;
  padding-left: 10px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 14px;
  color: Black;
  background: #d0b598;
}

#navbar {
  position: fixed;
  left: 180px;
  right: 0px;
  top: 140px;
  background: #e97c13;
  height: 1.9em;
  line-height: 1.9em;
  text-align: right;
  border-top: 1px solid black;
}
#navbar ul {
  margin-left: 0px;
  list-style: none;
  height: 1.9em;
  line-height: 1.9em;
}
#navbar li {
  float: right;
  border-left: 1px solid white;
  width: 200px;
  height: 1.9em;
  line-height: 1.9em;
  text-align: center;
}
#navbar a {
  display: block;
  color: white;
  text-decoration: none;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 18px;
  height: 1.6em;
  line-height: 1.6em;
}
#navbar a:hover {
  background: Orange;
  height: 1.6em;
  line-height: 1.6em;
}
#sidebar {
  position: fixed;
  top: 172px;
  right: 0px;
  bottom: 0px;
  background: #d0b598;
  float: right;
  width: 178px;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
#sidebar h1 {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#main {
  background: white;
  margin: 172px 200px 50px 180px;
  padding: 20px 10px 40px 10px;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 180px;
  right: 200px;
  background: white;
  height: 50px;
  padding: 5px 20px 5px 20px;
  border-top: 2px solid black;
  z-index: 200;
}
#copyright {
  text-align: center;
  font-size: 10px;
}
h1 {
  font-size: 24.0pt;
  color: #C35617;
  padding: 0px 0px 20px 0px;
  text-align: center;
}
h2 {
   font-size: 16.0pt;
   color: #C35617;
   text-align: center;
   font-weight: none;
}
h3 { text-align: center; font-weight: bold; }
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#links { text-align: left; width: 400px; margin: 20px auto 40px auto; }
#links ul { list-style: none; }
#links li { line-height: 2.0em; }
#links+p { text-align: center; }

#peaks {
  border-top: 1px solid black;
  border-left: 1px solid black;
  margin: 0px auto 0px auto;
}
#peaks th {
  background: #d9cdbf;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  vertical-align: top;
  padding: 2px;
}
#peaks td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  vertical-align: top;
  padding: 2px;
}
#peakAddTable {
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0px auto 40px auto;
  background: #e9ddcf;
}
#peakAddTable th
{
  background: #d9cdbf;
  border-bottom: 1px dashed black;
  padding: 6px;
  padding-bottom: 0px;
}
#peakAddTable td {
  padding: 4px;
}
#peakAddTable td:first-child {
  text-align: right;
  font-weight: bold;
}
#peakAddTable p {
  margin-top: 0px;
  font-weight: bold;
}
#peakAddTable span {
  color: red;
}
#peakDeleteForm {
  width: 400px;
  margin: 20px auto 40px auto;
  background: #fbd4b7;
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
#peakDeleteForm td {
  padding: 5px;
  vertical-align: top;
}
#peakDeleteForm td:first-child {
  text-align: right;
  font-weight: bold;
}
#peakUpdateTable {
  width: 400px;
  border: 1px solid black;
  margin: 0px auto 40px auto;
  background: #fbd4b7;
}
#peakUpdateTable td {
  padding: 4px;
}
#peakUpdateTable td:first-child {
  text-align: right;
  font-weight: bold;
}
#peakUpdateTable p {
  margin-top: 0px;
  font-weight: bold;
}
#peakUpdateTable span {
  color: red;
}
#peakUpdateTable .fields {
  width: 300px;
}
#signup {
  margin: 20px auto 0px auto;
  background: #e9ddcf;
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 1px solid black;
}
#signup th {
  font-weight: bold;
}
#signup td:first-child
{
  text-align: right;
  padding-right: 10px;
}
#signup td {
  vertical-align: top;
  padding: 2px;
}
#signup span
{
  color: red;
  font-weight: bold;
}
#signup #submit
{
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#signup #formError {
  text-align: center;
  padding-bottom: 20px;
  color: red;
  font-weight: bold;
  letter-spacing: 1px;
}
#signupIntro {
  text-align: left;
  margin: 0px auto 0px auto;
  width: 700px;
}
#signupIntro i
{
  background: #e9ddcf;
  line-height: 1.5em;
  display: block;
  padding: 5px;
}
#teamEdit {
  background: #e9ddcf;
  margin: 20px auto 0px auto;
  border: 1px solid black;
}
#teamEdit th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
  color: Black;
}
#teamEdit td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  vertical-align: top;
}
#teamEdit input {
  width: 420px;
}
#teamEdit span {
  color: red;
  font-weight: bold;
}
#teamEdit select {
  width: 420px;
}
#teamEdit #formError {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: red;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: center;
}
