﻿.Quote
{
    background-color: #224499 !important;
    color: #FFFFFF;
    border-color: #224499 !important;
    text-align: center;
}
.tbBold
{
    font-weight: bold;
}
.Section h1
        {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #006600;
    margin-top: 5px;
}
.Section h2
{
    font-size: 16px;
    margin-top: 5px;
}
        
#BackHeader
{
    background-image: url('../images/TopBlueGreenBack.png');
    background-position: left top;
    background-repeat: repeat-x;
    top: 0px;
    background-attachment: fixed;
}
body {
    padding: 0px;
    margin: 0px;
    background-image: url('../images/BottomBlueGreenBack.png');
    background-repeat: repeat;
    background-color: #0B52C6;
    background-position: left 10px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    background-attachment: fixed;
}
        #Container
        {
            width: 550px;
            float: left;
        }
#MainContainer
{
    background-position: center;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/SummerScene1200.jpg');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    border-radius: 10px;
    top: 0px;
    box-shadow: 2px 2px 10px #222222;
    -webkit-box-shadow: 2px 2px 10px #222222;
    background-attachment: fixed;
}
#Header
{
    height: 175px;
    clear: both;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 10px;
}
#LeftSide
{
    width: 300px;
    float: left;
}
.Section
        {
    margin: 10px;
    border: 1px solid #009900;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 5px;
    height: auto;
    box-shadow: 2px 2px 10px #222222;
-webkit-box-shadow: 2px 2px 10px #222222; /* Safari */
}
#Logo
        {
    border: 1px solid #2152B6;
    background-position: center center;
    height: 175px;
    width: 300px;
    float: left;
    background-image: url('../images/SurfaceDefense-Logo.png');
    background-repeat: no-repeat;
    margin-left: 10px;
    background-color: #FFFFFF;
}
#Footer
{
    clear: both;

}
.halfContainer
{
    width: 49%;
    float: left;
}
ul h3
{
    font-size: 18px;
    margin: 5px 0px 0px 0px;
}
ul.level1
{
    width:125px !important;
}
#MainNavigation
        {
    background-color: #0034A9;
    color: #FFFFFF;
    height: 20px;
    text-align: center;
}
#MainNavigation ul
        {
            margin: 0px auto 0px auto;
        }
#MainNavigation li
{
    width: 150px;
    float: left;
    text-align: center;
}
        #Banner
{
            float: left;
            height: 175px;
            width: 830px;
            background-color: #FFFFFF;
            border: 1px solid #2152B6;
            margin-right: auto;
        }
        #RightHalf
        {
            width: 415px;
            float: left;
            clip: rect(auto, auto, auto, auto);
        }
        #LeftHalf
        {
            width: 415px;
            float: left;
        }
        #BioSweep900
        {
            position: absolute;
            left: 400px;
            z-index: 10;
        }
        #RightSide
{
    width: 300px;
    float: left;
}
.center
{
    text-align: center;
}
.Comparison
{
    border: 1px solid #000080;
}
.Comparison td
{
    border: 1px solid #000080;
    border-collapse: collapse;
}
.Comparison ul
    {
        margin-top: 0px;
        margin-left: 17px;
    }
.Comparison li
    {
        margin-top: 0px;
        margin-left: 0px;
    }
.Comparison th
{
    font-weight: bold;
    background-color: #224499;
    color: #FFFFFF;
}
.SideNavigation ul
{
    margin-top: 15px;
    list-style-type: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.SideNavigation li
{
    margin-bottom: 3px;
}
.SideNavigation li a
{ 
    text-decoration: none;
    display: block;
    color: #224499;
}
.SideNavigation li a:hover
        {
    background-color: #224499;
    color: #FFFFFF;
}
.Side h3, .Side h2
        {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #224499;
            margin-bottom: 5px;
            margin-top: 5px;
        }
#MainNavigation a
{
    color: #FFFFFF;
    text-decoration: none;
}
.Question
{
    font-weight: bold;
}
.Answer
{
    padding-left: 10px;
    padding-bottom: 10px;
}
