header {
  z-index: 990;
  width: 100%; }
  header .wrapper {
    height: 80px;
    position: relative;
    background: #7ba566;
    font-size: 12px;
    line-height: normal;
    padding: 0 20px;
    overflow: hidden; }
    header .wrapper .bg, header .wrapper .bg-mask {
      position: absolute;
      right: 100px;
      display: block;
      width: 564px;
      height: 80px; }
    header .wrapper .bg {
      background: url("../images/header/header.jpg") no-repeat;
      background-size: cover; }
    header .wrapper .bg-mask {
      background: -moz-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 200px);
      background: -webkit-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 200px);
      background: -o-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 200px);
      background: -ms-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 200px);
      background: radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 200px); }
    header .wrapper .logo-container {
      width: 300px;
      height: 60px;
      position: absolute;
      top: 10px;
      left: 35px; }
      header .wrapper .logo-container .logo {
        float: left; }
        header .wrapper .logo-container .logo img {
          height: 60px; }
      header .wrapper .logo-container div.logo-text {
        float: left;
        padding-left: 20px;
        padding-top: 10px; }
        header .wrapper .logo-container div.logo-text a {
          color: #e4efdf !important;
          text-decoration: none;
          display: inline-block; }
        header .wrapper .logo-container div.logo-text span.sitename {
          font-weight: bold;
          margin: 0 0 0 5px;
          padding: 0;
          font-size: 180%;
          text-transform: uppercase; }
        header .wrapper .logo-container div.logo-text p.site-slogan {
          background: #9dbf8c;
          margin: 0;
          padding: 2px 5px;
          color: #fff;
          font-size: 92%;
          position: inherit; }
    header .wrapper .search {
      padding-left: 20px;
      background: url(../images/icon-search.gif) no-repeat center left;
      position: absolute;
      bottom: 13px;
      right: 5px; }
      header .wrapper .search .inputbox {
        border: 1px solid #658854;
        color: #e4efdf;
        background: #9dbf8c;
        width: 120px;
        padding: 3px 5px;
        font-size: 92%; }
    header .wrapper .sidebar-button {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: url("../images/mmenu.svg");
      background-size: 30px;
      background-repeat: no-repeat;
      background-position-x: 10px;
      background-position-y: 10px;
      background-color: #9dbf8c; }

@media only screen and (max-width: 1000px) {
  header {
    position: fixed;
    top: 0;
    left: 0; }
    header .wrapper {
      height: 50px; }
      header .wrapper .bg, header .wrapper .bg-mask {
        width: 355px;
        height: 50px; }
      header .wrapper .bg-mask {
        background: -moz-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 150px);
        background: -webkit-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 150px);
        background: -o-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 150px);
        background: -ms-radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 150px);
        background: radial-gradient(circle at center, rgba(123, 165, 102, 0.4), #7ba566 150px); }
      header .wrapper .logo-container {
        height: 50px;
        top: 5px;
        left: 10px; }
        header .wrapper .logo-container .logo img {
          height: 40px; }
        header .wrapper .logo-container div.logo-text {
          padding-left: 10px;
          padding-top: 0; }
      header .wrapper .search {
        display: none; }
      header .wrapper .sidebar-button {
        display: block; } }

ul.menu {
  margin: 0;
  padding: 1px 0 0;
  list-style: none;
  background: url(../images/hdot2.gif) repeat-x top; }
  ul.menu li {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important; }
    ul.menu li a {
      padding: 2px 0;
      display: block;
      color: #333333;
      background: url(../images/hdot2.gif) repeat-x bottom #dddddd;
      text-decoration: none;
      outline: none;
      padding-left: 16px; }
      ul.menu li a:hover {
        background-color: #7ba566;
        color: #ffffff;
        font-weight: bold;
        background-color: #9dbf8c; }
    ul.menu li.active a {
      background: url(../images/hdot2.gif) repeat-x bottom #ffffff;
      color: #7ba566;
      text-decoration: none; }
    ul.menu li.active ul {
      background-color: #ffffff; }
    ul.menu li li {
      padding: 0 0 0 15px !important;
      list-style: none; }
    ul.menu li.current > a {
      font-weight: bold; }

#main-menu-mobile {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 320px; }
  #main-menu-mobile .close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../images/cancel.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-color: #9dbf8c; }
  #main-menu-mobile ul.menu {
    margin-left: 50px; }
    #main-menu-mobile ul.menu li {
      line-height: 50px;
      font-size: 180%; }

