/* common styles for DFA (Diagnostics for All) site  */


/* GENERAL */

html, body {
  margin: 0px;
}
body {
  background-color: #ffffff;
}

/* for div containing content that should never be seen by visual browsers */
.offscreen {
  position: absolute;
  left: 0px; top: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
/* for back to top anchor */
#divtopanchor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  z-index: 1;
}

/* floating things */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/* div or other to clear floating things */
.clear, .divclear {
  clear: both;
}
/* clear block */
.tinyclear {
  clear: both;
  font-size: 0px;
  height: 0px;
}
/* clear self *//* http://www.positioniseverything.net/easyclearing.html */
.clearself:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }

/* center */
.center {
  text-align: center;
}
/* don't allow to wrap */
.nowrap {
  white-space: nowrap;
}

/* elements for screen display or print display only */
.screenonly {
  display: block;
}
.printonly {
  display: none;
}
span.screenonly {
  display: inline;
}
span.printonly {
  display: none;
}

/* remove space around form */
form {
  display: inline;
  margin: 0;
  padding: 0;
}

/* standard table styles */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
}
thead, tbody, tfoot {
  border: none;
}
/* table cells all aligned left and top */
td, th {
  text-align: left;
  vertical-align: top;
}
td.center,
th.center {
  text-align: center;
}
td.right,
th.right {
  text-align: right;
}

/* all lists use solid bullet */
ul {
  list-style-type: disc;
}

/* horizontal rules */
hr {
  height: 1px;
  border: 1px solid #666666;
}

/* default font and links */
body {
  font-family: Verdana, Tahoma, Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
  line-height: 133%; /* relative to font size */
  color: #000000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin-top: 0px;
}
a,
a:link {
  color: #d66926;
  text-decoration: none;
}
a:visited {
  color: #d66926;
  text-decoration: none;
}
a:hover {
  color: #d66926;
  text-decoration: underline;
}

/* size corrections for nested tags */
li li {
  font-size: 100%;
}



/* PRE-PAGE */
/* hidden stuff and stuff outside of the normal page flow */

#divprepage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
}



/* OUTER SHELL */
/* container for all page content */

#divoutershell {
  width: 809px;
  margin: 0px auto;
  min-height: 925px;
}



/* PAGE AREA */
/* canvas for content */

#divpagearea {
  width: 803px;
  padding: 8px 3px 8px 3px;
  position: relative;
  background-color: #ffffff;
}



/* HEADER AREA */

#divheader {
  margin-bottom: 8px;
  margin-right: -2px;
}



/* TOOL NAVIGATION */

#divtoolnav {
  padding-right: 2px;
  margin-bottom: 26px;
}
#divtoolnav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divtoolnav ul li {
  font-size: 0.92em;
  font-weight: normal;
  float: right;
  border-right: 1px solid #666666;
}
#divtoolnav ul li.first {
  border: none;
}
#divtoolnav ul li a {
  padding: 0px 6px 0px 6px;
}
#divtoolnav ul li.first a {
  padding: 0px 0px 0px 6px;
}
#divtoolnav ul li a,
#divtoolnav ul li a:link,
#divtoolnav ul li a:visited {
  color: #666666;
  text-decoration: none;
}
#divtoolnav ul li a:hover {
  color: #000000;
  text-decoration: underline;
}



/* SITE TITLE */

#divsitetitle {
  margin: 0px;
  padding: 0px 0px 8px 86px;
  line-height: 100%;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  float: left;
  width: 139px;
  margin-right: 6px;
  padding: 9px 0px 4px 0px;
  background-color: #595a6b;
}
#divprimarynav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divprimarynav ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
#divprimarynav ul li a {
  display: block;
  width: 139px;
}



/* BANNER TEXT */

#divbannerblurb {
  float: left;
  width: 439px;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  line-height: 100%;
}



/* BANNER LINK */

#divbannerlink {
  float: left;
  width: 204px;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}



/* BODY AREA */

#divbody {
}



/* FOOTER AREA */

#divfooter {
  margin-top: 71px;
  padding: 0px 0px 10px 145px;
}
#divfooter p {
  margin: 0px;
  font-size: 0.83em;
  line-height: 100%;
  color: #666666;
  text-transform: uppercase;
}
