@import url(/stylesheets/forms.css);

/* Simple Resets
 * ----------------------------------------------------------------*/
body, p, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {padding: 0;margin: 0;}
a img {border: none;}
ul {list-style: none;}

/* Standard Styles
 * ----------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  background: #fff url(../images/body_bg.png) repeat-x;
  height:100%;
  font: normal 12px/1.5em Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 24px;
  color: #1f1b1c;
}

h2 {
  color: #222006;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

a {
  color: #0d7c99;
  text-decoration: none;
}
a:hover { text-decoration: underline; }

p {
  margin: .4em 0 .6em;
  clear: left;
}

small {
  font-size: 11px;
}
  h1 small { font-size: .75em; }

ol {
  margin: .5em 0;
  padding: 0 0 0 2em;
}
aside ol {
  list-style: none;
}

/* Structural
 * ----------------------------------------------------------------*/
#container {
  background: url(../images/footer_gradient.png) repeat-x bottom;
}
#wrapper {
  width:990px;
  margin: 0 auto;
  background: url(../images/content_header.png) no-repeat;
  padding-top: 30px;
  min-height: 300px;
}
#content-wrapper {
  margin-left: 35px;
  margin-top: 15px;
  margin-right: 35px;
  overflow:hidden;
}
  #content-wrapper aside {
    height: 100%;
  }
#content {
  float: left;
  width: 525px;
  color: #605f51;
  padding-bottom: 20px;
}

/* Contextual Styles
 * ----------------------------------------------------------------*/
section {
  display: block;
  clear:both;
  margin: 1em auto;
}
section:first-child { margin-top: 0; }

section.column {
  float: left;
  width: 45%;
  padding-right: 5%;
  clear:none;
}

section h1 {
  color: #222006;
  font-size: 18px;
}

section section h1, h2 {
  font-size: 14px;
}

aside {
  color: #605F51;
  font: 12px Helvetica,Arial,sans-serif;
  display: block;
  width: 310px;
  overflow: hidden;
  margin-left: 570px;
  padding-left: 35px;
}
  aside label {
    font-size: 12px;
    font-weight: bold;
  }

