/* stylesheet for QStructLtd website*/

body{
    background-color: rgb(255, 255, 255);
/*    background-color: rgb(255, 255, 220); */
    color: black;
    max-width: 1600px;
    min-width: 960px;
    font-family: Arial,Helvetica,sans-serif;
    align-self: center;
}

a.siteNav{
    float: left;
    width: 5em;
    height: 2em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1;
    border-style: none;
    border-width: thin;
    border-color: black;
    text-decoration: none;
    color: rgb(160,160,160);
    /*color: black;*/
    text-align: center;
}

.top{
    /*top: 250px;*/
    width: 100%
    max-width: 1600px;
    min-width: 960px;
    min-height: 2em;
    padding-left: 15%;
   /* padding-top: 1em;*/
   /* padding-bottom: 1em;*/
    position : relative;
    display: block;
    float: none;
    font-family: Arial,Helvetica,sans-serif;
    /* background-color: rgb(255, 255, 255); */
    text-align: center;
    overflow: auto;
}

.leftmargin{
    position: absolute;
    left: 1em;
    width: 14%;
    min-width: 100px;
    padding-left: 1em;
    padding-right: 0em;
    overflow: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: smaller;
    font-style: normal;
    font-weight: inherit;
    text-align: left;
    visibility: visible;
    opacity: 0.7;
}

.middleframe{
    position: relative;
    max-width: 1600px; 
    float: none;
    align-self: center;
}

.middle{
    position: absolute;
    left: 15%;
    width: 65%;
    min-width: 400px;
    max-width: 1200px;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    text-align: left;
    float: none;
    align-self: center;
    opacity: 0.7;
    /* border: 1px solid rgb(160,160,160);*/
}

.rightmargin{
    position: absolute;
    right: 5px;
    width: 14%;
    min-width: 100px;
    padding-right: 1em;
    padding-left: 0em;
    overflow: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: smaller;
    text-align: left;
    opacity: 0.7;/* 0.534;*/
}

.bottom{
    width: 100%;
    min-width: 800px;
    max-width: 1600px;
    float: none;
    position : absolute;
    padding-left: 2em;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: inherit;
    text-align: left;
    color: rgb(160,160,160);
    top: 90%;
    height: 10%;
    max-height: 10%;
}

#includedHeader{
    width: 1000px; 
    height: 250px; 
    max-height: 30%; 
    text-align: center; 
    padding-left: 15%;
}

.tdheader{
	text-align: center; 
	width: 100%; 
	height: 10%; 
	max-height: 30%; 
	font-size: xx-large; 
	opacity: 0.7;
}

iframe[seamless] {
    border: none;
}

