.clear {
  clear: both;
}
.light-grey {
  color: #666;
}
@font-face {
  font-family: 'News Cycle';
  src: url('../fonts/newscycle-regular-wf.eot');
  src: url('../fonts/newscycle-regular-wf.eot?#iefix') format('embedded-opentype'), url('../fonts/newscycle-regular-wf.woff') format('woff'), url('../fonts/newscycle-regular-wf.ttf') format('truetype'), url('../fonts/newscycle-regular-wf.svg#NewsCycleRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #efefef;
  color: #333;
  font-size: 100%;
  line-height: 1.5em;
}
body.error404 #breadcrumb {
  display: none;
}
body.error404 #content {
  float: right;
  width: 940px;
}
body.error404 #sidebar {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #b12715;
  font-weight: bold;
}
h1 {
  font-size: 1.8em;
  line-height: 0.83em;
}
h2 {
  font-size: 1.6em;
  line-height: 1.06em;
}
h3 {
  font-size: 1.4em;
  line-height: 1.08em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25em;
}
h5 {
  font-size: 1.0em;
  line-height: 1.5em;
}
h6 {
  font-size: 0.8em;
  line-height: 1.875em;
}
p {
  font-size: 0.875em;
}
p,
ol,
ul,
blockquote,
pre,
code {
  line-height: 18px;
  margin-bottom: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
th,
td {
  text-align: left;
  font-size: 0.8em;
  padding-right: 1.0em;
  line-height: 1.2em;
}
hr {
  border-style: solid;
  border-top-color: #b12715 !important;
  border-top-width: 2px !important;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #1a4190;
}
a:hover {
  text-decoration: underline !important;
}
#wrapper {
  background-color: #fff;
  width: 960px;
  margin: 0px auto 20px  auto;
  height: auto;
}
.margin {
  margin: 0px 10px;
}
#wrapper {
  position: relative;
  z-index: 2;
}
#header {
  background: transparent url('../images/top_bg.jpg') left top;
}
#header .header-content {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
#header .header-content #top {
  width: 940px;
  height: 100px;
}
#header .header-content #top #logo {
  position: absolute;
  bottom: 4px;
  left: 0px;
  padding: 0px 0px 0px 0px;
  height: 65px;
}
#header .header-content #accessibility-menu {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 0.725em;
  text-align: right;
}
#header .header-content #accessibility-menu form {
  height: 30px;
  display: inline;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  float: left;
}
#header .header-content #accessibility-menu form input.input-as-link {
  height: 30px;
}
#header .header-content #accessibility-menu #sign-language {
  margin-left: 5px;
  float: right;
  display: inline;
}
#header .header-content #search {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 300px;
  height: 35px;
  line-height: 35px;
  font-size: 0.725em;
  text-align: right;
}
#header .header-content #search input.search {
  width: 200px;
  height: 25px;
  line-height: 25px;
  padding: 2px;
  margin: 0px;
  border: 1px solid #e2e2e2;
  display: inline;
  clear: none;
  float: right;
}
#header .header-content #search input.submit {
  height: 31px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0 5px 0 0;
  background-color: #b12715;
  display: block;
  border: 0px;
  display: inline;
  float: right;
  clear: none;
}
#header #nav {
  height: 35px;
  background-color: #3f3f40;
  background-image: linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(0.5, #444444));
}
#header #nav .nav-content {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
#header #nav .nav-content ul {
  list-style-type: none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
