#header {
  height: 85px;
  border-bottom: 2px solid #E5E5E5;
  background: transparent url('/images/header_gradient_top.png') repeat-x left bottom;
}

#header .wrap {
  position: relative;
}

#header h2 {
  color: #666666;
  display: inline;
  font-size: 150%;
  text-shadow: #FFFFFF 0px 1px;
}

#header img {
  float: left;
  margin: 10px 0 0 10px;
}

#header #tag {
  float: right;
  display: block;
  text-align: center;
  border-top: 2px solid #666;
  background: transparent url('/images/ics-tag.png') repeat-x top left;
}

#header #tag h1 {
  margin: 10px;
  color: #EEEEEE;
  font-size: 30px;
  font-family: 'Liberation Serif', Georgia, Times;
}

#header #tag h1 span {
  display: block;
  font-size: 50%;
  color: #999999;
}

#header #contact-info {
  float: right;
  padding: 5px 5px 15px 15px;
  background: transparent url('/images/contact-callout.png') no-repeat bottom left;
}

#header #contact-info h2 {
  font-size: 18px;
  text-shadow: 0px 1px #FFFFFF;
}

#header #contact-info h2 a {color: #900000;}
#header #contact-info h2 a:hover {text-decoration: underline;}

#header #contact-info span {
  padding: 2px;
  font-size: 80%;
  display: block;
  text-shadow: 0px 1px #EEEEEE;
}

#header ul {}

#header ul li {
  float: left;
  margin-right: .25em;
}

#header ul li a {
  width: 75px;
  height: 37px;
  font-size: 90%;
  color: #000000;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 0 0;
  text-shadow: #FFFFFF 0px 1px;
}

#header ul li a:hover {
  color: #900000;
}

#header ul li.active a {
  color: #900000;
  background: transparent url("/images/header_link.png") no-repeat bottom center;
}

/* jquery.tooltip */
#tooltip {
  padding: 5px;
	z-index: 3000;
	color: #666666;
	position: absolute;
	border: 3px solid #EEEEEE;
	background-color: #FFFFFF;
}
#tooltip h3, #tooltip div { margin: 0; }
