/* General styles */

body {
    color: #666;
    background-color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
div, form, p {
    padding: 0;
    margin: 0;
}
p {
    margin-bottom: 2em;
    text-align: justify;
}
a {
    color: #3e8cc3;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
td {
    padding-right: 1em;
    vertical-align: top;
}

/* Element specific styles */

div#page {
    width: 700px;
}
div#header {
    color: #666;
    background-color: #f7f7f7;
    height: 43px;
    padding: 6px 5px;
    margin-bottom: 10px;
    text-align: right;
}
div#logo {
    float: left;
    margin-left: 2px;
}
div#search input.textbox {
    margin: 2px 1px 0 0;
}
div#search input.button {
    vertical-align: top;
}
div#menu {
    float: left;
    width: 150px;
}
div#menu div.item {
    color: #3e8cc3;
    background-color: #f7f7f7;
    border-bottom: 1px solid #fff;
    padding: 0.5em 0.4em;
}
div#menu div.item a {
    color: #3e8cc3;
    background-color: #f7f7f7;
}
div#menu div#list {
    padding-top: 0.4em;
    line-height: 2;
}
div#menu div.current {
    color: #3e8cc3;
    background-color: #fdba2f;
    border-bottom: 1px solid #fff;
    padding: 0.5em 0.4em;
}
div#menu div.current a {
    color: #3e8cc3;
    background-color: #fdba2f;
}
div#content {
    margin-left: 155px;
}
div#content div {
    margin: 1em 0;
}
div#client_logo {
    float: left;
    padding: 0 3em;
}
div#client_logo img {
    border: none;
}
div#footer {
    clear: both;
    background-image: url('../images/footer_bg2.gif');
    background-repeat: repeat-x;
    height: 28px;
    margin-top: 3em;
}
div#footer div {
    float: right;
    color: #999;
    background-color: #fff;
    background-image: url('../images/footer_corner2.gif');
    background-repeat: no-repeat;
    font-size: 9px;
    padding: 7px 0 0 12px;
    height: 28px;
    width: 175px;
    text-align: right;
}
table#visuals td {
    padding-right: 2em;
    width: 25%;
    vertical-align: bottom;
}

/* Class specific styles */

div.title {
    color: #fff;
    background-color: #3e8cc3;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 1em;
}
div.title a {
    color: #fff;
    background-color: #3e8cc3;
}
div.subtitle {
    color: #fff;
    background-color: #fdba2f;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0.5em 1em;
}
div.subsubtitle {
    font-weight: bold;
    border-bottom: 1px solid #0060af;
    padding: 0.7em 0;
}
div.visual {
    display: table-cell;
    padding-right: 2em;
}
