*
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    background: #fff;
    color: #444;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

#content .inner
{
    background: url("content.jpg") repeat-y #fff;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}

#content p
{
    padding: 0 30px 10px 30px;
    text-align: justify;
}

#content h2
{
    margin: 0 20px 0 20px;
    height: 30px;
    font-size: 1.5em;
}

#content h2 span
{
    color: #999;
}

#content a
{
    color: #a70607;
    text-decoration: none;
}

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

#content ul
{
    margin: 0 0 0 10px;
    list-style-type: none;
}

#content ul li
{
    background: url("li.jpg") no-repeat 0px 3px;
    padding: 0 30px 10px 60px;
    text-align: justify;
}

#content ul li span
{
}

/* News */

#content .news p.date
{
    color: #6f282a;
    padding-bottom: 5px;
    font-weight: bold;
}

#content .news img
{
    padding: 0 0 10px 30px;
}

/* Form */

#content .form
{
    padding: 0 20px 10px 30px;
    overflow: hidden;
}

#content .form label, #content .form div.label
{
    display: block;
    width: 214px;
    float: left;
    line-height: 1.5em;
}

#content .form div.label
{
    height: 40px;
}

#content .form label input.text
{
    padding: 2px;
    width: 200px;
    border: 1px solid #aaa;
}

#content .form label textarea
{
    padding: 2px;
    width: 200px;
    border: 1px solid #aaa;
}

#content .form label input.button
{
    padding: 2px 5px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #999;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #999;
    background: #eee;
}

#content .form p.thankyou
{
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    padding: 0;
}

#content .form div.errors
{
    padding: 0 0 10px 0;
    color: #a00;
}

/* Consortium */

#consortium
{
    padding: 0 30px 10px 30px;
}

#consortium table
{
    width: 100%;
}

#consortium table tr td.logo
{
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px 5px 0;
}

#consortium table tr td.text
{
    vertical-align: middle;
    padding: 5px 0;
}

/* Deliverables */

#deliverables
{
    padding: 0 30px 5px 30px;
}

#deliverables table
{
    width: 100%;
    border-collapse: collapse;
}

#deliverables table thead tr
{
    border-bottom: 20px solid #e8e9eb;
}

#deliverables table thead th
{
    text-align: left;
    padding: 5px;
    background: #aaa;
}

#deliverables table tbody tr
{
    border-bottom: 5px solid #e8e9eb;
}

#deliverables table tbody tr.top
{
    border-top: 20px solid #e8e9eb;
}

#deliverables table tbody td
{
    vertical-align: top;
    background: #f2f4f5;
    padding: 5px;
}

/* Menu */

#left ul
{
    list-style-type: none;
}

#left ul li
{
    display: block;
    padding-bottom: 2px;
}

#left ul li.top
{
    padding-top: 18px;
}

#left ul li a
{
    display: block;
    border-left: 15px solid #b3c0c5;
    padding: 20px 5px 5px 0;
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
}

#left ul li.col1 a
{
    background: #a0bac6;
}

#left ul li.col2 a
{
    background: #8fc3db;
}

#left ul li.col3 a
{
    background: #89cae7;
}

#left ul li a:hover
{
    background: #398aaf;
}

#left ul li.active a
{
    border-color: #a70607;
}

/* Right */

#right .inner
{
    background: url("right.jpg") repeat-y;
    margin-bottom: 5px;
    padding: 10px 0 10px 10px;
    color: #fff;
}

#right h2
{
    padding: 0 0 10px 0;
    font-size: 1.25em;
}

#right span
{
    font-weight: bold;
}

#right a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

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

#right div.logo
{
    padding: 15px 0 20px 0;
}

/* Header */

#header h1
{
    display: none;
}

/* Layout */

#container
{
    width: 760px;
    margin: 0 auto;
}

#header
{
    position: relative;
    height: 175px;
    padding-top: 15px;
}

#left
{
    float: left;
    width: 150px;
    margin-top: 30px;
    margin-bottom: 18px;
}

#right
{
    float: right;
    width: 130px;
    margin-top: 30px;
}

#content
{
    margin: 0 130px 0 150px;
}

#footer
{
    clear: both;
    background: #eee;
    padding: 20px;
    border-bottom: 15px solid #fff;
}

/* */

.clear
{
    clear: both;
}

