﻿/* block top links */
ul#header_links {
  list-style-type: none;
  padding: 27px 0 0 0px;
  float: right;
  overflow: hidden;
  display: block; }
  @media (max-width: 767px) {
        ul#header_links {
          display:none; } }
  ul#header_links li {
    text-transform: uppercase;
    float: left;
    padding: 0 16px 0 4px; }
    ul#header_links li a {
      color: #615c5c;
      font-size: 11px;
      line-height: 18px; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #119ca8; }

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee; }

#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px; }

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px; }

ul#footer_links li {
  display: inline;
  padding: 0 10px; }
