/* set defaults */

* {
  font-family: arial,helvetica,sans-serif;
  /*font-family: Tahoma,Trebuchet MS,Geneva,Helvetica,sans-serif;*/
  margin: 0px;
  padding: 0px;
}

font {
}

/* generic HTML elements */

body {
  background-color: #000000;
  color: #FFFFFF;
}

img {
  border: 0px;
}

input {
  font-size: 11px;
}

textarea {
  font-size: 11px;
}

select {
  font-size: 10px;
}

h1 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 10px 0px;;
}

/* global classes */

.textbox {
  border: 1px solid #A4A4A4;
  font-size: 11px;
}

.button {
  border: 1px solid #D1D1D1;
  padding: 0px 10px 0px 10px;
  font-size: 11px;
  height: 20px;
}


/* main frame */

#page {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 994px;
}

/* top navigation */

#topnav {
  height: 101px;
  margin: 0px 0px 25px 0px;
  overflow: hidden;
  position: relative;
  width: 994px;
}

#topnav-left {
  height: 101px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 254px;
}

#topnav-right {
  height: 101px;
  left: 254px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 740px;
}

#topnav-line1 {
  height: 64px;
  left: 0px;
  overflow: hidden;
  margin: 0px 0px 0px 25px;
  position: absolute;
  top: 0px;
  width: 715px;
}

#topnav-line1 a {
  color: #FFFFFF;
  text-decoration: none;
}

#topnav-line1 a:hover {
  text-decoration: underline;
}

#topnav-line1-block1 {
  bottom: 35px;
  color: #D1D1D1;
  font-size: 12px;
  left: 0px;
  position: absolute;
  width: 500px;
}

#topnav-line1-block2 {
  bottom: 35px;
  color: #D1D1D1;
  font-size: 16px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 200px;
}

#topnav-line1-block2 a {
  color: #f7941e;
}

#topnav-line1-block3 {
  bottom: 20px;
  color: #D1D1D1;
  font-size: 12px;
  left: 0px;
  position: absolute;
  white-space: nowrap;
  width: 500px;
}

#topnav-line1-block4 {
  bottom: 20px;
  color: #D1D1D1;
  font-size: 11px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 200px;
}

#topnav-line1-block4 a {
  color: #f7941e;
}

#topnav-line2 {
  background-image: url( /images/site/topnav-line2-v2.gif );
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 37px;
  left: 0px;
  overflow: visible;
  padding: 0px 0px 0px 25px;
  position: absolute;
  top: 64px;
  width: 740px;
  z-index: 2;
}

#topnav-line2-ticks {
  color: white;
  top: 8px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  font-size: 12px;
  width: 600px;
}

.topnav-line2-ticks-1 {
  float: left;
}

.topnav-line2-ticks-2 {
  float: left;
  padding: 4px 15px 0px 0px;
}

#topnav-line2-ticks a {
  color: #FFFFFF;
  text-decoration: none;
}

#topnav-line2-ticks a:hover {
  color: ;
  text-decoration: none;
}

#topnav-line2-ticks img {
  height: 22px;
  margin: 0px 5px -3px 0px;
  vertical-align: text-bottom;
  width: 22px;
}

#topnav-line2-active {
  bottom: 0px;
  height: 37px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  width: 100px;
}


/* left navigation */

#leftnav {
  background-image: url( /images/site/leftnav.gif );
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  width: 254px;
}

#leftnav-inner {
  /*padding: 27px 0px 0px 27px;*/
  padding: 100px 0px 0px 27px;
}

#leftnav-search {
  background-image: url( /images/site/search.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 52px;
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 200px;
}

#leftnav-search-inner {
  height: 20px;
  left: 28px;
  position: absolute;
  top: 19px;
  width: 149px;
}

.leftnav-block {
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 200px;
}

.leftnav-block-title {
  background-image: url( /images/site/left-block-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 39px;
  position: relative;
  width: 200px;
}

.leftnav-block-title p {
  font-size: 16px;
  padding: 10px 0px 0px 10px;
}

.leftnav-block-body, .leftnav-block-cats {
  background-color: #212121;
  border-top: 1px solid #3B3B3B;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 200px;
}

.leftnav-block-cats a {
  color: #f7941e;
  display: block;
  line-height: 18px;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}

.leftnav-block-cats a:hover {
  background-color: #f7941e;
  color: #FFFFFF;
}

.leftnav-block-body-inner {
  margin: 20px 0px 0px 19px;
}

.leftnav-block-bottom {
  background-image: url( /images/site/left-block-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  position: relative;
  width: 200px;
}

#leftnav-email {
  background-image: url( /images/site/button-gray.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 40px;
  margin: 0px 0px 10px 0px;
  width: 200px;
}

#leftnav-email a {
  color: #f7941e;
  display: block;
  font-size: 14px;
  padding: 13px 0px 15px 15px;
  text-decoration: none !important;
}

#leftnav-email a:hover {
  text-decoration: underline !important;
}

