html, body {
    font-family: sans-serif, trebuchet ms, trebuchet, arial, helvetica;
}

a img, a:link, a:hover, a:visited {
    border: none;
}

div#content {
    margin: -5px 3% 0 3%;
    min-width: 850px;
    height: 100%;
}

div#content div#body_content {
    overflow: hidden;
    font-size: 14px;
    line-height: 150%;
}

div#header {
    background-image:url('/images/grad.jpg');
    background-repeat:repeat-x;
    background-position: 50px 100%; 
    padding-bottom: 5px;
}

div#header div.nav {
    display: inline;
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

div.current_page,
div.current_page a:hover,
div.current_page a:link,
div.current_page a:visited {
    /* nada for now */
}

div.nav a:link,
div.nav a:visited {
    color: #000;
    text-decoration: none;
}

div#header div.nav:hover,
div.nav a:hover {
    color: #80c0f0; 
    text-decoration: none;
}

div.multi_column {
   float: left;
   margin: 20px 50px 0px 20px;
   width: 25%;
}

div#clients img,
div#clients p img { 
    max-height: 70px;
    width: 156px; 
    padding: 3px;
    border: 1px solid #e0e0e0;
    margin: 0 5px 5px 0;
    position: relative;
}

div#clients p img {
    float: left;
}

div#clients p {
    height: 90px; 
    border-top: 1px dashed gray;
    padding-top: 10px;
}

div#footer {
    height: 50px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    padding: 2px;
    margin-top: 50px;
    min-width: 960px;
    width: 100%;
    font-size: 12px;
    color: #a0a0a0;
}

div#footer ul#footer-list {
    list-style: none;
}

div#footer ul#footer-list li {
    display: inline;
    margin-left: 5%;
}

div#footer .multi_column {
    color: #a0a0a0;
    background: #f0f0f0;
    float: left;
    padding: 3px 110px 0px;
    width: 100px;
    font-size: 11px;
    font-weight: bold;
}

div#footer .multi_column .indent {
    margin: 3px 0 0 5px;
    font-weight: normal;
}

div#footer a,
div#footer a:hover,
div#footer a:link {
    color: #a0a0a0;
    text-decoration: none;
}

