/*
  General styles
*/
body {
  color: #333;
  font: 14px/125% Arial, Helvetica, sans-serif;
}

a:link {color: #0033ff;}
a:visited {color: #0033ff;}
#content a:visited, #feature a:visited {color: #0033ff;}

h1, h2, h3, h4, h5, h6 {
  color: #0033ff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
}

p, blockquote, hr, ul, ol, dl, pre, address, table, form,
img.center, div.center {
  margin-bottom: 1.25em;
}

ul {
  list-style-type: circle;
}
#content li {
  margin-bottom: .25em;
}


/*
  #header
*/
#headerbar {
  text-align: right;
}
#headerbar h2, #headerbar p {
  display: inline;
  font-family: inherit;
  font-size: 85%;
}
#headerbar a:link {
  text-decoration: none;
}
#headerbar a:hover {
  text-decoration: underline;
}


/*
  #feature
*/
#feature h2 {
  background-color: #0033ff;
  color: #fff;
  line-height: normal;
  padding: .2em;
  text-align: center;
}
#feature p {
  border: 1px solid #666;
  padding: 5px;
}
#feature hr {
  margin: 1em 0;
}


/*
  #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-size: 80%;
  text-align: right;
}
#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;
}

div.box {
padding: 10px;
margin: 10px;
border: 2px solid #0033ff;
}
div#research {
visibility:hidden;
display:none;
}

div#events {

}

div#events {
  display: block;
  width: 588px;
}

div#events > ul {
  display: block;
  width: 544px;
  padding: 0px;
  margiin: 0px;
}

div#events > ul > li {
  vertical-align: top;
  list-style-type: none;
  display: block;
  display: inline-block;
  width: 200px;
  margin-left: 40px;
  margin-bottom: 30px;
  border-bottom: 2px grey solid;
}

div#events > ul > li:hover {
  border-bottom: 3px black solid;


}


div#events > ul > li > span.site {
  display: block;
  font-weight: bold;

}

div#events > ul > li > span.street {
  display: block;
}

div#events > ul > li > span.city {
  display: inline;
  
}

div#events > ul > li > span.state {
  display: inline;
  margin-left: 4px;
}

div#events > ul > li > span.state:after {
  content: ', '
}


div#events > ul > li > span.zip {
  display: inline;
}

div#events > ul > li > span.date {
  display: block;
}

div#events > ul > li > span.time {
  display: none;
}








