body {
    background-color: #00091C;
}

#layout_body {
    background-color: #000529;    
    background-image: url(../../images/bg-body.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center; /* for IE 6*/
    padding-top: 10px;
    padding-bottom: 140px;  
    min-width: 900px;  
}

#layout_body_shadow {
    height: 25px;
    background-image: url(../../images/shadow-body.gif);
    background-repeat: repeat-x;
    background-position: top center;
}

#layout_container { 
    width: 900px;
    margin: 0 auto; /* the right way to center in CSS */
    text-align: left; 
}

#layout_header {
    height: 76px;
    background-image: url(../../images/bg-header.gif);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}

#header {
    color: #FFF;       
}

#header h1 {
    width: 240px;
    height: 47px;
    background-image: url(../../images/logo-header.gif);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 12px;
    left: 20px;
}

#header h1 a {
    width: 240px;
    height: 47px;
    display: block;
    text-indent: -10000em;
}

#layout_menu_main {
    background-image: url(../../images/bg-menu-main-white.gif);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #FFF;
    letter-spacing: 1px; 
    text-align: center;
}

#menu_main { 
    border-left: 1px solid #FFF;
    margin: 0 auto;
}

#menu_main .item {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    line-height: 26px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background-repeat: repeat-x;
    background-position: center center;
}

#menu_main .item a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 0 20px;
}

#menu_main .selected_item {
    padding: 0 20px;
}




#menu_main .darkblue {
    background-image: url(../../images/bg-menu-darkblue.gif);
}

#menu_main .green {
    background-image: url(../../images/bg-menu-green.gif);
}

#menu_main .blue {
    background-image: url(../../images/bg-menu-blue.gif);
}

#menu_main .lightblue {
    background-image: url(../../images/bg-menu-lightblue.gif);
}

#menu_main .darkgreen {
    background-image: url(../../images/bg-menu-darkgreen.gif);
}

#menu_main .purple {
    background-image: url(../../images/bg-menu-purple.gif);
}

#menu_main .selector_bar {
    background-image: url(../../images/bg-selector-bar.gif);
    border-right: 1px solid #FFF;
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 4px;
}


#menu_main .selector_bar .before_selected {
    background-image: url(../../images/bg-selector-bar.gif);
    border-right: 1px solid #FFF;
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 4px;
}


#menu_main .selector_bar .darkblue{
    background-image: none;
    background-color: #1A4E68;
    border-right: 1px solid #FFF;
}

#menu_main .selector_bar .green{
    background-image: none;
    background-color: #1A7072;
    border-right: 1px solid #FFF;
}

#menu_main .selector_bar .lightblue{
    background-image: none;
    background-color: #095A85;
    border-right: 1px solid #FFF;
}

#menu_main .selector_bar .darkgreen{
    background-image: none;
    background-color: #2B5E74;
    border-right: 1px solid #FFF;
}

#menu_main .selector_bar .purple{
    background-image: none;
    background-color: #36446C;
    border-right: 1px solid #FFF;
}

#menu_main .selector_bar .blue{
    background-image: none;
    background-color: #204A7C;
    border-right: 1px solid #FFF;
}

#menu_main .selector_bar .subitem {
}

#menu_main .selector_bar .subitem .selected {
    background-color: #095A85;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

#layout_main_content {
    background-color: #FFF;    
}

#main_content {
    padding: 34px 82px 34px 82px;
}

#main_content .content_columns {
    width: 100%;
}


#main_content .content_columns .left_column {
}

#main_content .content_columns .right_column {
    padding-left: 30px;
    
}

#main_content .content_columns .sub_columns {
    width: 100%;
}

#main_content a {
    text-decoration: none;
    color: #3C5978;
}

#main_content a:hover {
    text-decoration: underline;
}

#main_content em {
    font-style: normal;
    font-weight: bold;
}

#main_content .sidebar_box { 
   line-height: 0px; 
 /*  width: 206px; */ 
}

#main_content .left_column p {
    text-align: justify;
}



