﻿/* Global Settings */

* {
  margin: 0;
  padding: 0;
      }

body {
  background-image: url(../images/haas-graphic.bkg.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 76%;
  background-repeat: no-repeat
}

img {
  border: none;
    }

p {
  margin: .35em;
  text-align: justify;
    }



h2 {
  margin-top: 1em;
  margin-bottom: 1.25em;
  color: #1b423d;
    }

h3 {
  margin-bottom: 1em;
    }

h4 {
  margin-bottom: .5em;
    }

a:link {
  color: #1e4542;
  text-decoration: none;
  font-size: .95em;
  font-weight: bold;
    }
a:visited {
  color: #345e5d;
  text-decoration: none;
  font-size: 1em;
    }
a:hover {
  color: #1e4542;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
    }
a:active {
  color: #1e4542;
  text-decoration: underline;
  font-size: 1em;
    }



/* DiV or areas of the page */

#container {
  margin-left: 5em;
  margin-right: auto;
  width: 875px;
    }

#header {
  margin-top: 3em;
  margin-left: 10px;
    }

/* Navigation Column */
#navarea {
  width: 115px;
  background: url(../images/haas-nav.bkg.jpg);
  float: left;
  margin-top: 2em;
    }

#navarea ul {
  padding-bottom: 5em;
    }


#navarea li {
  text-align: center;
  list-style: none;
  color: #FFFFFF;
  padding: .5em;
  font-size: .8em;
    }

#navarea li a:link {
  color: #ffffff;
  text-decoration: none;
    }
#navarea li a:visited {
  color: #FFFFCC;
    text-decoration: none;
    }
#navarea li a:hover {
  color: #ffffff;
  font-weight: bold;
    }
#navarea li a:active {
  color: #ffffff;
  text-decoration: underline;;
    }
#navarea li a:focus {
  color: #ffffff;
  font-weight: bold;
    }

/* Main content styles */
#content {
  width: 500px;
  float: left;
  padding-bottom: 3em;
  margin-top: 2em;
  margin-left: 3em;
  font-size: 1.1em;
    }

#content img {
  margin: 2em auto 2em auto;
  text-align: center;
  display: block;
  border: medium solid #1e4542;
      }

#content img.name {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: .35em;
  padding: .15em;
  display: inline;
  float: right;
    }

#content ul.inline {
  color: #1e4542;
  font-weight: bold;
  margin: .6em;
    }


#content ul.inline li {
  display: inline;
  color: #326463;
  font-weight: normal;
    }

#content h2.text {
  font-size: 1em;
  color: #25534d;
    }

#content p.testimonial {
  font: italic 1em Cambria, Georgia, "Times New Roman", Times, serif;
  color: black;
    }

#content p.author {
  font-family: Cambria, Georgia, Times, serif;
  color: #326463;
  margin-top: -.3em;
  margin-left: 2em;
  margin-bottom: 1em;
    }

#content p.link {
  text-align: center;
    }

#content address {
  margin: 1em;
  color: #25534d;
    }





.pglink {
  margin: .5em;
  padding: .5em;
  list-style: square;
    }

.small {
  font-size: small;
    }




/* Footer styles */
#footer {
  clear: both;
  width: 100%;
    }

#footer p {
  font-size: .75em;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-style: oblique;
    }

/* special classes */

.readmore {
  font-weight: bold;
  margin-top: -.3em;
  font-size: .85em;
  text-align: right;
  padding-bottom: .25em;
    }

.readmore a:link {
  color: #000000;
  text-decoration: none;
    }
.readmore a:visited {
  color: #777777;
    text-decoration: none;
    }
.readmore a:hover {
  color: #000000;
  text-decoration: underline;
    }
.readmore a:active {
  color: #000000;
  text-decoration: underline;
    }





