@charset "iso-8859-1";

/***************************
*  minimal-v1.css : 2006.05.15
*  associated with minbrandheader.inc and minbrandfooter.inc
****************************/

body {
  color: #333;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#masthead {
  background-color: #394e5f;
  text-align: left;
  margin: 0;
  padding: 0 4px 2px;
  border-bottom: 3px solid #5a7f9c;
  background-image:none; 
}

#agency {
  color: #fff;
  font-weight: bold;
  font-size: 108%;
  font-family: Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 2em;
  padding: 0.6em 0 0.2em;
}

#appheader {
    background-color: #ffffff;
  color: #000;
  font-weight: bold;
  font-size: 100%;
  font-family: Arial,sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.2em;
}

#navheader {
  background-color: #fff;
  font-size:85%;
  text-align: right;
  margin: 0;
  padding: 3px 14px 3px 3px;
  border-top: #ccc 1px solid;
  border-right: #333 1px solid; 
  border-bottom: #333 1px solid;
  border-left: #ccc 1px solid;
  background:#f5f5f5;
}

.errorheader {
  background-color: #ffffcc;
  text-align: left;
  margin:20px;
  padding:5px 15px;
  border-top: #ccc 1px solid;
  border-right: #333 1px solid; 
  border-bottom: #333 1px solid;
  border-left: #ccc 1px solid;
  color:#ff0000
}

.infobox {
  background:#f5f5f5;
  text-align: left;
  margin:20px;
  padding:5px 15px;
  border-top: #ccc 1px solid;
  border-right: #333 1px solid; 
  border-bottom: #333 1px solid;
  border-left: #ccc 1px solid;
}

#contentWrapper {
  text-align: left;
  margin: 20px;
  padding: 0px;
}

#footer {
  color: #a9a9a9;
  background: url("../images/DNRc2icon.gif") no-repeat 4px 4px;
  margin-top: 20px;
  padding: 4px;
  border-top: 1px solid #006633;
  height: 68px;
}

#footer p {
  font-family: Arial, sans-serif;
  font-size: x-small;
  margin: 30px 100px 0;
  padding: 0;
}

#footer address  {
  font-family: Arial, sans-serif;
  font-size: x-small;
  font-style: normal;
  margin: 0 100px;
  padding: 0;
}

.inside {
  padding: 0 2em;
}

/* header and subheader */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #394e5f;
  background-color: transparent;
}

h1  { font-size: 120% }
h2  { font-size: 110% }
h3, h4, h5, h6, p { font-size: 100% }

/* used for displaying alternate table row background colors */
tr.odd td {
  background-color: #fff;
}

tr.even td {
  background-color: #f5f5f5;
}

.navigation-horizontal {
  font-size: 90%;
}

.clear {
  clear: both;
}

/* Data entry styles */

fieldset {
padding:10px;
border-top: #000 1px solid;
border-right: #ccc 1px solid; 
border-bottom: #ccc 1px solid;
border-left: #000 1px solid;
}

legend{color:gray;font-weight:bold;}

/* New as of March 7, 2006 */

.notes {
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 70%;
  font-family: Arial, sans-serif;
}

.attention  { color: red; font-weight: bold; background-color: transparent }

td#sidebarA {font-size:75%;}

ul.menu {margin:0px 0px 0px 15px}

/* FAQ styles */

ul.jumplinks {
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  margin: 10px 0 20px;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
}

ul.jumplinks li {
  list-style-type: none;
  margin: 0 0 6px;
}

.jumplinks li a:link,
.jumplinks li a:visited {
  text-decoration: none;
  padding: 2px;
  border-bottom: 1px dashed #063;
}

.jumplinks li a:hover {
  color: #000;
  background-color: #ffd700;
  text-decoration:none;
  border-bottom: 1px solid #ffd700;
}

dl.faq { margin: 40px 0; }

dl.faq dt {
  color:#804000;
  font-size: 120%;
  font-weight: bold;
  margin: 20px 0 4px;
}

dl.faq dd {
  color: #000;
  font-size: 100%;
  margin: 0 0 -10px;
  padding: 0;
}

.backtop {
  color: #000;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: x-small;
  clear: both;
  margin: 0;
  padding: 0;
}