﻿/********************************************************************************************
  This css is specifically for the Insurance Products table on the main "Insurance" Page.
  pages/Insurance.aspx
********************************************************************************************/
ul
{
    margin-left:25px;
    list-style-type:none;
    list-style-image:none;
}

table.insurance
{
 width:90%;
 margin-bottom:10px;
 margin-left:25px;   
}

table.insurance th
{
    font-weight:bold;
    font-size:14px;
    color:White;
    background-color:#4B3A6E;
    height:34px;
    text-align:left;
    vertical-align:bottom;
    padding-left:5px;
    padding-bottom:5px;
}

table.insurance td
{
    vertical-align:text-top;
}

table.insurance td p
{
    margin-top:10px;
}

table.insurance td.product
{
    background-color:#E4E0EF;
    vertical-align:top;
    padding-left:5px;
    padding-top:10px;
    padding-right:5px;
}
   
table.insurance h1.productName
{
    vertical-align:text-top;
    text-align:left;
    display:inline;
    font-size:14px;
    color:#4B3A6E;
    padding-left:5px;
}

table.insurance h1.productName a
{
    margin-left:-30px;
}


table.insurance h3
{
    display:inline;
    font-weight:bold;
    color:Black;
}

table.insurance p
{
    margin-bottom:8px;
}

table.insurance em
{
    font-style:italic;
}

table.insurance ul
{
    list-style:disc;
    margin-left:40px;
}
table.insurance h1 a,
table.insurance h1 a:link,
table.insurance h1 a:visited,
table.insurance h1 a:hover,
table.insurance h1 a:active
{
    vertical-align:text-top;
    text-decoration: none;
    display:inline;
    font-size:14px;
    color:#4B3A6E;
    cursor:default;
}
