
/**
 * HTML Selectors
 */

a {
  color: #3c96cb;
  outline: 0;
  text-decoration: underline;
}

body, html {
  background: #404040;
}

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

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

form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad Pro', Myriad, Verdana, Arial, sans-serif;
}

h1 {
  color: #3399cc;
  font-size: 29px;
  font-weight: bold;
  margin: 16px 0;
}

h2 {
  color: #85c2e0;
  font-size: 17px;
  font-weight: normal;
  margin: -6px 0 16px 0;
}

h3 {
  color: #3c96cb;
  font-size: 16px;
  margin: 15px 0;
}

h3 a,
h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
  text-decoration: none;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ededed;
}

img {
  border: 0;
}

p {
  margin: 16px 0;
}

th {
  text-align: left;
}


/**
 * Preferences / Toolbar
 */

#preferences {
  background: #f7f7f7;
  border-bottom: 4px solid #404040;
}

#toolbar {
  display: none;
  background: #494949;
}


/**
 * Container
 */

#container {
  background: #ffffff url(/images/bgs/shade.gif) center top repeat-x;
  min-width: 950px;
  min-height: 500px;
}


/**
 * Header
 */

#header {
  width: 950px;
  height: 100px;
  overflow: hidden;
}

#header #logo {
  float: left;
  width: 190px;
  height: 62px;
  margin-top: 24px;
  text-align: center;
}


/**
 * Navigation
 */

#nav {
  float: right;
  padding-right: 10px;
}

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

#nav ul li {
  float: left;
  width: 110px;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  background: url(/images/bgs/nav.gif) no-repeat;
  color: #464646;
  font-size: 11px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
  padding-left: 14px;
}

#nav ul li a:hover {
  color: #3399cc;
}

#nav ul li a.active,
#nav ul li a.active:hover {
  background: url(/images/bgs/nav_over.gif) no-repeat;
  color: #fff;
}


/**
 * Sidebar
 */

#sidebar {
  float: left;
  width: 190px;
}


/**
 * Sub Navigation
 */

#subnav {
  width: 175px;
  margin-bottom: 25px;
}

#subnav h4 {
  background: url(/images/bgs/left.gif) left bottom no-repeat;
  margin: 6px 0 4px 0;
  color: #85c2e0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  padding-left: 14px;
}

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

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

#subnav ul li a {
  display: block;
  width: auto;
  height: 21px;
  overflow: hidden;
  background: url(/images/bgs/subnav.gif) 0 0 no-repeat;
  padding-left: 15px;
  color: #868686;
  font-size: 11px;
  line-height: 21px;
  text-decoration: none;
}

#subnav ul li a:hover {
  background: #ffffff url(/images/bgs/subnav.gif) 0 -21px no-repeat;
  color: #3399cc;
}

#subnav ul li a.active,
#subnav ul li a.active:hover {
  background: #ffffff url(/images/bgs/subnav.gif) 0 -42px no-repeat;
  color: #3399cc;
  font-weight: bold;
}


/**
 * Main Content Area
 */

#main {
  float: left;
  width: 730px;
  margin-left: 15px;
  padding-bottom: 30px;
  display: inline;
  overflow: hidden;
}

#main #content {
  width: 460px;
}

#main #content p {
  margin-bottom: 0;
}


/**
 * Flash
 */

#flash {
  float: right;
  margin-top: 50px;
}


/**
 * Special Formatting
 */

#content blockquote {
  height: 90px;
  background: url(/images/bgs/blockquote.gif) no-repeat;
  margin: 16px 0;
  color: #3399cc;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  overflow: hidden;
}

#content blockquote p {
  margin: 14px 16px;
  padding: 0;
}


/**
 * Extras
 */

#extras {
  background: url(/images/bgs/extras.gif) no-repeat;
  margin-top: 30px;
}

#extras h3 {
  clear: both;
  color: #3c96cb;
  font-size: 16px;
  margin: 0;
  padding-top: 15px;
}


/**
 * Extras - Unordered List
 */

#extras ul {
  width: 745px;
  height: 70px;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

#extras ul li {
  float: left;
  width: 175px;
  margin: 0 0 0 15px;
  padding: 0;
  display: inline;
}

#extras ul li.first {
  margin-left: 0;
}

