﻿body {
    margin: 0px;
    overflow-y: scroll;
    font-family: 'Segoe UI Light';
}

#Header {
    height: 768px;
    background-image: url(../../Images/BaseBackground.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
}

#HeaderContainer {
    height: 585px;
    width: 100%;
    margin-top: 35px;
    position: absolute;
}

#TitleContainer {
    width: 1170px;
    height: 585px;
    margin-left: auto;
    margin-right: auto;
}

.tileSize {
    height: 195px;
    width: 195px;
}

.tilePosition {
    float: left;
}

.companyTile {
    height: 195px;
    width: 585px;
    text-align: right;
}

.companyTitle {
    font-size: 38px;
    padding-right: 15px;
    color: #fff;
    -webkit-text-shadow: #808080 0px 0px 1px;
    text-shadow: #808080 0px 0px 1px;
}

.companySubHeading {
    font-size: 16px;
    color: #fff;
}

.tileOrange {
    background-color: #ff6a00;
    z-index: 1;
}

    .tileOrange:hover {
        border: 8px solid rgba(255, 255, 255, 0.45);
        margin: -8px;
        position: relative;
        z-index: 2;
    }

.tileGrey {
    background-color: #ADADAD;
    z-index: 1;
}

    .tileGrey:hover {
        border: 8px solid rgba(255, 255, 255, 0.45);
        margin: -8px;
        position: relative;
        z-index: 2;
    }

.Header_S_Tile {
    font-size: 62px;
    color: #fff;
    /*width: 195px;*/
    text-align: center;
    margin-top: 35px;
}

.Header_S_Tile1 {
    color: #fff;
    font-size: 18px;
    /*width: 195px;*/
    text-align: center;
}

.Header_S_P1 {
    background-image: url('  /Images/HeaderTiles/tile-4_1.png');
    height: 100%;
    width: 100%;
}

.Header_S_P2 {
    background-image: url('  /Images/HeaderTiles/tile-4_2.png');
    height: 100%;
    width: 100%;
}

.Header_S_P3 {
    background-image: url('  /Images/HeaderTiles/tile-5_1.png');
    height: 100%;
    width: 100%;
}

.Header_S_P4 {
    background-image: url('  /Images/HeaderTiles/tile-5_2.png');
    height: 100%;
    width: 100%;
}

.Header_S_P5 {
    background-image: url('  /Images/HeaderTiles/tile-8_1.png');
    height: 100%;
    width: 100%;
}

.Header_S_P6 {
    background-image: url('  /Images/HeaderTiles/tile-8_2.png');
    height: 100%;
    width: 100%;
}

.Header_S_P7 {
    background-image: url('  /Images/HeaderTiles/tile-13_1.png');
    height: 100%;
    width: 100%;
}

.Header_S_P8 {
    background-image: url('  /Images/HeaderTiles/tile-13_2.png');
    height: 100%;
    width: 100%;
}

.Header_S_P9 {
    background-image: url('  /Images/HeaderTiles/tile-14_1.png');
    height: 100%;
    width: 100%;
}

.Header_S_P10 {
    background-image: url('  /Images/HeaderTiles/tile-14_2.png');
    height: 100%;
    width: 100%;
}

.Header_S_P11 {
    background-image: url('  /Images/HeaderTiles/tile-9_1.png');
    height: 100%;
    width: 100%;
}

.Header_S_P12 {
    background-image: url('  /Images/HeaderTiles/tile-9_2.png');
    height: 100%;
    width: 100%;
}

.title_Margin {
    height: 12px;
    width: 100%;
    margin-top: 4px;
}
