﻿/************************/
/** header */
#header_wrapper {
  margin: 0;
  top: 0;
  width: 100%;
  background-color: #062275;
}
#site-header {
  margin: auto;
  padding:15px 0 15px 15px;
  max-width: 980px;
  color: #fff;
}
#breadcrumbs {
  padding: 0;
  font-size: 12px;
}
.site-id {
    margin-bottom: 0;
}

/** footer */
#site-footer {
  clear: both;
  left: 5px;
  width: 100%;
  font-size: 12px;
  padding-bottom:0;
  margin-bottom:0;
}
#site-footer .copyright {
  font-size: 10px;
  clear: both;
  padding: 26px 0 26px;
  margin-bottom:0;
  line-height: 1.2;
  color: #999;
  text-align: center;
}
.line-header{
    vertical-align:top;
    font-weight:normal;
}