﻿*
{
    font-family: Arial;
}

body
{
    font-family: Arial;
    background-color: #9F0909;
    font-size: 10pt;
    color: #515151;
    margin: 0px;
    padding: 0px;
}


p
{
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 10px;
}

h1
{
    font-size: 20pt;
    color: #E10023;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
h2
{
    color: #515151;
    font-size: 15pt;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 12px;
}
h3
{
    color: #E10023;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
h4
{
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 8px;
}
hr
{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 2px;
    border: 0px;
    background: #FFF url(/images/ns_hr.png) repeat-x center top;
}
li
{
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(images/tick.gif);
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(images/tick.gif);
}

a, a:link, a:visited, a:active
{
    color: #E10023;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover
{
    color: #E10023;
    text-decoration: underline;
    cursor: pointer;
}

a img
{
    outline: none;
    border: none;
}

.site_width
{
    width: 1000px;
    margin: 0px auto;
    padding: 0px 11px;
}


.div_header
{
    background: #fff url(/images/ns_header_bg.png) repeat-x center top;
}

.div_header_content
{
    background: #fff url(/images/ns_header.png) no-repeat center top;
    height: 162px;
    color: #505050;
}

.div_content
{
    background-color: #FFF;
}

.div_menu
{
}

.div_menu ul
{
    padding: 0px;
    margin: 0px auto 0px auto;
    list-style-image: none;
    list-style: none;
    overflow: auto;
    display: block;
    height: 1%;
}

.div_menu li
{
    float: left;
    list-style-image: none;
    list-style-type: none;
    display: inline;
    padding: 0px;
}

.div_menu a
{
    font-size: 8pt;
    font-weight: bold;
    color: #505050;
    display: block;
    padding: 1px 22px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

.div_menu a:hover
{
    color: #ED1C24;
    outline: none;
    text-decoration: underine;
}

.div_footer
{
    background: #A31212 url(/images/ns_footer_bg.png) repeat-x center top;
    height: 341px;
    color: #fff;
}

.div_footer a, .div_footer a:link, .div_footer a:active, .div_footer a:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.div_footer a:hover
{
    text-decoration: underline;
}

.div_footer h4
{
    color: #fff;
    margin: 0px;
    padding: 0px;
}


.div_footer hr
{
    height: 2px;
    border: 0px;
    background: #FFF url(/images/ns_footer_hr.png) repeat-x center top;
    padding: 0px;
    margin: 5px 0px;
}

.div_dimmer
{
    background-color: rgb(0, 0, 0);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
    filter: alpha(opacity=70); /* IE */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
}