#header #nav .nav-content ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
#header #nav .nav-content ul li a {
  height: 35px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  float: left;
  color: #fff !important;
  text-decoration: none;
  font-size: 17px;
  font-family: 'News Cycle', sans-serif;
  text-shadow: 1px 1px 1px #444;
}
#header #nav .nav-content ul li a:hover,
#header #nav .nav-content ul li a.current {
  background-color: #888888;
  background-image: linear-gradient(bottom, #333333 0%, #666666 50%);
  background-image: -o-linear-gradient(bottom, #333333 0%, #666666 50%);
  background-image: -moz-linear-gradient(bottom, #333333 0%, #666666 50%);
  background-image: -webkit-linear-gradient(bottom, #333333 0%, #666666 50%);
  background-image: -ms-linear-gradient(bottom, #333333 0%, #666666 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(0.5, #666666));
}
#sidebar {
  width: 240px;
  float: left;
  margin: 0px 10px;
}
#sidebar .sidebox {
  margin-top: 10px;
  margin-bottom: 10px;
}
#sidebar .sidebox .sidebox-header {
  width: 240px;
  height: 35px;
  background-color: #3f3f40;
  background-image: linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(0.5, #444444));
}
#sidebar .sidebox .sidebox-header.red {
  background-color: #b12715;
  background-image: linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -o-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -moz-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -webkit-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -ms-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #820f00), color-stop(0.5, #af1400));
}
#sidebar .sidebox .sidebox-header h4 {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 30px;
  font-family: 'News Cycle', sans-serif;
  text-shadow: 1px 1px 1px #444;
  color: #fff;
  margin-left: 12px;
  font-weight: normal;
}
#sidebar .sidebox .sidebox-content {
  border-style: solid;
  border-color: #f2f2f2;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding: 10px;
}
#sidebar .sidebox .sidebox-content.news p {
  color: #333333;
  font-size: 0.8em;
  line-height: 1.875em;
  margin: 0 0 0.8em 0;
}
#sidebar .sidebox .sidebox-content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#sidebar .sidebox .sidebox-content ul li {
  font-size: 0.9em;
  line-height: 1.875em;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e2e2e2;
}
#sidebar .sidebox .sidebox-content ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
}
#sidebar .sidebox .sidebox-content ul li ul {
  margin-left: 10px;
}
#sidebar .sidebox .sidebox-content ul li ul li a {
  /*height: 20px;*/
}
#sidebar .sidebox .sidebox-content ul li ul li:last-child {
  border-bottom: none;
}
#sidebar .sidebox .sidebox-content ul.frontpage li a {
  padding: 0px 0px 0px 25px;
  background: transparent url('../images/menuitem.png') no-repeat 2px 2px;
}
#sidebar .sidebox .sidebox-content ul.years li a {
  font-size: 21px;
  font-family: arial;
}
#sidebar .sidebox .sidebox-content ul.years li a:hover {
  color: #b12715;
}
#sidebar .sidebox .sidebox-content ul.years li.selected a {
  color: #b12715;
}
#content {
  width: 690px;
  float: right;
  margin: 0px 10px 15px 0px;
}
#content #breadcrumb {
  width: 100%;
  height: 20px;
  padding-top: 10px;
  font-size: 0.725em;
  color: #666;
}
#content #breadcrumb a {
  color: #b12715;
}
#content img {
  margin: 10px;
}
#content .frontpage_link img {
  margin: 0;
}
#content ul,
#content ul li {
  font-size: 14px;
}
#content .panorama img {
  margin: 10px 0px;
}
#content .item {
  border-bottom: 2px solid #b12715;
  margin-bottom: 10px;
}
#content .item .header {
  width: 100%;
}
#content .item .header .date {
  font-size: 0.85em;
  color: #666;
}
#content .item .header h1,
#content .item .header h2 {
  margin: 10px 0px 0px 0px;
}
#content .item .header h1 a,
#content .item .header h2 a {
  color: #b12715;
}
#content .item .header h1 a:hover,
#content .item .header h2 a:hover {
  text-decoration: none !important;
}
#content .item .header p {
  margin: 0px 0px;
}
#content .item .image {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#content .item .image .caption {
  float: left;
  margin-left: 20px;
  font-size: 0.8em;
  font-style: italic;
}
#content .item p {
  margin: 0px 0px 15px 0px;
}
#content .topline {
  border-top: 2px solid #b12715;
  padding-top: 5px;
}
#content form textarea {
  width: 650px;
  height: 120px;
  margin: 0px 0px 10px 20px;
}
.news a {
  color: #333;
  text-decoration: none;
}
#footer {
  width: 100%;
  border-top: 2px solid #b12715;
  background-color: #dbdbdb;
}
#footer .footer-content {
  width: 916px;
  margin: 0 auto;
  padding: 22px;
}
#footer .footer-content #address {
  float: left;
}
#footer .footer-content #address p {
  font-size: 0.75em;
  line-height: 2.0em;
  margin: 0px;
  padding: 0px;
}
#footer .footer-content #footer-menu {
  float: right;
  width: 240px;
  border-left: 2px solid #c1c1c1;
  padding-left: 15px;
}
#footer .footer-content #footer-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#footer .footer-content #footer-menu ul li {
  font-size: 0.75em;
  line-height: 2.0em;
  margin: 0px;
  padding: 0px;
}
#footer .footer-content #footer-menu ul li a {
  color: #333333;
  text-decoration: none;
}
label {
  margin: 0px 10px;
  float: left;
  display: block;
  font-weight: bold;
  font-size: 12px;
}
input[type=file] {
  margin-right: 325px;
}
label[for='id_attachment1'],
#id_attachment1,
label[for='id_attachment2'],
#id_attachment2,
label[for='id_attachment3'],
#id_attachment3,
label[for='id_attachment4'],
#id_attachment4,
label[for='id_attachment5'],
#id_attachment5,
label[for='id_attachment6'],
#id_attachment6,
label[for='id_attachment7'],
#id_attachment7,
label[for='id_attachment8'],
#id_attachment8,
label[for='id_attachment9'],
#id_attachment9,
label[for='id_attachment10'],
#id_attachment10,
.add_attachment {
  font-size: 12px;
}
label[for='id_attachment1'],
#id_attachment1 {
  margin-top: 0px;
}
.bottom-stripe {
  border-bottom: 2px solid #b12715;
}
.help-text {
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  display: block;
  clear: both;
  font-style: italic;
}
input.input-as-link {
  text-decoration: none;
  color: #1a4190;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1.0em;
  float: right;
  line-height: 30px;
}
input.input-as-link:hover {
  text-decoration: underline;
}
.expander {
  display: none;
  margin-left: 1em;
}
.field {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px 0px;
  margin: 5px 5px 10px 5px;
  padding: 10px 5px 10px 5px;
  float: left;
}
.field ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.field ul li {
  margin: 0px 0px;
  padding: 0px 0px;
}
.field ul li label {
  position: relative;
  width: 100%;
}
.field.errors {
  border: 1px solid #d8899f;
  background-color: #f4e3e8;
}
.field.errors * {
  float: left;
}
.field.errors span {
  margin-right: 5px;
}
.field .errorlist {
  margin: 0 0 0 5px;
  display: block;
}
.field .errorlist li {
  padding: 0 5px;
  font-size: 0.8em;
  font-style: italic;
}
.pre-wrap {
  white-space: pre-wrap;
}
.print-helper {
  display: none;
}
input[type=submit],
.add_attachment {
  float: left;
  clear: both;
  position: relative;
}
.notice {
  padding: 5px;
}
.notice.error {
  border: 1px solid #d8899f;
  background-color: #f4e3e8;
}
.notice.success {
  border: 1px solid #98d989;
  background-color: #e6f4e3;
}
.document-search .filter-cb {
  display: block;
  float: none;
}
.hidden {
  display: none;
}
#frontpage_left,
#frontpage_right {
  width: 48%;
  float: left;
  margin: 5px;
}
#frontpage_left p,
#frontpage_right p {
  font-size: 0.8em;
  line-height: 1.875em;
}
#frontpage_left .sidebox-content,
#frontpage_right .sidebox-content {
  border-style: solid;
  border-color: #f2f2f2;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  overflow: hidden;
  padding: 0 10px 0 10px;
}
#frontpage_right .sidebox-content.news {
  height: 180px;
}
#frontpage_left .sidebox-content.news {
  height: 406px;
}
.frontpage_link {
  width: 48%;
  float: left;
  padding-left: 10px;
}
.sidebox {
  margin-bottom: 10px;
}
.sidebox .sidebox-content {
  padding: 10px;
}
.sidebox .sidebox-header {
  width: auto;
  height: 35px;
  background-color: #3f3f40;
  background-image: linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #111111 0%, #444444 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(0.5, #444444));
}
.sidebox .sidebox-header.red {
  background-color: #b12715;
  background-image: linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -o-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -moz-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -webkit-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -ms-linear-gradient(bottom, #820f00 0%, #af1400 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #820f00), color-stop(0.5, #af1400));
}
.sidebox .sidebox-header h4 {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 30px;
  font-family: 'News Cycle', sans-serif;
  text-shadow: 1px 1px 1px #444;
  color: #fff;
  margin-left: 12px;
  font-weight: normal;
}
.sidebox h4 {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 30px;
  font-family: 'News Cycle', sans-serif;
  text-shadow: 1px 1px 1px #444;
  color: #fff;
  margin-left: 12px;
  font-weight: normal;
}
span.type {
  height: 30px;
  color: #fff;
  margin: 0;
  font-size: 13px;
  padding: 3px 5px 0 5px;
  margin-right: 5px;
  margin-top: -5px;
  background-color: #b12715;
  display: block;
  border: 0px;
  display: inline;
  float: left;
  clear: none;
}