#leftnav-facebook {
  margin: 0px 0px 40px 0px;
}

#leftnav-payment {
  text-align: center;
  width: 200px;
}


/* main content */

#main {
  float: left;
  margin: 0px 0px 0px 25px;
  overflow: hidden;
  position: relative;
  width: 715px;
}

#main a {
  color: #f7941e;
  margin: 0px 0px 10px 0px;
  text-decoration: none;
}

#main a:hover {
  text-decoration: underline;
}

#main p {
  color: #D1D1D1;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
}

#main ol {
  color: #D1D1D1;
  line-height: 1.4;
  padding: 0px 5px 10px 0px;
  margin: 0px 0px 0px 35px;
}

#main ol li {
  color: #D1D1D1;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}

#main ul {
  color: #000000;
  list-style-type: none;
  line-height: 1.4;
  padding: 0px 5px 10px 15px;
  position: relative;
}

#main ul li {
  background-image: url( /images/site/bullet.gif );
  background-position: 3px 3px;
  background-repeat: no-repeat;
  color: #D1D1D1;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 0px 0px 17px;
  zoom: 1;
}

#main li a {
  color: #f7941e;
  font-size: 12px;
  text-decoration: none;
}

#main li a:hover {
  text-decoration: underline;
}

#main .redtext {
  color: #FF0000;
  font-size: 12px;
}

#main .redback {
  background-color: #FF0000;
  border: 1px solid #666666;
  color: #FFFFFF;
}


