/*
  General styles
*/
body {
  color: #333;
  font: 12px/1.4 Arial, Helvetica, sans-serif;
}

a:link {color: #0079BB;}
#content a:visited, #feature a:visited, #hcfooter a:visited {color: #0079BB;}

h1, h2, h3, h4, h5, h6 {
  color: #828A76;
  font-family: georgia, serif;
}

p, blockquote, hr, ul, ol, dl, pre, address, table, form,
img.center, div.center {
  margin-bottom: 1.4em;
}

ul {
  margin-left: 5em;
}


/*
  #header
*/
#headerbar h2 a:link,
#headerbar h2 a:visited {
  color: #828A76;
}


/*
  #feature
*/
div.feature h2 {
  background-color: #828A76;
  color: #fff;
  line-height: normal;
  padding: .2em;
  text-align: center;
}
div.feature p {
  text-align: justify;
}
div.feature hr {
  margin: 1em auto;
  width: 50%;
}


/*
  #content
*/
p.pagejump {
  margin-bottom: 2em;
  text-align: center;
}
ul.pagejump {
  list-style-type: square;
  margin-left: 5em;
  margin-bottom: 2em;
}

h2.name em, h2.name i {
  font-size: medium;
}

.backtotop {
  clear: both;
  text-align: center;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}

img.center, div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.left, div.left {
  float: left;
  margin: .1em 6px 0 0;
}
img.right, div.right {
  float: right;
  margin: -.1em 0 0 6px;
}


/*
  #footer
*/
#nameandaddress {
  font: 14px Verdana, Helvetica, sans-serif;
  text-align: center;
}
#hcfooter {
  font-size: 9px;
  text-align: center;
}


/*
  Custom declarations
*/
table.hours {
  margin-left: 5em;
}
table.hours td, table.hours th {
  padding: 6px;
  text-align: center;
}

