body
{
    width: 100%;
    height: 100%;
    color: #565656;
    padding: 0;
    margin: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(65, 65, 65);
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.3em;
}

p
{
    font-size: 0.8em;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.1em;
    font-style: italic;
}

h1, h2, h3
{
    color: #111;
    font-weight: normal;
}

ul
{
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}

li
{
    font-size: 0.8em;
    margin-left: 30px;
}

p, h1, h2, h3
{
    margin-bottom: 20px;
}

a
{
    text-decoration: none;
    color: #004990;
}

a:hover
{
    text-decoration: underline;
}


ol li p
{
    font-size: 0.9em;
}

#mainContainer
{
    padding: 0 35px;
    margin: 35px auto 10px auto;
    background-color: white;
    width: 73em;
    overflow: hidden;
    background-attachment: scroll;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

#logo
{
    height: auto;
    margin: 15px 0;
    float: left;
}

#social
{
    margin-top: 80px;
    margin-right: 0;
    float: right;
}

#social ul
{
    padding: 0;
    margin: 5px 0 0 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

#social ul li
{
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}

#social ul li a img
{
    width: 36px;
    height: 36px;
    border: none;
}

#navigation
{
    position: relative;
    width: 73em;
    height: 4.4em;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    background-color: #004990;
    overflow: hidden;
    display: inline-block;
}

#navigation li
{
    margin-right: 0;
    float: left;
}

#navigation li a
{
    color: #f9f9f9;
    line-height: 6em;
    padding: 0 25px 0 5px;
    font-size: 0.9em;
    display: block;
}

#navigation li a:hover
{
    text-decoration: none;
    color: #ffd51d;
}

#navigation li a.selected
{
    color: red;
}

#content
{
    padding-bottom: 20px;
}

#page-title
{
    margin: 35px 0;
}

#page-title h1
{
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 0;
}

#pagefooter
{
    width: 77.5em;
    margin-left: -36px;
    line-height: 1em;
}

#pagefooter-links
{
    height: 3.2em;
    width: 77.5em;
    background-color: rgb(28, 28, 28);
}

#copyright
{
    color: #fff;
    line-height: 4.3em;
    padding-left: 30px;
    float: left;
    font-size: 0.7em;
}

#nav-footer
{
    padding: 0;
    float: right;
}

#nav-footer li
{
    padding: 0;
    margin: 0 35px 0 0;
    float: left;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

#nav-footer li a
{
    color: #ffd51d;
    font-size: 0.7em;
}

#nav-footer li a:hover
{
    color: #b3b5b8;
    text-decoration: none;
}

.homeText
{
    float: left;
    width: 73em;
}

.leftText
{
    width: 50em;
    float: left;
}

.rightText
{
    float: right;
    width: 18em;
    border:1px solid #ccc;
    padding: 10px 20px;
    
}

.rightText .header
{
    font-size:0.9em;
   margin-bottom:0;
    color: #004990;
    font-weight: bold;
    height:2em;
}

.testSite
{
    padding: 0 20px;
}

.testSite h2
{
    font-size: 1em;
    color: #004990;
    font-weight: bold;
}

.testSite .website
{
    width: 59.7em;
    height: 1.5em;
    line-height: 1.5em;
    padding: 4px 6px;
    margin: 10px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #777;
}

.testSite .subTitle
{
    color: rgb(65, 65, 65);
    font-size: 1.1em;
}

.testSite .checkbox
{
    padding-left: 185px;
}

.testSite .checkbox > *
{
    vertical-align: middle;
}

.testSite ul li
{
    list-style-type: none;
}

.selection
{
    height: 2.2em;
    width: 60.8em;
    border: 1px solid #bbb;
    line-height: 2.2em;
    color: #777;
    padding: 4px 6px;
    margin: 10px 5px;
}

.testSite .button
{
    color: white;
    letter-spacing: 2px;
    padding: 10px 25px;
    font-size: 0.9em;
    font-weight: bold;
    zoom: 1;
    background-color: #004990;
    border: none;
    cursor: pointer; /*    margin: 30px 0 30px 480px;*/
}

.options li
{
    padding-bottom: 0;
    font-size: 1em;
}

.testSite .button:hover
{
    background-color: rgb(37, 37, 37);
}

.testSite .button:disabled
{
    background-color: #777;
}

.hide
{
    display: none;
}

#validation
{
    color: #c71b1b;
    margin-left: 20px;
}

#recaptcha
{
    text-align: center;
}
#Body_RecaptchaError
{
    font-size: 0.8em;
    color: Red;
}
table.recaptchatable
{
    margin: auto auto !important;
}

.paragraphTitle
{
    font-size: 1.1em;
    font-weight: bold;
}

ol li
{
    margin-left: 0;
    padding-bottom: 10px;
}

.links
{
    list-style-type: none;
    line-height: 2.2em;
}

.links li
{
    margin-left: 0;
}

.paragraphBreak
{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.underline
{
    text-decoration: underline;
}


.no-marginTop
{
    margin-top: 0;
}


.complianceMode
{
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
}

.complianceMode th
{
    font-size: 1.2em;
    background-color: #f3f3f3;
}

.complianceMode td
{
    border: 1px solid #ccc;
    padding: 20px;
}

.complianceMode .label
{
    width: 11em;
}

.reportImg
{
    margin-left: 410px;
}

.results
{
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 280px;
}

.results td, th
{
    border: 1px solid #ccc;
    padding: 10px;
}

.results .resultsIcon
{
    text-align: center;
}

.reportDetails
{
    text-align: center;
    margin-top: 10px;
}

.reportDetails th
{
    padding: 0 20px;
    font-style: italic;
    border: none;
    font-weight: normal;
}

.testOutput
{
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.8em;
}
.button-section
{
    text-align: center;
    margin: 30px;
}

div.testSite
{
    clear: both;
    border: 1px solid #ccc;
}

div.testSite .preview
{
    font-family: Verdana, Arial, Sans-Serif;
}
div.testSite .preview .summary
{
    font-size: 0.8em;
}
div.testSite .preview h2
{
    font-size: 1.2em;
}
div.testSite .preview li
{
    font-size: 1em;
}

div.testSite .resultsTable thead th
{
    background: #eaeaea;
    padding: 4px;
}
div.testSite .resultsTable tfoot th
{
    background: #eaeaea;
}
