﻿html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

h1, h2, h3, h4, h5, h6 {color: #ec5e1a;}

body {
    background-color:#111214;
    color:#ffffff;
    margin-top:-13px;
    font-family:Arial;
    font-size: 9pt;        
}

.Header 
{     
    height:186px;
    width:766px;
    margin-left:auto;
    margin-right:auto;    
    border-left:solid 2px #ffffff;
    border-right:solid 2px #ffffff;
    border-top:solid 0px #ffffff;
    margin-top:0px;
}

.Logo {position:relative;
    left:180px; top:-80px; height:80px; width:400px; font-family:Arial; font-size: 16pt;
    text-align:center;
    border:solid 0px green;
    color:#ffffff;
}

.LogoImage
{   
    position:relative;
    left:80px;
    top:10px;
    border-width:0;
}

.Logo h1
{   
    color:#ec5e1a;
    margin-bottom:0px;
    font-size:20pt;        
}

.CertificationNESDCA{ position:relative; top:-180px; left:600px;}
* html .CertificationNESDCA {top:-162px;}
*:first-child+html .CertificationNESDCA {top:-162px;}

.Content
{    
    background-color:#111214;
    min-height:400px;
    width:746px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    border-left:solid 2px #ffffff;
    border-right:solid 2px #ffffff;
    border-bottom:solid 1px #ffffff;            
}

.MainContent
{    
    background-color:#1f2329;    
    width:577px;
    border-top:solid 1px #ff6633;
    border-bottom:solid 0px #ff6633;
    padding:15px;
    height:100%;    
    margin:auto;            
}

.MainContent li
{   
    
    margin-bottom:5px;
    margin-top:5px;
    margin-left:-35px;
}
* html .MainContent li {margin-left:-1px;}
*:first-child+html .MainContent li {margin-left:-1px;}

.MenuBarDiv
{   
    position:relative;
    top:-156px;    
    color:#ffffff;    
    background-color:#1f2329;
    width:606px;
    height:28px;
    font-weight:bold;        
    margin-left:auto;
    margin-right:auto; 
    border:solid 0px green;       
}
* html .MenuBarDiv{top:-138px;}
*:first-child+html .MenuBarDiv {top:-138px;}

.MenuBar
{   
    position:relative;
    top:0px;
    margin:auto;    
    color:#ffffff;    
    background-color:#1f2329;    
    height:14px;
    font-weight:bold;            
    padding-top:2px;
    padding-bottom:2px;
    padding-left:2px;
    border:solid 0px blue;
}
* html .MenuBar {padding: 6px;}
*:first-child+html .MenuBar {padding: 6px;}

/* FAQ PAGE */

/* Accordion */
.accordionHeader
{
    border: 1px solid #ec5e1a;
    color: white;
    background-color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;	
}

.accordionHeaderSelected
{
    border: 1px solid #ec5e1a;
    color: white;
    background-color: #ec5e1a;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #1f2329;
    border: 1px dashed #ec5e1a;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/* CONTACT US PAGE */

.Contact
{
    color: #000000;
    width: 400px; 
    text-align: left; 
    border: solid Gray; 
    border-width: 0px; 
    padding-right: 10px; 
    padding-left: 10px; 
    padding-bottom: 10px; 
    padding-top: 0px; 
    margin-left:auto; 
    margin-right:auto; 
    font-size:7pt;
    font-weight:bold;
}

.ContactButton
{
    background-color:#ec5e1a;
    color:#ffffff;
    font-size:8pt;
    font-weight:bold;
    border-width:0px;
    height:20px;    
}

.Contact h1{ margin-bottom:0px; }
.Contact span{color: #ffffff;}

.Copyright
{
    text-align:center;
    font-size:8pt;
    color:gray; 
    border:solid 0px green;
    width:480px;   
    margin:auto;
}

hr 
{   
    background-color: #ec5e1a;
    color: #ec5e1a;
    width: 389px;
    border: 0;
    height: 1px;
}

p {font-size:12px;}

.RadioButtonList{color:#ffffff; }

.WaterMarked{color:gray;font-style:italic;}

.OrangeText{color: #ec5e1a;font-weight:bold;}

.OrangeBorder{ border:solid 2px #ec5e1a;}

.Bug{}