header, section, aside, main, footer{
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  font: 14px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  margin: 0;
}
header {
  height: 262px;
  min-width: 825px;
}
header > embed {
  width: 100%;
  display: block;
  margin: 0 auto;
}
body > section {
  width: 825px;
  margin: 0 auto;
}

aside {
  padding: 8px 14px 0 27px;
  float: left;
  width: 233px;
}


main {
  width: 784px;
  padding: 0 27px 8px 14px;
  float: left;
  background: #efefef;
}

#cont{
  width: 510px;
  padding: 0 27px 8px 14px;
  float: right;
  background: #efefef;
}

a {
  color: #fb7802;
  font-weight: bold;
  white-space:nowrap;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, p, ul, ol, table, iframe, div.images, a.full-img {
  margin: 6px 0;
}

h1 {
  font-size: 24px;
  line-height: 20px;
  padding: 15px 27px 8px 14px;
  background: #fff;
  margin-top: 0;
  margin-right: -27px;
  margin-left: -14px;
}
h1, aside h2 {
  color: #201b18;
}
h2 {
  font-size: 18px;
}
h2, aside h3 {
  color: #b20000;
}
h3 {
  font-size: 16px;
}

ul {
  list-style: none;
  padding: 0 0 0 15px;
}
ul > li:before {
  content: '';
  background: no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAYAAACtWacbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpi+v//PwM+vImBgZOJAQ/YzMjoAaR+MeFRoAWkVHz////LgkMBJ5CaA8RuID4TUIAZi7oJQHwEaMoXMA/quEAg5oGyw4H4DxDLwRwPc9N9ID4PNDUBas1KoCmPYMaCFQEFLgCp3UA8H4h5gLgb2W5GkHFQxwoBqdtAfBmoyQFZEdx3QIl3QIU1QOYjDG+ghS4ztlAHCDAA+expSf2gaqsAAAAASUVORK5CYII=');
  width: 9px;
  height: 11px;
  display: block;
  float: left;
  margin: 3px 0 0 -16px;
}

body > section img, main iframe, aside iframe {
  border: 1px solid #b20000;
}

iframe.map {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0;
}
p.map {
  margin-top: 0;
}

footer {
  clear: both;
  padding: 6px 16px 10px;
  color: #fff;
  background: #bb0000;
  background: -moz-linear-gradient(top, #bb0000 0%, #7f0303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0000), color-stop(100%,#7f0303));
  background: -webkit-linear-gradient(top, #bb0000 0%,#7f0303 100%);
  background:      -o-linear-gradient(top, #bb0000 0%,#7f0303 100%);
  background:     -ms-linear-gradient(top, #bb0000 0%,#7f0303 100%);
  background:         linear-gradient(to bottom, #bb0000 0%,#7f0303 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#7f0303',GradientType=0 );
  overflow: hidden;
}
footer a {
  color: inherit;
  font-weight: inherit;
}
footer p.menu {
  text-align: center;
}
footer p.menu a {
  text-decoration: none;
}
footer p.menu a.now, footer p.menu a:hover {
  text-decoration: underline;
}

div.social-buttons {
  overflow: hidden;
  float: right;
  margin: -4px -16px 0 0;
  width: 212px;
}
div.social-buttons div.fb-like,
div.social-buttons .twitter-share-button {
 float: left !important;
 display: block !important;
}
div.social-buttons div.fb-like > span {
 display: block;
}
div.social-buttons div.fb-like {
  margin: 0 8px 0 7px;
}
div.images > a {
  margin: 10px 10px 0 0;
  display: block;
  float: left;
}
div.images > a > img {
  display: block;
  width: 248px;
}
div.images {
  margin-right: -27px;
  overflow: hidden;
}
div.images > a:first-child, div.images > a:first-child + a {
  margin-top: 0;
}

a.full-img {
  display: block;
  
}
a.full-img img {
  display: block;
}
ul.historical {
  overflow: hidden;
}
ul.historical li {
  float: left;
  margin-left: 30px;
}
ul.historical li:first-child {
  margin-left: 0;
}
#tracking {
    position:fixed;
    left: 10px;
    top: 97%;
}
#tracking p {
    color:#333333 !important;
    font-size: 9px !important;
}