﻿/* hides these elements from printing */
#nav, #client-tools, #sitemap, #design-tools, #footer {
  display: none;
}
.print {
  display: block;
}
hr {
margin: 2em 0 1em;
}
html, body {
  height: auto;
}

#aspnetForm {
  min-height: auto;
  text-align: left;
}
#content {
  padding: 0;
}
#header {
  height: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#header .background {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
a#logo {
  left: 20px;
}
#tagline {
  right: 20px;
  font-size: 12pt;
}
#container {
  position: relative;
  display: block !important;
  z-index: 10;
  border: 0;
  clear: both;
  width: 100%;
  left: 0; top: 0;
  overflow: auto;
}
#contact {
  border: 0;
  color: #000;
  padding: 10px 0 0 0;
}
#contact p {
  padding: 0;
}
#close, .contact-vcard {
  display: none;
}
#contact address {
  width: 200px;
  float: left;
}
#contact .details {
  float: right;
}
