﻿/* Default Settings for Digital Matrix website
--------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td
{
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
body
{
    font-size: 1em;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    text-align: center;
    background: #999999;
    color: #ffffff;
}
.main
{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}
a:visited, a:link
{
    color: #E3A631;
    text-decoration: none;
}
/* Default Settings for Header.
--------------------------------------------------------------------------*/
.header
{
    width: 1024px;
    margin-bottom: 10px;
}
.header ul
{
    margin: 8px 0 5px 0;
}
.header li
{
    display: inline;
    list-style-type: none;
    margin-right: 2px;
}
/* Default Settings for the content area.
--------------------------------------------------------------------------*/
.content
{
    width: 824px;
    text-align: left;
    margin: 0 100px 0 100px;
}
.endDiv
{
    clear: both;
}
/* Default Settings for Footer.
--------------------------------------------------------------------------*/
.footer
{
    min-height: 60px;
}
.footer ul
{
    width: 620px;
    padding: 0 202px 0 202px;
}
.footer li
{
    display: inline;
    list-style-type: none;
    font-size: 0.75em;
}
.footer, .footer a:link, .footer a:visited
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.footer a:hover
{
    text-decoration: underline;
}
/* Default Settings for Extra Commands.
--------------------------------------------------------------------------*/
.mouseover
{
    cursor: pointer;
}
.floaterl
{
    float: left;
}
.firstParagraph
{
    margin-top: 1em;
}
.clientLogin a:link, .clientLogin a:visited
{
    color: #E3A631;
    text-transform: uppercase;
}
.redLinks a:visited, .redLinks a:link
{
    color: #FF0000;
    font-weight: bold;
}