﻿*
{
    border: 0;
    padding: 0;
    margin: 0;
}

html, body
{
    height: 100%;
}

body
{
    margin: 0px;
    font-family: verdana, sans-serif;
    font-size: 0.7em;
    height: 100%;
    line-height: 1.5em;
    background: #e9ebeb;
}

a
{
    color: #ff0000;
    text-decoration: underline;
}

div#header
{
    width: 100%;
    background-color: #29393d;
    height: 150px;
    padding: 10px 0;
}

div#header .inner
{
    background-repeat: no-repeat;
    background-position: right top;
    width: 990px;
    height: 150px;
    margin: 0px auto;
}

div#container
{
    width: 1000px;
    min-height: 420px;
    margin: 10px auto;
}
div#dropshadowcontainer
{
    margin: 0 0 0 5px;
}

div#leftnav
{
    width: 236px;
    float: left;
}

div#menu
{
    margin-left: 12px;
}

div#menu a
{
    line-height: 29px;
    display: block;
    height: 29px;
    width: 224px;
    background-color: #f3f5f9;
    background-repeat: no-repeat;
}

div#menu a#b_home
{
    background-image: url("images/b_home.jpg");
    outline: none;
}

div#menu a#b_home:hover
{
    background-image: url("images/b_home.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_about
{
    background-image: url("images/b_about.jpg");
    outline: none;
}

div#menu a#b_about:hover
{
    background-image: url("images/b_about.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_forums
{
    background-image: url("images/b_forums.jpg");
    outline: none;
}

div#menu a#b_forums:hover
{
    background-image: url("images/b_forums.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_services
{
    background-image: url("images/b_services.jpg");
    outline: none;
}

div#menu a#b_services:hover
{
    background-image: url("images/b_services.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_heft_academy
{
    background-image: url("images/b_heft_academy.jpg");
    outline: none;
}

div#menu a#b_heft_academy:hover
{
    background-image: url("images/b_heft_academy.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_downloads
{
    background-image: url("images/b_downloads.jpg");
    outline: none;
}

div#menu a#b_downloads:hover
{
    background-image: url("images/b_downloads.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_news
{
    background-image: url("images/b_news.jpg");
    outline: none;
}

div#menu a#b_news:hover
{
    background-image: url("images/b_news.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_contact
{
    background-image: url("images/b_contact.jpg");
    height: 32px;
    outline: none;
}

div#menu a#b_contact:hover
{
    background-image: url("images/b_contact.jpg");
    height: 32px;
    background-position: top right;
    outline: none;
}

div#menu a#b_fit_for_business
{
    background-image: url("images/b_fit_for_business.jpg");
    outline: none;
    height: 29px;
}

div#menu a#b_fit_for_business:hover
{
    background-image: url("images/b_fit_for_business.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_continuous_improvement
{
    background-image: url("images/b_continuous_improvement.jpg");
    outline: none;
    height: 30px;
}

div#menu a#b_continuous_improvement:hover
{
    background-image: url("images/b_continuous_improvement.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_culture_of_excellence
{
    background-image: url("images/b_culture_of_excellence.jpg");
    outline: none;
    height: 28px;
}

div#menu a#b_culture_of_excellence:hover
{
    background-image: url("images/b_culture_of_excellence.jpg");
    background-position: top right;
    outline: none;
}

div#menu a#b_meet_the_team
{
    background-image: url("images/b_meet_the_team.jpg");
    outline: none;
    height: 29px;
}

div#menu a#b_meet_the_team:hover
{
    background-image: url("images/b_meet_the_team.jpg");
    background-position: top right;
    outline: none;
}

div#menu div.b_sublevel3
{
    background: url("images/b_sublevel3.jpg") no-repeat;
    width: 224px;
    height: 23px;
    color: #5A7B79;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    outline: none;
}

div#menu div.b_sublevel3 a
{
    width: 194px;
    height: 19px;
    color: #5A7B79;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    float: left;
    margin-top: -4px;
    background: transparent;
    outline: none;
}

div#menu div.b_sublevel3_on
{
    background: url("images/b_sublevel3_on.jpg") no-repeat;
    width: 224px;
    height: 23px;
    color: #28393D;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    outline: none;
}

div#menu div.b_sublevel3_on a
{
    width: 194px;
    height: 19px;
    color: #28393D;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    float: left;
    margin-top: -4px;
    background: transparent;
    outline: none;
}

div#menu .submenu
{
    background: #e1e6e9 url("images/b_submenu_bg.gif") no-repeat;
    padding-left: 20px;
    width: 204px;
    text-decoration: none;
    color: #50706f;
}

div#mainarea
{
    margin-left: 248px;
}


div#footer
{
    clear: both;
    width: 100%;
    background-color: #ccd4d3;
    height: 50px;
}

div#footer .inner
{
    width: 990px;
    height: 50px;
    margin: 0px auto;
    line-height: 50px;
    color: #4d7bc3;
}
div#footer img
{
    margin-left: 131px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

div#footer .inner a
{
    font-weight: bold;
    color: #4d7bc3;
}

/* --- GLOBAL --- */
.cb
{
    clear: both;
    height: 0px;
    font-size: 0%;
    line-height: 0%;
}

.cl
{
    clear: left;
}

.cr
{
    clear: right;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.leftmost
{
    margin-left: 0px !important;
}

.lis
{
padding-left:7px;
padding-top:7px;
outline:none;
}