/* --------------------------------------- Global Elements ------------------------------- */
body {
  width: 100%;
  color: #000;
}

h1 {
  color: #000;
}
h2 {

}
h3 {

}
p {
}
p.intro,
div.intro {
}


hr {
  background-color: none;
  border-bottom: 1px solid #bbb;
}

/* ---------- Links ----------- */
a {
  color: #555;
  text-decoration: underline;
}


/* --------------------------------------- Elements ------------------------------- */
img {

}
input[type=text],
input[type=password],
textarea {

}
input[type=checkbox] {

}

input[type=text].default,
input[type=email].default,
textarea.default {
  color: #000;
}


/* --------------------------------------- Classes ------------------------------- */
/* Class for all graphic links */
div.cwrap {
  margin: 0px auto;
  width: auto;
}

/* Blue Header Bars for tables and lists */
.bg-blue {

}

/* --------------------------------------- Dropdown Menus ------------------------------- */
div.dd {
  display: none;
}


/* --------------------------------------- System Items ------------------------------- */
.preview {
  width: auto;
}
.preview > .node {
  width: auto;
}


/* --------------------------------------- CRM Forms ------------------------------- */
div.node-crm-form {
  width: auto;
}
div.form-box div.form,
div.node-webform div.form,
div.node-crm-form div.form {
  background-color: #fff;
}
  div.form-box h2.title,
  div.node-webform h2.title,
  div.node-crm-form h2.title {
    color: #000;
    background-color: #fff;
  }


/* --------------------------------------- Layout Components ------------------------------- */
#page {

}
  #page > div.cwrap {

  }

/* ---- Header ---- */
#header {
  height: 60px;
}
  #logo {
    position: absolute;
    top: 10px;
  }
  #utility {
    display: none;
  }

  #header div.contact {
    line-height: 33px;
  }
  #header div.contact a {
    color: #000;
  }


/* ---- Nav ---- */
#nav {
  display: none;
}
#page-banner {
  display: none;
}
  
#page-banner-under {

}
  #page-banner-under div.breadcrumb {
    float: left;
  }
  #page-banner-under div.breadcrumb a {
    color: #000;
    text-decoration: none;
  }
  #page-banner-under div.page-options {
    display: none;
  }

div.tabs {
  display: none;
}

/* ---- Page Content ---- */
#content {

}
  #content div.leftcol {
    width: 100%;
    padding-right: 0px;
  }
  #content div.rightcol {
    display: none;
  }

/* ----- Strip at the end of the page -------- */
#end-page-strip {
  display: none;
}


/* ---- Footer Region ---- */
#footer {
  display: none;
}

#bottom {
  display: none;
}
#page.banner-blue #end-page-strip,
#page.banner-green #end-page-strip,
#page.banner-orange #end-page-strip {
  display: none;
}


/* --------------------------------------- pages ------------------------------- */
      


/* --------------------------------------- Investor Relations ------------------------------- */
#ir-tabs {
  margin-top: 25px;
  width: 640px;
}
ul.ir-tabs {
  width: auto;
  height: auto;
}
ul.ir-tabs li {
  float: none;
}
ul.ir-tabs li h2 {
  margin: 10px;
  padding: 0px;
}
  ul.ir-tabs li h2 a {
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    text-transform: none;
    text-indent: -0px;
    white-space: nowrap;
    
    background: none;
  }
  ul.ir-tabs li h2 a.active {
    display: block;
  }

/* Node tabs */
div.menu-block-sub_page_tabs ul.menu {
  margin: 0px;
  padding: 0px 20px;
  list-style: none;
  border-bottom: 1px solid #adadad;
}
div.menu-block-sub_page_tabs ul.menu li {
  float: left;
  margin: 0px;
  padding: 0px;

  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;

  list-style: none;
}
  div.menu-block-sub_page_tabs ul.menu li a {
    display: block;
    margin: 1px 1px -1px 1px;
    padding: 10px 15px;
    color: #555;
  }
  div.menu-block-sub_page_tabs ul.menu li a:hover {
    text-decoration: none;
    color: #0af;
  }
  div.menu-block-sub_page_tabs ul.menu li a.active {
    margin: 0px 0px -1px 0px;
    color: #0af;
    border: 1px solid #adadad;
    border-bottom: 0px;
    background-color: #f5f5f5;

    cursor: default;
  }

#subpage-tabs {
  padding: 10px;
  background-color: #f5f5f5;
}
  #subpage-tabs > div {
    display: none;
  }
  #subpage-tabs li.node-readmore a {
    background: #555 url('../images/mask-arrowbtn-grey.png') no-repeat top right;
  }
  #subpage-tabs li.node-readmore a:hover {
    background-color: #0af;
  }
