﻿body 
{
    margin:30px 0px 0px 0px;
    padding:0px;
    font-family:Verdana;
    font-size:12px;
    color:#111;
    background: url('../Images/bodyBG.jpg') repeat-x;
    background-color: #404040;   
}
td,
th {
  vertical-align: top;
}

h1 h2 {
	padding:0px;
	margin: 0px;
}

.instruction {
  color: Red;
}
/* Links (submitlink is used to make a button look like a link)
-----------------------------------------------------------*/

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;
}


#noCookies
{
    width:500px; 
    margin:0px auto;
    padding:5px;
    border:2px solid #FF0000;
	background-color: #f9d3d3;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}


abbr
{
cursor: help;
border-bottom: 0px;
}
		


#tooltip
		{
			font-family: Ubuntu, sans-serif;
			font-size: 14px;
			text-align: left;
			
			line-height: 1.5;
			color: #fff;
			background: #6B6C6B;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 1 );
			-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, 1 );
			box-shadow: 0 3px 5px rgba( 0, 0, 0, 1 );
			position: absolute;
			z-index: 100;
			padding: 10px 10px 5px 10px;
		}



/* Wrapper
-----------------------------------------------------------*/
#bodyWrapper
{
    width:1020px;
    margin:0px auto;
    text-align:left;
}

#wrapperBorder
{
    width:1020px;
    border: 0px #666 solid;
    padding:10px 0px 0px 0px;
    
}

#Wrapper
{
    width:1000px;
    background-color:#fff;
    margin:0px auto;
     padding:10px;

}

/* Header
-----------------------------------------------------------*/
#Header
{
   color:#fff; 
   font-family:Century Gothic;
  
}
#Header h1
{
    font-size:35px;
    font-weight:bold;
    padding-bottom:0px;
    margin-bottom:0px;
}

#Header .smallTitle {
	font-size:12px;
	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 5px; 
    padding: 0px; 
    list-style-type: none; 
    padding-left:0px;
    _padding-left:0px; 
    height: 30px;
     
   
 }
#Navigation li 
{
    float: left; 
    margin:5px 0px 0px 0px;
    padding: 10px 30px 10px 31px;
    background-color:#03485c;
    border-right:1px #000 solid;
}

@-moz-document url-prefix() {
  #Navigation li {
    float: left; 
  margin:5px 0px 0px 0px;
    padding:10px 29px 10px 30px;
    background-color:#03485c;
    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;
}


/* Content
-----------------------------------------------------------*/
#Content
{
    width:950px;
    margin:0px auto;
}


#Content h2
{
    
    padding:0px 30px 10px 0px;
    background-color:#FFF;
    font-family:Century Gothic;
    color:#404040;
    font-size:20px;
    margin:20px 0px 10px 0px;
    font-weight:bold;
}


#Content ul li
{
    padding:5px;
}

#Content ol li
{
    padding:5px;
}

#Content a
{
    color:#111;
    text-decoration:underline;
}


#Content a:hover
{
   color:#03485c;
   text-decoration:underline;
}

#Content .infoHeader
{
    font-size:14px;
    font-weight:bold;
}
/* Footer
-----------------------------------------------------------*/
#Footer
{
    width:1000px;
    background-color:#03485c;
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:11px;
}

#Footer a:link
{
    color:#fff;
}


#Footer a:visited
{
    color:#fff;
}
/* Important Dates
-----------------------------------------------------------*/
#importantdates {
  background-color: #eaeaea;
  font-family: tahoma, arial, sans-serif;
  padding: 10px;
}
#importantdates h2 {
  font-size: 14px;
  color: #555;
}
#importantdates ul {
  padding-left: 0px;
  list-style-type: none;
  line-height: 180%;
}
#importantdates li {
  border-bottom: 1px solid #ACACAC;
  font-size: 11px;
}
/* FAQ
-----------------------------------------------------------*/
#FAQs {
  width: 950px;
}
#FAQs .faqHeader {
  font-weight: bold;
  color: #03485c;
  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: 425px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
}
#FAQs .rightColumn {
  float: right;
  width: 425px;
  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;
}

#FAQs a {
	font-weight: bold;
	  color: #03485c;
	
}

/* Claim
-----------------------------------------------------------*/
#ClaimForm .claimStyle {
  margin-top: 5px;
  margin-bottom: 12px;
  background: url('../../Content/Images/formBG.jpg') repeat-x;
  background-color: #f4f1f1;
  width: 900px;
}
#ClaimForm .claimLegend {
  padding: 5px;
  background-color: #03485c;
  color: #fff;
  font-size: 13px;
}
#ClaimForm .claimTable {
  margin: 0px auto;
  width: 750px;
}
#ClaimForm .claimTable td {
  padding: 3px 5px 3px 5px;
}

#ClaimForm .statusStyle
{
   margin:0px auto;
    background: url('../Images/formBG.jpg') repeat-x;
    background-color: #f4f1f1;
    width:500px;
}

#ClaimForm .statusStyle .field-validation-error {
  color: #000;
  margin-left: 2px;
}

#ClaimForm .statusStyle .field-validation-error a{
  color: #000;
  margin-left: 2px;
}

#ClaimForm .statusStyle .field-validation-error a:hover
{
   color:#03485c;
}

#ClaimForm .statusTable
{
    width:435px;
    margin:0px auto;

}

#ClaimForm .radioButtons ul ol li{
	padding:0px;
}

#ClaimForm .radioButtons li{
	list-style: none;
	padding:0px 0px 10px 0px;
}



/* 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;
  border: 1px solid #aaa;
}
legend {
  background-color: #3d1659;
  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;
}
