﻿#ulAboutUs
{
    list-style-type: disc;
    margin-left: 19px;
}
.text .pHeader
{
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 20px;
}
.navigation li ul
{
    margin-left: -17px;
}
.content
{
    background-color: White;
}
.innerContentback
{
    position: absolute;
    height: 79%;
    width: 100%;
}
.innerContentback img
{
    width: 100%;
    height: 100%;
}
.innerContent
{
    width: 860px;
    margin: 0 auto;
    padding-top: 2%;
    position: relative;
}
img.aboutus
{
    clear: right;
    margin: 2% 0px;
    margin-top: 0;
}
.text
{
    line-height: 1.4em;
    width: 500px;
    float: left;
    margin-right: 10px;
    clear: left;
    text-align: justify;
    padding-bottom: 3px;
    font-size: 12px;
    position: relative;
    padding: 2px 50px;
    padding-top: 30px;
}
.textBack
{
    width: 600px;
    position: absolute;
    padding: 26px 10px;
}
.textBack img
{
    width: 100%;
    height: 85%;
}
.text *
{
    font-size: 12px;
    color: #0069a0;
}
.text p
{
    margin: 12px 0;
}
.text ul
{
    list-style-type: none;
}
.rightImage
{
    float: right;
    width: 310px;
}
.rightImage img
{
    width: 100%;
}
.navigation ul#nav > li#li2
{
    background-color: Black;
}
.navigation ul#nav > li#li2 > a, .navigation ul#nav > li#li2 > a:visited
{
    color: White;
}

.sub a, .sub a:visited
{
    color: Black;
}
@media all and (max-height: 768px)
{
    .innerContent
    {
        padding-top: 0%;
    }
}
@media all and (max-height: 800px)
{
    .text
    {
        line-height: 1.2em;
        padding-top: 14px;
    }
    .content
    {
        padding: 0;
    }
    .innerContentback
    {
        height: 80%;
    }
    .innerContent
    {
        padding-top: 0%;
    }
    .rightImage
    {
        margin-top: -51px;
    }
    .text
    {
        font-size: 9px;
        overflow: auto;
        height: 477px;
        line-height: 12px;
        width: 724px;
    }
    .text p
    {
        margin: 9px 0;
    }
    .textBack
    {
        height: 547px;
        width: 800px;
    }
}