
* html #fixed {
    position: absolute;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background: #3b4e25 url(/images/bg.png) repeat-y;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
}

p {
  margin: 0 0 16pt 0;
  line-height: 16pt;
  color: #444;
  font-style: normal;
}

address {
  margin: 0 0 16pt 0;
  line-height: 16pt;
  color: #444;
}

h1,h3,h4,h5,h6 { color: #111; }
h2 { color: #3b4e25; 
     margin-top: 1.5em;
}

a                 { color: #125AA7; }

a:hover           { color: #000; }

blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}

th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

#fixed h1 {
  width:  320px;
  height:  74px;
  margin:  100px 0 5px 20px;
  background: url(/images/sasquatch-320x74.png) no-repeat;
}

#fixed h2 {
  width:  298px;
  height:  22px;
  margin:  10px 0 30px 27px;
}

.hide {
  display:  none;
}

#content {
  display: block;
  width: 510px;
  margin: 0 0 0 380px;
  padding: 1em 0 1em 0;
}

#content p.referenece {
  padding: 0 0 0 15px;
}

#content p.definition {
  padding: 0 0 0 30px;
}

#content p span.definition {
  display: block;
}

#content a:link, a:visited, a:active {
  text-transform: none;
  color: #6b7362;
  outline: none;
}

#content a {
  padding: 0;
  margin: 0;
}

#content a img {
  border: 0;
}

#logos img {
  vertical-align: top;
  padding-right: 20px;
}

#logos img a {
  display: inline;
}

#content h3 {
  margin: 20pt 0 9pt 15pt;
  color: #2d2d2d;
  font-size: 11pt;
  font-weight: bold;
}

#content h4 {
  font-style: italic;
}

#fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  padding: 0;
  text-align: right;
}

span.line {
  display: block;
}

#fixed a {
  margin: 0;
  outline: none;
}

