/* ************************************************************************** */
/* 1.	Document Setup                                                        */
/* ************************************************************************** */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 140px 0;    /* must be >= to .footer->height */
    overflow-y: scroll;
    font-size: 14px;
    font-weight: normal;
}

.container {
    clear: both;
    width: 1000px;    /* total page width */
    margin: 0 auto;
    font-family: inherit;
}

/* Table Structures */
#divTableClaim {
    width: 100%;
    padding: 0 0 30px 0;
}

#divTableContact {
    height: 411px;
}

#divTableContactForm,
#divTableContactAddress,
.divTableHowTo,
.divTablePDS {
    float: left;
    padding: 0 0 10px 0;
}

#divTableContactForm,
#divTableContactClaimEnquiry,
#divTableContactPolicyEnquiry {
    background: #E9F9FF;
    border: 1px solid #AAE1F8;
}

#divTableContactForm {
    width: 500px;
    margin: 0 10px 0 5px;
    text-align: left;
    
    -moz-border-radius: 5px;    /* FF3.6+ */
    -webkit-border-radius: 5px;    /* Chrome,Safari4+ */
    -o-border-radius: 5px;    /* Opera 11.10+ */
    -khtml-border-radius: 5px;    /* Konqueror 3+ */
    -ms-border-radius: 5px;    /* IE10+ */
    border-radius: 5px;    /* W3C */
}

#divTableContactAddress {
    width: 420px;
    margin: 0 0 0 10px;
    text-align: right;
}

#divTableContactClaimEnquiry,
#divTableContactPolicyEnquiry {
   
    padding: 0 10px 10px 0;
    
    -moz-border-radius: 5px;    /* FF3.6+ */
    -webkit-border-radius: 5px;    /* Chrome,Safari4+ */
    -o-border-radius: 5px;    /* Opera 11.10+ */
    -khtml-border-radius: 5px;    /* Konqueror 3+ */
    -ms-border-radius: 5px;    /* IE10+ */
    border-radius: 5px;    /* W3C */
}

.divTableHowTo,
.divTablePDS {
    width: 100%;
}

.divTR {
    clear: both;
}

.divTD {
    float: left;
}

#filediv {
    padding: 0 0 30px 0;
}

/*-----------------------------------------------------------------------*/
/* PAGE HEADER */
#header {
    width: 100%;
   /* height: 80px;*/
   height:auto;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: 1001;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    font-family: inherit;
}

.logo-area {
    float: left;
    margin: 0;
}

.logo-text {
    color: #000000;    /* #510476; #05590B; #EF4138; #510476; */
    font-family: inherit;
    font-size: 36px;
    font-weight: bold;
}

.top-nav-area {
    float: right;
    margin-right: 201px;
}

ul.top-nav {
    margin: 0;
    padding: 0;
}

li.top-nav,
div.top-nav {
    float: left;
}

li.top-nav {
    list-style: none;
    padding-top: 21px;
    font-family: inherit;
    font-size: 14px;
}

div.top-nav {
    padding-top: 19px;
}

a.top-nav:link,
a.top-nav:active,
a.top-nav:visited,
a.top-nav:hover {
    text-decoration: none;
    padding: 3px 10px 4px 10px;
}

a.top-nav:link,
a.top-nav:active,
a.top-nav:visited {
    color: #2666A5;
}

a.top-nav:hover {
    color: #FFFFFF; /* #4284F4; */
    background-color: #3E8DDD;    /* #007EE2 #4284F4 #00B0F0; */
}

/*-----------------------------------------------------------------------*/
/* PAGE FOOTER */
#footer {
   /* width: 976px;*/   
   /* height: 90px;*/
    bottom: 0;
    /*position: absolute;*/
    overflow: hidden;
    z-index: 1001;
    margin: 0 auto 20px auto;
    padding: 10px;
    background-color: #007EE2;    /* #007EE2; #4284F4 #00B0F0; */
   /* border: 1px solid #0068BB;*/
    font-family: inherit;
    
    box-shadow: #888888 0px 2px 3px, inset #888888 0px -1px 2px;
    /*box-shadow: 4px 4px 4px #888888;*/
    
    -moz-border-radius: 10px;    /* FF3.6+ */
    -webkit-border-radius: 10px;    /* Chrome,Safari4+ */
    -o-border-radius: 10px;    /* Opera 11.10+ */
    -khtml-border-radius: 10px;    /* Konqueror 3+ */
    -ms-border-radius: 10px;    /* IE10+ */
    border-radius: 10px;    /* W3C */
}

