.clearfix {
      clear:                  both;
}

html, body {
      background-image:       url("../img/footer.png");
      background-repeat:      repeat-x;
      background-position:    0 100%;
      margin:                 0;
}

body {
      background-image:       url("../img/head_bg.png");
      background-repeat:      repeat-x;
      background-position:    0 0;
      font-size:              12pt;
      font-family:            Arial;
      color:                  #838383;
}

.menu_item hr {
      height: 14px;
}

a {
      color:                  #cfa700;
      text-decoration:        underline;
}

a:hover {
      text-decoration:        none;
}

div.wrapper {
      margin:                 auto;
      width:                  1017px;
      margin-bottom:          10px;
      padding-top:            30px;
}

div.header {
      font-size:              24px;
      height:                 75px;
      background-image:       url("../img/logo.png");
      background-repeat:      no-repeat;
      width:                  1017px;
      margin-bottom:          20px;
}

div#logo {
      float:                  left;
      color:                  #cfa700;
      margin:                 29px 20px 0 100px;
      width:                  900px;
}

div.navigation {
      float:                  left;
      clear:                  both;
      margin-top:             20px;
      width:                  1017px;
      max-width:              1017px;
      height:                 30px;
      max-height:             30px;
      overflow:               visible;
      background-color:       #d5d5d5;
}
div.navigation > ul {
      height:                 30px;
      max-height:             30px;
      list-style-type:        none;
      margin:                 0;
      padding:                0;
}
div.navigation ul li {
      height:                 30px;
      max-height:             30px;
      line-height:            30px;
      display:                block;
      float:                  left;
      padding:                0 5px 0 5px;
      overflow:               visible;
}

DIV.navigation ul li:last-child {
      padding-right:          0;
}
div.navigation ul a {
      height:                 20px;
      max-height:             20px;
      line-height:            20px;
      font-size:              13pt;
      display:                block;
      word-wrap:              break-word;
      text-decoration:        none;
      font-weight:            normal;
      padding:                5px 10px 5px 10px;
      background:             #d5d5d5;
      color:                  #272b2c;
}
div.navigation ul a:hover {
      color:                  #ffd71c;
      background:             #595959;
}
div.navigation ul li.active a  {
      color:                  #ffd71c;
      background:             #595959;
}
div.navigation ul li.submenu ul {
      list-style-type:        none;
      margin:                 0;
      padding:                0;
      display:                none;
      position:               absolute;
      z-index:                999;
      background:             #595959;
      overflow:               visible;
}
div.navigation ul li.submenu ul li {
      float:                  none;
      clear:                  both;
      background-image:       none;
      background-color:       #595959;
      white-space:            nowrap;
      min-width:              150px;
}

.submenu_item a:hover {
      color:                  #959595 !important;
}

.submenu_heading {
      font-size:              18px;
      font-weight:            bold;
      color:                  #d5d5d5;
      padding:                8px 13px 8px 13px !important;
}


div.content {
      float:                  left;
      margin-bottom:          40px;
}

div.content_header {
      background-image:       url("../img/header.jpg");
      background-repeat:      no-repeat;
      height:                 477px;
      margin-top:             0;
      width:                  1017px;
      margin-left:            0;
      display:                inline-block;
}

div.article_headline {
      margin-top:             10px;
      color:                  #505051;
      font-weight:            bold;
      font-size:              25pt;
      border-bottom:          1px solid #bfbfbf;
}

div.article {
      min-height:             150px;
      padding:                0 16px 91px 16px;
      border-bottom:          1px solid #dedede;
}

.ui-widget-content {
      background:             #d5d5d5 !important;
}
