﻿body {
    background-color: #1c355e;
}

.email {
    margin-left: 15px;
}

.body-content {
    background-color: white;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.outerHeaderContainer {
    width: 80%;
}

#browserDisclaimerFallback {
    color: white;
}

.introPresentation {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.staff-list {
    margin-top: 60px;
}

    div.staff-list ul li {
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }

        div.staff-list ul li a {
            font-size: 10pt;
        }

    div.staff-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    div.staff-list img {
        border: solid 1px black;
        margin-bottom: 10px;
    }

    div.staff-list div.staff-dept {
        margin-bottom: 50px;
    }

.worktitle {
    font-size: 18px;
    font-family: verdana, arial, sans-serif;
    color: #033E54;
    font-weight: bold;
}

.terrebonneLogo {
    background: transparent;
    z-index: -1;
    opacity: .9;
    position: absolute;
    margin-top: 30px;
    margin-left: -90px;
}

.terrlogo {
    opacity: .15;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0px;
   
    background: url(Images/terrebonne2.jpg) no-repeat top ;
} 


/*.terrlogo:after {
        background: url(Images/terrebonnelogo.jpg) no-repeat center;
        content: "";
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -o-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: 0.5;
        top: 0;
        left: 0;
         
         bottom:0;
        right: 0;
        position: absolute;
        z-index: -1;
    }*/
