@charset "UTF-8";
/* CSS Document */

body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-image: url(../images/blueprint_pattern-01.jpg);
    background-color: #DCEAF9;
    color: #1B4298;
}

p {
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 6px;
    line-height: 1.4em;
}
h1 {
    color: #7F9ACE;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 36px;

}

.container {
    margin: auto;
    padding-top: 24px;
    width: 1100px;
}
.sidenav {
    position: relative;
    width: 200px;
    margin-right: 12px;
    margin-left: 12px;
    height: 1000px;
    float: left;
    z-index: 999;
}
.float_right {
    float: right;
}
.sidenav_block {
    width: 180px;
    height: 180px;
    margin-top: 36px;
}
.main {
    margin-left: 200px;
    position: relative;
    width: auto;
    height: auto;
}
.main ul li {
    list-style-type: none;
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 6px;
    padding-right: 0px;
    position: relative;
    top: -18px;
    /* [disabled]text-indent: 12px; */
    padding-left: 16px;
}
.main ul li a {
    color: #1B4298;
}
.main ul li a:hover{
    color: #7F9ACE;
}
.main p a:hover{
    color: #7F9ACE;
}
.sidenav_block a {
    text-decoration: none;
	color: #7F9ACE;
}
.sidenav_block a:hover {
    color: #1B4298;
}
.sidenav_block a:active {
    color: #FFDE02;
}
.sidenav_block  a.current {
    color: #1B4298;
}
.sidenav_block ul {
    padding-left: 0px;
    position: relative;
    right: 3px;
}
.sidenav_block ul li  {
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: right;
    list-style-type: none;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer {
    clear: both;
    text-align: center;
    font-size: 11px;
    border-top: 3px solid #1B429A;
    padding-top: 9px;
    letter-spacing: 1px;
    padding-bottom: 18px;
}
.footer a{
	color: #1B429A;
}
.footer a:hover{
    color: #7F9ACE;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    /* [disabled]position: relative; */
    margin-bottom: -12px;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: relative;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    top: -75px;
    width: auto;
}

/* Position the "next button" to the right */
.next {
    border-radius: 3px 0 0 3px;
    left: 762px;
    position: relative;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 21px;
    position: relative;
    text-align: center;
    /* [disabled]width: 850px; */
    top: -55px;
    left: auto;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #1B429A;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
}
.dot_div {
    position: relative;
    top: -42px;
    margin-bottom: -32px;
}

.active, .dot:hover {
  background-color: #7F9ACE;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.main a {
	color:#1B429A;
}
#gallery {
    width: 900px;
    position: relative;
    left: -32px;
    height: 550px;
    top: 18px;
}

#gallery img {
    border: 4px solid #1B429A;
    width: 200px;
    border-radius: 12px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: -10px;
    margin-bottom: 14px;
    position: relative;
}
.map_div {
    float: right;
    height: 400px;
    width: 500px;
    border: 5px solid #1B429A;
    position: relative;
    overflow-x: hidden;
    border-radius: 18px;
    overflow-y: hidden;
    text-align: center;
    margin-left: 32px;
}
hr {
    border: 1px solid #1B429A;
    position: relative;
    top: -3px;
}
.employment_div {
    float: right;
    height: auto;
    width: 876px;
    position: relative;
}
.flt_rt_pic {
    border-radius: 12px;
    border: 4px solid #1B429A;
    margin-left: 18px;
}
