﻿.candoitlist li {
    list-style: disc;
    margin-left: 20px;
}

.payment-online-header {

    width: 100%;
    color: #ffffff;
    padding: 10px 15px 10px 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    text-shadow: 1px 6px 16px rgba(38,72,158,1), 0px 1px 0px rgba(161,50,161,0.3);
    transition: background 200ms linear;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    float: left;
    background-color: #00A05F;
    font-size: 14px;
    text-align: center;
}

.payment-online-insured-header a, .payment-online-insured-header a:hover, .payment-online-insured-header a:visited, .payment-online-insured-header a:active {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.payment-online-insured-header {

    width: 100%;
    color: #ffffff;
    padding: 30px 15px 30px 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    text-shadow: 1px 6px 16px rgba(38,72,158,1), 0px 1px 0px rgba(161,50,161,0.3);
    transition: background 200ms linear;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    float: left;
    background-color: #00A05F;
    font-size: 15px;
    text-align: center;
}

/* ################################################################ */
/* ################ CSS3 Button STYLES ############################ */

.css3button {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0px 10px 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00529F;
    -moz-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
    text-shadow: 1px 6px 16px rgba(38,72,158,1), 0px 1px 0px rgba(161,50,161,0.3);
    transition: background 200ms linear;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    background: #1c5ba2;
    float: left;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    
}

.css3button:active {
    transition: background 200ms linear;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    background: #00A05F;
   
}

.css3button:active .arrow-right {
    transition: border-left 500ms linear;
    -webkit-transition: border-left 500ms linear;
    -moz-transition: border-left 500ms linear;
    -ms-transition: border-left 500ms linear;
    -o-transition: border-left 500ms linear;
    border-left: 8px solid #1c5ba2;
}

.css3button:hover {
    transition: background 200ms linear;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    background: #00A05F;
}

.css3button:hover .arrow-right {
    transition: border-left 500ms linear;
    -webkit-transition: border-left 500ms linear;
    -moz-transition: border-left 500ms linear;
    -ms-transition: border-left 500ms linear;
    -o-transition: border-left 500ms linear;
    border-left: 8px solid #1c5ba2;
}

.css3button-special {
    width: 270px;
    padding: 5px 20px 5px 30px;
}

.css3button-policyhodler-special {
    padding-left: 6px;
    padding-right: 0;
}

.css3button-agents-special {
    padding-left: 12px;
    padding-right: 0;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00A05F;
    float: left;
    position: relative;
    left: -5px;
    top: 1px;
}

.arrow-container {
    height: 20px;
    float: left;
}

/* NEW STUFF FOR THE SLIDER */
.wnt-slider-header {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0E578E;
    margin: 0 3px;
    padding: 0 3px;
    position: relative;
    height: 50px;
}

.wnt-slider-body {
    position: relative;
    color: #000000;
    text-decoration: none !important;
    min-height: 50px;
    max-height: 50px;
    overflow: visible;
}

.wnt-slider-icon {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: 64px !important;
}

.bxslider li {
    background-color: #DDDDDD;
    height: 200px;
    overflow: hidden;
}

.bx-wrapper {
    margin: 0 auto 10px !important;
}

.no-underline {
    text-decoration: none !important;
}

.extension-text {
    color: #000000;
    font-weight: bold;
}

.home-page-hr {
    border-top: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-emphasized {
    font-size: large;
    color: #42A6DD;
}

.home-bold {
    font-weight: bold;
}

.MasterDIV {
    background-color: #ffffff;
}

/*#bodyTable {
            background-color: #eeeeee;
        }*/
body {
    /*background-color: #eeeeee;*/
}
/*html, body {
            margin: 0;
            padding: 0;
        }
        
         #headerTable{
             margin: 0 auto 0 auto;
        }
         .header-spacer {
             height: 10px;
             background-color: #ffffff;
             width: 900px;
             margin: 0 auto;
         }*/

.wnt-news-item {
    margin-top: 15px;
}

.home-slighly-bigger-line-spacing {
    line-height: 1.75;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-word;
}

.btn-special, .btn-special:hover {
    font-weight: bold;
    text-decoration: none;
}

.right-side-icons {
    height: 65px;
    width: 65px;
}

.header-side-icons {
    max-height: 35px;
    max-width: 35px;
    min-height: 25px;
    min-width: 25px;
}
.homeRightBoxHeader {
    height: 35px;
}
.homeRightBoxHeaderText {
    border-bottom: #000 solid 1px;
    vertical-align: bottom;
    font-weight: bold;
    height:30px; 
    color: #335C9A; 
    padding-bottom: 2px;
    font-size: 17pt;
    width: 100%;
}

.news-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.highland-image {
    width: 200px;
}

.wnt-right-items-padding {
    padding-top: 10px;
}
.wnt-payment-box {
    border: solid 1px black;
    padding: 2px 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.wnt-right-header-col { padding-left: 0 !important; }