.copyright-area,
.bottom-nav-area,
.bottom-nav,
.copyright-text,
.disclaimer,
.disclaimer a {
    font-family: inherit;
    font-size: 16px;
}

.disclaimer,
.disclaimer a,
.copyright-area {
    color: #ffffff;
}

.copyright-area {
    float: left;
    padding-top: 3px;
}

div.copyright-text,
div.copyright-img {
    float: left;
}

div.copyright-text {
    margin: 3px 5px 0 5px;
}

div.copyright-img {
    margin: 1px 5px 0 5px;
}

.bottom-nav-area {
    float: right;
}

ul.bottom-nav {
    margin: 0;
    padding: 0;
}

li.bottom-nav,
div.bottom-nav {
    float: left;
}

li.bottom-nav {
    list-style: none;
    margin: 0 10px 0 10px;
    padding-top: 2px;
}

div.bottom-nav {
    padding-top: 0px;
}

a.bottom-nav:link,
a.bottom-nav:active,
a.bottom-nav:visited {
    color: #ffffff;
    text-decoration: none;
}

a.bottom-nav:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.disclaimer {
    clear: both;
    text-align: justify;
    padding-top: 15px;
}

/*-----------------------------------------------------------------------*/
/* PAGE CONTENT */
#content {
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;    /* must be >= to .header->height */
    padding-bottom: 20px; 
    padding-top: 10px;
    z-index: 1003;
    font-family: inherit;
}

.page-heading {
    width: 100%;
    color: black;
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 25px 0;
    
   
}

.section-banner {
    clear: both;
    background-color: #000000;    
    border: 1px solid #0068BB;    
    color: #fff;    
    font-family: inherit;
    font-size: 16px;    
    font-weight: bold;
    margin: 30px 0 10px 0;
    padding: 5px 0 4px 0;
    text-align: center;
    
    /* box-shadow: 0 6px -6px #777777; */
    box-shadow: 0 6px 6px -2px rgba(119,119,119,1);
    
    -moz-border-radius: 3px;     /* FF3.6+          */
    -webkit-border-radius: 3px;  /* Chrome,Safari4+ */
    -o-border-radius: 3px;       /* Opera 11.10+    */
    -khtml-border-radius: 3px;   /* Konqueror 3+    */
    -ms-border-radius: 3px;      /* IE10+           */
    border-radius: 3px;          /* W3C             */
}

.content-heading {
    color: #425968;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    text-align: left;
}

h3, 
.section-heading {
    color: #425968;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.section-text,
.section-text-bold,
.content-text,
.content-text a,
.content-text a:hover,
.content-bold {
    color: #000000;
    font-family: inherit;
    font-size: 17px;
    margin: 20px 0 0 0;
    text-align: left;
    line-height: 18px;
}

.section-text-bold {
    font-weight: bold;
}

li.section-text {
    margin: 0;
}

.content-text,
.content-text a,
.content-text a:hover {
    padding: 0 0 10px 0;
}

.content-bold {
    font-weight: bold;
    text-align: right;
}

.content-text a:hover {
    cursor: pointer;
}

.notice {
    background-color: #FFFFFF;
    border: 2px solid #C7C7C7;
    padding: 10px;
    color: #FF0000;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:  5px;
    border-radius:        5px;
                  
    -webkit-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 10px 3px rgba(50, 50, 50, 0.25);
    -khtml-box-shadow:  0px 0px 10px 3px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 10px 3px rgba(50, 50, 50, 0.25);
}


/*-----------------------------------------------------------------------*/
/*--- Select Claim Type Page ---*/
p.claim_type {
    font-family: inherit;
    font-size: 14px;
}

#claim-type-container {
    
}
.claim-type{
        background:#d91f1f;
    width: 384px;
    height: 144px;
    margin: 10px 10px 10px 10px;
    padding: 17px 5px 20px 5px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
    -moz-border-radius: 5px;    /* FF3.6+ */
    -webkit-border-radius: 5px;    /* Chrome,Safari4+ */
    -o-border-radius: 5px;    /* Opera 11.10+ */
    -khtml-border-radius: 5px;    /* Konqueror 3+ */
    -ms-border-radius: 5px;    /* IE10+ */
    border-radius: 5px;    /* W3C */
}
textarea.claim-type,
textarea.claim-type:hover {
       
    width: 260px;
    height: 90px;
    margin: 10px 10px 10px 10px;
    padding: 17px 5px 20px 5px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
    -moz-border-radius: 5px;    /* FF3.6+ */
    -webkit-border-radius: 5px;    /* Chrome,Safari4+ */
    -o-border-radius: 5px;    /* Opera 11.10+ */
    -khtml-border-radius: 5px;    /* Konqueror 3+ */
    -ms-border-radius: 5px;    /* IE10+ */
    border-radius: 5px;    /* W3C */
}
input[type=submit].claim-type,
input[type=submit].claim-type:hover {
       
    width: 260px;
    height: 90px;
    margin: 10px 10px 10px 10px;
    padding: 17px 5px 20px 5px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
    -moz-border-radius: 5px;    /* FF3.6+ */
    -webkit-border-radius: 5px;    /* Chrome,Safari4+ */
    -o-border-radius: 5px;    /* Opera 11.10+ */
    -khtml-border-radius: 5px;    /* Konqueror 3+ */
    -ms-border-radius: 5px;    /* IE10+ */
    border-radius: 5px;    /* W3C */
}

