html
{
    min-height: 100%;
    margin-bottom: 1px;
}

body 
{
    background-color: #9DA3AF; 
    margin: 0 auto;
    font-family: Trebuchet MS, sans-serif;
    font-size: 11pt;
    color: #303538;
}

div.center
{
    position: relative;
    width: 1000px;
    margin: auto;
}
    
div#top_banner_row1
{
    width: 100%;
    height: 24px;
    background-image: url("../images/top_banner_above.png");
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1;
}

div#top_banner_row2
{
    position: relative;
    width: 100%;
    height: 80px;
    background-image: url("../images/gradient_top.png");
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1;
}

div#top_banner_row3
{
    width: 100%;
    height: 26px;
    background-image: url("../images/stripes_diagonal.png");
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1;
}

#bottom_banner
{
    width: 100%;
    height: 83px;
    background-image: url("../images/bottom_banner.png");
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1;
}

div.content_background
{
    position: relative;
    width: 100%;
    background-image: url("../src/gradient_center.png");
    background-position: top left;
    background-repeat: repeat-y;
    z-index: 0;
}

div#content_main
{
    width: 800px;
    margin: auto;
    padding: 18px 0 16px 0;
    z-index: 1;
}

#content_bottom
{
    position: relative;
    width: 100%;
    height: 200px;
    margin: auto;
    background-image: url("../images/gradient_bottom.png");
    background-position: bottom left;
    background-repeat: repeat-x;
    z-index: 1;
}

div#logo
{
    position: absolute;
    top: -20px;
    left: 65px;
    width: 76px;
    height: 100px;
    background-image: url("../images/esc_logo.png");
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 2;
}

#menu_bar
{
    float: left;
    margin: 6px 0 0 95px;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 3;
}

div.menu_item, div#menu_you_are_here
{
    margin: 0 43px 0 0;
    float: left;
}

div#menu_you_are_here
{
    color: #B7D1F6;
}

a.blog
{
    color: #FFFFFF;
}

a.menu
{
    text-decoration: none;
}

a.menu:link 
{
    color: #FFFFFF;
}

a.menu:visited 
{
    color: #FFFFFF;
}

a.menu:hover
{
    color: #E0ECFD;
}

a
{
    color: #39659F;
	text-decoration: none;
}

div#contact
{
    float: right;
    margin: 3px 88px 0 0;
    font-family: Trebuchet MS, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    z-index: 2;
}

div.contact_item
{
    margin: 2px 0 0 0;
    float: left;
}

div#esc_logo_tiny
{
    margin: 0 7px 0 7px;
    float: left;
    width: 15px;
    height: 18px;
    background-image: url("../images/esc_logo_tiny.png");
    background-position: top left;
    background-repeat: no-repeat;
}

div#footer
{
    width: 100%;
    text-align: center;
	padding: 184px 0 0 0;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    z-index: 2;
}

div#name
{
    position: absolute;
    top: 14px;
    left: 151px;
    width: 552px;
    height: 65px;
    z-index: 3;
}

div.people_title_bar
{
    min-height: 60px;
    padding: 7px;
    margin: 5px 0;
    background-color: #668FC9;
    color: #FFFFFF;
    clear: both;
}

img.people
{
    float: left;
    padding: 0 7px 0 0;
    width: 60px;
    height: 60px;
}

div.people_desc
{
    margin: 0 0 10px 0;
    line-height: 1.3em;
}

td.header 
{
    font-size: 14px;
    font-weight: bold;
    color: #659824;
    background: #303538;
    padding: 4px;
    text-align: center;
}   

td.content
{
    border: 1px dotted #878d19;
    padding: 8px;
    font-size: 10pt;
    vertical-align: top;
}

.sub_head_gold
{
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #659824;
    margin-bottom: 8px;
}

.press_article
{
    font-style: italic;
}

.contact_label
{
    width: 15em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}

.heading_a
{
    font-size: 15pt;;
}

.heading_b
{
    font-size: 12pt;
}

.page_heading
{
    font-size: 18pt;
    margin: 0  0 10px 0;
    clear: both;
}

.page_sub_heading
{
    font-size: 16pt;
    margin: 10px 0;
}

.caption 
{
    font-size: 10pt;
    text-align: left;
    font-style: italic;
} 

.featured
{
    border: 1px dotted #878d19;
    padding: 10px;
    background: #fbf6ec;
    float: left;
}
/* CSS Document */

