/***************************************************************************************
*
*   Buildings Showcase.com style sheet
*   author: Craig Nelson
*
*   Notes: 
*
*/

  /* temp
  ****************************************/
  #impersonate-bar {
    display: none;
  }
  /* --temp */
  
  * {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 20px 0;
    color: #555;
    font: normal 14px arial, helvetica, sans-serif;
    background: #fff url(http://assets.ascribehq.com/integrations/clients/showcase_buildings/images/background.jpg) repeat-x 0 0;
  }
  a:link, a:hover, a:visited, a:active {
    color: #777;
    text-decoration: none;
  }
  a:hover {
    color: #c00;
  }
  img {
    border: none;
  }
  ul {
    list-style: none;
  }
  p {
    margin: 15px 0;
    line-height: 20px;
  }
  #container {
    margin: 0 auto;
    width: 950px;
  }
    #header {
      height: 61px;
      background: transparent url(http://assets.ascribehq.com/integrations/clients/showcase_buildings/images/logo.gif) no-repeat 0 0;
    }
  #menu {
    height: 25px;
    border: 1px solid #ddd;
    background: transparent url(http://assets.ascribehq.com/integrations/clients/showcase_buildings/images/menu_background.jpg) repeat-x 0 0;
  }
    #menu li {
      display: inline;
    }
      #menu li a {
        display: block;
        float: right;
        padding: 6px 20px 0 20px;
        /*width: 100px;*/
        height: 20px;
        color: #777;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        border-left: 1px solid #c5c5c5;
      }
      #menu li a:hover {
        color: #c00;
        background: transparent url(http://assets.ascribehq.com/integrations/clients/showcase_buildings/images/menu_item_background.jpg) repeat-x 0 0;
      }
  #content {
    margin: 25px 0 0 0;
    /*border: 1px solid #ddd;
    background: #f2f2f2;*/
  }
    #contact-form {
      margin: 25px;
    }
    #contact-form fieldset {
     border: none;
     border-top: 1px solid #ccc;
     margin-bottom: 25px;
     padding-top: 25px;
     width: 500px;
    }
      label {
        display: block;
        float: left;
        font-weight: bold;
        margin-right: 15px;
        text-align: right;
        width: 100px;
      }
        input, textarea {
          margin-bottom: 5px;
          color: #555;
          font-size: 11px;
        }
        #contact-submit-btn {
          margin-left: 114px;
        }
        .button {
          padding: 1px 5px;
          color: #c00;
          font-size: 11px;
          text-transform: uppercase;
          border: 1px solid #ccc;
          background: transparent url(http://assets.ascribehq.com/integrations/clients/showcase_buildings/images/home_group_menu_background.jpg) repeat-x 0 0;
        }
        .error-message,
        .error-field {
          color: #c00;
          font-weight: bold;
        }
  #footer {
    clear: both;
    padding: 0 10px;
    height: 34px;
    border: 1px solid #ddd;
    background: #f2f2f2;
  }
    #copyright-and-nav {
      display: inline;
    }
      #copyright-and-nav li {
        float: left;
        margin-top: 10px;
        color: #777;
        font-size: 12px;
      }
        #copyright-and-nav li a {
          color: #777;
        }
        #copyright-and-nav li a:hover {
          color: #c00;
        }
    #ascribe-logo {
      float: right;
      margin-top: 10px;
    }