﻿html, body
{
    color: White;
    margin: 0;
    padding: 0;
}
body
{
    font: 80% Arial, Sans-Serif;
    background: url(../images/background.png) left top repeat-x black;
    text-align: center;
}
#container
{
    background: url(../images/background.png) left top repeat-x;
    text-align: left;
    width: 1100px;
    margin: 0 auto;
}
#header
{
    float: left;
    position: relative;
    height: 84px;
    width: 100%;
}
#menu
{
    float: left;
    position: relative;
    height: 50px;
    width: 100%;
    font-size: 12px;
    font-weight: bolder;
    margin-top: -12px;
    margin-left: -40px;
}
#menu-nav
{
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
    background: url(../images/divider1.gif) no-repeat right top;
}
#menu-nav li
{
    display: inline;
}
#menu-nav li a
{
    display: block;
    float: left;
    background: url(../images/divider.gif) no-repeat left top;
    font-size: 1.27em;
    text-transform: uppercase;
    font-weight: bold;
    color: #363438;
    text-decoration: none;
    line-height: 50px;
    width: 146px;
    text-indent: 16px;
    position: relative;
}
#menu-nav li a:hover
{
    text-decoration: underline;
}
#content
{
    float: right;
    width: 850px;
    color: #d2d1d4;
    padding: 10px;
    padding: 20px 20px 20px 10px;
}
#content p
{
    text-align: justify;
}
#navigation
{
    float: left;
    position: relative;
    width: 190px;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: -40px;
}
#navigation-nav
{
    margin-left: 0px;
    margin-bottom: 10px;
}
#navigation-nav li
{
    display: inline;
}
#navigation-nav li a
{
    display: block;
    background: url(../images/navigation-nav.gif) no-repeat left top;
    width: 190px;
    height: 30px;
    line-height: 29px;
    margin-bottom: 1px;
    text-indent: 34px;
    color: #d2d1d4;
    text-decoration: none;
}
#navigation-nav li a:hover
{
    color: #ef1600;
}
.title-box
{
    font-size: medium;
    margin-bottom: 17px;
    margin-left: 40px;
    width: 190px;
}
.title-box .left
{
    background: url(../images/title-left.png) no-repeat left top; padding-left: 5px;
}
.title-box .right
{
    background: url(../images/title-right.png) no-repeat right top; padding-right: 6px;
}
.title-box h3
{
    background: url(../images/title-bg.png) left top repeat-x;
    height: 32px;
    line-height: 30px;
    padding-left:5px;
    font-size: small;
}
.news
{
    list-style-type: none;
    margin-left: 0px;
    font-size: 12px;
    color: #d2d1d4;
}
.news li
{
    padding:0 0 13px 10px;
    background:url(../images/marker.gif) no-repeat left 4px;
}
.news a
{
    color: #d2d1d4;
    text-decoration: underline;
    font-weight: bold;
}
.news a:hover
{
    color: red;
}
#touch
{
    margin-left: 40px;
}
#footer
{
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    color: #d2d1d4;
    font-size: smaller;
}




.box .left-top-corner { background:url(../images/left-top-corner.png) no-repeat left top; padding-left:5px;}
.box .right-top-corner { background:url(../images/right-top-corner.png) no-repeat right top; padding-right:6px;}
.box .border-top { background:url(../images/border-top.png) left top repeat-x; height:5px; overflow:hidden; font-size:0; line-height:0;} 
.box .border-left { background:url(../images/border-left.png) left top repeat-y; padding-left:2px;}
.box .border-right { background:url(../images/border-right.png) right top repeat-y; padding-right:1px;}
.box .ver-line-left { background:url(../images/ver-line.gif) no-repeat left top;}
.box .ver-line-right { background:url(../images/ver-line.gif) no-repeat right top;} 
.box .bg { background:url(../images/box-bg.gif) left top repeat-x #272629; width:100%;}
.box .border-left-1 { background:url(../images/border-left-1.gif) left top repeat-y;}
.box .border-right-1 { background:url(../images/border-right-1.gif) right top repeat-y;}
.box .left-bot-corner { background:url(../images/left-bot-corner.png) no-repeat left top; padding-left:6px;}
.box .right-bot-corner { background:url(../images/right-bot-corner.png) no-repeat right top; padding-right:6px;}
.box .border-bot { background:url(../images/border-bot.png) left top repeat-x; height:6px; overflow:hidden; font-size:0; line-height:0;}
.box .inner { padding:12px 12px 4px 12px;}
.box .inner1 { padding:12px 12px 2px 12px;}
.list1 { margin-bottom:-10px; list-style-type: none;}
.list1 li { background:url(../images/marker.gif) no-repeat left 4px; padding:0 0 13px 10px;}
.list1 li a { color:#878388;}
.list1 li strong a { color:#cfccd0;}
#content .indent { padding:0 0 16px 11px;}

