﻿body {
 margin:30px 0px 0px 0px;
    padding:0px;
    font-family:Verdana;
    font-size:12px;
    color:#111;
    background: url('../Images/bodyBG.png') repeat-x;
    background-color: #DBDBDB;  
}
td,
th {
  vertical-align: top;
}
fieldset td,
fieldset th {
  vertical-align: middle;
}
.instruction {
  color: Red;
}
/* Links (submitlink is used to make a button look like a link)
-----------------------------------------------------------*/
a,
.submitlink {
  color: #0d4eb0;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
.submitlink:hover {
  text-decoration: underline;
}
.submitlink {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "Segoe UI";
  padding-bottom: 0px 0px 2px 0px;
}

#nsLogo
{
    margin-top:10px;
    float:right;
}

/* Wrapper
-----------------------------------------------------------*/

#bodyWrapper
{
    width:1020px;
    margin:0px auto;
    text-align:left;
    moz-box-shadow: 0 0 5px 5px #666;
    webkit-box-shadow: 0 0 5px 5px #333;
    box-shadow: 0 0 8px 8px #555;
}

#wrapperBorder
{
    width:1020px;
    border: 0px #666 solid;
    padding:0px 0px 0px 0px;
    
}

#Wrapper
{
    width:1000px;
    background-color:#fff;
    margin:0px auto;
     padding:10px;

}
/* Header
-----------------------------------------------------------*/
#Header
{
   color:#fff; 
   font-family:Century Gothic;
   padding:10px 5px 15px 20px;
   background-color:#015AC6;
   text-align:center;
  
}
#Header .bigTitle
{
    font-size:25px;
    font-weight:bold;
    
}

#Header .smallTitle
{
    font-size:10px;
    font-weight:normal;
   
}

/* Menu
-----------------------------------------------------------*/
#NavBorder
{
    width:980px;
    border:#ccc 0px solid;
    padding:10px;
}

#Navigation
{
    width:980px;
    height:45px;
    margin:0px auto;
    background-color:#404040;
}

#Navigation ul
{
    margin: 0px 0px 0px 6px; 
    padding: 0px; 
    list-style-type: none; 
    padding-left:0px;
    _padding-left:0px; 
    height: 30px;
     
   
 }
#Navigation li 
{
    
   
    float: left; 
    margin:4px 0px 0px 0px;
    padding: 10px 60px 10px 60px;
   _padding:10px 60px 10px 60px;
    background-color:#015AC6;
    border-right:1px #000 solid;

}
#Navigation ul li a 
{
    width: auto; 
    height: 100%; 
    display: block; 
    text-decoration: none; 
    
    color: #fff;
    font-size:12px;
    text-align:center;   
    _display:inline;
}

#Navigation ul li a:hover
{
 
 color: #fff;
 text-decoration:underline;
}

#Navigation ul li a.active 
{
 
 color: #333333;
}


/* Sidebar
-----------------------------------------------------------*/
#Dates
{
    width:180px;
    padding:5px 10px 10px 10px;
    float:left;
}

#Dates .dateUL 
{
  padding:0px;
  list-style:square;  
}

#Dates .dateUL li
{
    padding: 5px 0px 5px 0px;
}

#Dates .dateHeader {
	color: #015AC6;
    font-size: 14px;
    font-weight: bold;

}

/* Content
-----------------------------------------------------------*/

#ContentWrapper
{
    width:990px;
    background-color:#fff;
    margin:0px auto;
     padding:10px;

}

#pageTitle
{
    padding:0px 30px 10px 0px;
    background-color:#FFF;
    font-family:Century Gothic;
    color:#404040;
    font-size:20px;
    margin:0px 0px 10px 15px;
    font-weight:bold;
}

#Content
{
    width:770px;
    padding:0px 10px 0px 10px;
    float:right;
}


#Content ul li
{
    padding:5px;
}

#Content ol li
{
    padding:5px;
}

#Content a
{
    color:#111;
    text-decoration:underline;
}


#Content a:hover
{
   color:#015AC6;
   text-decoration:underline;
}

#Content .infoHeader
{
    font-size:14px;
    font-weight:bold;
}
/* Footer
-----------------------------------------------------------*/
#Footer
{
    width:1000px;
    background-color:#015AC6;
    color:#fff;
    padding:10px;
    text-align:center;
}

#Footer a:link
{
    color:#fff;
}


#Footer a:visited
{
    color:#fff;
}

/* FAQ
-----------------------------------------------------------*/
#FAQs {
  width: 750px;
}
#FAQs .faqHeader {
  font-weight: bold;
  color: #055a4f;
  font-size: 15px;
  padding-bottom: 5px;
  text-align: center;
}
#FAQs ol li {
  padding: 5px;
}
#FAQs .noListStyle li {
  font-weight: normal !important;
}
#FAQs .leftColumn {
  float: left;
  width: 350px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
}
#FAQs .rightColumn {
  float: right;
  width: 350px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
}
#FAQs .Question {
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
#FAQs .Answer p {
  font-weight: normal;
}
#FAQs .Answer Table {
  font-weight: normal;
}
#FAQs .Answer {
  font-weight: bold;
}
#FAQs .Answer span {
  font-weight: normal;
}
/* Claim
-----------------------------------------------------------*/
#ClaimForm .claimStyle {
  margin-top: 5px;
  margin-bottom: 12px;
  background: url('../../Content/Images/formBG.jpg') repeat-x;
  background-color: #f4f1f1;
  width: 750px;
}
#ClaimForm .claimLegend {
  padding: 5px;
  background-color: #093981;
  color: #fff;
  font-size: 13px;
}
#ClaimForm .claimTable {
  margin: 0px 50px 0px 0px;
  width: 700px;
}
#ClaimForm .claimTable td {
  padding: 3px 5px 3px 5px;
}
/* Nominee
-----------------------------------------------------------*/
#nominee ol {
  list-style-type: lower-alpha;
  font-size: 12px;
}
#nominee ul {
  list-style-type: disc;
}
#nominee td {
  padding-right: 5px;
}
#nominee .row {
  margin-top: 5px;
}
/* Documents
-----------------------------------------------------------*/
#documents a {
  font-weight: bold;
}
/* ContactUs
-----------------------------------------------------------*/
#contactus th,
#contactus td {
  text-align: left;
  padding-right: 25px;
  padding-bottom: 10px;
}
#contactus th {
  font-weight: bold;
}
/* File Upload
-----------------------------------------------------------*/
.uploaded-file-grid {
  border-spacing: 0;
  border-collapse: collapse;
}
.uploaded-file-grid td {
  border: 1px solid black;
}
/* Fieldset, legend
-----------------------------------------------------------*/
fieldset {
  background-color: #eaeaea;
  margin: 12px 0px;
}
legend {
  background-color: #093981;
  padding: 5px;
  color: #ffffff;
  font-size: 13px;
}
/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
  color: #FF0000;
  font-weight: bold;
  margin-left: 2px;
  white-space: nowrap;
}
.field-validation-error {
  color: #FF0000;
  margin-left: 2px;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #FF0000;
  background-color: #fee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #FF0000;
}
.validation-summary-valid {
  display: none;
}
.ActionLinkButton {
  padding: 10px;
}
/* overlay */
#loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: grey;
  z-index: 1000;
}
#loadingcontent {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#loadingspinner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: larger;
  padding-top: 80px;
}