#mobile-overlay {
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.7); }

input, select, textarea, .inputbox {
  padding: 3px 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%; }

pre, .code {
  padding: 10px 15px;
  margin: 5px 0 15px;
  border-left: 5px solid #999999;
  background: #ffffff;
  font: 1em/1.5 "Courier News", monospace; }

div.bubble1 span.author, div.bubble2 span.author, div.bubble3 span.author, div.bubble4 span.author {
  padding-left: 15px;
  margin-left: 15px;
  background: url(../images/author.gif) no-repeat center left;
  font-weight: bold; }

.componentheading, h1.componentheading {
  padding: 5px 0 15px;
  margin: 0 0 10px;
  background: url(../images/hdot.gif) repeat-x bottom; }

.contentheading, h2.contentheading {
  padding: 5px 0 8px;
  margin: 0;
  font-weight: normal; }

h1.logo {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 180%;
  text-transform: uppercase; }

div.back_button a, div.back_button a:hover, div.back_button a:active {
  margin: 10px 0;
  display: block;
  background: none !important;
  text-decoration: none !important; }

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
  background: none;
  padding: 5px;
  margin: 0;
  color: #ffffff; }

a.button, input.button, .button {
  color: #ffffff;
  text-decoration: none;
  user-select: none;
  padding: .1em 1.05em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(to top, #d44b38, #f44b38); }

html {
  margin: 0;
  padding: 0;
  margin-bottom: 1px;
  height: auto; }

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-size: 12px; }
  body#bd {
    color: #333333;
    background: #f2f2f2; }
  body.contentpane {
    width: auto;
    line-height: 1.3em;
    margin: 0;
    font-size: 12px;
    color: #333333; }
  body.fs1 {
    font-size: 10px; }
  body.fs2 {
    font-size: 11px; }
  body.fs3 {
    font-size: 12px; }
  body.fs4 {
    font-size: 13px; }
  body.fs5 {
    font-size: 14px; }
  body.fs6 {
    font-size: 15px; }

form {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; }
  form label {
    cursor: pointer; }
  form#logout-form {
    margin-right: 80px;
    padding: 0; }
  form#login-form {
    padding: 0; }
    form#login-form div#login_fields {
      float: left;
      width: 130px;
      margin-right: 15px; }
    form#login-form div#form-login-password {
      margin-top: 10px; }
    form#login-form div#login_social {
      float: left;
      width: 100px;
      height: 70px;
      position: relative; }
      form#login-form div#login_social div {
        margin: 0 15px;
        position: absolute;
        top: 25px;
        left: 0; }
      form#login-form div#login_social a {
        display: block;
        position: absolute;
        top: 13px;
        right: 0; }
    form#login-form label {
      font-size: 100%; }
    form#login-form ul.unstyled {
      border-top: dotted 1px #000000;
      margin-top: 10px; }
      form#login-form ul.unstyled li {
        float: left;
        margin-left: 15px;
        background: none; }
    form#login-form #form-login-submit a.registration {
      margin-left: 15px; }
    form#login-form input#modlgn-remember {
      margin-right: 3px;
      margin-top: 4px; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  padding: 10px 5px;
  background: url(../images/hdot2.gif) repeat-x top; }
  fieldset a {
    font-weight: bold; }