#extras ul li div {
  float: left;
  width: 50px;
  height: 60px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline;
}

#extras ul li a {
  font-weight: bold;
  text-decoration: none;
}


/**
 * Extras - Definition List
 */

#extras dl {
  position: relative;
  height: 175px;
  background: #fff; /* keep this */
  margin: 15px 0;
  padding: 0;
}

#extras dl dt {
  width: 160px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 0;
}

#extras dl dt a {
  display: block;
  background: url(/images/arrow.gif) 2px 10px no-repeat;
  color: #868686;
  padding: 4px 4px 4px 16px;
  text-decoration: none;
}

#extras dl dt a:hover {
  color: #85c2e0;
}

#extras dl dt a.active {
  color: #85c2e0;
  font-weight: bold;
}

#extras dl dd {
  display: none;
  position: absolute;
  top: 0px;
  left: 180px;
  width: 540px;
  height: 175px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
}

#extras dl dd h4 {
  color: #85c2e0;
  font-size: 16px;
  font-weight: normal;
  margin: 6px 0;
}

#extras dl dd div {
  float: right;
  margin-top: 32px;
}

#extras dl dd p {
  margin: 12px 190px 12px 0;
}


/**
 * Info Bar
 */

#infobar {
  width: auto;
  height: 170px;
  overflow: hidden;
  background: #515151;
  color: #848484;
}

#infobar .wrapper {
  height: 170px;
  background: #515151 url(/images/bgs/infobar.gif) no-repeat;
}

#infobar .wrapper div {
  float: left;
  width: 190px;
  height: 150px;
  margin-top: 10px;
}

#infobar p,
#infobar h5 {
  margin: 8px 14px;
}

#infobar ul {
  list-style: none;
  margin: 8px 15px;
  padding: 0;
}

#infobar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#infobar a {
  color: #848484;
  text-decoration: underline;
}

#infobar a:hover {
  color: #fcfcfc;
  text-decoration: underline;
}

#infobar h5 {
  color: #dbdbdb;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
}

#infobar h5 a {
  color: #dbdbdb;
  text-decoration: none;
}

#infobar h5 a:hover {
  color: #ffffff;
  text-decoration: none;
}

#infobar div.login {
  width: 380px;
  overflow: hidden;
}

#infobar div.login form {
  margin: 8px 10px 0 10px;
  border: 1px solid #404040;
  padding: 8px 8px 12px 8px;
  background: #515151;
}

#infobar div.login form table {
  border-collapse: collapse;
}

#infobar div.login form table thead tr th,
#infobar div.login form table tbody tr td {
  padding: 1px 2px 1px 4px;
}

#infobar div.login form input {
  width: 145px;
}

#infobar div.login form input.submit {
  width: auto;
}


/**
 * Footer
 */

#footer {
  width: auto;
  height: 60px;
  overflow: visible;
  background: #404040;
  color: #626262;
}

#footer .wrapper {
  height: 50px;
  background: #404040 url(/images/bgs/footer.gif) top no-repeat;
}

#footer address {
  font-style: normal;
}

#footer address,
#footer p {
  float: left;
  width: 175px;
  margin: 10px 0 0 15px; 
  display: inline;
}

#footer p.copyright {
  width: auto;
}

#footer p.xhtml {
  float: right;
  width: auto;
  margin: 10px;
  display: inline;
}

#footer strong {
  color: #8c8c8c;
}

#footer a {
  color: #626262;
  text-decoration: underline;
}

#footer a:hover {
  color: #8c8c8c;
  text-decoration: underline;
}


/**
 * Utility Classes
 */

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

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.error {
  color: #d5540e;
  font-weight: bold;
}

.highlight {
  background-color: yellow;
}


/**
 * Link Classes
 */

a.icon img {
  vertical-align: middle;
  padding-right: 5px;
}


/**
 * Unordered List - Checkmarks
 */

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

ul.checkmarks li {
  background: url(/images/check.gif) 8px center no-repeat;
  padding-left: 30px;
  line-height: 24px;
}


/**
 * 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.pdf {
  background-image: url(/images/icons/pdf.gif);
}

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

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


/**
 * Notifications
 */

#notice {

}

#error {
  background: url('/images/icons/alert.gif') left center no-repeat;
  color: #d5540e;
  padding-left: 26px;
}
