/*
  General styles
*/
body {
  color: #333;
  font: 13px/1.3em Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #006699;}
#content a:visited, #feature a:visited {color: #006699;}
#main a:hover {color: #77c;}

h1, h2, h3, h4, h5, h6 {
  color: #006699;
  font-family: 'Times New Roman', Times, serif;
}

p, blockquote, hr, ul, ol, dl, pre, address, table, form,
img.center, div.center {
  margin-bottom:  1.3em;
}


/*
  #header
*/
#headerbar h2 a {
  font-size: 26px;
  text-decoration: none;
}
.mission {
  color: #666;
  font: italic 14px Georgia, serif;
  width: 400px;
}


/*
  #feature
*/
#feature h2 {
  text-align: center;
}
#feature p {
  font-size: 90%;
}
#feature hr {
  margin: 1em 0;
}


/*
  #content
*/
p.pagejump {
  text-align: center;
}
ul.pagejump {
  list-style-type: square;
  margin-left: 5em;
  margin-bottom: 2em;
}

h2.name em, h2.name i {
  font-size: medium;
  color: #369;
}

.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-size: 80%;
}
#hcfooter {
  font-size: 10px;
  text-align: center;
}


/*
  Custom declarations
*/
table.hours {
  margin-left: 2em;
}
table.hours td, table.hours th {
  padding: 6px;
  text-align: center;
}
.callout {
  border: 2px ridge #7676aa;
  font-size: 104%;
  line-height: 1.4em;
  margin: 2.1em 3.1em;
}
p.callout {
  padding: 1.1em 1.6em;
  text-align: justify;
}
ul.callout {
  line-height: 1.7em;
  padding: 1.6em 2em 1.6em 2.6em;
}
.refer {font-size: 90%;}