a {
  color: #7ba566;
  text-decoration: underline; }
  a:hover {
    color: #333333;
    text-decoration: underline; }
  a:active {
    color: #333333;
    text-decoration: underline; }
  a:focus {
    color: #333333;
    text-decoration: underline; }
  a.readon {
    color: #666666;
    font-size: 92%;
    color: #7ba566;
    float: left;
    margin-top: 10px;
    padding: 1px 5px 1px 14px;
    border: 1px solid #f6f6f6;
    display: block;
    background: url(../images/arrow.png) no-repeat 5px 48%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; }
    a.readon:hover {
      border: 1px solid #ececec;
      background: url(../images/arrow.png) no-repeat 5px 48% #ffffff; }
    a.readon:active {
      border: 1px solid #ececec;
      background: url(../images/arrow.png) no-repeat 5px 48% #ffffff; }
    a.readon:focus {
      border: 1px solid #ececec;
      background: url(../images/arrow.png) no-repeat 5px 48% #ffffff; }
  a.contentpagetitle {
    text-decoration: none !important; }
    a.contentpagetitle:hover {
      text-decoration: none !important; }
    a.contentpagetitle:active {
      text-decoration: none !important; }
    a.contentpagetitle:focus {
      text-decoration: none !important; }
  a.button:hover {
    background: #e85f4c; }
  a.button:active {
    background: #980f00; }

.contentheading {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 200%; }

.componentheading {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: bold; }

.blog_more {
  padding: 10px 0;
  background: url(../images/hdot.gif) repeat-x top; }
  .blog_more strong {
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    display: block;
    font-size: 125%; }
  .blog_more ul {
    margin: 0;
    padding: 0; }
    .blog_more ul li {
      margin: 0;
      padding: 0 0 0 17px;
      background: url(../images/bullet.gif) no-repeat 6px 8px; }

h1 {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 180%;
  margin: 1em 0;
  padding: 0;
  line-height: 21px; }
  h1.logo a {
    width: 208px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    height: 80px;
    position: relative;
    z-index: 100; }
    h1.logo a span {
      position: absolute;
      top: -1000px; }

h2 {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 150%;
  margin: 1em 0;
  padding: 0;
  line-height: 21px; }

h3 {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 125%;
  margin: 1em 0;
  padding: 0;
  line-height: 21px; }
  h3.show {
    background: url(../images/arrow2.png) no-repeat 90% 60%;
    cursor: pointer; }
  h3.hide {
    background: url(../images/arrow3.png) no-repeat 90% 60%;
    cursor: pointer; }

h4 {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  margin: 1em 0;
  padding: 0; }

small {
  color: #666666;
  font-size: 92%; }

.small {
  color: #666666;
  font-size: 92%; }

.smalldark {
  color: #666666;
  font-size: 92%;
  text-align: left; }

.onforum {
  color: #666666;
  font-size: 92%; }

.mosimage_caption {
  color: #666666;
  font-size: 92%; }

.createby {
  color: #666666;
  font-size: 92%;
  padding: 3px 3px 3px 20px;
  background: url(../images/icon-user.gif) no-repeat 0 2px; }

.createdate {
  color: #666666;
  font-size: 92%;
  padding: 3px 3px 3px 20px;
  background: url(../images/icon-date.gif) no-repeat 0 2px; }

.modifydate {
  color: #666666;
  font-size: 92%;
  width: 100%;
  float: left; }

.publishdate {
  color: #666666;
  font-size: 92%; }

.hits {
  color: #666666;
  font-size: 92%; }

.img_caption {
  color: #666666;
  font-size: 92%; }

p {
  margin: 1em 0;
  padding: 0; }
  p.error {
    padding-left: 25px;
    color: #bf0000;
    background: url(../images/icon-error.gif) no-repeat top left; }
  p.message {
    padding-left: 25px;
    color: #006699;
    background: url(../images/icon-info.gif) no-repeat top left; }
  p.tips {
    padding-left: 25px;
    color: #ee9600;
    background: url(../images/icon-tips.gif) no-repeat top left; }
  p.stickynote {
    padding: 10px 0 10px 40px;
    border: 1px solid #cacacc;
    background: url(../images/sticky-bg.gif) no-repeat 5px center #ffffff; }
  p.download {
    padding: 10px 0 10px 40px;
    border: 1px solid #cacacc;
    background: url(../images/download-bg.gif) no-repeat 5px center #ffffff; }

pre {
  margin: 1em 0;
  padding: 0; }

blockquote {
  margin: 1em 0;
  padding: 0;
  padding: 1em 40px 1em 15px; }
  blockquote span.open {
    padding: 0 0 0 20px;
    background: url(../images/so-q.gif) no-repeat left top; }
  blockquote span.close {
    padding: 0 20px 0 0;
    background: url(../images/sc-q.gif) no-repeat bottom right; }

ul {
  margin: 1em 0;
  padding: 0;
  list-style: none; }
  ul.checklist {
    list-style: none; }
    ul.checklist li {
      margin-left: 15px;
      padding: 0 0 5px 20px;
      background: url(../images/checklist-bg.gif) no-repeat 0 3px; }
  ul.small-checklist {
    list-style: none; }
    ul.small-checklist li {
      margin-left: 15px;
      padding: 0 0 5px 20px;
      background: url(../images/icon_list.gif) no-repeat 0 3px; }
  ul.stars {
    list-style: none; }
    ul.stars li {
      margin-left: 15px;
      padding: 0 0 5px 20px;
      background: url(../images/star-bg.gif) no-repeat 0 3px; }
  ul.pagination {
    margin: 15px auto;
    padding: 10px 0;
    background: url(../images/hdot.gif) repeat-x top; }
    ul.pagination li {
      margin: 0;
      padding: 0;
      display: inline;
      background: none; }
      ul.pagination li span {
        padding: 2px 5px; }
    ul.pagination a {
      padding: 2px 5px;
      border: 1px solid #f6f6f6; }
      ul.pagination a:hover {
        border: 1px solid #ececec;
        background: #ffffff; }
      ul.pagination a:active {
        border: 1px solid #ececec;
        background: #ffffff; }
      ul.pagination a:focus {
        border: 1px solid #ececec;
        background: #ffffff; }
  ul.accessibility {
    position: absolute;
    top: -100%; }
  ul.ja-usertools-font {
    font-size: 11px;
    position: absolute;
    top: 8px;
    right: 70px; }
    ul.ja-usertools-font li {
      padding: 0;
      margin: 0;
      display: inline;
      background: none; }

ol {
  margin: 1em 0;
  padding: 0; }
  ol li {
    margin-left: 35px;
    line-height: 180%; }

h5 {
  margin: 1em 0;
  padding: 0; }

h6 {
  margin: 1em 0;
  padding: 0; }

th {
  padding: 5px;
  font-weight: bold;
  text-align: left; }

hr {
  border-top: 1px solid #cccccc;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  height: 1px; }

img {
  border: none; }

input.button:hover {
  background: #e85f4c; }

input.button:active {
  background: #980f00; }

.inputbox {
  border: 1px solid #cccccc;
  background: #ffffff; }
  .inputbox:hover {
    background: #ffffcc; }
  .inputbox:focus {
    background: #ffffcc; }

.quote-hilite {
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #cacacc;
  background: #ffffff; }

.small-quote {
  margin: 0;
  padding: 0;
  background: none; }
  .small-quote span.open-quote {
    margin: 0;
    padding-left: 20px;
    background: url(../images/so-q.gif) no-repeat center left; }
  .small-quote span.close-quote {
    margin: 0;
    padding-right: 20px;
    background: url(../images/sc-q.gif) no-repeat center right; }
  .small-quote span.author {
    padding: 2px 5px 2px 20px;
    border-top: 1px solid #dcdde0;
    margin: 0.5em 0 0;
    display: block;
    background: url(../images/author.gif) no-repeat 5px 4px #eaebee;
    font-size: 90%;
    text-transform: uppercase; }

.dropcap {
  float: left;
  padding: 4px 8px 0 0;
  display: block;
  color: #999999;
  font: 50px/40px Georgia, Times, serif; }

.highlight {
  padding: 1px 5px;
  background: #ffffcc;
  font-weight: bold; }

.blocknumber {
  clear: both;
  padding: 5px 15px 10px;
  position: relative; }

.bignumber {
  float: left;
  margin-right: 8px;
  padding: 6px 7px;
  display: block;
  background: url(../images/ol-bg.gif) no-repeat top left;
  color: #7ba566;
  font: bold 20px Arial, sans-serif; }

div.bubble1 {
  margin: 15px 0; }
  div.bubble1 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub1-br.gif) no-repeat bottom right; }
    div.bubble1 div div {
      background: url(../images/bub1-bl.gif) no-repeat bottom left; }
      div.bubble1 div div div {
        background: url(../images/bub1-tr.gif) no-repeat top right; }
        div.bubble1 div div div div {
          background: url(../images/bub1-tl.gif) no-repeat top left; }
          div.bubble1 div div div div div {
            margin: 0;
            padding: 15px 15px 30px 15px;
            width: auto; }

div.bubble2 {
  margin: 15px 0; }
  div.bubble2 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub2-br.gif) no-repeat bottom right; }
    div.bubble2 div div {
      background: url(../images/bub2-bl.gif) no-repeat bottom left; }
      div.bubble2 div div div {
        background: url(../images/bub2-tr.gif) no-repeat top right; }
        div.bubble2 div div div div {
          background: url(../images/bub2-tl.gif) no-repeat top left; }
          div.bubble2 div div div div div {
            margin: 0;
            padding: 15px 15px 35px 15px;
            width: auto; }

div.bubble3 {
  margin: 15px 0; }
  div.bubble3 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub3-br.gif) no-repeat bottom right; }
    div.bubble3 div div {
      background: url(../images/bub3-bl.gif) no-repeat bottom left; }
      div.bubble3 div div div {
        background: url(../images/bub3-tr.gif) no-repeat top right; }
        div.bubble3 div div div div {
          background: url(../images/bub3-tl.gif) no-repeat top left; }
          div.bubble3 div div div div div {
            margin: 0;
            padding: 15px 15px 50px 15px;
            width: auto; }

div.bubble4 {
  margin: 15px 0; }
  div.bubble4 div {
    margin: 0;
    width: 100%;
    background: url(../images/bub4-br.gif) no-repeat bottom right; }
    div.bubble4 div div {
      background: url(../images/bub4-bl.gif) no-repeat bottom left; }
      div.bubble4 div div div {
        background: url(../images/bub4-tr.gif) no-repeat top right; }
        div.bubble4 div div div div {
          background: url(../images/bub4-tl.gif) no-repeat top left; }
          div.bubble4 div div div div div {
            margin: 0;
            padding: 15px 15px 55px 15px;
            width: auto; }

div.onforum {
  padding: 5px;
  width: 25%;
  float: left; }

div.buttonheading {
  float: right;
  width: 15%; }

div.module {
  padding: 10px;
  margin-bottom: 20px;
  background: url(../images/b-br.gif) no-repeat bottom right #ffffff; }
  div.module h3 {
    margin: 0 -15px 10px;
    padding: 8px 15px 5px;
    border-bottom: 2px solid #f6f6f6;
    color: #7ba566;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase; }

div.banneritem_text {
  padding: 5px 0 !important; }

div.advs {
  float: left;
  width: 100%;
  clear: both;
  display: block; }

div.syndicate div {
  text-align: center; }

.legend-title {
  margin: 0;
  padding: 0 3px;
  float: left;
  display: block;
  background: #f6f6f6;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 7px; }

.legend {
  margin: 20px 0;
  padding: 0 10px;
  border: 1px solid #cacacc;
  background: #ffffff;
  position: relative; }

table.blog {
  width: 100%; }
  table.blog .contentheading {
    font-size: 150%; }

table.contentpane {
  border: none;
  width: 100%;
  width: 100%; }

table.contentpaneopen {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table.contenttoc {
  margin: 0 0 10px 10px;
  padding: 0;
  width: 35%;
  float: right; }
  table.contenttoc a {
    text-decoration: none; }
  table.contenttoc td {
    padding: 1px 5px 1px 25px;
    background: url(../images/bullet-list.gif) no-repeat 5% 50%; }
  table.contenttoc th {
    padding: 0 0 3PX;
    border-bottom: 1px solid #cccccc;
    text-indent: 5px; }

table.poll {
  padding: 0;
  width: 100%;
  border-collapse: collapse; }

table.pollstableborder {
  padding: 0;
  width: 100%;
  border: none;
  text-align: left; }
  table.pollstableborder img {
    vertical-align: baseline; }
  table.pollstableborder td {
    padding: 4px !important;
    border-collapse: collapse;
    border-spacing: 0; }
  table.pollstableborder tr.sectiontableentry1 td {
    background: #ececec; }

table.searchintro {
  padding: 10px 0;
  width: 100%; }
  table.searchintro td {
    padding: 5px !important; }

.article_separator {
  clear: both;
  display: block;
  height: 20px; }

.column_separator {
  padding: 0 25px; }

td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #ffffff; }

td.sectiontableentry0 {
  padding: 3px; }

td.sectiontableentry1 {
  padding: 3px; }

td.sectiontableentry2 {
  padding: 3px; }

tr.sectiontableentry1 td {
  padding: 4px;
  padding: 8px 5px;
  background: url(../images/hdot2.gif) repeat-x bottom; }

tr.sectiontableentry1:hover td {
  background: url(../images/hdot2.gif) repeat-x bottom #ffffcc; }

tr.sectiontableentry2 td {
  padding: 4px;
  padding: 8px 5px;
  background: url(../images/hdot2.gif) repeat-x bottom #ececec; }

tr.sectiontableentry2:hover td {
  background: url(../images/hdot2.gif) repeat-x bottom #ffffcc; }

tr.sectiontableentry0 td {
  padding: 4px; }

.category {
  font-weight: bold; }

.contentdescription {
  padding-bottom: 30px; }

[class^='moduletable'] {
  padding: 0; }

.pagenavbar {
  padding-left: 14px; }

.pagenavcounter {
  padding: 8px 14px 0; }

.sectiontableheader {
  background: #88b074;
  padding: 8px 5px;
  color: #ffffff; }
  .sectiontableheader a {
    color: #ffffff; }

.article-tools {
  border-top: 1px solid #dcdde0;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
  display: block;
  background: #ececec; }

.article-meta {
  padding: 5px;
  width: 40%;
  float: left; }

.forum {
  padding: 3px 3px 3px 20px;
  background: url(../images/discuss.png) no-repeat 0 2px; }

#ja-mainnav {
  margin: 0 auto;
  width: 97%; }
  #ja-mainnav ul {
    background-image: none;
    list-style: none; }
    #ja-mainnav ul ul li {
      border-left: 1px solid #a4c594;
      border-right: 1px solid #658854;
      border-top: 1px solid #a4c594;
      border-bottom: 1px solid #658854;
      margin-bottom: 1px; }
      #ja-mainnav ul ul li:hover {
        background: #88b074;
        color: #e4efdf; }
      #ja-mainnav ul ul li:active {
        background: #88b074;
        color: #e4efdf; }
      #ja-mainnav ul ul li:focus {
        background: #88b074;
        color: #e4efdf; }
  #ja-mainnav li {
    background-image: none;
    list-style: none; }
    #ja-mainnav li ul {
      background-color: #9dbf8c; }
    #ja-mainnav li a {
      color: #e4efdf;
      font-weight: bold;
      text-decoration: none; }
  #ja-mainnav > ul {
    background-color: #88b074;
    padding-left: 20px; }
    #ja-mainnav > ul > li {
      background-color: #88b074;
      border-left: 1px solid #a4c594;
      border-right: 1px solid #658854;
      margin-right: 1px; }
      #ja-mainnav > ul > li.active {
        background: url(../images/arrow2.png) no-repeat bottom center #88b074;
        color: #e4efdf; }
      #ja-mainnav > ul > li:hover {
        background: url(../images/arrow2.png) no-repeat bottom center #9dbf8c;
        color: #e4efdf; }
      #ja-mainnav > ul > li:active {
        background: url(../images/arrow2.png) no-repeat bottom center #9dbf8c;
        color: #e4efdf; }
      #ja-mainnav > ul > li:focus {
        background: url(../images/arrow2.png) no-repeat bottom center #9dbf8c;
        color: #e4efdf; }
  #ja-mainnav span.separator {
    display: none; }

#ja-botsl {
  margin: 0 auto;
  width: 97%;
  padding: 15px 0; }
  #ja-botsl h3 {
    background: none;
    margin: 0 0 12px;
    padding: 0;
    color: #ffffff; }
  #ja-botsl div[class^='moduletable'] {
    padding-top: 0;
    padding-bottom: 0; }
  #ja-botsl a {
    color: #e4efdf; }
    #ja-botsl a:hover {
      color: #ffffff; }
    #ja-botsl a:active {
      color: #ffffff; }
    #ja-botsl a:focus {
      color: #ffffff; }
  #ja-botsl ul {
    padding: 0;
    margin: 0 !important; }
    #ja-botsl ul li {
      padding: 0 0 0 15px;
      margin: 0;
      background: url(../images/bullet2.gif) no-repeat 3px 8px; }
  #ja-botsl p {
    padding: 0;
    margin: 0 !important; }
  #ja-botsl ol {
    padding: 0;
    margin: 0 !important; }
    #ja-botsl ol li {
      margin-left: 25px;
      padding: 0 !important; }
  #ja-botsl td {
    padding: 0; }
  #ja-botsl .article_separator {
    display: none; }
  #ja-botsl table {
    border-spacing: 0;
    border-collapse: collapse; }

#ja-footer {
  margin: 0 auto;
  width: 97%;
  padding: 0;
  color: #666666;
  background: url(../images/vdot.gif) repeat-y 22% 0;
  position: relative; }
  #ja-footer .copyright {
    clear: both;
    display: block;
    padding-left: 25%;
    color: #666666;
    font-style: normal;
    font-size: 92%; }
  #ja-footer ul {
    margin: 0 0 5px;
    padding: 0; }
  #ja-footer li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none; }
    #ja-footer li a {
      padding: 0 15px 0 0;
      display: inline;
      color: #666666;
      font-weight: bold;
      font-size: 92%;
      line-height: normal;
      text-decoration: none;
      text-transform: uppercase; }
      #ja-footer li a:hover {
        color: #333333;
        text-decoration: none; }
      #ja-footer li a:active {
        color: #333333;
        text-decoration: none; }
      #ja-footer li a:focus {
        color: #333333;
        text-decoration: none; }

