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

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

BODY {
  background-color: #003366;
  margin: 0;
  padding: 0;
  text-align: center;
}

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

FORM {
  margin: 0;
}

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 #003366;
}

IMG {
  border: none;
}

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

STRONG, B {
  color: #003366;
}

TH {
  text-align: left;
}


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

#wrapper {
  position: relative;
  margin: 0px auto;
  border: 1px solid #002326;
  background: #efefe2 url('../images/bgs/shade.gif') 0px 84px repeat-x;
  padding: 0;
  text-align: left;
}

#logo {
  position: absolute;
  width: 114px;
  height: 104px;
  z-index: 10;
}

#header {
  height: 84px;
  background: #122b47 url('../images/bgs/header.jpg') no-repeat;
}

#seasondreams {
  float: left;
  width: 280px;
  height: 79px;
  padding-left: 114px;
}

#utility {
  float: right;
  padding: 15px 25px;
  color: #b5def3;
}

#utility A, #utility A:link, #utility A:active, #utility A:visited {
  color: #b5def3;
}

#utility A:hover {
  color: #fff;
}


/**
 * Navigation
 */

#nav {
  float: left;

  position: relative;
  left: 114px;
  z-index: 5;

  font-size: 11px;
  font-weight: bold;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
}

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

#nav ul li {
  float: left;
  border-right: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  background: #b7b7aa url('../images/bgs/tab.gif') bottom left repeat-x;
  border-top: 4px solid #b5def3;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  padding: 0px 16px;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #b51010;
}

#nav ul li a.active {
  color: #fff;
  border-top: 4px solid #fff;
  background: #b7b7aa url('../images/bgs/tab_over.gif') bottom left repeat-x;
}


/**
 * Nav > Menus
 */

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

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

#nav ul li:hover > ul li {
  float: none;
  width: auto;
  height: auto;
  border: none;
  border-top: 1px solid #fff;
}

#nav ul li:hover > ul li a {
  background: #bdbdb0;
  border: none;
}

#nav ul li:hover > ul li a:hover {
  color: #b51010;
}


#titlebar {
  height: 75px;
  border-right: 1px solid #999966;
  border-bottom: 1px solid #999966;
  background: #cccc99 url('../images/bgs/titlebar.gif') top left repeat-x;
  text-align: right;
}

#title {
  float: left;
  padding-top: 35px;
  padding-left: 55px;
}

#breadcrumbs {
  float: right;
  padding-top: 49px;
  padding-right: 20px;
}

#content {
  padding: 0px 55px;
}

#left {
  float: left;
  width: 800px;
}

#right {
  float: right;
  width: 182px;
}


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

.cta {
  margin: 18px 0;
  border: 1px solid #b5def3;
  border-top: 5px solid #b5def3;
  background: #fff;
}

.cta_content, .cta_content_blue {
  color: #000000;
  line-height: 12px;
  padding: 0px 15px;
}

.cta_content A, .cta_content_blue A {
  color: #003366;
  font-weight: bold;
  text-decoration: underline;
}

.cta_content_blue P {
  color: #003366;
}

.cta_image {
  float: left;
  margin: 16px 10px;
}


#makeyourtree {
  margin: 18px 0;
  border: 1px solid #b5def3;
  border-top: 5px solid #b5def3;
  background-color: #cce8f4;
}

#makeyourtree P {
  margin: 8px 15px;
  color: #003366;
}

#makeyourtree A {
  color: #a72122;
  font-weight: normal;
}


#buyersclub TABLE {
  margin-left: -2px;
}

#buyersclub INPUT {
  color: #666666;
}


/****** HOME TABLE ******/

TABLE.hometable {
  width: 795px;
  margin-bottom: 18px;
  border-collapse: collapse;
}

TABLE.hometable TD {
  border: 1px solid #fff;
  padding: 0;
}


/****** CATEGORY TABLE ******/

TABLE.categorytable {
  width: 755px;
  margin-bottom: 18px;
  border-collapse: collapse;
}

TABLE.categorytable TD P {
  margin-left: 16px;
  margin-right: 16px;
}


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

#footer {
  clear: both;
  height: auto !important;
  height: 83px;
  min-height: 83px;
  background: #000B1F url('../images/bgs/footer.jpg') bottom left no-repeat;
  color: #fff;
}

#footer_links {
  float: left;
  padding: 20px 50px;
  white-space: nowrap;
}

#footer_links A, #footer_links A:link, #footer_links A:active, #footer_links A:visited {
  color: #9cdbff;
}

#footer_links A:hover {
  color: #fff;
}

#copyright {
  float: right;
  padding: 20px 25px;
  text-align: right;
  white-space: nowrap;
}

#copyright SPAN {
  color: #9cdbff;
}


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

.padding {
  padding: 8px 16px;
}

.indent {
  margin-left: 55px;
}

.clear {
  clear: both;
}


/****** HOME ADDITIONS ******/

table.hometable {
  border-collapse: collapse;
  border-top: 5px solid #003366;
}

table.hometable td {
  width: 266px;
}
 
table.hometable h3 {
  font-family: times, serif;
  font-size: 24px;
  font-weight: normal;
  padding-top: 6px;
  padding-left: 10px;
}

table.hometable h3 a {
  color: #a8211d;
  text-decoration: none;
}

table.hometable p {
  margin-left: 100px;
  padding: 0 15px;
}


#home_content {
  height: 150px;
  background: #fff;
  margin: 0;
  padding: 0px 25px;
}

.home_div_header {
  float: left;
  width: 305px;
  margin-top: 14px;
  padding: 0;
}

.home_div_content {
  float: right;
  width: 420px;
  color: #a7211c;
  font-size: 11px;
  line-height: 14px;
  padding: 0;
}

.home_div_content A {
  font-weight: bold;
}

.home_div_content P {
  margin: 12px 0;
}

#home_buttons {
  width: auto;
  height: 34px;
  background: #fff;
  margin-bottom: 15px;
}

#home_buttons UL {
  margin: 0;
  padding: 0;
}

#home_buttons UL LI {
  display: inline;
  margin: 0;
  padding: 0;
}

#home_buttons UL LI A {
  float: left;
}
