*
{
    margin: 0;
}

html, body, form
{
    height: 100%;
}

body
{
    margin: 0 0 auto;
    padding: 0;
    font-family: Calibri, verdana, arial, Sans-Serif;
    font-size: 12px;
    white-space: normal;
    color: #000000;
    background-color: #fff;
}

#force-scrollbar
{
    position: absolute;
    top: 0;
    bottom: -2px;
    width: 1em;
    z-index: -1;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

h1, h2
{
    padding-bottom: 5px;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 1.2em;
}

blockquote
{
    font-style: italic;
}

ol, ul
{
    padding-left: 0px;
}

a, a:visited
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #B8BD5D;
    text-decoration: none;
}

small
{
}

img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
}

img.right
{
    float: left;
    margin: 0 0 0 15px;
}

.Error
{
    color: Red;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}




/* Header */

#header
{
    width: 950px;
    height: 119px;
    margin: 0 auto;
    position: relative;
}

#headerLogo
{
    position: absolute;
    top: 10px;
    width: 312px;
    right: 0px;
}

#headerLogo img
{
    padding-top: 0px;
}


#header h1
{
    float: left;
    margin-top: 10px;
    padding: 30px 190px 0 0;
    letter-spacing: -3px;
    font-size: 4.4em;
}

#header h1 span
{
    color: #CC0000;
}

#header h1 a
{
    color: #807FBD;
}

/* Sitemap */
#sitemap
{
    width: 950px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
}

#sitemapLandingPage
{
    width: 950px;
    height: 16px;
    margin: 0 auto;
     text-align: right;
     padding-right: 50px;
}

#sitemapLandingPage a, #sitemapLandingPage a:visited
{
    color: #aaa;
    text-decoration: underline;
}

#sitemapLandingPage a:hover
{
    color: #B8BD5D;
    text-decoration: none;
}

/* Search */

#headerContact
{
    float: right;
    width: 150px;
    padding: 70px 0 0 0;
    color: #807FBD;
}

/* Page */

#page
{
    width: 950px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
}

/* Menu */

#menu ul
{
    margin: 0;
    padding: 0;
}

#menu li
{
    list-style-type: none;
}

#menu a, #menu a:visited
{
    display: block;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    text-decoration: underline;
    color: #000;
}

#menu a:hover
{
    background: #F7F7F4;
    text-decoration: none;
}

#submenu
{
    padding-top: 7px;
    padding-bottom: 15px;
}

#submenu img
{
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

#submenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#submenu li
{
    display: inline;
    padding-left: 2px;
    padding-right: 5px;
}

#submenu a, #submenu a:visited
{
    font-size: 14px;
    color: #000;
}

#submenu a:hover
{
    text-decoration: none;
    border-bottom: dotted 1px #e6dc58;
}


/* Content */

#content
{
    padding-left: 6px;
}

#content ol, #content ul
{
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#contentWide
{
    width: 950px;
    padding-left: 12px;
}

#contentSublander ol, #contentSublander ul
{
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.addCol
{
    width: 150px;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
    color: #ddd;
}

.addColFront
{
    width: 150px;
    background-color: #fff;
}

/* Sidebar */

#sidebar
{
    float: left;
    width: 250px;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    margin-bottom: 20px;
    padding: 20px 40px;
    background: url(/images/img03-w250_purple.jpg) no-repeat;
}

#sidebar li ul
{
    line-height: 2em;
}

#sidebar li li
{
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 1px solid #EFEFEF;
}

#sidebar h2
{
    margin-bottom: 10px;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #807FBD; /* #CC0000;*/
}

#sidebar a
{
    border: none;
    color: #807FBD;
    font-weight: bold;
}

#sidebar a:hover
{
    border: none;
    color: #003366;
}

/* Banner bottom */
#banBottom
{
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 40px;
}

#contactform
{
}
#contactform div
{
    padding: 5px 0px 2px 0px;
}

/* Footer */

#footer
{
    background: #FFC12E;
    padding: 30px 0px 15px 0px;
}

#footer p
{
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;
}

#footer a
{
    border: none;
    color: #696363;
    text-decoration: none;
}

#footer a:hover
{
    border: none;
    color: #000;
    text-decoration: underline;
}

.footer, .push
{
    height: 4em;
}

.footer
{
    color: #666666;
}

.footer p
{
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
    line-height: normal;
}

.footer a, .footer a:visited
{
    border: none;
    color: #696363;
    text-decoration: none;
}

.footer a:hover
{
    border: none;
    border-bottom: dotted 1px #e6dc58;
}

#legal
{
    color: #696363;
}



