:root
{
    --hreg: 17rem;
    --hmed: 19rem;
    --body-wide: 85%;
    --max-width: 900px;
    --min-width: 800px
}

body
{
    margin: 0;
}

.bodywrap
{
    padding: 0;
}

.pagetop, .contentbody, .pagebottom, .topnav
{
    display: grid;
    width: var(--body-wide);
    min-width: 42rem;
    max-width: var(--max-width);
    min-width: var(--min-width);
}

.pagetop
{
    height:5rem;
    margin-top: 1.5rem;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(190, 190, 190));
    /* border-bottom: 1rem solid #13790a; */
}

.company-mark
{
    display:inline;
    position: relative;
    left: 0;
    bottom: 1rem;
    height: 5rem;
    width: 5rem;
    /* scale: 1.5; */
    padding: 1rem;
    background: url("../mau/aim-mark.jpg") no-repeat;
    background-size: cover;
    border-radius: 50%;
    /* background-color: #ccc; */
    background-color: #fff;
    box-shadow: 3px 3px 7px #000;
}
.company-name
{
    display:inline;
    position: relative;
    left: 8rem;
    bottom: 5.2rem;
    font-size: 2.5rem;
    /* font-weight: bold; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.img-mark
{
    scale: 0.5;
}
.home-a_tag
{
    position: relative;
    left: -1rem;
    top: -1rem;
}
.homelink
{
    /* position: relative;
    left: -1rem;
    top: -1rem; moved to home-a*/
    bottom: 1rem;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    opacity: 0.0;
}

.topnav
{
    display: grid;
    background-color: rgb(128, 13, 0);
    grid-template-columns: 7rem max-content max-content max-content max-content max-content;
    justify-content:start;
    /* position: relative;
    left: 0rem;
    top: 0rem; */
}
.navtab-left
{
    border: none;
    background-color: rgba(0, 0, 0, 0.0);
}
.navtab
{
    padding: 0.5rem 1rem;
    /* border: none; */
    border-left: dotted 3px rgb(128, 13, 0);
    border-bottom: solid 2px rgb(128, 13, 0);
    border-top: dotted 0px rgb(128, 13, 0);
    border-right: solid 0px rgb(128, 13, 0);
    /* border: 0 0 2px 3px; */
    background-color: rgba(0, 0, 0, 0.0);
    width: fit-content;
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.navtab:hover
{
    background-color: rgba(62, 11, 9, 0.846);
    width: fit-content;
    color: #fff;

    border-left: dotted 3px #1b936b;
    border-bottom: solid 2px #1b936b;
}
.navtab:active
{
    background-color: rgba(0, 53, 0, 0.2);
    color: #fff;
}
.navtab a
{
    color: #fff;
    text-decoration: none;
}
.current-page-tab
{
    background-color: rgba(0, 53, 0, 0.3);
    border-left: dotted 3px #1b936b;
    border-bottom: solid 2px #1b936b;
}

.contentbody
{
    /* grid-template-areas: 
        "a a a b b b"
        "c c c c d d"; */
}

.contentrow1
{
    display: grid;
    grid-template-areas: 
        "a b";
    background: url("../mau/wide_splash2.jpg") no-repeat left top;
    background-size: cover;
}
.contentrow2
{
    display: grid;
    grid-template-areas: 
        "c c c c d d";
    
}

.pageimage-area
{
    /* background: url("../mau/connect-home001.jpg") no-repeat left;
    background-size: cover; */
    grid-area: a;
    height: var(--hreg);
}

.contenttopright
{
    grid-area: b;
    height: var(--hreg);
}

.content-area1
{
    grid-area: c;
    border-radius: 0 0 2rem 2rem;
    min-height: var(--hmed);
    padding: 1rem 0.5rem;
    grid-column: 1 / span 3;
    /* background: url(../mau/chart01.png) right bottom no-repeat, url(../mau/chart02.png) center no-repeat, url(../mau/chart03.png) left bottom no-repeat;
    background-size: 33%, 40%, 33%; */
}
.services-page.content-area1
{
    background: #e8cbcb;
    background-image: none;
}
.services-page .contentontop
{
    width: 95%;
    border: #000 solid 1px;
    border-radius: 0 0 2rem 2rem;
    /* box-shadow: 3px 3px 7px rgba(255, 18, 0, 0.5); */
    box-shadow: 3px 3px 7px rgba(155, 18, 0, 0.5);
}
.contact-page.content-area1
{
    background-image: none;
}
.contact-page .contentontop
{
    width: 95%;
    padding: 0;
}

.content-title
{
    padding-bottom: 1rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2rem;
    overflow-wrap: break-word;
    font-weight:bold;
}
.content-subtitle
{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    overflow-wrap: break-word;
    font-weight:bold;
    color: rgb(128, 13, 0);
}
.bodytext
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2rem;
}
.bodytext .standout
{
    background-color: rgba(255, 255, 255, 1.0);
}
.inqFormLink
{
    font-size: 1.5rem;
    font-weight: bold;
    color:rgb(155, 18, 0);
    text-decoration: none;
}
.inqFormLink:hover
{
    text-decoration: underline;
}

.contentontop
{
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 0 0.5rem 1rem 0.5rem;
    /* border-radius: 0 0 2rem 2rem; */
    font-size: 1.2rem;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.contentontop .bolded
{
    display: block;
    font-weight: bold;
    margin: 1.8rem 0 0.3rem 0;
    font-size: 1.5rem;
    color: rgba(62, 11, 9, 0.846);
}

.content-area2
{
    grid-area: d;
    height: var(--hmed);
    padding: 1rem;
    grid-column: 4 / span 3;
}
.extracontent
{
    opacity: 1.0;
}
.extracontent ul
{
    font-size: 1.1rem;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.extracontent ul li
{
    border-left: 3px dotted #000;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}
.extracontent ul li a
{
    /* color:rgb(155, 18, 0); */
    color:#000;
    text-decoration: none;
    line-height: 1.5rem;
}

.pagebottom
{
    /* border: 1px solid orange; */
    /* background-color: #eee; */
    border-radius: 25px;
    display: flex;
    /* flex-wrap:wrap; */
    /* flex-direction: column; */
    flex-flow: column wrap;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 5.5rem;
     
}
.footarea1, .footarea2
{
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.8rem;
}
.footarea1
{
padding: 1rem 0.5rem  0.5rem  0.5rem;
}
.footarea2
{
    
}