/*******************************************************************************
* DEFAULT
*******************************************************************************/
body
{
    background-image: url( /images/carbig.jpg );
    background-repeat: repeat-x;
    font-family: arial, verdana, "trebuchet ms", trebuchet, sans-serif;
    font-size: 0.75em;
    color: #52565B;
    margin: 0px;
    line-height: 18px;
}

img
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

h1
{
    font-size: 16px;
}

a:link, a:visited
{
    color: #254A81;
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

button
{
    background-image: url(/images/btn.png);
    background-repeat: repeat-x;
    border: 1px solid #a0a0a0;
    padding: 3px;
    color: #52565B;
}

input, textarea, select
{
    border-color: #959FB1 #D6DAE1 #D6DAE1 #959FB1;
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    color: #52565B;
}

/*******************************************************************************
* IDENTIFIERS
*******************************************************************************/
div#frame
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

div#promoText
{
    font-family: georgia;
    font-style: italic;
    font-size: 1.6em;
    font-weight: normal;
    padding-left: 30px;
    width: 350px;
    color: #7889C5;
    min-height: 110px;
    max-height: 110px;
    height: 110px;
}

div#module
{
    margin-left: 30px;
    margin-right: 30px;
}

/*******************************************************************************
* CLASSES
*******************************************************************************/
div.header
{
    height: 70px;
}
div.middle
{
    background-image: url(../images/middle.png);
    height: 197px;
}
div.middle ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.middle ul li
{
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 1px;
    line-height: 30px;
    font-size: 1.3em;
    background-image: url(../images/menu_off.png);
    height: 60px;
    float: left;
}
div.middle ul li a
{
    text-decoration: none;
    color: #3A446B;
}
div.middle ul li a:hover
{
    text-decoration: underline;
}
div.middle ul li:hover
{
    background-image: url(../images/menu_on.png);
}
div.middlefooter
{
    background-image: url(../images/middle_footer.png);
    height: 25px;
}
div.footer
{
    background-color: #E5E5E5;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.9em;
}
div.footer a
{
    color: #000;
    text-decoration: none;
}
div.footer a:hover
{
    text-decoration: underline;
}

div.clear
{
    clear: both;
}

div.border
{
    float: left;
    border: 1px solid #c0c0c0;
    padding: 5px 5px 2px 5px;
    margin-right: 3px;
}
