* {
    margin: 0;
    padding: 0;
    color: #fff;
    border: none;
    text-decoration: none;
    list-style: none;
    font: 100%/1.4;
    font-family: Helvetica,Areal;
}

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

body {
    background: #e5e5e5 url("images/body.gif") 50% 0 repeat-y;
    font-size: 75%;
}

p {
    margin-bottom: 1em;
}

a:focus {
    outline: 0px;
}

#header {
    background: #85bad5 url("images/header.gif") 50% 0 no-repeat;
}

#navigation {
    position: relative;
    margin: 0 auto;
    width: 818px;
    height: 91px;
}

#navigation ul {
    position: absolute;
    right: 20px;
    bottom: 0;
}

#navigation li {
    float: left;
    margin-left: 1px;
    background: url("images/navtab-left.gif") no-repeat;
    height: 29px;
}

#navigation a {
    display: block;
    float: left;
    padding: 7px 0px 2px 0px;
    background: url("images/navtab-right.gif") top right no-repeat;
}

#navigation a#esprit {
    float: none;
    position: absolute;
    top: 31px;
    left: 54px;
    padding: 0;
    background: none;
    text-indent: -1000em;
    width: 218px;
    height: 32px;
}

#navigation span {
    display: block;
    padding: 0 10px 3px 10px;
    border-bottom: 2px solid #595959;
    font-size: 11px;
    font-weight: bold;
}

#navigation a:hover span, #navigation li.active span {
    border-bottom: 2px solid #66add2;
}

#page {
/*
    position: relative;
    left: -1px;
    margin: 0 auto;
    padding-bottom: 1em;
    width: 801px;
*/
    margin: 0px auto 0px auto;
    margin-bottom: 0px;
    padding-bottom: 1em;
    width: 802px;
    height: 90%;
}

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

#feature {
    padding: 11px 0 11px 9px;
    background-color: #333332;
}

#sub-navigation {
    padding: 2px 10px 0 10px;
    background-color: #333332;
    width: 781px;
}

#sub-navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html #sub-navigation {
    height: 1%;
}

#sub-navigation li {
    float: left;
    height: 33px;
}

#sub-navigation li.active {
    background: url("images/subnavtab-left.gif") no-repeat;
}

#sub-navigation a, #sub-navigation a:hover {
    display: block;
    float: left;
    padding: 10px 8px;
    text-decoration: none;
}

#sub-navigation li.active a {
    background: url("images/subnavtab-right.gif") top right no-repeat;
}

#sub-navigation span {
    padding-left: 18px;
    background: url("images/arrow-blue.gif") 0 50% no-repeat;
}

#sub-navigation a:hover span, #sub-navigation li.active span {
    background: url("images/arrow-white.gif") 0 50% no-repeat;
}

#content {
    padding: 10px 0 15px 8px;
    background-color: #666665;
    border-bottom: 191px solid #66add2;
}

#progress {
    position: relative;
    margin-top: 1em;
    background: url("images/progress-top.gif") no-repeat;
    font-size: 90%;
    width: 776px;
}

#progress p {
    margin-bottom: 0;
    padding: 14px 23px;
    background: url("images/progress-bottom.gif") left bottom no-repeat;
}

#progress em {
    color: #64a7ca;
	font-style: normal;
}

#progress span {
    position: absolute;
    top: 10px;
    right: 14px;
}

#progress a {
    display: block;
    float: left;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
    width: 108px;
    height: 23px;
}

#progress a.prev {
    background-image: url("images/prev-page.gif");
}

#progress a.next {
    margin-left: 3px;
    background-image: url("images/next-page.gif");
}

#progress a.highlight {
    margin-left: 3px;
    background-image: url("images/next-highlight.gif");
}

#footer {
    padding: 8px 16px;
    background-color: #484847;
    color: #9f9f9f;
    /*border-bottom: 1px solid #67add2;*/
    font-size: 80%;
    text-align: center;
    width: 769px;
}

#footer * {
    margin-bottom: 0;
    color: #9f9f9f;
}

