﻿body
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    color: #bebebc; /*base text color*/
    background-color: #bfbfbf; /*page background*/
    padding: 0; /*control browser indents*/
    margin: 0; /*control browser indents*/
}

#TopShadeBar /*sets above wrapper*/
{
    width: 990px; /*match wrapper*/
    height: 1px; /*bottom groove*/
    background-color: #525151; /*groove dark gray*/
    border-top: solid 7px #5e5d5d; /*top lighter gray*/
    margin: 0 auto; /*control browser indents*/
}

#Wrapper
{
    background-color: #353535;
    width: 990px; /*match wrapper*/
    margin: 0 auto; /*control browser indents*/
    padding: 0; /*control browser indents*/
    border-top: solid 1px #4b4b4a;
}

#logoBar
{
    height: 68px;
}

#logoText
{
    color: #b3ab8e; /*logo text tan*/
    font-weight: bold;
    font-size: 22px;
    padding: 42px 0 0 20px;
    margin: 0;
    float: left;
}

#logoBar #logoAfterface
{
    font-weight: normal;
}

#logoBarMenu
{
    color: #b3ab8e; /*logo text tan*/
    font-size: 12px;
    padding: 52px 20px 0 0;
    float: right;
}

#logoBarMenu ul
{
    /*padding: 30px 0; /*v-center text and remove browser indents*/
    margin: 0; /*remove browser indents*/
    list-style: none; /*remove bullets*/ /*font-size: 18px;*/
}

#logoBarMenu ul li
{
    display: inline;
}
/*horizontal list*/

#logoBarMenu ul li a
{
    padding: 0 10px 0 10px;
    margin: 0px;
    color: #b3ab8e; /*logo text tan*/
    text-decoration: none; /*remove link underlines*/
}

#logoBarMenu ul li a:hover /*reverse colors on hover*/
{
    color: #fff; /*white*/
}

h2
{
    color: #ac2c2c; /*darker-red*/
    font-weight: lighter;
}

h3
{
    font-family: Tahoma,Arial, Verdana, Sans-Serif;
    font-style: italic;
    color: #be3e2c;
}

h4
{
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: #BE3E2C;
}

#topMenu
{
    width: 950px; /*40px less than wrapper*/
    height: 84px; /*match design model */
    margin: 10px 20px 0; /*reveal wrapper on sides*/
    height: 84px; /*match design model */
    color: #bebebc; /*menu items text gray*/
    background-color: #f1f0e9; /*menu bar background*/
    clear: both;
}

#topMenu ul
{
    padding: 30px 0; /*v-center text and remove browser indents*/
    margin: 0; /*remove browser indents*/
    list-style: none; /*remove bullets*/
    font-size: 18px;
}

#topMenu ul li
{
    display: inline; /*horizontal list*/
}

#topMenu ul li:hover
{
    display: inline; /*horizontal list*/
    background-image: url(images/SelectedTab.png);
    background-repeat: repeat-x;
    width: 210px;
}

#topMenu ul li a
{
    padding: 31px 74px;
    margin: 0px; /*border-right: 1px solid #dddddd; /*why do full borders have spaces between them?*/
    color: #bebebc; /*gray*/
    background-color: #f1f0e9; /*mellowed white*/
    text-decoration: none; /*remove link underlines*/
}

#topMenu ul li a:hover /*reverse colors on hover*/
{
    /*background-image: url(images/SelectedTab.png); 	background-repeat: repeat-x; 	width: 210px;*/
    color: #f1f0e9; /*white*/
    background-color: #bebebc; /*gray*/
}

#topMenu ul li.backLayer
{
    color: White;
}

#topMenu ul li.backLayer a
{
    height: 84px; /*match design model */
    background-color: #aea68a; /*tarnished-gold*/
    color: White; /*tarnished-gold*/
    padding-left: 118px;
    padding-right: 118px;
}

#Content
{
    background-color: White;
    margin: 0 20px;
}

#associates
{
    float: left;
    margin-left: 20px;
    background-color: white;
}

#mission
{
    color: #be3e2c; /*smokey-red*/
    background-color: white;
    width: 333px;
    font-size: 18px;
    font-weight: bold;
    float: right;
    padding-top: 40px;
    margin-right: 20px;
    height:277px;
}

#members
{
    color: #be3e2c; /*smokey-red*/
    background-color: #f1f0e9;
    font-size: 14px;
    padding: 10px 0 0 10px;
    clear: both;
    overflow: auto;
}

#members ul
{
    padding: 5px 0 27px 10px;
    list-style: none;
}

#members ul li
{
    padding-top: 3px;
}

#members ul li a
{
    text-decoration: none;
    color: #be3e2c; /*smokey-red*/
}

#members ul li a:hover
{
    text-decoration: underline;
    color: Black;
}

#sideBar
{
    float: left;
    overflow: auto;
}

#mainBody
{
    float: right;
    width: 610px;
}

#mission .missionText
{
    color: #484848;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

#Footer
{
    width: 950px;
    height: 86px;
    margin: 0 20px;
    border-top: 1px solid #b3ab8e; /*logo text tan*/
}

#bottomMenu
{
    color: #deded6; /*medium-grey*/
    float: right;
    font-size: 10px;
    margin: 0 16px 0 0;
}

#bottomMenu ul li
{
    display: inline;
}
/*horizontal list*/

#bottomMenu ul li a
{
    padding: 0 5px;
    margin: 0px;
    color: #777777; /*dark-gray*/
    text-decoration: none; /*remove link underlines*/
}

#bottomMenu ul li a:hover /*set hover colors for most of menu*/
{
    color: #fff; /*white*/
}


/****************************/
/* Contact form */
/****************************/

ol.form-block
{
    list-style: none;
}

ol.form-block li
{
    padding: 3px 0 3px 0;
    font: bold 12px Arial, Tahoma, sans-serif;
    color: #33393c;
}

ol.form-block li label
{
    font: bold 12px Arial, Tahoma, sans-serif;
    color: #33393c;
    margin: 5px 0px 5px 0px;
    display: block;
}

ol.form-block li input.text
{
    color: #454545;
    padding: 3px; /*display: block;*/
    border: 1px solid #cccccc;
}

ol.form-block li select.text
{
    color: #454545;
    padding: 2px; /*display: block;*/
    border: 1px solid #cccccc;
}

ol.form-block li em
{
    color: #5c6163;
    display: block;
    margin: -12px 0px 12px 0px;
}

ol.form-block li .submit
{
    background-color: #e14d4d;
    display: block;
    margin: 0px 10px 20px 0px;
    padding: 6px 8px;
    font: bold normal Arial, Tahoma, sans-serif;
    color: #fff;
    border: 1px solid Black;
}

.staff-member
{
    min-height: 200px;
    padding-bottom: 10px;
}

.headshot img
{
    border: 1px solid #333333;
    float: right;
    margin: 0px 0px 10px 17px;
    text-decoration: none;
}

.staff-member h2
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #344349;
}

.staff-member p
{
    font-size: 10px;
}

#Content ol.list
{
    position: relative;
    margin-left: 10px;
    padding: 10px;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

#Content ol.list li
{
    height: 203px;
    position: relative;
    margin: 0 0 10px;
    border: 3px solid #f0eee6;
}

#Content ol.list img
{
    float: left;
    background-color: #f0eee6;
    border: 1px solid #e7e5dd;
    padding: 5px;
    vertical-align: sub;
    margin: 2px 5px 2px 2px;
}

#Content ol.list .title
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #344349;
}

#Content ol.list .content
{
    margin: 5px;
}

.memberImage {
    max-width: 355px;
    padding-right: 10px;
}
