﻿body
{
    background-color: #191919;
    font: normal 14px/20px Verdana, Helvetica, Arial, sans-serif; /* normalize font size across browsers */
    color: #191919;
}

/* Black bar */

#topBlack
{
    background: url("./images/topborder.jpg") top left repeat-x #000000;
    height: 79px;
}

#topBlack .wrap
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* Red bar */

#topRed
{
    background-color: #A00405;
    height: 206px;
    text-align: center;
}

/* Menu */

#navigation
{
    background-color: #CFD3D2;
    height: 34px;
}

#menu
{
    padding: 4px 0;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#menu ul
{
    width: 960px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#menu ul li
{
    float: left;
    margin: 0;
    margin-right: 60px;
    padding: 0;
    border: 0;
}

#menu ul li a
{
    display: block;
    width: 180px;
    padding: 6px 0 5px 0;
    border: 0px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #191919;
    margin: 0;
}

#menu ul li a
{
    /* Safari */
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

#menu ul li a, x:-moz-any-link, x:default
{
    /* Firefox 3 */
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

#menu ul li a:hover
{
    background: url("./images/fade.gif") bottom center repeat-x #F3F0F0;
    color: #191919;
}

#menu ul li a.selected
{
    background: #F3F0F0;
    color: #191919;
    font-weight: bold;
}

#submenu
{
    background: url("./images/fade.gif") bottom center repeat-x #F3F0F0;
    color: #242424;
    text-align: right;
}

#submenu .wrap
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#submenu .wrap div
{
    padding: 7px;
    text-align: center;
}

#submenu a
{
    padding: 2px 3px;
}

#submenu a:hover, #submenu a.selected
{
    color: #B00D0D;
    font-weight: normal;
    background-color: #cfd3d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* Content */

#content
{
    background: url("./images/fade4.gif") bottom center repeat-x #F3F0F0;
}

#content .wrap2
{
    background: url("./images/fade5.gif") top center repeat-x;
}

#content .wrap
{
    background-color: #F3F0F0;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
}

h1, p, h2
{
    margin-left: 20px;
    margin-right: 20px;
}

/* Footer */

#footer
{
}

#footer .wrap
{
    background: url("./images/fade2.gif") top center repeat-x;
    background-color: #191919;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px 0px;
}

a:link, a:visited
{
    color: #B00D0D;
    text-decoration: none;
}

a:link
{
    color: #B00D0D;
}

a:visited
{
    color: #B00D0D;
}

a:hover, a:active
{
    font-weight: bold;
}

a:link.tool_tip, a:visited.tool_tip
{
    border-bottom: 1px dted #6b8d94;
}

a, strong, b
{
    /* Straightens out OS X font rendering */
    line-height: 19px;
}

.silverlightdemo
{
    margin: 0px 20px;
}

.silverlightdemo h3
{
    line-height: 12px;
    color: #555555;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.silverlightdemo iframe
{
    border: 10px solid #CFD3D2;
    background-color: #CFD3D2;
}

.modulesblock
{
    margin-left: 10px;
}

.modulesblock p
{
    margin-left: 0px;
}

.modulesblock img
{
    background-color: #dddddd;
    width: 250px;
    height: 180px;
}

