* {
  color: #666;
  margin: 0;
  padding: 0;
}
a,
a:visited {
  color: #369;
  text-decoration: underline;
}
a:hover {
  color: #036;
}
acronym {
  border: none;
  cursor: help;
  font-style: normal;
}
body {
  background: white url(/includes/images/bg-page-left.jpg) no-repeat 0 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 80%;
  color: black;
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
  position: absolute;
}
fieldset {
  background-color: #f9f6f4;
  border: 1px solid #bdb19f;
  margin: 1em 1em 1em 0;
  padding: 0.5em 0.5em 1em 0.5em;
}
fieldset label {
  display: block;
  margin: 0;
  padding: 0.25em 0 0.25em 0.5em;
}
legend {
  background-color: #f9f6f4;
  border-left: 1px solid #bdb19f;
  border-right: 1px solid #bdb19f;
  border-top: 1px solid #bdb19f;
  font-weight: bold;
  padding: 2px 1em 2px 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: gillsans, "Gill Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
  font-weight: normal;
}
h1 {
  color: #918470;
  font-size: 180%;
  font-weight: bold;
  margin: 1em 0 1em 0;
}
h1 a {
  color: #918470;
  text-decoration: none;
}
h2 {
  color: #777;
  font-size: 130%;
  font-weight: bold;
  padding: 0.3em 0.3em 0.3em 0;
}
h3 {
  color: #918470;
  font-size: 120%;
  font-weight: bold;
  padding: 0.3em 0.3em 0.3em 0;
}
h4 {
  color: #918470;
  font-size: 110%;
  font-weight: bold;
  padding: 0.3em 0.3em 0.3em 0;
}
img {
  border: 0;
}
li {
  list-style-type: square;
  padding: 0.2em 0;
}
li.no-bg {
  background: none !important;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
ol li {
  list-style-type: decimal;
}
ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: 1em;
}
table caption {
  color: white;
  padding: 3px 5px;
  text-align: left;
}
table th {
  border-bottom: 1px solid #eeeae5;
  font-weight: bold;
  padding: 3px 5px;
  vertical-align: top;
}
table td {
  border-bottom: 1px solid #e4dfd7;
  padding: 3px 5px;
  vertical-align: top;
}
table td.right,
table th.right {
  text-align: right;
}


/* Main content area and site navigation
--------------------------------------------------------------- */
#content-container {
  margin-top: 0;
  margin-left: 0;
  position: relative;
}
#content-container #breadcrumb p {
  color: #666;
  margin-right: 200px;
}
#content-container p,
#content-container li {
  color: black;
}
#searchform {
  display: none;
}

/* search page cascade
------------------------------------------- */
#agencysearchform label {
  display: none;
}
#agencysearchform legend {
  background-color: transparent;
  border: 0;
  color: #333 !important;
}

/* Content area styles
------------------------------------------- */
.floatright {
  float: right;
  margin-left: 10px;
}
.audio {
  list-style-type: square;
  padding: 0.2em 0 0.2em 0.25em;
  margin-right: 10px;
}
.pdf {
  list-style-type: square;
  padding: 0.2em 0 0.2em 0.25em;
  margin-right: 10px;
}

/* Box feature on home page
------------------------------------------- */
.feature-square {
  display: none;
}


/* 2 column layout within content-container
------------------------------------------- */
.column-container {
  width: 95%;
}
.column-left {
  clear: right;
  float: left;
  width: 48%;
}
.column-right {
  clear: right;
  margin-left: 50%;
}


/* Side content container
--------------------------------------------------------------- */
.sidepanel {
  border: 1px solid #918470;
  float: right;
  width: 160px;
  margin-left: 10px;
}

/* Side content feature box
------------------------------------------- */
.sidepanel .sidefeature h2 {
  color: #ebe6e2;
  font-size: 120%;
  height: 25px;
  line-height: 1.2em;
  text-align: center;
}
.sidepanel .sidefeature p {
  background-color: #ebe6e2;
  font-size: 90%;
  padding: 5px;
}


/* Header content including flash and no js/flash static image
--------------------------------------------------------------- */
#feature {
  display: none;
}
#header ul {
  display: none;
}


/* Footer
--------------------------------------------------------------- */
#footer {
  padding: 0;
  text-align: left;
}
#footer ul {
  margin: 0;
  float: left;
}
#footer li {
  float: left;
  margin: 0 6px 0 0;
  padding-right: 0;
}
#footer p {
  clear: both;
  text-align: left;
}


/* Left navigation
--------------------------------------------------------------- */
#navigation {
  display: none;
}