@charset "utf-8";
/* CSS Document */
/* specific to 2030 directory  *************************************/

/*.h2_pillar {
    font-family: Arial, Helvetica, sans serif;
    font-size: 1.3em;
    color: #000000;
}*/
.h1_pillar2 {
    font-family: Arial, Helvetica, sans serif;
    font-size: 1.3em;
    color: #ffffff;
    background-color: #002859;
	padding: 10px;
	margin-left: -1px;
}
.h2_pillar2 {
    font-family: Arial, Helvetica, sans serif;
    font-size: 1.3em;
    color: #ffffff;
    background-color: #002859;
}


.h3_timeline2 {
    font-family: Arial, Helvetica, sans serif;
    font-size: 1.1em;
    color: #000000;
    background-color: #92B1CD;
    padding-top: 6px;
    padding-bottom: 6px;
}
ul {
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin-left: 40px;
    /*overflow: hidden;*/
}
.plain ul {
    margin-left: 10px;
    font-size: .9em;
}
.plain li {
    list-style-type: disc;
}


#color_header {
    width: 100%;
    height: 100%;
}



.horizontal-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #002859;
    /*color: #ffffff;*/
}
.horizontal-menu li {
    float: left;
    width: 20%;
    /*color: #ffffff;*/
    font-weight: bold;
}
.horizontal-menu li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.horizontal-menu li a:link {
    text-decoration: none;
    /*color: #ffffff;*/
}
.horizontal-menu li a:hover {
    background-color: #92B1CD;
    color: #000000;
    font-weight: bold;
}
.horizontal-menu-active {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #000000;
    background-color: #92B1CD;
    /*color: #ffffff;*/
}
.horizontal-menu-active li {
    float: left;
    width: 20%;
    /*color: #ffffff;*/
    font-weight: bold;
}
.horizontal-menu-active li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.horizontal-menu-active li a:link {
    text-decoration: none;
    /*color: #ffffff;*/
}
.horizontal-menu-active li a:hover {
    background-color: #92B1CD;
    color: #000000;
    font-weight: bold;
}

















#menu_color_banner {
    /*padding-top: 9px;*/
    margin-top: -4px;
    width: 100%;
}

.h3_blue {
    /*background-color: #FFFFFF;*/
    font-family: Arial, Helvetica, sans serif;
    font-size: 1.1em;
    color: #002859;
    border-bottom: thin solid #002859;
}
.h4_red {
    /*background-color: #FFFFFF;*/
    font-family: Arial, Helvetica, sans serif;
    font-size: 1.0em;
    color: #983333;
    margin-bottom: .3em;
    /*border-left: 5px solid #983333;*/
}

.boxshadow {
    box-shadow: 3px 3px 3px #FFFFFF;
}
.border2 {
    border: thin solid #BDBDBD;
}
.boxshadow_large {
    box-shadow: 7px 7px 7px #BDBDBD;
}

.center {
    align-content: center;
    text-align: center;
}
.smaller {
    font-size: 12px;
}
.larger {
    font-size: .9em;
    line-height: 1.5em;
}




/* return div for breadcrumb trail */
.return_to_div {
    /*clear:both; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: normal;
    text-decoration: none;
    /*padding-top: 22px; */
    padding-bottom: 30px;
    margin-left: 10px;
}













/* Style the navigation menu */

@media screen and (max-width: 600px) {
  .horizontal-menu li, 
  .horizontal-menu li {float: none;}
}