/* boxes */
.widebox {
  background-color: #212121;
  background-image: url( /images/site/widebox-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  width: 715px;
}

.widebox-inner {
  padding: 15px;
}

.widebox-inner2 {
  padding: 20px;
}

.widebox-bottom {
  background-image: url( /images/site/widebox-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 715px;
}

.wideboxalt {
  background-color: #3B3B3B;
  background-image: url( /images/site/wideboxalt-bottom.gif );
  background-position: bottom left;
  background-repeat: no-repeat;
  border-top: 1px solid #666666;
  position: relative;
  width: 715px;
}

.box {
  overflow: hidden;
  position: relative;
  width: 200px;
}

.box-title, .box-title2 {
  background-color: #000000;
  background-image: url( /images/site/box-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 39px;
  position: relative;
  width: 200px;
}

.box-title2 {
  background-image: url( /images/site/box-top2.gif );
}

.box-title p, .box-title2 p {
  font-size: 16px !important;
  padding: 10px 0px 0px 10px;
}

.box-title a, .box-title2 a {
  font-size: 11px;
}

.box-body {
  background-color: #151515;
  border-top: 1px solid #212121;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 200px;
}

.box-bottom, .box-bottom2 {
  background-image: url( /images/site/box-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.box-bottom2 {
  background-image: url( /images/site/box-bottom2.gif );
}

.narbox {
  position: relative;
  width: 163px;
}

.narbox-title, .narbox-title2, .narbox-titlealt {
  background-color: #000000;
  background-image: url( /images/site/narbox-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 163px;
}

.narbox-title2 {
  background-image: url( /images/site/narbox-top2.gif );
}
  
.narbox-titlealt {
  background-image: url( /images/site/narbox-topalt.gif );
  height: 5px;
}
  
.narbox-title p, .narbox-title2 p {
  font-size: 16px !important;
  padding: 10px 0px 0px 10px;
}

.narbox-body, .narbox-list {
  background-color: #151515;
  border-top: 1px solid #212121;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 163px;
}

.narbox-list a {
  color: #FFFFFF !important;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0px !important;
  padding: 0px 10px 0px 10px;
  text-decoration: none !important;
}

.narbox-list a:hover {
  background-color: #7A7A7A !important;
}

.narbox-bottom, .narbox-bottom2 {
  background-image: url( /images/site/narbox-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 163px;
}

.narbox-bottom2 {
  background-image: url( /images/site/narbox-bottom2.gif );
}

.medbox {
  position: relative;
  width: 325px;
}

.medbox-title, .medbox-title2 {
  background-color: #000000;
  background-image: url( /images/site/medbox-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 325px;
}

.medbox-title2 {
  background-image: url( /images/site/medbox-top2.gif );
}

.medbox-title p, .medbox-title2 p {
  font-size: 16px !important;
  padding: 10px 0px 0px 10px;
}

.medbox-title a, .medbox-title2 a {
  font-size: 11px;
}

.medbox-body, .medbox-body2 {
  background-color: #151515;
  border-top: 1px solid #212121;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 325px;
}

.medbox-body2 {
  background-color: #212121;
  border-top: 1px solid #666666;
}

.medbox-bottom, .medbox-bottom2 {
  background-image: url( /images/site/medbox-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 325px;
}

.medbox-bottom2 {
  background-image: url( /images/site/medbox-bottom2.gif );
}


/* table classes */
.table-title {
  background-color: #000000;
  background-image: url( /images/site/table-title.gif );
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #212121;
  height: 39px;
  position: relative;
  width: 675px;
}

.table-top {
  background-color: #000000;
  background-image: url( /images/site/table-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 675px;
}

.table-title p {
  font-size: 16px !important;
  padding: 10px;
}

.table-title a {
  font-size: 11px;
}

.table-body {
  border-collapse: collapse;
  background-color: #151515;
  background-image: url( /images/site/table-bottom.gif );
  background-position: bottom left;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
  width: 675px;
}

.table-heading {
  background-color: #565656;
  clear: both;
  float: left;
  padding: 2px 10px 2px 10px;
  width: 655px;
}

.table-row {
  clear: both;
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0px 10px 0px 10px;
  width: 655px;
}

.table-row2 {
  clear: both;
  float: left;
  width: 675px;
}

.table-cell {
  float: left;
  font-size: 12px;
  padding: 0px 5px 0px 5px;
}

.actions {
  color: #f7941e;
  font-size: 11px;
}

.actions a {
  font-size: 11px;
}


/* front page */

#front-blocks-image {
  background-color: #000000;
  height: 260px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 675px;
}

#front-blocks-opaq {
  background-image: url( /images/site/goal-back.png );
  background-position: top left;
  background-repeat: no-repeat;
  height: 240px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 180px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.front-blocks-box {
  display: none;
  font-size: 12px;
  height: 220px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 160px;
}

.lowtabs {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px;
}

.lowtab {
  float: left;
  height: 35px;
  margin: 0px 1px 0px 0px;
  overflow: hidden;
  position: relative;
  width: 134px;
}

.lowtab a {
  background-color: #212121;
  /*background-image: url( /images/site/lowtabr.gif );*/
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #FFFFFF !important;
  display: block;
  height: 25px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  width: 134px;
}

.lowtab a:hover {
  text-decoration: none !important;
}

#front-banner {
  height: 300px;
  margin: 0px 0px 20px 0px;
  width: 715px;
}


/* copyright */

#copyright {
  background-color: #212121;
  background-image: url( /images/site/copyright-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
  position: relative;
  width: 994px;
}

#copyright-left {
  float: left;
  margin: 20px 0px 0px 0px;
  text-align: center;
  width: 254px;
}

#copyright-right {
  display: inline;
  float: left;
  margin: 0px 0px 0px 25px;
  overflow: hidden;
  width: 715px;
}

#copyright-bottom {
  background-image: url( /images/site/copyright-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  height: 5px;
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 994px;
}

.copyright-block {
  border-left: 1px solid #3B3B3B;
  display: inline;
  float: left;
  font-size: 12px;
  margin: 20px 0px 20px 40px;
  padding: 0px 0px 0px 10px;
}

.copyright-block p {
  margin: 0px 0px 5px 0px;
}

.copyright-block a {
  color: #666666;
  text-decoration: none;
}

.copyright-block a:hover {
  color: #f7941e;
  text-decoration: underline;
}

.copyright-wide {
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 15px 0px;
  width: 675px;
}

.copyright-wide a {
  color: #f7941e;
  text-decoration: none;
}

.copyright-wide a:hover {
  color: #f7941e;
  text-decoration: underline;
}

#mailing {
  background-image: url( /images/site/mailing.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 26px;
  width: 400px;
}

#mailing-inner {
  margin: 0px 0px 0px 10px;
  padding: 5px 0px 0px 0px;
}
