/*
  General styles
*/
body {
  color: #333;
  font: 16px/140% Tahoma, Helvetica, Arial, sans-serif;
}

a:link {color: #069;}
#content a:visited {color: #960;}
#content a:hover {color: #b92;}

h1, h2, h3, h4, h5, h6, #headerbar, #nameandaddress h3 a {
  color: #3D2D14;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 2px;
  text-transform: capitalize;
}
h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4, h5, h6 {
  font-size: 100%;
}

p, blockquote, hr, ul, ol, dl, pre, address, table, form,
img.center, div.center {
  margin-bottom: 1.25em;
}

#content hr {
  margin-top: 1.5em;
  width: 60%;
}

ul {
  list-style-type: circle;
}
#content li {
  margin-bottom: .25em;
}


/*
  #header
*/
#headerbar h2 {
  margin-bottom: 12px;
}
#headerbar h2 a {
  color: #3D2D14; /* ie 6&7 can't inherit */
  font-size: 26px;
  text-decoration: none;
}
#headerbar h2 span {
  padding-right: 12px;
}
.mission {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  margin-left: 20px;
}


/*
  #feature
*/
div.feature h2 {
  background-color: #e8d7a4;
  font-size: 16px;
  line-height: normal;
  padding: .4em 0 .2em;
  text-align: center;
}
div.feature p {
  text-align: center;
}
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;
}

h1.name em, h1.name i, h2.name em, h2.name i {
  font-size: medium;
}

.backtotop {
  clear: both;
  text-align: center;
}

.center, tr.center td, tr.center th {
  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-size: 90%;
  line-height: 133%;
  text-align: center;
}
#nameandaddress h3 {
  margin-top: 0;
}
address {
  text-align: left;
}
#hcfooter {
  font-size: 10px;
  text-align: center;
}


/*
  Custom declarations
*/
table.hours {
  margin-left: 5em;
}
table.hours td, table.hours th {
  padding: 6px;
  text-align: center;
}
#content ul.spaced > li {
  margin-bottom: 1.5em;
}


#support a {
  font-size:12px;
}

#support h3 {
  font-size: 14px;
}