/* Specific Styles
 * ----------------------------------------------------------------*/

    /* Companies List
     * ----------------------------------------------------------------*/
    ul.companies {
      margin: 1em 0;
      padding: 0;
      list-style: none;
    }
      .companies li {
        position: relative;
        padding: 0 0 1em 45px;
        margin-bottom: 1em;
        border-bottom: 1px solid #D7D7CF;
        overflow: hidden;
      }
      .companies .org, .companies .logo, .companies .url, .companies .street-address, .companies .tel { display: block; }

      .companies .logo {
        border: 1px solid #b7b7b7;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
      }
      .companies .org {
        width: 45%;
        float: left;
        font-size: 16px;
        line-height: 40px;
      }
      .companies .owes, .companies .owed {
        width: 20%;
        float: left;
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #231F20;
      }
        .companies .owes span, .companies .owed span {
          font-weight: bold;
          margin-left: .1em;
        }
        .companies .owes span { color: #b2112e; }
        .companies .owed span { color: #579e21; }
      
      .companies .adr, .companies .contact {
        float: left;
        width: 35%;
        padding-right: 10%;
      }
      .companies .adr, .companies .note { clear: both; }
      .companies .note {
        padding: .5em 0;
      }
      .companies .actions {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 40px;
      }
        .companies .actions a { margin: 0 .25em; }
      
    /* Company
     * ----------------------------------------------------------------*/
    #company {
      border-bottom: 5px solid #222006;
      margin-top: 0;
      margin-bottom: 20px;
      height: 125px;
    }
      #company #logo {
         border: 1px solid #b7b7b7;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
      }
      #company .small {
        font-size: 11px;
      }
      #company h1 {
        font-size: 14px;
        color: #222006;
        font-weight: bold;
        margin-bottom: 3px;
      }
      #company h2 {
        font-size: 12px;
        color: #222006;
        font-weight: bold;
        margin-bottom: 3px;
      }
      #company img {
        float: left;
      }
      #company #info {
        margin-left: 25px;
        float: left;
        line-height: 1.2em;
        max-width: 200px;
      }
      #company #map-link {
        display: block;
      }
      #company #description {
        padding-left: 60px;
        float: left;
        overflow: hidden;
        width: 250px;
      }
        #company #description p {
          word-spacing: 1px;
          line-height: 16px;
        }
      
    /* Aggregated Info
     * ----------------------------------------------------------------*/
    #aggregate-info {
      margin-bottom: 40px;
    }
      #aggregate-info div {
        float: left;
        margin-right: 1px;
      }
      #aggregate-info h1 {
        font-weight: bold;
        font-size: 12px;
      }
      #aggregate-info #owes {
        height: 80px;
        width: 265px;
        background: url(../images/owes_bg.png) repeat-x 0 100%;
        color: #231f20;
        font-size: 30px;
      }
        #aggregate-info #owes h1 {
          color: #b2112e;
          padding-left: 20px;
        }
        #aggregate-info #owes p {
          padding-top: 10px;
          padding-left: 20px;
        }
        #aggregate-info #owes span {
          margin-left: 5px;
          color: #cc0c2f; 
        }
      #aggregate-info #owed {
        height: 80px;
        width: 265px;
        background: url(../images/owed_bg.png) repeat-x 0 100%;
        color: #231f20;
        font-size: 30px;
      }
        #aggregate-info #owed h1 {
          color: #579e21;
          padding-left: 20px;
        }
        #aggregate-info #owed p {
          padding-top: 10px;
          padding-left: 20px;
        }
        #aggregate-info #owed span {
          margin-left: 5px;
          color: #579e21; 
        }
      #aggregate-info #overall-rating {
        height: 80px;
        width: 90px;
        background: url(../images/rating_bg.png) repeat-x 0 100%;
        text-align: center;
      }
        #aggregate-info #overall-rating img {
          display: block;
          margin: 4px auto;
        }
        #aggregate-info #overall-rating span {
          font-size: 10px;
          color: #262323;
          display: block;
        }
        #aggregate-info #overall-rating a {
          font-size: 10px;
        }
        #aggregate-info:after {
          content: "."; 
          display: block; 
          height: 0; 
          clear: both; 
          visibility: hidden;
        }
        #aggregate-info {display: inline-block;}
        /* Hides from IE-mac \*/
        * html #aggregate-info {height: 1%;}
        #aggregate-info {display: block;}
        /* End hide from IE-mac */
        
    /* Claim Process
     * ----------------------------------------------------------------*/
    ol#dispute-steps {
      overflow: hidden;
      position: relative;
      padding: 0 0 1em 0;
      list-style-position: inside;
    }
      #dispute-steps li {
        float: left;
        width: 29%;
        padding-right: 4%;
        font-size: 1.3em;
        text-transform: ;
      }
      #dispute-steps li.active {
        color: #579e21;
      }
      
    /* Disputes
     * ----------------------------------------------------------------*/
    #disputes {
      margin-bottom: 50px;
    }
    #disputes h1 {
      font-size: 18px;
      font-weight: bold;
      color: #1f1b1c;
      float: left;
      margin-bottom: 12px;
      padding-left: 20px;
    }
    #disputes h1 span {
      color: #cc0c2f;
    }
    #disputes #bills {
      margin-left: 10px;
      margin-top: -9px;
    }
    .dispute, #disputes p.placeholder {
      clear:both;
      background: #f8f8f4 url(../images/dispute_gradient.png) repeat-x 0 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      margin-bottom: 3px;
      padding: 0 20px 0 0;
    }
    #disputes p.placeholder {
      padding: 15px 12px 15px 20px;
      clear:both;
      margin-bottom: 8px;
    }
    .dispute .dispute-header {
      height: 45px;
      background: url(../images/plus.png) no-repeat 10px 17px;
    }
    .dispute .dispute-header.active {
      background: url(../images/minus.png) no-repeat 10px 20px;
    }
    .dispute .company-info {
      border-right: 1px solid #d7d7cf;
      float: left;
      width: 410px;
      height: 30px;
      padding-top: 15px;
      padding-left: 30px;
    }
    .dispute .company-logo-small {
      padding-right: 8px;
      float: right;
      margin-top: -10px;
    }
    .dispute .details {
      color: #c3c0aa;
      padding-right: 8px;
      float: right;
    }
    .dispute .amount {
      border-left: 1px solid #f7f7f3;
      color: #cc0c2f;
      font-size: 14px;
      font-weight: bold;
      float: left;
      height: 30px;
      padding-top: 15px;
    }
    .dispute .amount span {
      margin-left: 80px;
    }
    .dispute .company-info h1 {
      margin-bottom: 0 !important;
      padding-left: 0 !important;
      font-size: 14px !important;
      font-weight: bold;
    }
    .dispute .dispute-content {
      padding-left: 30px;
      padding-bottom: 15px;
    }
    .dispute h2 {
      font-size: 12px;
      font-weight: bold;
      color: #222006;
      margin-bottom: 3px;
      margin-top: 25px;
    }
    .dispute .dispute-content h2:first-child {
      margin-top: 10px !important;
    }
    .dispute p {
      color: #605f51;
    }
    .dispute ul.contact-attempts li {
      display: inline-block;
      margin-right: 25px;
      padding-left: 20px;
      background: transparent url(/images/icon_email_closed.gif) no-repeat 0% 0%;
    }
    .dispute .contact-attempts li.phone { background-image: url(/images/icon_phone.gif); }
    .dispute .contact-attempts li.letter { background-image: url(/images/icon_letter.gif); }

    .dispute .contact-attempts li:first-word {}
    #comments p {
      margin: 0;
    }
    .comment {
      background: #efefe6;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      margin-bottom: 5px;
      padding: 5px 10px;
    }
    .comment .byline {
      font-size: 10px;
    }

    /* Reviews
     * ----------------------------------------------------------------*/
    #reviews h1 {
      font-size: 18px;
      font-weight: bold;
      color: #1f1b1c;
      padding-left: 20px;
      float: left;
      padding-bottom: 15px;
    }
    #review-bubble {
      float: left;
      margin-left: 10px;
      margin-top: -6px;
    }
    .write-review {
      background: url(../images/write_review.png) no-repeat 0 0;
      float: right;
      height: 24px;
      padding-right: 20px;
    }
    .write-review a {
      color: #579e21;
      font-weight: bold;
      padding-left: 35px;
      display: block;
      padding-top: 5px;
    }
    .review, #reviews p.placeholder {
      background: #efefe6;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      padding: 15px 12px 15px 20px;
      clear:both;
      margin-bottom: 8px;
    }
    .review-rating {
      float: left;
    }
    .review-content {
     margin-left: 100px;
    }
    .review-content h1 {
      font-weight: bold;
      font-size: 12px !important;
      color: #222006;
      padding-left: 0 !important;
      float: none !important;
      background: none !important;
      margin-bottom: 3px !important;
    }
    .review-content p {
      color: #605f51;
    }
    .review aside {
      font-size: 10px;
      color: #73715e;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    
/* Misc (To-Sort)
 * ----------------------------------------------------------------*/
.blur {
  color: #74736d;
  font-size: 12px;
}

a.more {
  padding-left: 15px;
  color: #c3c0aa;
  text-transform: capitalize;
  background: url(../images/plus.png) no-repeat 0% 50%;
}
a.more.active {
  background: url(../images/minus.png) no-repeat 0% 50%;
}

#user h1 {
  font-size: 18px;
  font-weight: bold;
  color: #222006;
}
#user section {
  margin-top: 20px;
}
#user section h1 {
  font-size: 14px;
  font-weight: bold;
  color: #222006;
  margin-bottom: 3px;
}

