body{
    /* background: url(images/bg_new.png) no-repeat top center #ffffff; */
    /* background-size: 100% 79.5%; */
}#mainContainer
{
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    display: table;
}
.imageContainer
{
    width: 15%;
    padding: 14px;
    display: table-cell;
}
.dataContainer
{
    width:85%;
    vertical-align: bottom;
    display: table-cell;
}
.linkContainer
{

    box-sizing: border-box;
}
.nav{
    background-color: #0033a0;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0033a0;
}

li {
    float: left;
}

li a.propli {
    font-family: serif;
    border-left: 1px solid #002980;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 31px 16px;;
    text-decoration: none;
}

li.parentliveli{
    /* background: white; */
}

li.parentliveli .livecolor{
    border-radius: 50%;
    font-size: 13px;
    padding-right: 10px;
}


li a.liveli{
    border-right: 1px solid #002980;
    border-left: 1px solid #002980;
    font-family: serif;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #ffffff;
    /* border-top: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d9; */
    text-align: center;
    padding: 31px 16px;
    text-decoration: none;
}
li a:hover {
    /* background-color: #111; */
    cursor: pointer;
}

#footerContainer{
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    display: table;
    border: 1px solid #c8c9c7;
    margin-top: 40px;
     color:black;
     margin-bottom: 40px;
}
.topContainer{
    width:100%;
    display: table;
}
.lefttopContainer{
    width: 40%;
    display: table-cell;
    float:none;
    position: relative;
    box-sizing: border-box;
    top: -54px;
    font-family: Arial;
    font-size: 12px;
}
.righttopContainer{
    width: 60%;
    display:  table-cell;
    float:none;
    padding:20px 0;
    box-sizing: border-box;
}

ul.imagesli{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 42px;
}
.bottomContainer{
    color: white;
}
.imagesli li{
    padding-right: 40px;
}

@media only screen and (max-width: 1090px) and (min-width: 1025px)  {
    #mainContainer{
        width: 1076px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px)  {
    #mainContainer{
        width: 1076px;
    }
    li a.propli{
        padding: 31px 12px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1240px)  {
        #footerContainer
        {
            width: 1060px;
        }
        ul.imagesli{
            padding: 30px;
        }
        .imagesli li {
          padding-right: 17px;
        }
}





