@charset "UTF-8";
/* colors #009ddf, #021b34, #065987, #d7a71e, #f2f2f2   */
body {
      font-family: 'Segoe UI', sans-serif;
      background: #f4f4f4;
      
      color: #333;
      box-sizing: border-box;
    }
    .container {
      max-width: 800px;
      margin: auto;
      background: white;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    h2, h3 {
      color: #004aad;
      margin-bottom: 1rem;
    }
    label {
      display: block;
      margin-top: 1rem;
    }
    input {
      width: 100%;
      padding: 0.75rem;
      margin-top: 0.5rem;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    button {
      margin-top: 1.5rem;
      padding: 0.75rem 1.5rem;
      background: #004aad;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    .results {
      margin-top: 2rem;
      background: #eaf2ff;
      padding: 1rem;
      border-radius: 6px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 1rem;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 0.5rem;
      text-align: right;
    }
    th {
      background: #f0f0f0;
    }
    #confirmation {
      margin-top: 1rem;
      background: #d4edda;
      color: #155724;
      padding: 1rem;
      border-radius: 6px;
      display: none;
    }
     
 body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
      background: #f9f9f9;
      background: linear-gradient(to bottom, #BADCFF 40%,#f2f2f2 100%);
      color: #333;
      box-sizing: border-box;
    }
    header {
       position: fixed;
  width: 100%;
    background-color: #010440;
	  height: 125px;
    /*padding-left:5px;*/
    top:0; 
    border-bottom: solid 7px ; 
    border-color: #009deF;
    z-index: 999;
    }
    #banner img {
    margin: 8px;
    vertical-align:middle;
    width: 160px;
    padding-top: 5px;
  }

  .tel{
  position: absolute;
  top: 40px;
  /* Top margin */
  right: 30px;
  /* Left margin */
  width: auto;
  /* Adust width as needed */
  font-size: 100%;
  font-style: normal;
  color: #d7a71e;  
  font-size: 20px;
}
.tel:hover {
  color:#d7a71e;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

 /* To make older browser HTML5 aware */
  header, nav, aside, article, footer {
    display: block;
  }
  /* Top level menu bar   */
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center; 
  }
  /* Each list item inside horizontal menu bar */
  nav ul li {
    /*float: left;*/
    width: 10%;
    position: relative;   
  /*padding-left: 10%;*/
    z-index: 10;
    padding: 0px 10px;
    padding-bottom: 5px;
    display: inline-block;
      }
  /* Text and links across navbar */
  nav span, nav a {
    text-decoration: none;
    outline: none;
    display: block;
    height: 40px;
    line-height: 60px;
    width: 100%;
    text-align: center;
  }
  /* Unvisited/visited links in horizontal bar     */
  nav a:link, nav a:visited {
    color: #F2F2F2;
  }
  /* Hovering over list item in top menu bar */
  nav ul li:hover a, nav ul li:hover span, nav a.currentpage {    
    color: #d7a71e;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: underline;    
  }

  .currentpage {
    color: #d7a71e;
    font-weight: bold;
    text-decoration: underline;
  }

  
  /* Drop-down menu for each item in menu bar */
  nav ul li ul {
    background: #009deF;
    box-shadow: 0 40px 40px -20px black inset;
    position: absolute;
    z-index: 11;
    width: 200%;
    visibility: hidden;
    border-radius: 5px;
  }
  /* Make drop-down visible when hovering on menu bar item  */
  nav ul li:hover ul {
    visibility: visible;
  }
  /* Individual list items in drop-down menus */
  nav ul li ul li {
    width: 100%;
    float: none;
    height: 44px;
    line-height: 44px;
  }
  /* Links in drop-down menus */
  nav ul li ul li a, nav ul li ul li a:link, nav ul li ul li a:visited {
    background: none;
    display: block;
    text-align: left;
    text-indent: 10%;
    width: 100%;
    height: 100%;
    color: White;
    text-decoration: none;
    outline: none;
  }
  /* Hover and active states in drop down menu */
  nav ul li ul li a:hover, nav ul li ul li a:active {
    background: #15619B;
    color: #f2f2f2;
  }
#footer {      
        position:relative;            
        height: 200px;     
        background-color:#f2f2f2;          
        border-top: solid 5px #009deF;  
        width: 100%;     
        margin-top: 8px;
        }
        #footer:hover {
          background-color: white;
        }

        #footer p {
          color: #010440; 
          padding-left:5px;
          padding-top: 5px;
          text-align: left;
          margin-left: 10px;
          font-size: 14px;
          font-weight: bold;
        }

      
        #footer p img {
          height: 60px;     
          margin-top: 10px;    
          margin-left: 40px;        
        }

        .column1, .column2, .column3{
          width: 33%;
          float: left;}
          a {
  text-decoration: none;  
}
a:hover {
  color:#d7a71e;
  text-decoration: underline;
  font-weight: bold;
}