aside section {
  margin-top: 0;
  padding-bottom: 12px;
  background: url(../images/sidebar_hr.png) no-repeat bottom left;
}

table {
  border-collapse: collapse;
  width: 100%;
}
thead {
  background: #efefe6;
  font-weight: bold;
  color: #222006;
}
td {
  padding: 5px 0px;
}

/* Buttons
 * ----------------------------------------------------------------*/
#new-claim-button {
  background: url(../images/claim_link.png) no-repeat 0 -34px;
  display: block;
  height: 26px;
  width: 211px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 15px;
}
#new-claim-button:hover {
  background: url(../images/claim_link.png) no-repeat 0 0;
  text-decoration: none;
}

a.big-button {
  display: block;
  width: 160px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  margin: .5em auto;
  padding: 0 30px 0 20px;
  background: transparent url(../images/claim_link.png) no-repeat 0% 100%;
}
a.big-button:hover {
  background-position: 0% 0%;
  text-decoration: none;
}

/* Masthead
 * ----------------------------------------------------------------*/
#head {
  width: 990px;
  margin: 0 auto;
  overflow:hidden;
}

header {
  display: block;
  float: left;
  height: 67px;
  margin-bottom: 15px;
  margin-left: 35px;
}
  header h1 {
    text-indent: -9999px;
    background: url(../images/pc_logo.png) no-repeat;
    height: 67px;
    width: 361px;
  }
    header h1 a {
      display:block;
      height: 67px;
      width: 361px;
    }

