@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 160px;
  padding: 4px;
}

.mediapage {
  margin-left: 160px;
}

.center {
  text-align: center;
}

.highlight {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.1em;
}

.row {
  width: 99%;
  padding: 0;
  margin: 0;
}

.specsboxl {
  background-color:#ADC8E9; 
  float: left; 
  width: 30%;
}

.specsboxr {
  background-color:#ADC8E9; 
  float: right; 
  width: 30%;
}

.description {
  width: 35%;
  margin: 0 31% 0 31%;
  padding: 2px;
  font-weight: bold;
}

.clearright {
  clear: right;
}


.line {
  border-bottom: 2px solid #526478;
}

.right {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 1.2em;
}

.left {
  width: 50%;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

#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;
}

#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;
}

.center {
  text-align: center;
}

.highlight {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 14pt;
}

.row {
  width: 99%;
  padding: 0;
  margin: 0;
}

.specsboxl { 
  float: left; 
  width: 30%;
  border: 1px solid #000;
}

.specsboxr { 
  float: right; 
  width: 30%;
  border: 1px solid #000;
}

.description {
  width: 35%;
  margin: 0 31% 0 31%;
  padding: 2px;
  font-weight: bold;
}

.clearright {
  clear: right;
}


.line {
  border-bottom: 2px solid #526478;
}

.right {
  float: right;
  width: 48%;
  text-align: right;
  font-size: 14pt;
}

.left {
  width: 48%;
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
}

#bottomnav {
  display: none;
}

#contact {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: 9pt;
  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;
}

}