#ja-mainbody {
  float: left;
  width: 80%; }
  #ja-mainbody #ja-contentwrap {
    float: right;
    width: 75%; }

#ja-content {
  padding: 0 20px 0 40px; }

#ja-contentwrap {
  min-height: 300px;
  height: auto; }

#ja-pathway {
  font-size: 92%; }

.breadcrumbs {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumbs a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #ffffff;
    background: none;
    padding: 0;
    text-decoration: none; }
  .breadcrumbs .divider {
    padding: 0 5px;
    color: #cccccc;
    background: url(../images/arrow.png) no-repeat 5px 5px;
    width: 3px;
    height: 5px; }
  .breadcrumbs .active {
    color: #999999; }

div[class^='moduletable'] {
  padding: 0 0 20px;
  margin: 20px 10px;
  background: url(../images/hdot.gif) repeat-x bottom; }
  div[class^='moduletable'] h3 {
    padding: 0 0 8px;
    margin: 0;
    color: #7ba566;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase; }

#ja-col1 {
  float: left;
  width: 24.99%;
  padding-top: 10px;
  overflow: hidden; }
  #ja-col1 #main-menu {
    margin-bottom: 20px; }
  #ja-col1 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #ja-col1 ul {
    margin: 0; }
  #ja-col1 ol {
    margin-left: 5px; }
  #ja-col1 .article_separator {
    display: none; }

