/* MIDDLE CONTAINER */
.middle {
    position: relative;
    width: 100%;
    margin: 10px 0 0;

    z-index: 0;
    background-color: #ffffff;
}

.middle td {
    vertical-align: top;
}

.top_desc {
    margin: 0 0 10px;
}

.top_desc,
.top_desc * {
    z-index: -5;
}

.top_desc td.left {
    width: 250px;
    padding-right: 5px;
}

.top_desc .right {
    width: 250px;
}

.top_desc .faces td {
    width: 125px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.top_desc .faces img {
    padding: 1px;
    border: 1px solid #3d4242;
    background-color: #fff;
}

.top_desc p {
    color: #000000;
    font-family: Verdana;
    font-size: 13px;
    line-height: 14px;
    padding-top: 7px;
}


.project_bar {
    padding-top: 10px;
}

.project_bar h1 {
    width: 100%;

    font-family: Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 22px;
    color: #d60a0a;

    border-bottom: 1px solid #d60a0a;
}

.project_bar h2 {
    padding-top: 1em;

    font-family: Verdana, Sans-Serif;
    font-weight: Normal;
    font-size: 18px;
}

.project_bar div.project_list {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    padding: 0;
}
.project_bar div.left {
    float: left;
    padding-right: 3px;
    width: 122px;
}
.project_bar div.right {
    float: right;
    padding-left: 0;
    padding-right: 5px;
    width: 120px;
}
.project_bar div.project_list a {
    display: block;
    margin: 10px 0;
}

.project_bar .project_list .left {
    width: 260px;
}
.project_bar .project_list .right {
    width: 196px;
}
.project_bar .project_list a {
    color: #000000;
    text-decoration: none;
}

.project_bar .project_list a:hover {
    color: #d60a0a;
}

.project_bar .project_image {
    text-align: center;
}

.bar {
  border-top: 1px solid #ffffff;
}

.bar li,
.bar p {
    font-family: Verdana;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0px;
}

.bar h3 {
    position: relative;
    display: block;
    z-index: 1000;

    padding: .3em 0em .2em .5em;

    background-color: #3d4242;

    font-family: Verdana, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.bar h4 {
    font-family: Verdana;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px;
}
.bar h5 {
    font-size: 13px;
    margin: 5px 0 3px 0;
}
.bar .text {
    padding: 0 10px 10px;
}
.bar .text p {
    margin-bottom: 3px;
}
body.index .bar .text {
    padding-left: 2px;
}
.news_bar .text { 
    margin-top: 5px;
}

.middle_news .right {
    width: 200px;
}
.middle_news .button {
    width: 173px;
    height: 38px;
    padding: 1px;
    margin: 0px auto 10px;
    border: 1px solid #3d4242;
    background-color: #fff;
}

.middle_news .button a,
.middle_news .button a:visited,
.middle_news .button a:hover,
.middle_news .button a:active {
    display: block;
    width: 173px;
    height: 38px;
    line-height: 38px;

    color: #3d4242;
    background-color: #aecccc;
    text-decoration: none;
    text-align: center;
}


.middle_news li a,
.middle_news li a:visited,
.middle_news p a,
.middle_news p a:visited {
    color: #000;
}

.middle_news li a:hover,
.middle_news li a:active,
.middle_news p a:hover,
.middle_news p a:active {
    color: #d60a04;
}

.middle_news .text ul.items { 
  margin-top: 10px;
}
.middle_news .text ul.items li {
  margin-bottom: 5px;
}

.text ul.disc {
    padding: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
}
.text ul.disc li {
    margin-bottom: 5px;
}

/* DISCLAIMER */

.disclaimer {
  position: relative;
  width: 100%;
  padding-top: .5em;
  height: 25em;
}

.disclaimer h2 {
  font-family: Verdana, Sans-Serif;
  font-size: 22px;
  font-weight: normal;
  color: #d60a0a;
  margin: 0 15px 10px;
}

.disclaimer p {
  font-size: 13px;
  margin: 0 15px 10px;
}

body.index div.news_bar a.bold {
  font-weight: normal;
}
