body{
    width:1300px;
}

#persistentHeader {
    position:fixed; 
    top, right, left : 0;
    width:inherit;
}

div.abrus_bigImage_01{
    width:inherit;
    height:748px;   /* Images here need to fall within this height */
    margin-bottom: 5px;
}

/*Used in place of #_bigImage on child pages*/
.aisl_headline{
    width:inherit;
    height:488px;   /* Images here need to fall within this height */
    border: 1px solid black;
    margin-bottom: 5px;   
}

.aisl_contact_vertBuffer{
    width:inherit;
    /*border:red 3px solid;*/
    text-align: center;
}

.grid_6x2{
    width:inherit;
    display:grid;
    grid-template-columns: 49.5% 49.5%;
    grid-template-rows: 425px 425px 425px 425px 425px 425;
    grid-row-gap: 100px ;
}

.grid_4x2{
    width:inherit;
    display:grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 425px 425px 425px 425px;
    grid-row-gap: 100px ;
}

.grid_3x2{
    width:inherit;
    display:grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 425px 425px 425px;
    grid-row-gap: 100px ;   
}

.grid_1x2 {
    width:inherit;
    display:grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 425px 1px;
    grid-row-gap: 100px ;     
}
.grid_2x2{
    width:inherit;
    display:grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 425px 425px;
    grid-row-gap: 100px ;    
}

.serviceBlock{  /* grid-item */
    width:99.0%; 
}


.textServiceBlock{
   
}


.mottoArea{
    width:inherit;
    height:200px;
    text-align: center;
    margin-bottom: 8px;
}
footer{
    margin-top:100px;
    height:200px;
}

/*New width @ 90% */
#container_tbl_contact{
    width:90%;
    border:1px solid black;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5px;
    
}
#tbl_contactInfo{
    text-align: center;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    
}

#table_portfolio{
    border:2px solid black;
    width:inherit;
}

.smallLogoArea{
    float:left;
    width:10%;
    padding-left:1%;
    margin-top:2.5%;
    margin-left:2%;
    margin-right:auto;
}

.footerMain{
    float:left;
    width:67%;
    text-align:center;
}

.footerExtra{
    float:right;
    width:10%;
    margin-top:1.5%;
    padding-left:1%;
    margin-right:2%;
}