#ja-col2 {
  float: right;
  width: 20%;
  overflow: hidden; }
  #ja-col2 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #ja-col2 ul {
    margin: 0; }
  #ja-col2 ol {
    margin-left: 5px; }
  #ja-col2 .article_separator {
    display: none; }
  #ja-col2 .module_login {
    position: relative; }
    #ja-col2 .module_login .logout-button input.button {
      position: absolute;
      top: 0;
      right: 0;
      padding: 3px 8px;
      line-height: 14px;
      min-height: 14px;
      background: linear-gradient(to top, #cf9c9a, #f47e76); }
      #ja-col2 .module_login .logout-button input.button:hover {
        background: #e85f4c; }
      #ja-col2 .module_login .logout-button input.button:active {
        background: #980f00; }

.ja-box-full {
  float: left;
  overflow: hidden; }

.ja-box-left {
  float: left;
  overflow: hidden; }
  .ja-box-left div[class^='moduletable'] {
    padding-right: 30px;
    background: none; }

.ja-box-center {
  float: left;
  overflow: hidden; }
  .ja-box-center div[class^='moduletable'] {
    padding: 0 30px;
    background: url(../images/vdot2.gif) repeat-y left; }

.ja-box-right {
  float: left;
  overflow: hidden; }
  .ja-box-right div[class^='moduletable'] {
    padding-left: 30px;
    background: url(../images/vdot2.gif) repeat-y left; }

#ja-botslwrap {
  background: #7ba566;
  color: #e4efdf;
  border-top: 5px solid #cccccc; }

#ja-footerwrap {
  border-top: 5px solid #cccccc;
  padding: 20px 0 30px;
  clear: both;
  background: url(../images/grad3.gif) repeat-x bottom #f6f6f6; }

#ja-footnav {
  padding-left: 25%; }

