/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   }

/**
 * Remove default margin.
 */

body {
   margin: 0;
   }
h1 {
   font-size: 28px;
   }
h2 {
   font-size: 20px;
   }
h3 {
   font-size: 18px;
   }
p {
   font-size: 14px;
   line-height: 1.5;
   }
p.sample {
   font-size: 14px;
   line-height: 1.5;
   }
.home-text {
   font-size: 18px;
   }
li {
   margin-top: 4px;
   margin-bottom: 4px;
   margin-left: 10px;
   margin-right: 10px;
   list-style-position: outside;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 14px;
   line-height: 1.5;
   }
li.home {
   margin-top: 6px;
   margin-bottom: 4px;
   margin-left: 2px;
   margin-right: 2px;
   list-style-position: outside;
   list-style-type: disc;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 14px;
   line-height: 1.5;
   }
li.home2 {
   margin-top: 6px;
   margin-bottom: 4px;
   margin-left: 2px;
   margin-right: 2px;
   list-style-position: outside;
   list-style-type: none;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 14px;
   line-height: 1.5;
   }
li.homesub {
   margin-top: 4px;
   margin-left: 2px;
   margin-right: 2px;
   list-style-type: square;
   list-style-position: outside;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 14px;
   line-height: 1.5;
   }
dd {
   padding-bottom: 12px;
   }
table {
   font-size: 14px;
   line-height: 1.5;
   }

/**
td {
   font-size: 14px;
   line-height: 1.5;
   margin-top: 1em;
   margin-bottom: 1em;
   }
 */

p.box {
   margin: 5px 5px 5px 5px;
   font-size: 14px;
   line-height: 1.5;
   }
table.header {
   background-color: #f5f6ff;
   border: 2px;
   border-style: solid;
   border-color: #00508B;
   color: #000000;
   font-family: sans-serif;
   margin: 0px;
   padding: 2px;
   width: 100%;
   border-spacing: 0px;
   }
table.float {
   border-collapse: separate;
   border-spacing: 10px;
   font-size: 14px;
   line-height: 1.5;
   margin-top: 1em;
   margin-bottom: 1em;
   }
table.listjob {
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 5px;
   }
table.featuredjobs {
   background-color: #ffffdb;
   border-width: 2px;
   border-style: solid;
   border-color: #00508B;
   }
hr.blue {
    color: #dbdfff;
    background-color: #dbdfff;
    height: 1px;
}
a:link {
    font-weight: bold;
    text-decoration: none;
    color: #0068AD;
    }
a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #0068AD;
    }
a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #003366;
    background-color: #e2e5ff;
}
a:active {
    font-weight: bold;
    text-decoration: none;
    color: #0068AD;
    }

.footer_link:link {
	    font-weight: bold;
	    text-decoration: none;
	    color: #ffffff;
	    }

.footer_link:visited {
	    font-weight: bold;
	    text-decoration: none;
	    color: #ffffff;
	    }

.footer_link:hover {
	    font-weight: bold;
	    text-decoration: underline;
	    color: #0068AD;
	    background-color: #ffffff;
	}

.footer_link:active {
	    font-weight: bold;
	    text-decoration: none;
	    color: #ffffff;
	    }

p.fineprint {
    font-size: 12px;
    font-style: italic;
    }
input, select {
   font-family: sans-serif;
   font-size: 12px;
}
input:focus {
   background-color: #ffffff;
}
.field_name {
    font-weight: bold;
}
.instructions {
    font-style: italic;
}
.field_name_required {
    font-weight: bold;
    color: red;
}
.item_on_news_page {
   width: 40em;
   line-height: 1.5;
}

/*
  * Additions follow. Formerly in separate css file that handled only
  * styles defined/required by the JavaScript file that creates the
  * drop-down menus. Consolidated here on 4/13/2018 to suss out
  * any conflicts with above styles, which might not have been consistently
  * occurring where the link to this spreadsheet appeared in HTML files after
  * the SSI-include statement that brought in the menu-specific css file.
*/

table.yellow {
    color: #ff3300;
    background-color: #ffff00;
    position: relative;
    right: 55px;
}
td.yellow  {
    color: #ff3300;
    padding: 8px;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}
.dmx {
    font-family: sans-serif;
}
.dmx .item1,
.dmx .item1-active,
.dmx .item1:hover,
.dmx .item1-active:hover {
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.dmx .item1              {
    background: #0068AD;
    color: #ffffff;
}
.dmx .item1-active,
.dmx .item1:hover,
.dmx .item1-active:hover {
    background: #ffffff;
    color: #0068AD;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    color: #000000;
    display: block;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0px 5px 2px;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    z-index: 500;
}
.dmx .item2 {
    background: #f5f6ff;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #e2e5ff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 0px 3px 3px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 0px;
    border: 0;
}
.dmx .section {
    border: 2px solid #0068ad;
    background: #f5f6ff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.dmx .item3,
.dmx .item3:hover,
.dmx .item3-active,
.dmx .item3-active:hover {
    background: #f5f6ff;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 3px 3px 6px;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 170px;
    z-index: 500;
}
.dmx .item3    {
    background:  #0068ad;
    color: #ffffff;
}
.dmx .item3:hover,
.dmx .item3-active,
.dmx .item3-active:hover {
   background: #e2e5ff;
   color: #0068ad;
}
.dmx .item4,
.dmx .item4:hover,
.dmx .item4-active,
.dmx .item4-active:hover {
    background: #f5f6ff;
    color: #000000;
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0px 2px 5px;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    z-index: 500;
}
.dmx .item5,
.dmx .item5:hover,
.dmx .item5-active,
.dmx .item5-active:hover {
    background: #f5f6ff;
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0px 2px 5px;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    z-index: 500;
}
.dmx .item5  {
    background: #f5f6ff;
}
.dmx .item5:hover,
.dmx .item5-active,
.dmx .item5-active:hover {
    background: #ffffff;
}
* html .dmx td { position: relative; } /* ie 5.0 fix */
.dmy {
    font-family: sans-serif;
}
.dmy .item1,
.dmy .item1-active,
.dmy .item1:hover,
.dmy .item1-active:hover {
    border: 1px solid #0068AD;
    display: block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.dmy .item1              {
    background: #f5f6ff;
    color: #0068AD;
}
.dmy .item1-active,
.dmy .item1:hover,
.dmy .item1-active:hover {
    background: #ffffff;
    color: #0068AD;
}
.dmy .item2,
.dmy .item2:hover,
.dmy .item2-active,
.dmy .item2-active:hover {
    color: #000000;
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    z-index: 500;
}
.dmy .item2 {
    background: #f5f6ff;
}
.dmy .item2:hover,
.dmy .item2-active,
.dmy .item2-active:hover {
    background: #e2e5ff;
}
.dmy .arrow,
.dmy .arrow:hover {
    padding: 3px 0px 3px 4px;
}
.dmy .item2 img,
.dmy .item2-active img{
    border: 0;
    position: absolute;
    right: 0px;
    top: 4px;
}
.dmy .section {
    background: #f5f6ff;
    border: 2px solid #0068AD;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.dmy .item3,
.dmy .item3:hover,
.dmy .item3-active,
.dmy .item3-active:hover {
    background: #f5f6ff;
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    z-index: 500;
}
.dmy .item3  {
    background: #f5f6ff;
}
.dmy .item3:hover,
.dmy .item3-active,
.dmy .item3-active:hover {
    background: #e2e5ff;
}
* html .dmy td { position: relative; } /* ie 5.0 fix */
