﻿/* Global */

body
{
    font-size: 62.5%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #E0E0CC;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0px;
    color: #656565;
}

p, a
{
    font-size: small;
    color: #6B6B87;
}

p
{
    margin-top: 0.2em;
    margin-bottom: 0.6em;
}

a
{
    color: #6B6B87;
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

h1, h2, h3, h4
{
    margin: 0px;
    padding: 0.2em 0 0.2em 0;
    font-weight: normal;
    color: #6B6B87;
}

h1
{
    font-size: 2.7em;
    padding-top: 0em;
}

h2
{
    font-size: 1.9em;
}

h3, h4
{
    font-weight: bold;
    font-size: small;
    font-style: italic;
}

h2 span
{
    font-weight: bold;
}

hr
{
    color: #B5B6C3;
    background-color: #B5B6C3;
    height: 1px;
    border: 0px;
    margin-left: 0;
    margin-right: 0;
}

ul, ol
{
    font-size: small;
    margin-top: 0;
    color: #666600;
}

ol
{
    margin-left: 20px;
    padding-left: 0px;
}

ol li
{
    margin-top: 0.2em;
    margin-bottom: 0.6em;
}



/* Headers */
#header
{
    text-indent: -1000px;
    height: 143px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(images/Header.jpg);
}

/* Main wrapper / container */
div#wrapper
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
}

div#main
{
    background-color: #B5B6C3;
    width: 100%;
    overflow: hidden;
}

div#content
{
    width: 650px;
    background-color: #fff;
    float: right;
    padding: 3em 3.5em;
    text-align: left;
    min-height: 400px;
}


/*navigation*/
#navigation
{
    width: 180px;
    float: left;
    background-color: #B2B27F;
}

ul#navigation
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: small;
    font-weight: bold;
}

ul#navigation a
{
    display: block;
    background-color: #B5B6C3;
    text-decoration: none;
    width: 160px;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
}

ul#navigation a:hover
{
    background-color: #6B6B87;
    color: #fff;
}


/* Footer */
div#footer
{
    overflow: hidden;
    text-align: left;
    width: 100%;
    padding: 0.5em 0;
}

div#footer a
{
    font-size: x-small;
    padding: 0 0.5em;
    text-decoration: none;
    border-right: 2px solid #B5B6C3;
    color: #6B6D87;
    font-weight: bold;
}

div#footer a:hover
{
    color: #FFFFFF;
}

div#footer a.lastItem
{
    border-right: none;
}

#footerLeft
{
    float: left;
}

#footerRight
{
    float: right;
}


/*contact us*/
div#contactUs
{
    background-color: #ECEDF0;
    border: 1px solid #BBBDC0;
}
div#contactUs h3
{
    background-color: #B5B6C3;
    color: #fff;
    font-style: normal;
    padding-left: 0.5em;
}
div#contactUs #inner
{
    padding: 0.5em;
}
div#container
{
    overflow: hidden;
    width: 98%;
}
div#container #left
{
    float: left;
    width: 70%;
}
div#container #left p
{
    text-align: right;
}
div#container #right
{
    float: right;
}


/*tables*/
table, tr, td, th
{
    font-size: small;
}

#genTable table
{
    margin-bottom: 1em;
}

#genTable table, #genTable table th, #genTable table td
{
    border-collapse: collapse;
    border: 1px solid #BBBDC0;
    font-size: small;
    background-color: #F0F0E6;
    vertical-align: top;
    color: #656565;
}

#genTable table th
{
    background-color: #B2B27F;
    color: #fff;
}

#genTable table tr.altItem td
{
    background-color: #fff;
}


/*Misc*/
input.sysButton
{
    width: 5em;
}

span.required
{
    color: #ff0000;
    font-weight: normal;
}

p.Button
{
    padding: 2em 0em;
}

p a.Button
{
    color: #fff;
    background-color: #F48319;
    padding: 0.7em 1em;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4em;
}

#backLink
{
    text-align: right;
}

/*Matrix*/
div.categoryList
{
    min-height: 17.5em;
    border: 1px solid #F48319;
    background-color: #E6ECEF;
    padding-top: 1.1em;
    padding-left: 1.3em;
    padding-right: 0em;
    padding-bottom: 1.1em;
}

div.categoryBox
{
    width: 11.6em;
    height: 1.8em;
    border: 1px solid #F48319;
    margin-right: 1.2em;
    margin-bottom: 0.5em;
    float: left;
    background-color: white;
    padding-left: 2.9em;
    padding-top: 0.5em;
}

.categoryBox a
{
    font-family: Verdana;
    color: Black;
    font-weight: bold;
    font-size: x-small !important;
    text-decoration: none;
}

.categoryBox a:hover
{
    text-decoration: underline;
}

span.errorText
{
    color: #ff0000;
    font-size: small;
}
