/* Main styles */

body {
    font-family: "Gill Sans W01 Light";
  font-weight: normal;
}

p {
    font-size: 15px;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}

strong {
    color: #0f71b4;
}

.header {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 70px;
    margin-bottom: 18px;
}

.header h1 {
    background: url('../img/logo.png') 0 0 no-repeat;
    height: 65px;
    width:  202px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
    padding-top: 0;
}

/* Main menu */
.header ul {
    margin: 1px 0 0 0;
    padding: 0;
}

.header ul > li + li {
    margin-left: 56px;
}

.header ul li {
    list-style: none;
}

.header ul > li {
    font-family:'Gill Sans W01 Medium';
  font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.header ul li a, .header ul li a:link, .header ul li a:visited {
    color: #000;
    display: block;
    text-decoration: none;
    margin: 0;
}

.header ul li a:hover {
    color: #0f71b4;
}

/* Sub menu */
.header ul li ul {
    position: absolute;
    visibility: hidden;
    background: #fff;
    margin: 0 0 0 -10px;
    width: 145px;
    padding: 6px 10px 8px;
}

.header ul li ul li a, .header ul li ul li a:link, .header ul li ul li a:visited {
    color: #0f71b4;
}
.header ul li ul li {
    font-family: "Gill Sans W01 Light";
  font-weight: normal;
    display: inline;
    text-transform: none;
}

.header ul li ul li a:link, .header ul li ul li a:visited {
    width: auto;
    margin-bottom: 2px;
}

.header ul li ul li a:hover {
    color: #000000;
}

.main {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    min-height: 132px;
    word-wrap: break-word;
}

.main ul {
    font-size: 15px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main li {
    background: url(../img/bullet.png) 0 8px no-repeat;
    background-size: 8px 1px;
    margin-left: -12px;
    padding: 0 0 10px 12px;
}

.main a {
    color: #0f71b4;
}

h2, h3 {
    margin-top:0;
    padding-top:0;
}

.main h3 {
    color: #0f71b4;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

.hero p, h2 {
    font-size: 21px;
    line-height: 24px;
}

.bottom {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 8px;
}

.news {
    display: none;
    color: #ffffff;
    height: 340px;
    overflow: hidden;
    background: #000000;
}

.news h3, .news h2 {
    font-family:'Gill Sans W01 Medium';
  font-weight: normal;
    text-transform: uppercase;
}

.news h2 {
    font-size: 15px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 18px;
}

.news h3 {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
}

.news h3 a {
    color: #ffffff;
}

.news p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.news .text {
    font-family:'Gill Sans W01 Medium';
  font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 20px;
}

.contact {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.contact h3 {
    margin-top: 0;
}

p.date {
    color: #808080;
    font-size: 12px;
    line-height: 15px;
}

/* Gallery */

.gallery h2 {
    font-family:'Gill Sans W01 Medium';
    font-size: 16px;
    margin-bottom: 0;
}
.gallery h3 {
    color: #000;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Tables */

.table th, .table td {
    padding: 4px 8px 4px 0px;
    font-size: 12px;
    line-height: 15px;
    border-top: 1px solid #000;
}

thead {
    color: #0f71b4;
    font-family:'Gill Sans W01 Medium';
  font-weight: normal;
}

th.name {
    width: 90px;
}

th.holding {
    width: 82px;
}

th.percentage {
    width: 60px;
}

th.number, td.number {
    text-align: right;
}

footer {
    font-family:'Gill Sans W01 Medium';
  font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    margin-bottom: 75px;
}