/****** FIREFOX PERSISTANT SCROLLBAR ******/

:root {
  overflow-y: scroll;
}


/****** HTML TAGS ******/

A, A:link, A:active, A:visited, A:hover {
  color: #996600;
  text-decoration: underline;
}

BODY {
  margin: 0px;
  background-color: #000000;
  text-align: center;
}

BODY, TD, TH, P {
  color: #666666;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

B {
  color: #996600;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  color: #996600;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

HR {
  height: 1px;
  border: 0px none;
  border-top: 1px solid #e5e5e5;
}

IMG {
  border: none;
}

P {
  margin-top: 16px;
  margin-bottom: 16px;
}

TH {
  text-align: left;
}


/****** IDENTITIES ******/

#wrapper {
  position: relative;
  width: 980px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#header {
  height: 120px;
  background: #000000 url('../images/bgs/texture.jpg') no-repeat;
}

#headerimage {
  background: #000000;
}

#container {
  padding: 15px 5px;
  background: #ffffff;
}

#content {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #ffffff;
  background: url('../images/bgs/content.jpg') top repeat-x;
}

#subpage {
  float: left;
  width: 583px;
  background-color: #ffffff;
}

#icon {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}


/****** LOGO ******/

#logo {
  float: left;
  width: 170px;
  height: 120px;
}


/****** ASK A QUESTION ******/

#question {
  float: right;
  margin: 10px 0px;
  color: #999999;
  line-height: normal;
}

#question A {
  color: #999999;
}

#question A:hover {
  color: #ffffff;
}


/****** USER INFO / LINKS ******/

#userinfo {
  position: absolute;
  width: 400px;
  top: 62px;
  left: 172px;
  color: #999999;
  z-index: 2;
}

#userinfo B {
  color: #ffffff;
}

#userinfo A {
  color: #999999;
}

#userinfo A:hover {
  color: #ffffff;
}

#userinfo A.white {
  color: #ffffff;
  font-weight: bold;
}


/****** LAYOUT TABLES ******/

TABLE.layout {
  width: 100%;
  clear: both;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  border-collapse: separate;
  background-color: #242424 ;
}

TABLE#content {
  height: 400px;
}


/****** GRID TABLE ******/

TABLE.grid {
  clear: both;
  border-collapse: separate;
  margin-top: -10px;
}

TABLE.grid TD {
  width: 130px;
  background: #f7f7f7;
}

TABLE.grid P {
  margin: 8px 10px;
}

TABLE.grid DIV.hilite {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 4px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  text-align: center;
  min-height: 120px;
}


/****** PRIMARY NAVIGATION TABS ******/

#tabs {
  position: absolute;
  left: 170px;
  top: 89px;
  line-height: normal;
  font-weight: bold;
  z-index: 2;
}

#tabs UL {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#tabs LI {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#tabs A {
  float: left;
  margin: 0px;
  padding-left: 16px;
  background: url('../images/bgs/tab.gif') no-repeat left top;
  text-decoration: none;
  cursor: pointer; cursor: hand;
}

#tabs A SPAN {
  float: left;
  display: block;
  padding-right: 16px;
  background: url('../images/bgs/tab_right.gif') no-repeat right top;
  color: #999999;
  line-height: 31px;
}

#tabs A:hover SPAN {
  color: #ffffff;
}

#tabs A.active, #tabs A.active:hover {
  background: url('../images/bgs/tab_over.gif') no-repeat left top;
  color: #333333;
}

#tabs A.active SPAN, #tabs A.active:hover SPAN {
  background: url('../images/bgs/tab_over_right.gif') no-repeat right top;
  color: #333333;
}


/****** SUBNAV ******/

#subnav {
  width: auto;
  color: #333333;
}

#subnav UL {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
  
#subnav LI {
  margin: 0px;
  padding: 0px;
}

#subnav LI A {
  display: block;
  width: 167px;
  padding: 2px 0px 2px 24px;
  background: #ffffff url('../images/bgs/subnav_arrow.gif') 15px no-repeat;
  text-decoration: underline;
  white-space: nowrap;
}

#subnav LI A.active, #subnav LI A.active:hover {
  background: #000000 url('../images/bgs/subnav_arrow_active.gif') 15px no-repeat;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#subnav LI A:hover {
  background-color: #f7f7f7;
}

html>body #subnav LI A {
   width: auto;
}


/****** HOME ******/

#home_left {
  float: left;
  width: 580px;  
}

#home_right {
  float: right;
  width: 387px;
  border-left: 1px solid #ffffff;
  background: url('../images/bgs/right.jpg') top left no-repeat;
}

#home_login, #entercontest {
  border: 1px solid #e5e5e5;
  background: url('../images/bgs/login.jpg') bottom left repeat-x;
  padding: 12px;
  text-align: center;
}

#icontable {
  margin-top: -10px;
  
}

#icontable P {
  margin-top: 0px;
}

#icontable STRONG {
  font-size: 12px;
}


/****** DASHBOARD ******/

#dashboard {
  float: left;
  width: 775px;  
}


/****** CALL TO ACTION ******/

#cta {
  float: right;
  width: 192px;
  border-left: 1px solid #ffffff;
  background: url('../images/bgs/right.jpg') top left no-repeat;
}

#cta H1 {
  font-size: 13px;
  margin: 8px 0px;
}

#cta P {
  margin: 12px 0px;
}

#cta_padding {
  padding: 0px 5px 5px 5px;
}

.cta_header {
  margin-top: 5px;
  padding: 0px 11px;
  background: #333333 url('../images/bgs/cta_header.gif') no-repeat;
  color: #cccccc;
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
}

.cta_header A, .cta_header A:link, .cta_header A:active, .cta_header A:visited, .cta_header A:hover {
  display: block;
  float: right;
  color: #cccccc;
  font-weight: normal;
}

.cta_content {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 0px 15px;
}


/****** CORNERS ******/

#corners_top {
  background: #ffffff url('../images/corners/top_right.gif') top right no-repeat;
}

#corners_bottom {
  background: #ffffff url('../images/corners/bottom_right.gif') top right no-repeat;
}


/****** FOOTER ******/

#footer {
  width: 980px;
  height: 50px;
  color: #666666;
  font-size: 10px;
}

#copyright {
  float: left;
  margin: 5px;
  white-space: nowrap;
}

#copyright A {
  color: #ffffff;
}

#customerservice {
  float: right;
  margin: 5px;
  white-space: nowrap;
}

#phone {
  color: #ffffff;
}


/****** CLASSES ******/

.padding {
  padding: 8px 16px;
}

.clear {
  clear: both;
}

.error {
  color: #990000;
}

.bullet {
  background: url('../images/bullet.gif') 0px 4px no-repeat;
  padding-left: 18px;
  line-height: 20px;
}

P.bullet {
  margin: 0px;
}

.userinput {
  width: 300px;
}

.rule {
  margin: 4px 0px;
  border-bottom: 1px solid #e5e5e5;
}