input[type=submit].claim-type {
    background:#c00c0c;
   /* background: #d3d3d3;*/    /* Old browsers */
   
}

input[type=submit].claim-type:hover {
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E71FF', endColorstr='#185BCD',GradientType=0 );   */ /* IE6-9 */
    background: #d3d3d3;    /* Old browsers */
   
}

/*-----------------------------------------------------------------------*/
/*--- PDS Page ---*/
.pds-heading {
    color: #425968;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.pds-date-col,
.pds-pol-name-col,
.pds-doc-col {
    padding: 2px 0 2px 0;
}

.pds-date-col,
.pds-doc-col {
    text-align: center;
}

.pds-date-col {
    width: 30%;
}

.pds-pol-name-col {
    width: 60%;
    text-align: left;
}

.pds-doc-col {
    width: 10%;
}

/*-----------------------------------------------------------------------*/
/*--- FAQ Page ---*/

/*-----------------------------------------------------------------------*/
/*--- How To Page ---*/

.how-to-always {
    color: #0F830F;
}

.how-to-never {
    color: #FF0000;
}

.how-to-tip-heading,
.how-to-tip-text {
    font-family: inherit;
    width: 48%;
}

.how-to-tip-heading {
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.how-to-tip-text {
    color: #666666;
    font-family: inherit;
    font-size: 12px;
    text-align: left;
}

li.how-to-tip-text {
    width: 100% ;
    padding-bottom: 10px;
}

img.how-to-tip-heading {
    margin: 0 6px -2px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/*-----------------------------------------------------------------------*/
/*--- Contact Us Page ---*/
.contact-us-heading {
    color: #000000;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 25px;
}

div.contact-us {
    height: 21px;
}

/*-----------------------------------------------------------------------*/
/* Form Field Label Formats */
.field-label,
.contact-field-label,
.claim-field-label {
    margin: 7px 10px 0 0;
    color: #666666;
    font-family: inherit;
    font-size: 12px;
    text-align: right;
}

.field-value,
.contact-field-value,
.claim-field-value {
    margin: 3px 0 6px 0;
    font-family: inherit;
    font-size: 12px;
}

.required-field,
.required-field-notice {
    color: #FF0000;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
}

.required-field {
    margin: 5px 3px 0 3px;
}

.required-field-notice {
    vertical-align: middle;
}

.field-icon,
.claim-field-icon {
    width: 16px;
    margin: 6px 0 0 3px;
    border: 0px solid fuchsia;
}

.contact-field-label {
    width: 120px;
}

.contact-field-value {
    width: 300px;
}

.claim-field-label {
    width: 300px;
}

.claim-field-value {
    width: auto;
    border: 0px solid fuchsia;
}

img.tooltip {
    cursor: pointer;
}

.file-types {
    color: #007EE2;
}

/*-----------------------------------------------------------------------*/
/* Form Field Formats */
input[type=text],
input[type=text]:hover,
input[type=text]:focus,
input[type=file],
input[type=file]:hover,
input[type=file]:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus {
    color: #000000;
    font-family: inherit;
    font-size: 12px;
    padding: 0 0 0 2px;
}

input[type=text],
input[type=text]:hover,
input[type=text]:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus {
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;*/
}

input[type=text],
select,
textarea {
    background-color: #E6E6E6;
    border: 1px solid #CCCCCC;    /*#808080;*/
}

input[type=text],
input[type=text]:hover,
input[type=text]:focus,
input[type=file],
input[type=file]:hover,
input[type=file]:focus {
    height: 22px;
    line-height: 22px;
}

select,
select:hover,
select:focus {
    height: 24px;
    line-height: 24px;
}

input[type=text]:hover,
select:hover,
textarea:hover {
    background-color: #FFFFC8;
    border: 1px solid #D89400;
    cursor: pointer;
}

input[type=text]:focus,
select:focus,
textarea:focus {
    background-color: #D5FFD5;    /* #D5FFD5;  #E1F0F5; */
    border: 1px solid #007200;    /* #007200;  #4095CF; */
}

input[type=text].claim-data,
input[type=text].claim-data:hover,
input[type=text].claim-data:focus,
textarea.claim-data,
textarea.claim-data:hover,
textarea.claim-data:focus {
    width: 400px;
}

input[type=file].claim-data,
input[type=file].claim-data:hover,
input[type=file].claim-data:focus {
    width: 404px;
}

select.claim-data {
    width: 405px;
}

input[type=text].contact-data,
input[type=text].contact-data:hover,
input[type=text].contact-data:focus,
textarea.contact-data,
textarea.contact-data:hover,
textarea.contact-data:focus {
    width: 360px;
}

select.contact-data {
    width: 365px;
}

/*-----------------------------------------------------------------------*/
/* CLICKABLE BUTTONS */
.claim-button-area {
    clear: both;
    padding: 30px 0 30px 0;
   /* border: 0px solid purple;*/
}

.contact-button-area {
    clear: both;
    padding: 20px 10px 0 0;
    width: 97%;
    /*border: 0px solid purple;*/
}

img.claim-button {
    margin: 0 10px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button[type=button].printable,
button[type=button].printable:hover,
button[type=button].add-file,
button[type=button].add-file:hover,
button[type=submit].save,
button[type=submit].save:hover,
button[type=submit].cancel,
button[type=submit].cancel:hover,
button[type=submit].contact,
button[type=submit].contact:hover {
    cursor: pointer;
    line-height: 25px;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    
    -moz-border-radius: 3px;    /* FF3.6+ */
    -webkit-border-radius: 3px;    /* Chrome,Safari4+ */
    -o-border-radius: 3px;    /* Opera 11.10+ */
    -khtml-border-radius: 3px;    /* Konqueror 3+ */
    -ms-border-radius: 3px;    /* IE10+ */
    border-radius: 3px;    /* W3C */
}

button[type=submit].contact,
button[type=button].printable,
button[type=button].add-file {
    border: #1D6CF3 1px solid;    /* #1D6CF3 #000000; */
    background-color: #F0F0F0;    /* #F0F0F0 #00A8D4; #4184F3 */
    color: #666666;    /* #666666 #FFFFFF; */
}

button[type=submit].contact:hover,
button[type=button].printable:hover,
button[type=button].add-file:hover {
    background-color: #4284F4;    /* #CCE635; #4284F4 #6BA2FF */
    color: #FFFFFF;    /* #144093; */
}

button[type=submit].save {
   /* border: #0F830F 1px solid;   */ /* #1D6CF3 #000000; */
    background-color: #C9E4BB;    /* #F0F0F0 #00A8D4; #4184F3 */
    color: #0F830F;    /* #666666 #FFFFFF; */
}

button[type=submit].save:hover {
   /* background-color: #1EB300;  */
   /* #CCE635; #4284F4 #6BA2FF */
   background-color: #d3d3d3;
   color: #000000;
    /*color: #FFFFFF;  */
    /* #144093; */
}

button[type=submit].cancel {
  /*  border: #FF0000 1px solid;  */  /* #1D6CF3 #000000; */
    background-color: #FBE3E4;    /* #F0F0F0 #00A8D4; #4184F3 */
    color: #FF0000;    /* #666666 #FFFFFF; */
}

button[type=submit].cancel:hover {
   /* background-color: #FF0000;*/
   /* #CCE635; #4284F4 #6BA2FF */
   background-color: #d3d3d3;
    color: #FFFFFF;    /* #144093; */
}

/* button widths */
button[type=button].printable,
button[type=button].printable:hover {
    width: 175px;
}

button[type=button].add-file,
button[type=button].add-file:hover {
    width: 150px;
    margin-right: 55px;
}

button[type=submit].save,
button[type=submit].save:hover {
    width: 150px;
}

button[type=submit].cancel,
button[type=submit].cancel:hover {
    width: 150px;
}

button[type=submit].contact,
button[type=submit].contact:hover {
    width: 150px;
}
.container-header {
    clear: both;
    width: 100%;/*1000px; */   /* total page width */
    margin: 0 auto;
    font-family: inherit;
}
#the-form{
    margin-top:55px;
}
#ui-datepicker-div {
background: #fff !important;
}