/* $Id: styles-page.css 88 2010-03-02 04:50:16Z tboronczyk $ */

html {
  font-family: Arial, Sans, sans-serif;
  text-align: center;
  font-size: 10.25pt;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  margin: 2.25ex 0 0.75ex;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  margin: 2.25ex 0 0.75ex;
}

bold, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p {
  line-height: 2.5ex;
  margin-bottom: 1.75ex;
}

ul {
  list-style-type: disc;
  margin-bottom: 1.75ex;
}

ol {
  list-style-type: decimal;
  margin-bottom: 1.75ex;
}

li {
  line-height: 2.5ex;
  margin-bottom: 1.1ex;
  margin-left: 2.25em;
}

a {
  color: #00F;
  text-decoration: underline;
}

#page {
  border-bottom: 1px solid #333;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 792px;
}

#header {
  height: 100px;
  border: 1px solid #FFF;
  margin: 2ex 0 1ex;
  padding-top: 10px;
  background: url("../img/pagesky.jpg") top left no-repeat;
}

#impactLogoSmall {
  float: left;
  margin-left: 1em;
}

#powairLogoSmall {
  float: right;
  margin-right: 1em;
}

#menu {
  background: #25C938 url("../img/menubar-bg.png") top left repeat-x;
  display: block;
  margin-top: 60px;
  height: 40px;
  text-align: center;
}

#menu ul {
  font-size: 11pt;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#menu ul li {
  display: block;
  float: left;
  font-weight: bold;
  line-height: 5ex;
  margin: 0;
}

#menu a {
  color: #BDE7C3;
  display: block;
  margin-left: 1em;
  margin-right: 1.5em;
  text-decoration: none;
}

#menu a:hover {
  color: #FFF;
}

#menu li.active a {
  color: #FFF;
}

#content {
  padding: 0 1em 3ex;
}

#footer {
  color: #333;
  font-size: 8pt;
  line-height: 12pt;
}

#footer p {
  margin: 2ex 0;
}