nav {
  display: block;
  margin-left: 570px;
  padding-top: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #222006;
  text-shadow: #fff 1px 1px 0;
}
  nav ul li {
    height: 43px;
    float: left;
    margin-right: 10px;
    background: transparent url(../images/vertical_pipe.png) no-repeat 0 100%;
  }
  nav ul li:first-child { background: none; }
  nav a {
    color: #222006;
    margin-left: 10px;
    display: block;
    margin-top: 8px;
    padding: 5px 10px;
  }
  nav a:hover {
    color: #4a891a;
    text-decoration: none;
    background: #f9f8f6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px;
  }
  nav ul li a.active {
    text-decoration: none;
    background: #f9f8f6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px;
  }
  nav .last {
    margin-right: 0;
    padding-right: 0;
  }

/* Navigation
 * ----------------------------------------------------------------*/
#account-nav {
  width: 990px;
  margin: 0 auto;
  overflow:hidden;
}
#account-links {
  margin-top: 20px;
  margin-right: 60px;
  line-height: 14px;
  float:right;
}
  #account-links a { margin: 0 2px; }
  
/* Breadcrumbs
 * ----------------------------------------------------------------*/

/*.breadcrumbs {
  margin: -10px 0 10px;
  overflow: hidden;
}
  .breadcrumbs li {
    float: left;
    padding: 0 15px 0;
    list-style-type: none;
  }
    .breadcrumbs li.last {
      background-image: none;
    }*/
  
/* Footer
 * ----------------------------------------------------------------*/
footer {
  width: 926px;
  margin: 0 auto;
  overflow:hidden;
  display: block;
  clear: both;
  font-size: 11px;
  color: #7d7a66;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
  footer a {
    color: #7d7a66;
  }
  footer a:hover {
    color: #298824;
  }
  footer ul {
    display: inline;
    list-style: none;
  }
  footer ul li {
    display: inline;
    margin-right: 13px;
  }
  footer ul .first {
    margin-left: 15px;
  }
  footer span {
    margin-top: 10px;
    color: #b5b2a0;
    display: block;
  }
  footer .highlight {
    color: #b5b2a0;
    margin: 0;
    display: inline;
  }