html
{ 
    height: 100%;      /* Fix for Chrome background issue */
    overflow: scroll;  /* Force a vertical scroll-bar to prevent content from jumping */

}

body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #EEF2FB;
}



h1
{
    color: #7A2426;
    text-transform: uppercase;
    font-weight: bold;
}

h1 a
{
    color: #7A2426;
    text-decoration: none;
}

h1 a:hover
{
    color: #7A2426;
    text-decoration: none;
}

h2
{
    color: #AF292E;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 0em;
}

h2 a
{
    color: inherit !important;
    text-decoration: none;
}

h2 a:hover
{
    color: inherit !important;
    text-decoration: none;
}

h3
{
    margin-top: 0em;
    margin-bottom: 1em;
}

h4
{
    display: inline;
    font-style: inherit;
}

p
{
}

a
{
    text-decoration: none;
    color: Black;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #AF292E;
}

img
{
    border: none !important;
}

/*============================================================================== */
/*      Start of custom elements                                                 */
/*============================================================================== */

.Emphasis
{
    font-size: 140%;
    font-weight: bold;
    display: block;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.Notice
{
    text-align: center;
    color: Red;
    font-size: 120%;
    font-weight: bold;
    display: block;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.Center
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.Center a
{
    text-decoration: none !important;
}

.ButtonLink
{
    color: Black !important;
    background-color: #CCCCCC;
    background: url('/Images/grad.png') repeat-x;
    border: solid thin Black;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin: 1em 0.5em 1em 0.5em;
    font-weight: bold;
    text-decoration: none !important;
}

.ButtonLink:hover
{
    border-color: Orange;
    text-decoration: none !important;
}

.InfoTable
{
    border-style: none;
    text-align: left;
    vertical-align: text-top;
    width: 100%;
    padding: 0 0 0 0;
}

.InfoTable th
{
    color: White;
    background-color: #AF292E;
}

.InfoTable tr
{
    color: Black;
    background-color: #CCCCCC;
}

.Row1
{
    width: 40%;
}

.Row2
{
    width: 60%;
}

.File
{
    font-size: small;
    color: inherit;
    font-weight: bold;
}

.File img
{
    border-style: none;
    width: 21px;
}

.NewsLink
{
    font-size: smaller;
    padding: 0 0.4em 0 0.4em;
}

.Page
{
    width: 950px;
    background-color: White;
    border: solid 1px Black;
    text-align: center; /* for ie */
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.logo
{
    position: relative; /* position our child objects relative to this div */
    float: left;
    vertical-align: top; /* protect from super-large user text sizing */
}

.logo img
{
    text-align: left;
    display: inline;
    vertical-align: top;
}

.flash
{
    display: inline;
    text-align: right;
}

/*============================================================================== */
/*      Style that formats flash banner and any sub-menus under flash banner     */
/*============================================================================== */
.banner
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1%;
    padding-top: 1%;
}


/*============================================================================== */
/*      Doc Styles                                                   				*/
/*============================================================================== */
.document
{
    width: 900px;
    min-height: 25em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.content
{
    margin-top: auto;
    margin-bottom: 10px;
}

.content_seperator
{
    padding-bottom: 1.5em;
    border-bottom: solid thin #CCCCCC;
}

.LeftDoc
{
    width: 28%;
    float: left;
    clear: both;
    text-align: right;
}

.RightDoc
{
    width: 70%;
    float: right;
    text-align: left;
}

.content a
{
    color: #7A2426;
    font-weight: bold;
}

.RightDoc input[type="text"], .RightDoc textarea, .RightDoc select
{
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #7A2426;
    background-color: #CCCCCC;
    width: 98%;
}

.FormInfo
{
    border-color: #CCCCCC;
    border-style: solid;
    border-width: thin;
    padding: 1em 1em 1em 1em;
    margin: 1em 0em 1em 0em;
}

.FormInfo br
{
    padding: 0;
    margin: 0;
}

.ErrorMessage
{
    color: Red;
    font-style: italic;
}

.Note
{
    color: #7A2426;
    font-weight: bold;
}

.LeftForm, .RightForm
{
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 1em;
}

.LeftForm input[type="text"], .RightForm input[type="text"]
{
    width: 75%;
}

.Details
{
    font-size: 75%;
}

.Details h1, h2, h3
{
    padding-top: 0.5em;
    margin-top: 0.5em;
}

.Profile
{
    float: right;
    margin-top: 1.5em;
}

.Profile img
{
    height: 150px;
    width: 120px;
}

/*============================================================================== */
/*      Styles used for footer                                                   */
/*============================================================================== */

.footer
{
    border-top: solid thin Black;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 1.8em;
    clear: both;
    font-size: smaller;
    font-weight: normal;
    text-align: justify;
}

.footer a
{
    font-weight: normal;
    color: Black;
}

.LeftFt
{
    /* Left-Justified Footer */
    float: left;
    width: auto;
}

.CenterFt
{
    /* Center-Justified Footer - Content must go after left and right */
    text-align: center;
}

.RightFt
{
    /* Right-Justified Footer */
    float: right;
    width: auto;
}

/*============================================================================== */
/*      Announcement box                                   						 */
/*============================================================================== */

.AnnouncementBox
{
    background-color: White;
    border: solid 1px #CCCCCC;
    height: auto;
    text-align: left;
}

.AnnouncementBox a
{
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.AnnouncementBox a:hover
{
    text-decoration: underline;
    color: #AF292E;
}

.AnnouncementBox a:hover
{
    color: #7A2426;
    text-decoration: underline;
}

.AnnouncementBox_Title
{
    background-image: url('/images/grad.png');
    background-repeat: repeat-x;
    border: solid 1px #CCCCCC;
}

.AnnouncementBox h1
{
    font-size: small;
    font-variant: normal;
    text-transform: none;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0em;
}

.AnnouncementBox h1 a
{
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
}

.AnnouncementBox h1 a:hover
{
    text-decoration: underline;
    font-variant: normal;
    text-transform: none;
}

.AnnouncementBox h2
{
    color: Black;
    font-size: 90%;
    text-transform: none;
    margin: 0 0.5em 0 0.5em;
    font-weight: normal;
}

.AnnouncementBox_Content
{
    clear: both;
    display: inline;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.AnnouncementBox_Content p
{
    padding-left: 1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0.5em;
}

.AnnouncementBox_Content p a
{
    font-weight: bold;
}

.AnnouncementBox_Content ul
{
    display: inline-block;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.5em;
}

.AnnouncementBox_Content ul li a
{
    font-weight: normal;
}

.Code
{
    font-family: Courier;
}

/*==============================================================================

	GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.

	Computed Geometries:	with a default 12px font, 1.0em == 12px and
	1px == 0.08333em.
	Thus, our 98px wide Freeware & Research buttons are 8.166666em wide.

==============================================================================*/

/* Removed GRC formatting (drop span) */

/*========================= TOP OF THE MENU CASCADE =========================*/

.menu
{
    position: relative; /* establish a menu-relative positioning context */
    float: left; /* play nicely with others */
    margin: 0 0 0 0;
    padding: 0;
    border: 0; /* height: 18px; */ /* the menu's overall height */
    width: 100%; /* we always want our menu to fill the available space */ /* background: #f3f3f3; */ /* border-bottom: 2px solid black; */ /* give us a black border underneath */
    font-weight: bold;
    background-color: #AF292E; /* background-image: url('/images/Button.png');      	 background-repeat: repeat-x;     background-position: bottom; */
}

.menu img
{
    vertical-align: text-top; /* prevent images from being pushed down by text */
}

.menu ul
{
    padding: 0;
    margin: 0 0 0 0; /* Padding for EFT logo */ /* margin: 0; */
    border: 0;
    list-style-type: none; /* we don't want to view the list as a list */
    line-height: 1.5em; /* globally set the menu's item spacing. note */
}
/* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu ul li
{
    float: left; /* this creates the side-by-side array of top-level buttons */
    position: relative; /* create local positioning contexts for each button */ /* margin: 0 0.5em 0 0; */ /* Padding for menu */ /* margin: 0; */
    margin: 0 0 0 0;
}

.menu ul li table
{
    margin: 0px 0; /* IE5 needs -1px top and bottom table margins */ /* m\argin:0; */ /* re-zero the table margins for everyone but IE5 */
    margin: 0; /* re-zero the table margins for everyone but IE5 */
    border-collapse: collapse; /* IE5 needs this for the sub-menus to work */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul
{
    display: none; /* initially hide the entire list hierarchy */ /* padding: 1px; */ /* this is our box border width */
    padding: 0px; /* this is our box border width */
    border-top: solid 1px black; /* Added to fix hovering not bringing up menu in some cases */
    font-weight: normal;
    font-size: 8pt;
}


.menu ul li a, .menu ul li a:visited
{
    /* unselected top-level menu items */
    display: block;
    text-decoration: none;
    color: White;
    padding: 0.3em 0.7em 0.3em 0.7em; /* Padding around menu items */
}

.menu ul li:hover a, .menu ul li a:hover, 
.menu ul li:focus a, .menu ul li a:focus
{
    /* selected top-level menu items */ /* border-top: 1px solid #000; */ /* these 2 lines create the push-in illusion */ /* height: 16px; */
    display: block;
    text-decoration: none;
    color: White;
    padding: 0.3em 0.7em 0.3em 0.7em; /* Padding around menu items */
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/


.menu ul li:hover ul, .menu ul li a:hover ul,
.menu ul li:focus ul, .menu ul li a:focus ul
{
    /* 2nd level drop-down box */
    display: block;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0; /* Don't want padding in sub-menus */ /* top: 18px; */ /* place us just up underneath the top-level images */
    left: -1px; /* left-align our drop-down to the previous button border */
    height: auto; /* the drop-down height will be determiend by line count */
    width: 16em; /* width: 13.5em; */ /* color: black; */ /* this sets the unselected-text color */ /* background: black; */ /* this sets our menu's effective "border" color */
    background: #d8d8d8; /* this sets the drop-down menu background color */
    color: #7A2426;
    border: solid 1px #7A2426;
}

.menu ul li ul li
{
    text-indent: 0.5em;
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a, 
.menu ul li:focus ul li a, .menu ul li a:focus ul li a
{
    /* 2nd level unselected items */ /* border: 0; */ /* margin: 0; */ /* padding: 0; */
    height: auto;
    color: #000; /* this sets the unselected drop-down text color */
    background: #d8d8d8; /* this sets the drop-down menu background color */
    width: 16em; /* width: 13.5em; */
    margin: 0 0 0 0;
    padding: 0 0 0 0; /* Don't want padding in sub-menus */
    font-weight: normal;
}

.menu ul li:hover ul li:hover a, .menu ul li a:hover ul li a:hover, .selected,
.menu ul li:focus ul li:focus a, .menu ul li a:focus ul li a:focus
{
    /* 2nd level selected item */ /* color: black; */
    color: #AF292E;
    background: white;
    margin: 0 0 0 0;
    padding: 0 0 0 0; /* Don't want padding in sub-menus */
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul,
.menu ul li:focus ul li ul, .menu ul li a:focus ul li a ul
{
    /* hide inactive 3rd-level menus */
    visibility: hidden;
}

.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul,
.menu ul li:focus ul li:focus ul, .menu ul li a:focus ul li a:focus ul
{
    /* 3rd level drop-down box */
    visibility: visible;
    position: absolute;
    margin-top: -1px; /* bring the top edge of the 3rd level menu up one */
    top: 0; /* left: 8.08333em; */
    left: 16em; /* width: 14em; */
    width: 24em;
}

.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a,
.menu ul li:focus ul li:focus ul li a, .menu ul li a:focus ul li a:focus ul li a
{
    /* 3rd level unselected items */ /* width: 14em; */
    width: 24em;
    color: Black;
    background: #d8d8d8;
}

.menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover,
.menu ul li:focus ul li:focus ul li a:focus, .menu ul li a:focus ul li a:focus ul li a:focus
{
    /* level3 selected items */ /* width: 14em; */
    width: 24em;
    background: white;
    color: #AF292E;
}

.button
{
    /* background-image: url('/images/Button.png');      	 background-repeat: repeat-x;      	 background-position: bottom; */ /* border-top: solid 1px #AF292E; */ /* border-right: solid 1px #AF292E; */ /* border-left: solid 1px #AF292E; */
}

.button:hover, .selected_Button,
.button:focus
{
    background-color: #2A2723;
    background-image: url('/images/Button-Active.png');
    background-repeat: repeat-x;
}

.menu_right
{
    text-align: right;
    float: right;
}


/*==============================================================================*/
/* Based off of Soh Tanaka JQuery menu                                          */
/* http://www.sohtanaka.com/web-design/easy-toggle-jquery-tutorial/             */
.toggle_container
{
    margin: 0 0 5px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background-color: #CCCCCC;
    overflow: hidden;
    clear: both;
}
