@charset "utf-8";
/* CSS Document */

@media screen {

#header {
  margin: 0;
}

#logo {
  float: left;
}

#verse {
  text-align: center;
  float: right;
  font-family: Pristina, "Times New Roman", Times, serif;
  width: 200px;
  font-weight: bold;
  font-size: 1.2em;
  color: #526478;
}

#heading {
  font-weight: bold;
  margin: 0;
  padding: 0 200px 0 200px;
  font-family: Pristina, "Times New Roman", Times, serif;
  font-size: 300%;
  text-align: center;
}

#tagline {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  clear: both;
  text-align: center;
  font-size: 1.2em;
  border-top: 5px solid #526478;
}

#viewed {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

#nav {
  background-image: url(../assets/images/navbg.jpg);
  background-repeat: repeat-y;
  background-position: top right;
  width: 160px;
  text-align: center;
  float: left;
  clear: left;
  border-right: 1px solid #00F;
}

.specialist {
  font-weight: bold;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
}

#keyword {
  display: none;
}

img {
  border: none;
}

#singlemargin {
  font-family: 'Times New Roman', Times, serif;
  margin: 0 0 0 162px;
  padding: 4px;
}

#page {
  margin: 0;
  padding: 0;
  text-align: center;
}

.center {
  text-align: center;
}

.headpic img {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.headpic {
  font-size: .75em;
  font-weight: bold;
  text-align: center;
}

table.headspecs {
  width: 40%;
  float: right;
  border: 2px solid #526478;
}

table.headspecs caption {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

table.headspecs td.heading {
  font-variant: small-caps;
  font-size: 1.1em;
  font-weight: bold;
  background: #ADC8E9;
  border-bottom: 4px solid #526478;
  border-top: 4px solid #526478;
  width: 100%;
}  

table.headspecs td.spec {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 55%;
  border-bottom: 2px solid #526478;
}

table.headspecs td.value {
  text-align: right;
  vertical-align: middle;
  width: 45%;
  border-bottom: 2px solid #526478;
}

.disclaimer {
  font-size: .85em;
  text-align: left;
  font-weight: bold;
}

.highlight {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.1em;
}

.smallcap {
  font-variant: small-caps;
  font-weight: bold;
}

.left {
  text-align: left;
} 
 
.clearboth {
  clear: both;
}

.caption img {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.caption {
  font-size: .75em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.clearright {
  clear: right;
}

.diagram {
  width: 99%;
}

table.partsdiagram {
  border: 2px solid #000;
  border-collapse: collapse;
  line-height: 2em;
  text-align: center;
  width: 99%;
  page-break-before: always;
}

table.partsdiagram caption {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

table.partsdiagram th {
  background: #ADC8E9; 
  font-variant: small-caps;
}

table .digno {
  text-align: left;
  width: 15%;
  border-bottom: 1px solid #000;
}

table .noreq {
  text-align: center;
  vertical-align: middle;
  width: 15%;
  border-bottom: 1px solid #000;
}

table .partno {
  text-align: center;
  vertical-align: middle;
  width: 25%;
  border-bottom: 1px solid #000;
}

table .descrip {
  text-align: right;
  width: 45%;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}

table .noborder {
  border-bottom: none;
}

#bottomnav {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: .7em;
  margin: 0;
  padding: 0 2px 0 2px;
}

#bottomnav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#contact {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: .7em;
  border-top: 2px solid #00F;
  border-bottom: 2px solid #00F;
}

#contact ul {
  margin: 0;
  padding: 0;
}

#contact li {
  display: inline;
  margin: 0;
  padding: 0;
}

.validated {
  text-align: center;
}

}

@media print {

#header {
  margin: 0;
}

#logo {
  float: left;
  width: 2in;
}

#verse {
  text-align: center;
  float: right;
  font-family: Pristina, "Times New Roman", Times, serif;
  width: 2in;
  font-weight: bold;
  font-size: 12pt;
  color: #526478;
}

.hide {
  display: none;
}

#heading {
  font-weight: bold;
  margin: 0;
  padding: 0 2in 0 2in;
  font-family: Pristina, "Times New Roman", Times, serif;
  font-size: 24px;
  text-align: center;
}

#tagline {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  clear: both;
  text-align: center;
  font-size: 12pt;
  border-top: 5px solid #526478;
}

#viewed {
 display: none;
}

#nav {
  display: none;
}

#keyword {
  display: none;
}

img {
  border: none;
}

#page {
  margin: 0;
  padding: 0;
  text-align: center;
}

.center {
  text-align: center;
}

.headpic img {
  border-bottom: 2pt solid #000;
  padding-bottom: 2px;
}

.headpic {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

table.headspecs {
  border: 2px solid #526478;
}

table.headspecs caption {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

table.headspecs td.heading {
  font-variant: small-caps;
  font-size: 14pt;
  font-weight: bold;
  border-bottom: 4px solid #526478;
  border-top: 4px solid #526478;
  width: 100%;
}  

table.headspecs td.spec {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 55%;
  border-bottom: 2px solid #526478;
}

table.headspecs td.value {
  text-align: right;
  vertical-align: middle;
  width: 45%;
  border-bottom: 2px solid #526478;
}

.highlight {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 14pt;
}

.smallcap {
  font-variant: small-caps;
  font-weight: bold;
}

.left {
  text-align: left;
}  

.clearright {
  clear: right;
}

.diagram {
  width: 99%;
}

table.partsdiagram {
  border: 2px solid #000;
  line-height: 2em;
  font-size: 10pt;
  text-align: center;
  width: 99%;
  page-break-before: always;
}

.pagebb {
  page-break-before: always;
}

table.partsdiagram caption {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

table.partsdiagram th {
  font-variant: small-caps;
}

table .digno {
  text-align: left;
  width: 15%;
}

table .noreq {
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

table .partno {
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

table .descrip {
  text-align: right;
  width: 45%;
  vertical-align: middle;
}

table .noborder {
  border-bottom: none;
}

#bottomnav {
 display: none;
}

#contact {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: 8pt;
  border-top: 2px solid #00F;
  border-bottom: 2px solid #00F;
}

#contact ul {
  margin: 0;
  padding: 0;
}

#contact li {
  display: inline;
  margin: 0;
  padding: 0;
}

.validated {
  display: none;
}

}