
/**
 * HTML Selectors
 */

a {
  color: #8dc54c;
  outline: 0;
  text-decoration: underline;
}

a:hover {
  color: #8dc54c;
}

address {
  font-style: normal;
}

body, html {
  background: #fff;
}

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}

code, pre {
  font-family: 'Courier';
  font-size: 12px;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

h1, h2, h3 {
  border-bottom: 2px solid #8dc54c;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px dotted #ccc;
}

img {
  border: 0;
}

input {
  outline: none;
}

object, embed {
  outline: none;
}

p, address, blockquote, cite {
  display: block;
  margin: 16px 0;
}


/**
 * Wrapper
 */

#wrapper {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}


/**
 * Header
 */

#header {
  position: relative;
  height: 95px;
}


/**
 * Logo
 */

#logo {
  float: left;
  width: 250px;
  height: 95px;
}


/**
 * Utility
 */

ul#utility {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#utility li {
  display: inline;
  color: #8dc54c;
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 20px;
}

ul#utility li a {
  color: #999;
  text-decoration: none;
}

ul#utility li a:hover {
  color: #8dc54c;
}


/**
 * Nav
 */

ul#nav {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 70px;
  z-index: 500;
}

ul#nav li {
  float: left;
  width: auto;
  height: 25px;
  border-left: 1px solid #d1d1d0;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#nav li a {
  display: block;
  background: url(/images/nav/arrow.gif) 8px center no-repeat;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 20px;
  padding-right: 30px;
  text-decoration: none;
  border-bottom: 3px solid #000;
}

ul#nav li a:hover,
ul#nav li.active,
ul#nav li.active a,
ul#nav li.active a:hover {
  color: #8dc54c;
}

ul#nav li.active a,
ul#nav li.active a:hover {
  border-bottom: 3px solid #9fcf67;
}


/**
 * Nav > Menus
 */

ul#nav li ul {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

ul#nav li:hover > ul {
  display: block;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  margin-top: -3px;
  margin-left: -1px;
}

ul#nav li:hover > ul li {
  float: none;
  width: auto;
  height: auto;
  min-width: 150px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}

ul#nav li:hover > ul li a {
  background: #333;
  border: none;
  color: #f0f0f0;
  line-height: 28px;
}

ul#nav li:hover > ul li a:hover {
  background: #000;
  border: none;
  color: #9fcf67;
}


/**
 * Login Form
 */

form#login {
  width: auto;
  height: 34px;
  background: #1d1d1d url(/images/bgs/bar.gif) repeat-x;
  border-top: 5px solid #000;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

form#login fieldset {
  text-align: right;
  padding: 4px 5px;
}

form#login fieldset legend {
  display: none;
}

form#login fieldset label {
  display: inline;
  color: #9fcf67;
  font-weight: bold;
  line-height: 26px;
}

form#login fieldset input {
  margin: 0 0 0 1px;
}

form#login fieldset input[type='text'],
form#login fieldset input[type='password'] {
  border: 1px solid #a5acb2;
  color: #666;
  padding: 2px;
}

form#login fieldset input[type='image'] {
  vertical-align: middle;
  padding-bottom: 4px;
}


/**
 * Login Status
 */

#login-status {
  width: auto;
  height: 34px;
  background: #1d1d1d url(/images/bgs/bar.gif) repeat-x;
  border-top: 5px solid #000;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  text-align: right;
}

#login-status p {
  color: #fff;
  margin: 0;
  padding-right: 12px;
  line-height: 30px;
}



/**
 * Main
 */

#main {
  position: relative;
  background: url(/images/bgs/main.gif) right bottom no-repeat;
}

#main #partitions {
  background: url(/images/bgs/partitions.gif) center top repeat-y;
}

#main strong {
  color: #8dc54c;
  font-size: 13px;
}


/**
 * Subnav
 */

#main #subnav {
  float: left;
  width: 200px;
  min-height: 300px;
  background: url(/images/bgs/subnav.gif) left top no-repeat;
}

#main #subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main #subnav ul li {
  border-bottom: 1px solid #f0f0f0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main #subnav ul li a {
  display: block;
  background: url(/images/subnav/arrow.gif) -6px center no-repeat;
  font-size: 12px;
  line-height: 26px;
  padding-left: 15px;
  text-decoration: underline;
}

#main #subnav ul li a:hover {
  background: #f6f6f6 url(/images/subnav/arrow.gif) 6px center no-repeat;
}

