﻿html{overflow: -moz-scrollbars-vertical;}
body 
{
    margin: 0px;
    padding: 0px;
    color: #707070;
    font-family: Arial, Helvetica, sans-serif;
}
p
{
    font-size:16px;
    line-height:24px;
}
p strong
{
    font-family: "Times New Roman", Times, serif;
    font-size:19px;
}
a{color:#707070;}
img{border:0px;}
.header
{
    margin-top:10px;
    padding-bottom:35px;
    background:url('images/bg_dot.png') repeat-x 0 bottom;
}
.logo
{
    width: 301px;
    float:left;
}
.nav
{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.nav ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.nav li
{
    float:left;
    margin:0px;
    padding:0px;
    height:23px;
}
.Content
{
    width:954px;
    position:relative;
    padding:30px 0px;    
}
.Content .r{position:absolute;top:0px;width:4px;height:100%;right:-4px;background:url('images/bg_line.png') repeat-y;}
.Content .l{position:absolute;top:0px;width:4px;height:100%;left:-4px;background:url('images/bg_line.png') repeat-y;}
.subContent
{
    position:relative;
    /*text-align:left;*/
}
.sContent
{
    text-align:left;
}
.subHead
{
    width: 874px;
    height: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-left: 40px;
    margin:10px 0px;
    cursor:pointer;
}
.subHead i
{
    font-family: "Times New Roman", Times, serif;
}

.who .subHead{background:url('images/header_bg_red.png') no-repeat;}
.what .subHead{background:url('images/header_bg_green.png') no-repeat;}
.contact .subHead{background:#0054a6;}
.who .sContent span,.who .sContent span a{color:#9e0b0f;}
.sContent span i{font-family: "Times New Roman", Times, serif; font-weight:bold; font-size:19px;}
.footer
{
    margin-bottom:20px;
    padding-top:10px;
    background:url('images/bg_single_dot.png') repeat-x 0 top;
    font-size:10px;
    color:#898989;
}
.footer a
{
    color:#898989;
    text-decoration:none;
}