/* general site styles */

body{
    background-color: #DBEA9B;
    margin: 0px;
    padding: 0px;
    /*border-left: 5px solid #3B291E;
    border-right: 5px solid #3B291E;*/
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    /*border-bottom: 20px solid #9e2e2f; */
}

a{
    color: #F88C10;
    text-decoration: none;
    outline: none;
}

#content a{
    color: #036;
}

a:hover{
    text-decoration: underline overline;
}


/*********************** HEADER ELEMENTS ********************************/

#topContainer{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 212px;
    background-color: #75624F; /* A28A71 */
    border-bottom: dotted #141311 1px;
}

#leftTopDiv{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 212px;
    width: 310px;
    background: url(Images/tile.jpg);
    border-right:10px solid #3B291E;
    z-index: 5;
}

#bench{
    position: absolute;
    left: 550px;
    top: 0px;
    width: 180px;
    height: 212px;
    background: url(Images/cushion.jpg);
    border: #635631 solid;
    border-width: 0px 2px 0px 2px;
}

#bench h1{
    margin-top: 50px;
    font-family: Georgia, Garamond, Baskerville, serif;
    /* font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; */
    font-size: 32px;
    text-align: center;
    color: #E3FAAA;
    font-weight: bold;
    font-variant: small-caps;
    padding: 0px;
}

#bench p{
    color: #E0F587;
    font-family: Garamond, Georgia, Baskerville, serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
}

/************************ NAVIGATION ************************************/

.white{
    position: absolute;
    left: 320px;
    height: 30px;
    width: 180px;
    border-top: 1px dotted black;
    border-left: none;
    border-right: 5px solid #663;
    background-color: #E0EE87;
}

.white:hover, .white.hover{
    border-right: 5px solid #977E63;
    border-top: 1px solid #977E63;
    border-bottom: 1px solid #977E63;
    background-color: #dbea9b;
    z-index: 1;
}

.white a {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-align: right;
    display: block;
    height: 28px;
    width: 170px;
    vertical-align: middle;
    padding: 6px;
}

.white a:active {
    border-top: 3px solid #977E63;
    height: 25px;
}

.white a:hover:before{
    content: "\222B~";
}

#key1{
    border-top: none;
    top: 0px;
}

#key2{
    top: 30px;
}

#key3{
    top: 60px;
}

#key4{
    top: 90px
}

#key5{
    top: 120px;
}

#key6{
    top: 150px;
}

#key7{
    top: 180px;
    border-bottom: 1px solid #E0EE87;
}


.black{
    position: absolute;
    left: 320px;
    height: 18px;
    width: 90px;
    border: 1px solid black;
    border-right: 5px solid #635631;
    background-color: #141311;
    z-index: 2;
}

.black:hover, .black.hover{
    border-right: 5px solid #3B291E;
    color: white;
}

.black P{
    visibility: hidden;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #DBEA9B;
}

.black:hover P, .black.hover P{
    visibility: visible;
    display: block;
    float: right;
    margin: 3px;
}

#keyA{
    top: 20px;
}

#keyB{
    top: 50px;
}

#keyC{
    top: 110px;
}

#keyD{
    top: 140px;
}

#keyE{
    top: 170px;
}

/************************** CONTENTS ELEMENTS ***************************/

#bottomContainer{
    position: relative;
    background: url(Images/score5.jpg) repeat;
    top:0;
    left: 0;
    overflow: auto;
    width: 100%;
}

#headshot{
    position: absolute;
    top: 0px;
    left:0px;
    z-index: 10;
}

#pageHeading{
    position: absolute;
    top: 348px;
    left: 0px;
    width: 320px;
    background: #722; /* #A28A71 */
    border: solid 1px #141311;
    border-right: none;
    z-index: 10;
}

#pageHeading h1{
    margin: 5px 5px 24px 0px;
    text-transform: uppercase;
    font-family: Baskerville, Georgia, Garamond, serif;
    font-size: 24px;
    font-weight: bold;   
    text-align: right;
    color: black;
}

#pageHeading P {
    color: #141311;
    margin: 0px 5px 3px 0px;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

#content{
    float:left;
    margin: 42px 0px 0px 321px;
    padding: 0px 15px 10px 20px;
    background: #AA5;
    width: 600px;
    border: 1px black solid;
    border-bottom: none;
    z-index: 0;
}

#content p{
    width: 470px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    line-height: 1.5em;
}

#footer{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    height: 20px;
    background-color: #722;
    margin-bottom: 0px;
}

#footer P{
    margin: 5px;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 10px;
    text-align: right;

}