﻿/* DEFAULTS
----------------------------------------------------------*/

html, body, table, input, select
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9.25pt;
}

html, body
{
    background-color: #feeaeb; /* #7d7d7d; */
    margin: 0;
}

a, a:visited
{
    color: #4039c0;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #bdc33d;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.5em;
    font-variant: small-caps;
    border-bottom: dotted 1px #bdc33d;
    padding-bottom: 0px;
}

h2
{
    font-size: 1.2em;
    border-bottom: dotted 1px #bdc33d;
    padding-bottom: 0px;
    margin-left: 20px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
    color: #bdc33d;
    border-bottom: dotted 1px #bdc33d;
    padding-bottom: 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns 
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#header
{
    border-left: solid 2px #552A02;
    border-right: solid 2px #552A02;
    background-color: #552A02;
    color: #ffffff;
    width: 800px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#header div.top-left
{
    position: relative;
    width: 0;
    height: 0;
    top: -19px;
    left: -17px;
    overflow: visible;
}

#header div.top-right
{
    position: relative;
    width: 0;
    height: 0;
    top: -19px;
    left: 777px;
    overflow: visible;
}

#mission
{
    border: solid 2px #552A02; /* background: #bac03a url('/Images/Ribbon.png') repeat; */
    background-color: #f499c0;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px 0px 15px;
}

#content
{
    background-color: #ffffff;
    border-left: solid 2px #552A02;
    border-right: solid 2px #552A02;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

#footer
{
    border: solid 2px #552A02; /* background: #bac03a url('/Images/Ribbon.png') repeat; */
    background-color: #552A02;
    color: #FFFFFF;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 770px;
    padding: 15px;
}

#footer a
{
    color: #ffffff;
    text-decoration: underline;
}

#footer div.bottom-left
{
    position: relative;
    width: 0;
    height: 0;
    bottom: -6px;
    left: -17px;
    overflow: visible;
}

#footer div.bottom-right
{
    position: relative;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 777px;
    overflow: visible;
}

#copyright
{
    text-align: center;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

#menu
{
    height: 80px;
    width: 770px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #98ca3c;
    background-image: url(../Images/menu-bg.png);
    border-left: solid 2px #484a16;
    border-right: solid 2px #484a16;
    border-bottom: solid 2px #484a16;
}

#menu ul
{
    list-style-type: none;
    height: 80px;
    margin: 0;
    padding: 0;
}

#menu li
{
    float: left;
}

#menu a
{
    /* background-image: url(../Images/menu-bg-div.png); */
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    line-height: 80px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #ffffff;
    outline: 0;
}

#menu a:hover
{
    color: #484a16;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

/* Containers
----------------------------------------------------------*/
div.container
{
    position: relative;
    float: left;
    left: 0.00%;
    width: 100.00%;
}

div.container div.leftColumn
{
    position: relative;
    float: left;
    width: 550px;
    margin-right: 50px;
}

div.container div.rightColumn
{
    position: relative;
    float: right;
    width: 150px;
}

/* FAQ
----------------------------------------------------------*/
div.faq-section
{
    margin-left: 20px;
}

div.faq-section p.faq-question
{
    font-weight: bold;
}

div.faq-section p.faq-answer
{
    margin-left: 20px;
}