/*#main_content .sidebar_box .width_philosophy {
    width: 206px;
}

#main_content .sidebar_box .width_organization { 
   width: 270px; 
}*/

#main_content .sidebar_box .top {
    margin-bottom: 0px;
    line-height: 0px;
}

#main_content .sidebar_box .top img {
    display: block;
}

#main_content .sidebar_box .content {
   border-left: 1px solid #3C5978;
   border-right: 1px solid #3C5978;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   line-height: 0px;
   padding-top: 2px;
   
}

#main_content .sidebar_box .inbox_text {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8px;
    line-height: 1.6em;
}

#main_content .sidebar_box .content .slogan {
   text-transform: uppercase;
   color: #3C5978; 
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
   font-size: 10px;
   line-height: 2.4em;
   padding: 15px 25px 5px 25px;
   margin: 0px 0px;
   letter-spacing: 1px;
}

#main_content .sidebar_box .content .title {
   text-transform: uppercase;
   color: #3C5978; 
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
   font-size: 10px;
   line-height: 2.4em;
   padding: 3px 25px 2px 25px;
   margin: 0px 0px;
   letter-spacing: 1px;
}

#main_content .sidebar_box .bottom {
   margin-top: 0;
   line-height: 0;
}

#main_content .sidebar_box .bottom img {
    display: block;
}

#main_content .bios {
    margin-bottom: 18px;
}

#main_content .bios h3 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    font-family: "Georgia", "Georgia", serif;
    margin-bottom: 0;
    line-height: 1.2em;
    letter-spacing: normal;
}

#main_content .bios h3 .degree {
    font-weight: normal;
    padding-right: 0.4em;
}

#main_content .bios h3 .job {
    font-weight: normal;
    font-style: italic;
}

#main_content h2 {
    text-transform: uppercase;
    color: #3C5978;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

#main_content h3 {
    line-height: 1.6em;
    color: #3C5978;
    font-size: 14px;
    text-transform: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 6px;
}

#main_content h4 {
    line-height: 1.6em;
    color: #3C5978;
    font-size: 12px;
    text-transform: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}

#main_content h5 {
    color: #3C5978;
    font-family: "Georgia", "Georgia", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.0em;
}

#main_content h6 {
    color: #3C5978;
    font-family: "Georgia", "Georgia", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.0em;
    padding: 0 0; 
}

#main_content p {
    font-family: "Georgia", "Georgia", serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.0em;
}



#main_content h2 .sub {
    display: block;
   /* font-family: "Georgia", "Georgia", serif;*/
    font-size: 12px;
    text-transform: none;
    padding: 4px 0;
    letter-spacing: 2px;
}

#layout_footer {
    background-image: url(../../images/corners-main-body.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 8px;
    color: #FFF;
}


#layout_footer .menu {
    padding: 5px 0 0 0;
    font-size: 10px;
    text-align: center;
}

#layout_footer .menu a {
    color: #FFF;
    margin: 0.5em;
}



#footer {
    font-size: 9px;
    text-align: center;   
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    padding: 5px 82px;
    line-height: 1.2em;
}

#footer a {
    color: #FFF;
}

.home #layout_header {
    height: 400px;
    background-image: url(../../images/bg-header-home.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}

.home #header h1 {
    width: 280px;
    height: 58px;
    background-image: url(../../images/logo-header-home.gif);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 318px;
    left: 324px;
}


.home #header h1 a {
    width: 280px;
    height: 58px;
}

.home #main_content {
    padding: 34px 66px 34px 72px;
}

.home #main_content .content_columns h2 {
    line-height: 1.4em;
}

.home #main_content .content_columns h4 {
    font-family: "Georgia", serif;
    font-weight: bold;
    letter-spacing: normal;
    white-space: nowrap;
}


.home #main_content .content_columns .left_column {
    width: 230px;
    text-align: right;
    padding-right: 38px;
}

.home #main_content .content_columns .middle_column {
    width: auto;
    font-family: "Georgia", serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.0em;
}

.home #main_content .content_columns .right_column {
    width: 80px;
    vertical-align: bottom;
    text-align: right;
    padding: 0;
}

