
/**
 * General
 */

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

#content .padding {
  padding-right: 25px;
}

#right {
  float: right;
  margin-top: 16px;
}


/**
 * Design Online
 */

#design-online #subheader {
  width: auto;
  padding-bottom: 0px;
  overflow: hidden;
}

#design-online #subheader .content {
  float: left;
  width: 400px;
  margin-left: 0px;
}

#design-online #subheader #flash {
  float: right;
}

#design-online .wireframe A {
  display: block;
  border-top: 1px solid #ececef;
  font-size: 10px;
  line-height: 22px;
}


/**
 * Choices
 */

#choices #content {
  width: 490px;
}

#choices #content #flash {
  text-align: right;
}
 
#choices #right {
  width: 490px;
} 

#choices #right #contentbox .padding {
  padding: 10px;
} 

#choices #right A.choice {
  display: block;
  width: auto;
  height: 87px;
  border: 1px solid #cccccc;
  background: url('/images/bgs/choices_gradient.jpg') repeat-x;
  text-decoration: none;
}

#choices #right A.choice:hover {
  border: 1px solid #cc0000;
  color: #333333;
}

#choices #right A.choice SPAN.description {
  display: block;
  background-position: 7px 7px;
  background-repeat: no-repeat;
  padding: 10px 0px 10px 206px;
}

#choices #right A.choice SPAN.description IMG {
  margin-top: 5px;
}

#choices #right .partition {
  width: auto;
  height: 10px;
}


/**
 * Color Design Studio
 */
 
#color-design-studio #content {
  width: 400px;
}
 
#color-design-studio #content .padding {
  background: url('/images/bgs/swatches_bg.jpg') 218px 190px no-repeat;
}

#color-design-studio #right {
  width: 580px;
}

#color-design-studio #contentbox .padding {
  padding: 16px;
}


/**
 * Financing
 */

#financing #subheader {
  width: auto;
  height: 131px;
  padding-bottom: 0px;
  overflow: hidden;
}

#financing #subheader .content {
  float: left;
  width: 490px;
  margin-left: 0px;
}

#financing #subheader #flash {
  float: right;
  width: 480px;
  height: 130px;
  overflow: hidden;
}


/**
 * Pools
 */
 
#pools #content {
  width: 280px; 
}

#pools #right {
  width: 700px;
}

#pools #right TABLE.wireframe {
  height: 600px;
}


/**
 * Landscaping
 */

#landscaping #subheader {
  width: auto;
  height: 131px;
  padding-bottom: 0px;
  overflow: hidden;
}

#landscaping #subheader .content {
  float: left;
  width: 490px;
  margin-left: 0px;
}

#landscaping #subheader #flash {
  float: right;
  width: 480px;
  height: 130px;
  overflow: hidden;
}


/**
 * Custom Change Policy
 */

#custom-change-policy #content {
  width: 680px;
}

#custom-change-policy #quotation {
  position: relative;
  width: 460px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Georgia,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#custom-change-policy #quotation .quote-left {
  position: absolute;
  top: 0px;
  left: -45px;
  z-index: 200;
}

#custom-change-policy #quotation .quote-right {
  position: absolute;
  bottom: 60px;
  right: -25px;
  z-index: 200;
}

#custom-change-policy #endorsement,
#custom-change-policy #endorsement B,
#custom-change-policy #endorsement STRONG {
  color:#0068a6; 
}

#custom-change-policy #right {
  width: 290px;
  margin-top: 50px;
}


/**
 * Glossary
 */

.letters {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    height: 36px;
    
}

.letters a {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 0;
    width: 36px;
    height: 28px;

    background: #FFF url('../images/resources/glossary/letter_inactive.gif') top left no-repeat; 
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding-top: 8px;
    outline: none;
    
    cursor: pointer;
}

.letters a.disabled,
.letters a.disabled:hover {
    background: #FFF;
    color: #d4d4d4;
    cursor: default;
}

.letters a.active,
.letters a.active:hover {
    background: #FFF url('../images/resources/glossary/letter_active.gif') top left no-repeat; 
    color: #FFF;
}

.letters a:hover {
    color: #CC0000;
}


/**
 * Glossary
 */

.glossary {
  clear: both;
  border: 1px solid #dddcdb;
  height: auto !important;
  min-height: 298px;
  height: 298px; 
  margin: 0;
  padding: 10px 10px 10px 25px;
  position: relative;
  background: #ffffff url('../images/bgs/choices/glossary_bg.jpg') bottom right no-repeat;
}

.glossary dl {
  width: 230px;
  height: 230px;
  overflow-y: auto;
}

.glossary dt {
  display: none;
  padding: 3px 4px;
  border-bottom: 1px solid #dddcdb;
  width: 200px;
}

.glossary dt a {
  text-decoration: none;
  color: #000;
  display: block;
  padding-left: 15px;
  background: #FFF url('../images/resources/glossary/arrow_inactive.gif') left -3px  no-repeat;
  cursor: pointer;
}

.glossary dt a:hover,
.glossary dt a.active {
  background: #FFF url('../images/resources/glossary/arrow_active.gif') left -3px  no-repeat;
}

.glossary dt a.active {
  color: #CC0000;
  outline: none;
}

.glossary dd {
  position: absolute;
  top: 18px;
  left: 270px;
  display: none;
  margin: 0;
  width: 330px;
}

.glossary dd strong {
  background: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.glossary .currentTerm {
  position: absolute;
  left: -1270px;
  color: #cc0000;
  background: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 4px;
}

.glossary .currentLetter {
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: #cc0000;
  background: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  padding-left: 10px;
}

.glossary #previousTerm {
  position: absolute;
  top: 280px;
  left: 400px;
  cursor: pointer;
}

.glossary #nextTerm {
  position: absolute;
  top: 280px;
  left: 476px;
  cursor: pointer;
}