.ja-cert {
  font-size: 92%;
  position: absolute;
  right: 0;
  top: 18px; }
  .ja-cert a {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    text-decoration: none; }
    .ja-cert a span {
      display: none; }
    .ja-cert a img {
      border: none; }

.banneritem {
  display: block;
  margin-top: 15px; }

#ja-banner {
  margin: 15px 0;
  text-align: center; }

.clr {
  clear: both; }

.tool-tip {
  float: left;
  border: 1px solid #d4d5aa;
  padding: 5px;
  background: #ffffcc;
  max-width: 200px; }

.tool-title {
  padding: 0;
  margin: 0;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
  font-size: 100%;
  font-weight: bold; }

.tool-text {
  margin: 0;
  font-size: 100%; }

#ja-mainnavwrap {
  border-top: 1px solid #a4c594;
  background: #88b074; }

.element-invisible {
  display: none; }

.button:hover {
  background: #e85f4c; }

.button:active {
  background: #980f00; }

.moduletable-catalog-news .catalog-item-title {
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize; }

.moduletable-catalog-news .row-fluid {
  margin-top: 40px;
  margin-bottom: 20px; }
  .moduletable-catalog-news .row-fluid ul {
    padding: 0 10px; }
  .moduletable-catalog-news .row-fluid .field-label {
    font-weight: bold; }

.dl-horizontal dd {
  margin: 0;
  font-size: 20px; }

.dl-horizontal.fields-list dt {
  width: 30%;
  white-space: normal;
  text-align: left;
  margin-right: 40px; }

.pollstableborder tr.sectiontableentry1 td {
  background: none; }

.pollstableborder tr.sectiontableentry2 td {
  background: none; }

.buttonheading img {
  margin: 7px 5px 0 0;
  border: 0;
  float: right; }

* html #ja-contentwrap {
  height: 300px; }

* html .clearfix {
  height: 1%; }

* html > body .clearfix {
  width: 100%;
  display: block; }

.hasTip img {
  margin: 10px 5px 0 0;
  border: none; }

#system-message dd.message ul {
  padding: 0;
  margin: 0;
  background: #006699;
  border: none; }

#system-message dd.error ul {
  padding: 0;
  margin: 0;
  background: #bf0000;
  border: none; }

#system-message dd.notice ul {
  padding: 0;
  margin: 0;
  background: #ee9600;
  border: none; }

.clearfix:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden; }

dd.input-field.images-field {
  margin-left: 0;
  text-align: center; }

@media only screen and (max-width: 1000px) {
  #ja-mainbody, #ja-col2 {
    width: 100%; }
  #ja-mainbody {
    margin-top: 50px; }
  #ja-col1 #main-menu {
    display: none; } }

@media only screen and (max-width: 490px) {
  #ja-mainbody #ja-col1, #ja-mainbody #ja-contentwrap {
    width: 100%; } }
