@charset "utf-8";
/* CSS Document */

/***************************************************************/
/*                 START OF PRINT STYLES                       */
/* This is where you will need to add styles for any new       */
/* components that need to display or hide for printing        */
/***************************************************************/
@media print {

  /* First we need to set all iw_component containers to 0px. This     */
  /* is necessary because of how SitePublisher wraps all components    */
  /* in a <div> container that uses the "iw_component" class. Hiding   */
  /* the contents of the container isn't enough. Without setting the   */
  /* width to 0px, the empty containers would still print.             */
  
  .iw_component {
    width: 0px !important;
    float: none !important;
  }

  /* Next set the "iw_root" container to 100% so that all of the       */
  /* printable <div> elements (below) have room to expand. This        */
  /* setting will prevent clipping regardless of the scale users       */
  /* choose in their browser's print settings.                         */
  
  .iw_root {
    width: 100% !important;
    float: none !important;
  }
  
  
  /* Now that all iw_component containers are collapsed (from above),  */
  /* we can hide the following items when printing.                    */

  .banner_container,
  .tier1_nav,
  .search,
  .menu_top,
  .tier2_wrapper,
  .tier2_nav,
  .tier3_nav,
  .tier3_bottom,
  .list_title,
  .list_title_back,
  .list_box,
  .toplink,
  .footer {
    display: none !important;
  }

  /* Finally we can force the visibility of the following              */
  /* containers/styles to display their contents.                      */
  
  .body_text,
  .body_text_indent,
  .important_information,
  .emergency_information,
  .page_title,
  .bread_crumb {
    display: block !important;
    float: none !important;
  }
  
  body {
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    background-color: #FFFFFF;
    color: #000 !important;
  }

  /* Also display a special title for print-only                       */
  .print_title {
    display: block !important;
    font-size: 180%;
    font-weight: bold !important;
  }

}

/***************************************************************/
/*                   END OF PRINT STYLES                       */
/***************************************************************/

/***************************************************************/
/*                START OF WRAPPER STYLES                      */
/* This is where you will need to add styles for any new       */
/* components that make up the OJD wrapper.                    */
/***************************************************************/

/********************************/
/*       Primary styles         */
/********************************/
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color: #FFFFFF;
  color: #606578;
}

body a {
  color: #0000CC;
}

body a:visited {
  color: #551A8B;
}

font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #606578;
}

h1 {
  font-size: 140%;
  color: #2F6FA8;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  color: #2F6FA8;
  font-weight: bold;
}

h3 {
  font-size: 100%;
  color: #2F6FA8;
  font-weight: bold;
}

h4 {
  font-size: 90%;
  color: #2F6FA8;
  font-weight: bold;
}

h5, h6 {
  font-size: 80%;
  color: #2F6FA8;
  font-weight: bold;
}

hr {
  color: #C6C6C6;
}

/********************************/
/*      Top banner styles       */
/********************************/
.banner_container {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-color: #0F144C;
  width: 995px;
  height: 13.45em;
  min-height: 172px;
}

.clickable_seal {
  float: left;
  height: 90px;
  width: 90px;
  display: block;
}

.clickable_seal a {
  text-decoration: none;
  display:block;
  width:100%;
  height:100%;
}

.accessibility {
  font-family: Arial, Helvetica, sans-serif;  
  padding-top: 5px;
  color: #FFF;
  font-size: 90%;
  float:right;
  padding-right: 10px;
}

.accessibility a {
  color: #FFF;
  text-decoration: none;
}

.font_size_plus {
  font-size: 125%;
}

.font_size_minus {
  font-size: 80%;
}

.font_size_restore {
  font-size: 95%;
}

.banner_top {      
  padding-top: 1em;
  float:right;
  padding-right: 10px;
  margin-top: 3px;   
  clear:right;
}

.banner_bottom {
  float:right;
  padding-top: 92px;
  /* padding-top: 20px; */
  padding-right: 10px;
  clear:right;
}

.banner_links_start, 
.banner_links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding: 0px 10px 0px 10px;
  color: #FFF;
  text-decoration: none;
}

.accessibility a:visited,
.banner_links_start:visited, 
.banner_links:visited {
  color: #FFF;
}

.accessibility a:hover,
.banner_links_start:hover, 
.banner_links:hover {
  color: #FFF100;
}

.banner_links_zero,
.banner_links  { 
  border-left: 1px solid #FFF;       
}

.banner_links_zero{
  padding: 0px 5px 0px 10px;
}

/********************************/
/*   Tier 1 navigation styles   */
/********************************/
.tier1_nav {
  padding: 0;
  margin:0;
  list-style: none;
  background: url(../images/nav1.png) repeat-x;
  background-color: #2C62A0;
  width: auto;
  min-height: 37px;
  height: auto !important;
  height: 2.32em;
}

