﻿body 
{
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.page
{
    width: 100%;
    background-position: center;
}

.ma
{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.shadow
{
    width: 100%;
    height: 5px;
    background-image: url('/_common/img/shadow.gif');
    background-repeat:repeat-x;
}

.container
{
    width: 945px;
    margin: 0 auto;
    background: #ffffff;
    border-right: solid 25px;
}

.header
{
    position: relative;
    width: 945px;
    height: 166px;
}

.header .date
{
    position: absolute;
    width: 300px;
    left: 220px;
    bottom: 60px;
}

.header .contact-details
{
    position: absolute;
    width: 300px;
    right: 45px;
    bottom: 60px;
}

div.logo
{
    position: absolute;
    width: 148px;
    height: 166px;
    left: 35px;
    bottom: 0px;
}

div.logo a
{
    display: block;
    width: 148px;
    height: 166px;
    background-repeat: no-repeat;
}

ul.nav
{
    position: absolute;
    width: 750px;
    right: -25px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.nav li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

ul.nav li a
{
    position: relative;
    float: left;
    display: block;
    width: 150px;
    height: 36px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

ul.nav li a span
{
    position: absolute;
    width: 135px;
    left: 15px;
    bottom: 4px;
}

ul.nav li a:hover
{
    width: 150px;
    height: 32px;
    border-bottom: solid 4px;
    background: #ffffff !important;
}

ul.nav li a:hover span
{
    left: 15px;
    bottom: 0px;
}

ul.nav2
{
    width: 148px;
    margin: 0px;
    padding: 0px 0px 20px;
    list-style-type: none;
}

ul.nav2 li
{
    margin: 0px 0px 1px;
    padding: 0px;
}

ul.nav2 li a
{
    display: block;
    width: 128px;
    margin: 0px;
    padding: 5px 10px;
    text-align: right;
}

.content
{
    width: 910px;
    padding: 52px 0px 15px 35px;
}

.content.border-438
{
    background-image: url('/_common/img/px-f5c0d9.gif');
    background-position: 507px 0px;
    background-repeat: repeat-y;
}

.content .lhcol
{
    width: 148px;
    float: left;
}

.content .rhcol
{
    width: 725px;
    float: right;
    
}

.content .rhcol .left-250
{
    width: 250px;
    float: left;
}

.content .rhcol .right-437
{
    width: 437px;
    float: right;
}

.content .rhcol .left-335
{
    width: 335px;
    float: left;
}

.content .rhcol .right-320-padded
{
    width: 320px;
    float: right;
    padding: 0px 45px 0px 0px;
}

.content .rhcol .span-680-padded
{
    width: 680px;
    padding: 0px 45px 0px 0px;
}

.clearfix
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

.footer
{
    width: 680px;
    margin: 0px 0px 0px 220px;
    padding: 15px 45px 35px 0px;
    border-top: solid 1px;
}

/* Portfolio */
ul.portfolio
{
    width: 392px;
    list-style-type: none;
    border-bottom: solid 1px #f5c0d9;
    margin: 0px !important;
    padding: 0px 0px 10px !important;
    text-align: right !important;
}

ul.portfolio li
{
    display: inline;
    margin: 0px !important;
    padding: 0px 0px 0px 20px !important;
    line-height: 1em  !important;
}

table.portfolio 
{
    border-collapse: collapse;
    width: 392px;
}

table.portfolio td.logo
{
    width: 120px;
    border-right: solid 1px #f5c0d9;
    border-bottom: solid 1px #f5c0d9;
    text-align: center;
}

table.portfolio td.icon
{
    width: 32px;
    padding: 10px;
    border-right: solid 1px #f5c0d9;
    border-bottom: solid 1px #f5c0d9;
    text-align: center;
}

table.portfolio td.desc
{
    padding: 15px;
    border-right: solid 1px #f5c0d9;
    border-bottom: solid 1px #f5c0d9;
}

div.portfolio
{
    margin: 0px 0px -2px;
}

div.portfolio .scroll-pane
{
    height: 420px;
    width: 415px;
    overflow: auto;
}

/* QUIZ */
table.quiz
{
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0px 15px;
}

table.quiz td.image
{
    border: solid 1px #f5c0d9;
    width: 120px;
    padding: 10px;
}

table.quiz td.image img
{
    width: 120px;
    height: 120px;
}

table.quiz td.question
{
    border-bottom: solid 1px #f5c0d9;
    padding: 15px 1px 0px;
    vertical-align: bottom;
}

table.quiz td.question h5
{
    margin-left: 15px;
}

table.question
{
    border-collapse: collapse;
    width: 100%;
}

table.question td
{
    padding: 5px 5px 5px 15px;
    background: #fcecf4;
    border-top: 1px solid #ffffff;
    color: #000000;
}

table.question td input
{
    padding: 0px;
    margin: 2px 5px 2px 0px;
}