﻿/* Main Site Content */

h1
{
  font-family: Verdana, Tahoma;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 15px;
}

Body
{
    font-size: 9pt;
    color: #006400;
    font-family: Verdana, Tahoma;
    font-weight: normal;
}

.MainBody
{
    font-size: 9pt;
    color: #006400;
    font-weight: normal;
    vertical-align: top;
    background-image: url(images/bg.gif);
    width: 780px;
    height: 100%;
}

.TopNav
{
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-right: white thin solid;
    height: 36px;
    padding-right: 5px;
    padding-left: 5px;
}

.aTopNav
{
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-right: white thin solid;
    height: 36px;
    padding-right: 5px;
    padding-left: 5px;
    background-image: url(images/menu_abg.gif);
    background-repeat: repeat-x;
}

.TopNavItem
{
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
    font-family: Tahoma;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.BottomNavItem
{
    font-size: xx-small;
    text-align: center;
}

.Copywright
{
    font-size: xx-small;
}

.PageTitle
{
  font-size: 14pt;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
}

.LeftNavCell
{
    font-size: 9pt;
    color: #617442;
    font-weight: normal;
    text-align: left;
    height: 30px;
}

.aLeftNavCell
{
    font-size: 9pt;
    color: #6C7176;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    height: 30px;
}

.LeftNavItem
{
    font-size: 9pt;
    color: #617442;
    font-weight: normal;
    text-align: left;
}

.tLeftNav
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    width: 100%;
    background-image: url(images/submenu_tbg.jpg);
    background-repeat: no-repeat;
    border-right: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.tLeftSpace
{
    padding: 0px;
    margin: 0px;
        width: 200px;
    background-image: url('images/submenu_bg.gif');
        background-repeat: repeat-y;
    text-align: center;
}


/* Quoting Engine */
/* Greyish  brownish - #67654c */
/* Light Green - #91bb4d */


.SectionHeadings
{
    border: 1px solid black;
    font-size: 16pt;
    color: #ffffff;
    font-weight: bold;
    background-color: #91bb4d;
    text-align: center;
}

.SubTitle
{
    border: 1px solid black;
    font-size: 12pt;
    color: #ffffff;
    font-weight: bold;
    background-color: #67654c;
    text-align: center;
}

.IntroSections
{
    font-size: 12pt;
    color: #67654c;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}

.FreqSections
{
    color: #ffffff;
    font-weight: normal;
    background-color: #67654c;
}

.DetailSummary
{
    font-size: 10pt;
    color: #67654c;
    font-weight: bold;
    text-align: right;
}

.DetailSections
{
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    background-color: #91bb4d;
    text-align: left;
    padding-left: 10px;
    border-top: dimgray 1px solid;
}

.Detail
{
    font-size: 9pt;
    color: black;
    font-weight: normal;
    text-align: right;
}

.InputBoxes
{
    font-size: 9pt;
    color: blue;
    font-weight: normal;
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    text-align: right;
    border: 1px solid #006600;
}

.SumBoxes
{
    font-size: 8pt;
    color: blue;
    width: 20px;
    font-weight: normal;
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    text-align: right;
    display: none;
}

.InputBoxesBold
{
    font-size: 11pt;
    color: navy;
    font-weight: bold;
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    text-align: left;
}

.CheckBoxes
{
    font-size: 7pt;
    color: black;
    font-weight: normal;
}

.Tables
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    border-right: #c0c0c0 1px;
    border-top: #c0c0c0 1px;
    border-left: #c0c0c0 1px;
    border-bottom: #c0c0c0 1px;
    width: 100%;
}