.tier1_nav li {
  float: left;
}

.tier1_nav a {
  font-weight: bold;
  font-size: 150%;
  color: #FFF;
  text-decoration: none;
  display: block;
  background: url(../images/nav1.png) repeat-x;
  background-color: #2C62A0;
  line-height: 1.9em;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.tier1_nav a.selected,
.tier1_nav a:hover {
  background: none;
  background-color: #2C62A0;
}

.tier1_nav a:visited {
  color: #FFF;
}

.tier1_nav span {
  width: 1px;
  border-left: 1px solid #FFF;
  float: left;
  margin-top: .5em;
  height: 1.85em;
  min-height: 24px;
}

/********************************/
/*   Bread crumb bar styles     */
/********************************/
.print_title {
  display: none;
}

.bread_crumb {
  float: left;
  color: #000;
  padding: 2px 0px 0px 16px;
  font-size: 90%;
}

.bread_crumb a,
.bread_crumb a:visited {
  color: #000;
  text-decoration: none;
}

.bread_crumb a:hover {
  text-decoration: underline;
}

.search {
  float: right;
  color: #000;
  padding: 2px 13px 0px 0px;
  font-size: 90%;
  margin-bottom: 0px;
}

.search_button {
  font-size: 90%;
  color: #FFF;
  font-weight: bold;
  background: #626262;
  cursor: pointer;
  margin-bottom: 0px;
}

.my_portal {
  display: none; /* Hiding this item for now until we figure out the correct URL to portal */
  font-size: 120%;
  color: #3262A6;
  text-decoration: none;
  margin-left: 20px;
}

.my_portal:hover {
  text-decoration: underline;
}

.my_portal:visited {
  color: #3262A6;
}

/********************************/
/*   Tier 2 navigation styles   */
/********************************/
.tier2_wrapper {
  border-bottom: 2px solid #8E8E91;
  width:982px;
  min-height:36px;
  height:auto;
  float:left;
}

.menu_top {
  color: #527287;
  font-size: 125%;
  font-weight: bold;
  width:154px;
  float:left;
  line-height: 1.05em;
  padding: 2px 16px 0px 16px;
  margin: 0px 7px 0px 0px;
  height: 2.1em;
  min-height: 34px;
}

.tier2_nav {
  margin: .58em 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  height: 2.28em;
}

.tier2_nav li {
  float: left;
}

.tier2_nav a {
  font-size: 95%;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 1.1em;
  background: url(../images/nav2.png) repeat-x;
  background-color: #D8D8D8;
  width: 6.05em;
  min-width: 60px;
  height: 2.15em;
  min-height: 26px;
  text-align: center;
  padding: 1px 4px 0px 4px;
  margin: 0px 1px;
  border-top: 2px solid #8E8E91;
  border-left: 2px solid #8E8E91;
  border-right: 2px solid #8E8E91;
  position: relative;               /* Hack for IE 6 */
  margin-bottom: -2px;
}

.tier2_nav a.selected {
  background: none;
  color: #000;
  background-color: #FFF;
  padding: 1px 4px 0px 4px;
  border-top: 2px solid #8E8E91;
  border-left: 2px solid #8E8E91;
  border-right: 2px solid #8E8E91;
  border-bottom: 2px solid #FFF;
}

.tier2_nav a:hover {
  background: none;
  color: #000;
  background-color: #FFF;
  padding: 1px 4px 0px 4px;
  border-top: 2px solid #8E8E91;
  border-left: 2px solid #8E8E91;
  border-right: 2px solid #8E8E91;
}

.tier2_nav a:visited {
  color: #000;
}

/********************************/
/*   Tier 3 navigation styles   */
/********************************/
.tier3_nav {
  padding: 0;
  margin:0px 22px 0px 0px;
  list-style: none;
  border-bottom: 1px solid #C6C6C6;
}

.tier3_nav a {
  font-size: 110%;
  color: #5B5B5B;
  text-decoration: none;
  width: 170px;
  display: block;
  border-bottom: 1px solid #C6C6C6;
  padding: 4px 0px 4px 16px;
}

.tier3_nav a.selected,
.tier3_nav a:hover {
  background-color: #EBEABA;
}

.tier3_nav a:visited {
  color: #5B5B5B;
}

/********************************/
/*     Tier 3 bottom styles     */
/********************************/
.tier3_bottom {
  width: auto;
  margin:0px 22px 0px 0px;
}

.tier3_bottom h3 {
  background-color: #D4DBE4;
  padding: 4px 0px 4px 16px;
  margin:5px 0px 10px 0px;
  border-bottom: 2px solid #C6C6C6;
  width: 170px;
  color: #29567E;
}

.tier3_bottom img {
  border: none;
}

.tier3_bottom p {
  margin: 0px 0px 2px 16px;
}

.tier3_bottom form {
  margin: 0px 0px 10px 0px;
}

.tier3_bottom select {
  margin: 0px 0px 0px 11px;
  width: 141px;
}

.tier3_bottom label {
  display: none;
}

.tier3_bottom input {
  font-size: 85%;
  margin-bottom: 2px;
  width: 30px;
}

/********************************/
/*        Footer styles         */
/********************************/
.toplink {
  margin: 15px 0px 0px 16px;
}

.toplink a {
  font-size: 80%;
}

.footer {
  width: auto;
  text-align: center;
  padding: 0px 16px 0px 16px; 
}

.footer hr {
  border: 2px solid #808080;
}

.footer a,
.footer a:visited {
  font-size: 80%;
  padding: 0px 5px 0px 5px;
  color: #000;
  white-space: nowrap;
}

.copyrighttext {
  font-size: 80%;
  color: #666669;
  padding: 20px 0px 0px 0px;
}

/***************************************************************/
/*                 END OF WRAPPER STYLES                       */
/***************************************************************/

/***************************************************************/
/*            START OF CONTENT AREA COMPONENT STYLES           */
/* This is where you will need to add styles for any new       */
/* components in the content area.                             */
/***************************************************************/

/********************************/
/*       Free Form Styles       */
/********************************/
.page_title {
  border-bottom: 2px solid #C6C6C6;
  padding: 15px 0px 15px 0px;
}

.page_title_indent {
  margin-left: 16px;
}

.page_title_no_border {
  padding: 20px 0px 4px 0px;
  margin: 0px 27px 0px 0px;
  color: #437187;
  font-weight: bold;
  font-size: 210%;
}

.body_text {
  padding: 0px 27px 0px 0px;
}

.body_text_indent {
  padding: 0px 3px 0px 16px;
}

.body_text_indent_top_margin {
  margin-top: 22px;
}

.body_img {
  margin-right: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  width: 230px;
  height: 170px;  
}

.body_img_left {
    margin-left: 0px;
}

.body_img_indent {
   margin-left: 16px;
}

/********************************/
/*       List box styles        */
/********************************/
.list_title {
  margin: 0;
  padding: 20px 0px 15px 0px;
}

.list_title_back {
  margin: 0;
  background: url(../images/LinkListTitleBarBg.gif) repeat-x; 
  text-align: center; 
  width: auto;
  height:auto; 
}

.list_box {
  list-style-type: square;
  padding: 0px 13px 0px 15px;
  margin: 4px;
}

.list_box_background {
  padding-left: 26px;
}

.list_box li {
  color: #FF6800;
  margin: 10px 0px 14px 0px;
}

.list_box a,
.list_box a:visited {
  font-size: 95%;
  color: #706D6D;
  font-weight: bold;
  text-decoration: none;
}

.list_box a:hover {
  text-decoration: underline;
}

.list_box_border{   
   border: 1px solid #A5C0D3;   
   width: auto; 
   height: auto;
}

/********************************/
/*   Information box styles     */
/********************************/
.important_information {
  border-top: 1px solid #C6C6C6;   
  border-bottom: 1px solid #C6C6C6;   
  border-left: 1px solid #C6C6C6;   
  border-right: 1px solid #C6C6C6;   
  width: auto; 
  height: auto; 
  background-color: #F8F7C4;
  padding: 0px 15px 0px 15px;
  color: #000000;
}

.emergency_information {
  border-top: 1px solid #CD2605;   
  border-bottom: 1px solid #CD2605;   
  border-left: 1px solid #CD2605;   
  border-right: 1px solid #CD2605;   
  width: auto; 
  height: auto; 
  background-color: #FFFFFF;
  padding: 0px 15px 0px 15px;
  color: #000000;
}

.information_box_header_color_red p {
  color: #B90000;
  font-weight: bold;
}

.information_box_header_color_black p {
  color: #000000;
  font-weight: bold;
}

/********************************/
/*   OOTB Components            */
/********************************/

.buttonText {
  font-style: normal;
  font-weight: normal;
  color: #000000;

}

 
.buttonText-hover { 
  font-style: normal;
  font-weight: normal;
  background-color: #eeeeee;
  color: #002244;
  text-decoration: underline;
  margin: 0px;
  border: outset 2px #999999;

}
 
.buttonText-active {
  font-style: normal;
  font-weight: normal;
  background-color: #f8f8f8;
  color: #002244;
  text-decoration: underline;
  margin: 0px;
  border: inset 2px #999999;
  
}

.bodyText {
  border:none;
}

/***************************************************************/
/*             END OF CONTENT AREA COMPONENT STYLES            */
/***************************************************************/

