/* Master-Layout changes for Print-Mode */

#body {
  width: 750px;
  margin: 0px;
}

#header {
  display: none;
}

#printLogo {
  display: block;
  text-align: right;
}

#contentLeft {
  display: none;
}

#contentRight {
  display: none;
}

#contentWrapper {
  background-image: none;
  height: auto !important;
  overflow: visible !important;
}

#content {
  float: none;
  padding: 0px 20px 20px 20px;
}

#breadcrumbWrapper {
  display: none;
}

#footer1 {
  display: none;
}

#footer2 {
  display: none;
}

#footer2Print {
  display: block;
  height: 16px;
  margin-left: 20px;
  border-top: 1px #666666 solid;
  padding-top: 5px;
  text-align: left;
  font-size: 12px;
}

#footer2Print .footer2Entry {
  padding-left: 0px;
  padding-right: 16px;
}

.content li {
  list-style-type: square;
  list-style-position: inside;
  background-image: none !important;
  padding-left: 0px;
}


body, table, input {
  font-size: 13px;
}

h1 {
  font-size: 15px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

.mapBoxes {
  margin-top: 20px;
}

.mapBox {
  position: static;
  float: left;
  visibility: visible;
  margin: 10px;
}

