﻿.unfloat {
    float: none;
    clear: both;
}

h1.home {
    color: #0071bc;
    font-size: 10pt;    
}

#divQuoteNet {
    background-image: url('../images/quote-net-bg.png');
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/CMS/images/quote-net-bg.png', sizingMethod='scale');
    _background-image: url('../images/dot_clear.gif');
        
    text-align: right;
    width: 146px;
    height: 33px;
    padding: 21px 5px 0px 83px;
    text-align: center;
}

#divQuoteNet a:link, #divQuoteNet a:visited, #divQuoteNet a:hover {
    font-size: 12pt;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    
}
#divQuoteNet a:hover {
    color: #ff0000;
}

#divQuoteNetInstructions {
    width: 234px;
    padding-bottom: 10px;
    color: #505050;
    font-size: 8pt;
}

#divHomePhoneNumber {
    font-size: 23pt;
    color: #c32746;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}



/* BEGIN: Headlines */

.headlines_top {
}

.headlines {
    background-color: #ffffff;
    background-image: url('../images/headlines_bg.png');
    background-repeat: no-repeat;
    background-position: top;
}

.headlines ul {
    margin: 0px;
    list-style-image: url('../images/red-bullet.png');
    border-left: 1px solid #999999;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #999999;
    padding-top: 4px;
    padding-bottom: 7px;
    padding-left: 0px;
}

.headlines ul li {
    margin-left: 25px;
    padding-right: 10px;
}

.headlines ul li.separator {
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
}

.headlines ul li h3,.headlines ul li h3 a:link, .headlines ul li h3 a:visited, .headlines ul li h3 a:hover {
    color: #534e5c;
    font-size: 8pt;
    text-decoration: none;
}
.headlines ul li h3 a:hover {
    text-decoration: underline;
}

.headlines ul li h3 {
    margin: 0px;
}
.headlines ul li p {
    color: #534e5c;
    font-size: 7pt;
}

/* END: Headlines */

/* BEGIN: CMS News */

.home_news_top {
}

.home_news {
    padding-top: 1px;
}

.home_news ul {
    margin: 0px;
    margin-top: 0px;
    list-style-image: url('../images/red-bullet.png');
    border-bottom: 1px solid #c8c7c7;
    border-top: 1px solid #c8c7c7;
    padding-top: 7px;    
    padding-bottom: 7px;
    padding-left: 0px;
    margin-right: 1px;
}

.home_news ul li {
    margin-left: 0px;
    padding-right: 10px;
}

.home_news ul li.separator {
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
}

.home_news ul li.separator hr {
    background-color: #c8c7c7;
    height: 1px;
    border: 0px none;
}

.home_news ul li h3 {
    margin: 0px;
    list-style-image: url('../images/red-bullet.png');
    color: #534e5c;
    font-size: 9pt;
}
.home_news ul li p {
    color: #534e5c;
    font-size: 7pt;
}

.blank_link:link, .blank_link:visited, .blank_link:hover {
    text-decoration: none;
}
/* BEGIN: CMS News */

.page_nav {
    background-color: #3E79D6;
    
    width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page_nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.page_nav ul li {
    
}

.page_nav ul li a:link, .page_nav ul li a:hover, .page_nav ul li a:visited, .page_nav ul li p  {
    text-decoration: none;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 9pt;
    color: #EAE7F8;
    padding-left: 10px;
    padding-right: 10px;
}
.page_nav ul li a:hover  {
    text-decoration: underline;
}

.page_nav ul li.selected p 
{
  
    background-color: #00406a;
    color: White;
}

.file_downloads a:link, .file_downloads a:visited, .file_downloads a:hover {
    text-decoration: none;
    color: #295ba4;
    display: block;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12pt;
}

div.calculator {
    font-size: 9pt;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

div.calculator .agree {
    font-size: 8pt;
}

div.calculator th {
    font-size: 10pt;
    
}

table.calc_results td {
    text-align: right;
}

table.calc_results th {
    text-align: left;
    font-size: 8pt;
}

table.calc_results td.total {
    border-top: 1px solid black;
}


