﻿ body
    {
        margin: 0;
        font-size: 16pt;
        font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
        width: 100%;
        height: 100%;
    }


    .ViewPortContainer
    {
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-color: whitesmoke;
    }

    .MastHeadBackground
    {
        position: relative;
        width: 100%;
        height: 80px;
        background-color: white;
    }
   
    .OverallContainer
{
    position: relative;
    top:-144px;
    margin: 0 auto;
    width: 100%;
    height: 99%;
    /*max-width:1680px;*/
    background-color:rgba(254, 128, 128, 0.1);
    background-color:transparent;
    overflow-y: auto;
    overflow-y: hidden;
}

.MastHead
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width:1280px;
    height: 80px;
    background-color: #eeeeee;
    background-color: white;
    border-left: 0px solid black;
    border-right: 0px solid black;
}


    .LogoPositionInt
{
    position: relative;
    float:left;
    top: 0px;
    width: 385px;
    height: 80px;
    margin: 0 auto;
    display: block;
    background-color: white;
    border-left: 1px solid #BDC3C7;
    border-right: 1px solid #BDC3C7;
}

.ImageButtonLogo
{
    height: 80px;
    width: auto;
    float:left;
    display:block;
}

.LinkButtonLogo
{
 /*position: absolute;*/
   margin-left:2%;
  /*margin-right:0px;*/
    height: 100%;
    /*min-width: 300px;*/
    float:left;
    font-size: 18pt;
    color: #2980B8;
    text-align: left;
    vertical-align: middle;
    line-height: 80px;
    background-color:white;
    text-decoration:none;
    display:block;
}

.LinkButtonLogo2
{
 /*position: absolute;*/
    margin-left:0%;
    /*width:144px;*/
    height: 100%;
    /*min-width: 300px;*/
    float:left;
    font-size: 18pt;
    color: #BDC3C7;
    text-align: left;
    vertical-align: middle;
    line-height: 80px;
    background-color:white;
    text-decoration:none;
    padding-right:2%;
    display:block;
}

.Menu
    {
        height: 64px;
        background-color:#333333;
        border-left: 0px solid black;
        border-right: 0px solid black;
        margin: 0 auto;
        width:100%;
        max-width:1680px;
    }


.LinkButtonMHMenu
{
    padding-left: 1.0%;
    padding-right: 1.0%;
    margin-left: 0.0%;
    margin-right: 0.0%;
    text-align: center;
    float: right;
    text-decoration: none;
    color: #7F8B8C;
    background-color:white;
    font-size: 16pt;
    font-style: normal;
    position: relative;
    width:160px;
    /*margin-top:10px;*/
    line-height: 80px;
    vertical-align: middle;
    border-left: 1px solid #BDC3C7;
    border-right: 1px solid #BDC3C7;
}

.PanelPresentation
{
        position: relative;
        margin: 0 auto;
        top:0px;
        background-color: #DDDDDD;
        width: 100%;
        max-width:1280px;
        height: 100px;
}

.ButtonPresentation
    {
        width: 10%;
        min-width: 90px;
        height: 64px;
        padding: 2px;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: center;
        text-decoration: none;
        background-color: White;
        margin-top: 18px;
        margin-left: 1.0%;
        margin-right: 1.0%;
        font-size: 16pt;
        color: #C88039;
        border-width: 2px;
        border-color: Black;
        -moz-border-radiusmoz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.LinkButtonMenu
    {
        width: 10%;
        min-width: 90px;
        height: 64px;
        line-height:64px;
        padding: 2px;
        text-align: center;
        text-decoration: none;
        background-color: #333333;
        margin-left: 1.0%;
        margin-right: 1.0%;
        font-size: 16pt;
        color: #BDC3C7;
        
        }
.LinkButtonMenu:hover { 
    color: white
}

.FrameSlider
{
position: relative; 
overflow: auto; 
border: none; 
padding: 0; 
margin: 0 auto; 
display: block; 
width: 100%; 
height: 100%
}

.H1Tags
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #C88039;
}

.Div_gt1680
        {
            top: 0px;
            width: 100%;
            height: 4rem;
            background-color: #2980B9;
            text-align: center;
            margin: 0 auto;
            display: inline-block;
            min-width: 350px;
        }

.tbBuildInformation
{
    font-size: 1.4em;
    text-align: left;
}

.ProductHoldergt1680
        {
            position:relative;
            max-width:1280px;
            width: 100%;
            min-width:980px;
            height: 100%;
            margin: 0 auto;
            background-color:white;
        }

#HyperLinkSelected{
            position: absolute;
            top: 10px;
            right: 15%;
        }
        
 #HyperLinkGeneral{
            position: absolute;
            top: 10px;
            right: 8%;
        }
        
 #HyperLinkTerms{
            position: absolute;
            top: 10px;
            right: 1%;
        }
/*0 to 299*/
.ImagePhone
{
    display: inline-block;
}

.ImageTablet
{
    display: none;
}

.ImageDesktop
{
    display: none;
}
/*300 to 979*/

@media screen and (min-width:360px )
{
    .ImagePhone
    {
        display: none;
    }

    .ImageTablet
    {
        display: inline-block;
    }

    .ImageDesktop
    {
        display: none;
    }
}
/*980 to */

@media screen and (min-width:980px )
{
    .ImagePhone
    {
        display: none;
    }

    .ImageTablet
    {
        display: none;
    }

    .ImageDesktop
    {
        display: inline-block;
    }

   
}