#main #subnav ul li a.active,
#main #subnav ul li a.active:hover {
  background: #f0f0f0 url(/images/subnav/arrow.gif) 6px center no-repeat;
}


/**
 * Content Area
 */

#main #content {
  float: left;  
  width: 450px;
}


/**
 * Sidebar
 */

#main #sidebar {
  float: right;
  width: 300px;
  padding-bottom: 60px;
}


/**
 * Heart Monitor / Federal Trade Commission
 */

#flatline {
  position: relative;
  border-top: 2px solid #9fcf67;
}

#heartbeat {
  position: absolute;
  width: 25px;
  height: 77px;
  top: -45px;
  right: 133px;
  z-index: 200;
}

#federal-trade-commission {
  position: absolute;
  width: 44px;
  height: 43px;
  top: -54px;
  right: 20px;
  z-index: 200;
}


/**
 * Footer
 */

#footer {
  width: auto;
  height: 34px;
  background: #1d1d1d url(/images/bgs/bar.gif) repeat-x;
  border-top: 5px solid #000;
  color: #999;
  line-height: 32px;
  overflow: hidden;
  padding: 0 30px 0 15px;
  text-align: right;
}

#footer address {
  float: left;
  font-style: normal;
  margin: 0;
}

#footer strong {
  color: #9fcf67;
  display: inline-block;
  margin-left: 55px;
}


/**
 * Copyright
 */

#copyright {
  position: relative;
  color: #999;
  padding: 20px 0;
  text-align: center;
}

#copyright a {
  color: #999;
}

#copyright a:hover {
  color: #9fcf67;
}

#copyright #seal {
  position: absolute;
  top: 6px;
  left: 10px;
}

#copyright img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 6px;
  right: 10px;
}


/**
 * Classes
 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.highlight {
  background-color: yellow;
}

.padding {
  padding: 20px;
}


/**
 * Calculator
 */

#calculator {
  width: 280px;
  height: 277px;
  background: url(/images/bgs/calculator.png) left top repeat-x;
  border-top: 3px solid #000;
  color: #fff;
  margin: 10px auto;
}

#calculator form {
  padding: 20px;
}

#calculator img {
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
}

#calculator form fieldset {
  margin: 10px 0;
}

#calculator form fieldset legend {
  color: #9fcf67;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#calculator form fieldset table {
  width: 100%;
  border-collapse: collapse;
  margin-left: -2px;
}

#calculator form fieldset table tr th {
  font-weight: normal;
  padding: 2px;
  text-align: left;
  white-space: nowrap;
}

#calculator form fieldset table tr td {
  padding: 2px;
  text-align: right;
}

#calculator form fieldset.data input {
  width: 65px;
}

#calculator form fieldset.results input {
  width: 100px;
}

#calculator form fieldset.data input,
#calculator form fieldset.results input {
  border: 1px solid #a5acb2;
}

#calculator form fieldset.calculate {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 5px 0;
  text-align: right;
}


/**
 * Twitter
 */

#twitter {
  width: auto;
  height: 250px;
  overflow: auto;
}

#twitter ul.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

#twitter ul.timeline li {
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 10px;
}

#twitter ul.timeline li.alt {
  background: #f1f1f1;
}

#twitter ul.timeline li cite {
  color: #999;
  font-size: 11px;
  margin: 0;
  padding: 0;
}


/**
 * Unordered List - Downloads
 */

ul.downloads {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

ul.downloads li {
  background: url(/images/icons/pdf.gif) left center no-repeat;
  padding-left: 22px;
  line-height: 20px;
}

ul.downloads li.doc {
  background-image: url(/images/icons/doc.gif);
}

ul.downloads li.htm,
ul.downloads li.html {
  background-image: url(/images/icons/htm.gif);
}

ul.downloads li.img {
  background-image: url(/images/icons/jpg.gif);
}

ul.downloads li.pdf {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.ppt,
ul.downloads li.pptx,
ul.downloads li.pps,
ul.downloads li.ppsx {
  background-image: url(/images/icons/ppt.gif);
}

ul.downloads li.rss {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.xls {
  background-image: url(/images/icons/xls.gif);
}

ul.downloads li.zip {
  background-image: url(/images/icons/zip.gif);
}


/**
 * Errors
 */

ul.errors {
  background: #fae5e5;
  border: 1px solid #cc0000;
  list-style: none;
  margin: 16px 0;
  padding: 8px 10px;
}

ul.errors li {
  color: #cc0000;
  margin: 0;
  padding: 0;
}
