body, input, textarea, button {
  font: 14px Arial, sans-serif;
}
body {
  background: white;
  color: black;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 8px;
  padding-right: 5px;
  width: 958px;
  margin: 0 auto;
}
a {
  color: #017eaa;
  text-decoration: underline;
}
a img {
  border: none;
}

#logo {
  background: url(../images/gradient_top.jpg);
  height: 59px;
  font-size: x-large;
  margin: 0;
  padding: 0;
  width: 958px;
}
#logo a {
  margin: 0;
  margin-left: 23px;
  padding: 0;
  position: relative;
  z-index: 2;
  top: 6px;
  width: 418px;
  height: 49px;
  display: block;
  text-indent: -9999px;
  background: url(../images/logo_top.png);
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/logo_top.png', sizingMethod='crop');
  _background: transparent;
  cursor: pointer;
}

#ad {
  text-transform: lowercase;
  position: absolute;
  margin-left: 254px;
  %margin-left: 24px;;
  margin-top: 8px;
  font-size: 14px;
}
#ad a {
 text-transform: uppercase;
 font-size: 16px;
 font-weight: bold;
}

#sidebar {
  float: left;
  width: 228px;
  padding-top: 5px;
  position: relative;
  z-index: 30;
}
#sidebar #sections {
  background: #037EA8;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  text-transform: uppercase;
  color: orange;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  border: 1px solid #044A63;
  %padding-bottom: 10px;
}
#sidebar #sections li {
 list-style: none;
 border-bottom: 1px solid #4db2d0;
 margin-bottom: 10px;
 position: relative;
 height: 1%;
}
#sidebar #sections a {
  display: block;
  padding-left: 22px;
  background: url(../images/arrow_white.png) top left no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/arrow_white.png', sizingMethod='crop');
  _background: transparent;
  width: 190px;
  height: 22px;
  color: white;
  text-decoration: none;
}
#sidebar #sections a.active {
 background-image: url(../images/arrow_orange.png);
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/media/images/arrow_orange.png', sizingMethod='crop');
  _background-image: none;
}
#sidebar .block {
  border: 2px solid #FF7300;
  padding: 5px;
  margin-top: 8px;
}
#sidebar h3 {
  color: #007DAB;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding-left: 20px;
  background: url(../images/arrow_orange.png) top left no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/media/images/arrow_orange.png', sizingMethod='crop');
  _background: transparent;
  width: 186px;
  height: 20px;
  font-weight: bold;
}
#sidebar .block ul {
  margin: 10px;
  padding-left: 10px;
}
#sidebar .block li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #4CB3D2;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}
#sidebar .block li a {
  text-decoration: none;
  color: black;
}
#sidebar .block li a.active {
  color: #FF7100;
}

#content {
  margin-left: 242px;
  background: url(../images/header_page.jpg) no-repeat;
  padding-left: 10px;
  margin-top: 10px;
  padding-top: 215px;
}
body.home #content {
  background: url(../images/header_home.png) 30px 0 no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/media/images/header_home.png', sizingMethod='crop');
  _background: transparent;
  _height: 1%;
  _width: 464px;
  _background: transparent;
  padding-top: 285px;
  margin-right: 238px;
  margin-top: -12px;
}

body.home #ad-bar {
  position: absolute;
  margin-left: 486px;
  text-align: center;
  top: 64px;
  width: 220px;
}
body.home #ad-bar p {
  margin-top: 0;
  margin-bottom: 16px;
}

h1 {
  margin: 0;
  font-size: 21px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}

.article {
  margin: 2em 0;
}
.article h1, .article .header h2 {
  margin-top: 0;
}
.article h1, .article h2 a {
  text-decoration: none;
  color: #FF6F12;
}
.article .header {
  margin-bottom: 6px;
}
.article .header h2 {
  background: url(../images/arrow_h1.png) -10px 0px no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/media/images/arrow_h1.png', sizingMethod='crop');
  _background: transparent;
  _width: 664px;
  _height: 1%;
  %background-position: 0 0;
  margin: 0 .2em 0 0 !important;
  font-size: 18px;
  padding: 6px 0 6px 14px;
  border-left: 10px solid #ff6f12;
}
.home .article .header h2 {
  _width: 434px;
}
.article .category {
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
}
.article .category a {
  color: #017eaa;
  text-decoration: underline;
  text-transform: lowercase;
}
.article.summary p {
  margin: 0;
  padding-left: 24px;
}
.article .info, .article .source { color: gray; }
.article .more { text-transform: lowercase; white-space: nowrap; }

#share img {
  vertical-align: bottom;
  width: 16px;
  height: 16px;
}
#comments {
  border-top: 2px solid #027DA9;
}
#comments ol {
  padding: 0;
}
#comments li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 10px 15px;
}
#comments li p {
  margin: 0;
}
#comments .info {
  margin-top: 1em;
  color: #a6a6a6;
}
#comments .odd {
  background: #efefef;
}
#comments form {
  border: 2px solid #c2c2c2;
  padding: 0 15px;
  margin-bottom: 1em;
}
#comments form label {
  display: block;
}
#comments form input, #comments form textarea {
  width: 400px;
}
#comments form textarea {
  height: 200px;
}

#footer {
  background: #027DA9;
  color: white;
  text-align: center;
  padding: 10px;
  clear: both;
  font-size: 12px;
  margin-top: 1em;
}
#footer p { margin: 0; }
#footer a { color: white; text-transform: lowercase; }
#footer #copyright {
  background: url(../images/logo_bottom.png);
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/media/images/logo_bottom.png', sizingMethod='crop');
  _background: transparent;
  width: 260px;
  height: 25px;
  text-indent: -999999px;
  margin: 0 auto;
}

.error {
  color: red;
  font-weight: bold;
}

label {
  font-weight: bold;
}

#search {
  float: right;
  margin-top: -42px;
  position: relative;
  margin-right: 64px;
  _margin-right: 10px;
  z-index: 20;
}
#search, .gsc-control {
  width: 260px;
}
#search * {
  font-size: 13px;
}
.gsc-resultsbox-visible {
  border: 1px solid #ff7300;
  padding: 8px;
  background: white;
}
.gs-visibleUrl, .gsc-resultsHeader, .gsc-branding {
  display: none;
}
div.gsc-clear-button {
  background-image: url(../images/close.gif) !important;
}
input.gsc-input {
  border: 1px solid #027da9;
  padding: 2px;
}
input.gsc-search-button {
  background: url(../images/search_button.jpg) no-repeat;
  border: none;
  width: 20px;
  height: 22px;
  font-size: 0 !important;
  padding-left: 20px;
}
.gs-title {
  height: 1.3em !important;
}

hr {
  height: 1px;
  color: gray;
  background-color: gray;
  border: none;
}

.office-logo {
  float: right;
  margin: 0 0 1em 1em;
}

.address dt {
  float: left;
}
.address dd {
  margin-left: 5em;
}
