/*********************************************************
*
*   File: Global Stylesheet
*   Author: Craig Nelson / Classic Labs
*
*/

  /* general */
  body {
    margin: 20px 0 0;
    color: #323232;
    font-family: verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: #EDE2D1 url(/images/background.jpg) repeat-x 0 0;
  }
  a:link,
  a:visited,
  a:active {
    color: #02f;
    text-decoration: none;
  }
  a:hover,
  a.active { text-decoration: underline; }
  img { border: none; }
  img.icon { vertical-align: middle; }
  ul { list-style: none; }
  h1, h2 { line-height: 28px; }
  h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div.separator { margin: 20px 0; }
  h1,
  h2 { font-size: 22px; }
  h3 {
    font-size: 18px;
    text-transform: uppercase;
  }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }
  h6 { font-size: 12px; }
  h1,
  #search { font-family: "Arial Narrow", arial, sans-serif; }
  h1 {
    margin: 0 0 10px;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    background: #634836;
  }
  .pane h1 { padding: 0; }
  .blue { color: #02f; }
  div.separator {
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px dotted #ccc;
  }
  .pane {
    padding: 15px;
    background: #E7D8C2;
  }
  .pane.med { background: #D1C2AD; }
  .pane.dark {
    color: #fff;
    background: #634836;
  }
  p.ad-notice {
    margin: 10px 0;
    text-align: right;
  }
  .pane h1, .pane h2, .pane h3, .pane h4, .pane h5, .pane p { margin-top: 0; }
  .pane h1.last, .pane h2.last, .pane h3.last, .pane h4.last, .pane h5.last, .pane p.last { margin-bottom: 0; }
  p.add {
    color: #444;
    font-style: italic;
  }
  p.add span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
  }
    p.add span a {
      color: #252525;
      font-weight: bold;
      text-decoration: underline;
    }
  /* --general */
  
  /* ads */
  .ad {
    font-size: 0;
    line-height: 0;
  }
    .ad.med-rect {}
  /* --ads */

  /* nav */
  #nav {
    margin: 24px 0 30px;
    padding: 0;
    font-family: "lucida Sans", arial, sans-serif;
    overflow: hidden;
  }
    #nav li {
      float: right;
      padding: 4px 12px;
      font-size: 12px;
      text-transform: uppercase;
    }
    #nav li.flush { padding-right: 0; }
    #nav li#home {
      float: left;
      padding: 4px 0;
    }
    #nav li.active,
    #nav li#home.active { padding: 4px 12px; }
    #nav li.active { background: #f5f5f5; }
    #nav li.break { clear: right; }
      #nav li a { color: #fff; }
      #nav li.active a { color: #000; }
  /* --nav */
  
  /* header */
  #header {
    margin-bottom: 30px;
    color: #fff;
    overflow: hidden;
  }
    #header #logo { float: left; }
    #header p {
      float: right;
      margin: 0;
      width: 500px;
      font-size: 14px;
      font-weight: normal;
      text-align: right;
    }
  /* --header */

  #container {
    margin: 0 auto;
    width: 855px;
  }
    #content {
      position: static;
      padding: 10px 10px 0;
      background: #EDE2D1;
    }
      #content-left {
        float: left;
        width: 525px;
      }
        /* slideshow */
        #slideshow {
          position: relative;
          height: 340px;
          overflow: hidden;
        }
          /* photo masking
          *******************************************/
            #slideshow-mask {
              position: absolute;
              display: block;
              top: 0; /* should set pixle value (ex: 2px) if we are using a div with padding to achieve a border around the image */
              left: 0; /* should set pixle value (ex: 2px) if we are using a div with padding to achieve a border around the image */
              width: 525px; /* for IE if we are using a div with padding to achieve a border around the image */
              height: 100%;
              border: none;
            }
          /* photo masking */
          #slideshow .slide {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 340px;
            width: 525px; /* for opera */
            overflow: hidden; /* for opera */
          }
            #slideshow .slide img { display: block; }
            #slideshow .slide .caption {
              position: absolute;
              right: 0px;
              bottom: 0px;
              margin: 0;
              padding: 10px 20px 2px;
              width: 485px;
              color: #fff;
              font-size: 18px;
              line-height: 22px;
              text-align: right;
              background: url(/images/slide-caption-bk.png) repeat 0 0;
            }
            #slideshow .location {
              display: block;
              margin: 5px 0 7px;
              font-size: 12px;
              text-align: right;
            }
        /* --slideshow */
        /* contact form */
        #errors-container {
          margin-top: 10px;
          padding: 10px;
          border: 1px solid #c00;
          background: #fff;
        }
          ul#errors {
            color: #c00;
            list-style: disc;
          }
        #contact-form {
          margin-top: 10px;
          background: #D3C3A9;
        }
          #contact-form fieldset {
            margin: 0;
            padding: 10px;
            border: none;
          }
            legend {
              margin-top: 10px;
              font-weight: bold;
            }
            label {
              display: block;
              float: left;
              margin-right: 15px;
              text-align: right;
              width: 100px;
            }
              input, textarea {
                margin-bottom: 5px;
                color: #555;
                font-size: 11px;
              }
              #contact-submit-btn { margin-left: 114px; }
              .error-message,
              .error-field {
                color: #c00;
                font-weight: bold;
              }
        /* --contact form */
      #content-right {
        float: right;
        width: 300px;
      }
      #content-right .pane,
      #search { margin: 0 0 10px; }
        #search {
          padding: 20px;
          color: #fff;
          border: none;
          background: #634836;
        }
          #search h3 {
            margin-top: 0;
            font-size: 28px;
            font-weight: normal;
            text-transform: none;
          }
          #search p { font-size: 17px; }
          #search input { display: block; }
          #search input,
          #selected-group { color: #888; }
          #search input,
          #groups-dropdown {
            margin-bottom: 10px;
            padding: 6px 5px;
            width: 244px;
            font-size: 14px;
            border: 1px solid #ABA493;
          }
          #groups-dropdown,
          #groups-dropdown #arrow,
          #selected-group,
          ul.dropdown li,
          #search #search-submit { cursor: pointer; }
          #service-suggestions-container,
          #groups-dropdown {
            color: #000;
            font-family: verdana, sans-serif;
          }
          #groups-dropdown,
          ul.dropdown { background: #fff; }
          #service-suggestions-container,
          #groups-dropdown { position: relative; }
          #service-suggestions-container,
          #service-suggestions { z-index: 2; }
          #groups-dropdown { z-index: 1; }
          ul.dropdown {
            position: absolute;
            left: 0;
            margin: 0 0 0 -1px;
            padding: 0;
            width: 254px;
            border-right: 1px solid #ABA493;
            border-bottom: 1px solid #ABA493;
            border-left: 1px solid #ABA493;
          }
            ul.dropdown li {
              margin: 0;
              padding: 5px 10px;
            }
            ul.dropdown li:hover { background: #ddd; }
            #service-suggestions {
              top: -12px;
              margin: 0;
            }
            #groups-dropdown #arrow {
              float: right;
              margin: 1px 0 0;
            }
            #groups { top: 30px; }
          #search #search-submit {
            float: right;
            margin: -6px;
          }
    #footer-container {
      margin-top: 20px;
      padding: 3px 0;
      background: #AAA592;
    }
      #footer,
      #footer a { color: #f5f5f5; }
      #footer {
        margin: 0 auto;
        padding: 0 10px;
        width: 835px;
        font-size: 12px;
        text-align: right;
      }
    
    /* ads */
    /* --ads */

  /* home page */
  div.step {
    margin: 25px 0;
    overflow: hidden;
    background: #D1C2AD;
  }
    div.step .screenshot {
      float: right;
      margin: 10px 0 0 20px;
    }
    div#step-1,
    div#step-2,
    div#step-3 {
      padding: 10px 20px 10px 120px;
      overflow: hidden;
    }
    div#step-1 h3,
    div#step-2 h3,
    div#step-3 h3 { text-transform: none; }
    div#step-1 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/black-number-1.png) no-repeat 20px 20px; }
    div#step-2 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/black-number-2.png) no-repeat 20px 20px; }
    div#step-3 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/black-number-3.png) no-repeat 20px 20px; }
  /* --home page */
