html {
  height: 100%;
}

body {
  bottom-padding: 6rem;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* top nav menu */

#top-nav {
  width:180px;
  float:right;
  margin: auto 0 89px auto;
  display:block;
}

ul.top-nav-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-nav-items li a {
    /* removed display: block;*/
    width: 60px;
    text-decoration:none;
    color: rgba(0,0,0,0.87);
}

.top-nav-items li {
  display: inline;
}

/* End of top nav menu */

/*Left footer*/

#left-footer {
  height: 40px;
  width:33%;
  display:inline-block;
}

#left-footer ul {
    list-style-type: none;
    margin: 0;
}

#left-footer li {
  display: inline;
  margin-right: 10px;
}

#left-footer a {
  text-decoration: none;
  color: rgb(102, 102, 102)
}

/*End of left footer*/

/*Start of right footer*/

#right-footer {
  height: 40px;
  float:right;
}

#right-footer ul {
    list-style-type: none;
    margin: 0;

}

#right-footer li {
  display: inline;
  margin-right: 10px;
}

#right-footer a {
  text-decoration: none;
  color: rgb(102, 102, 102)
}

/*End of right footer*/


/*Footer bar */

#footer-bar {
  background-color: #F2F2F2;
  width: 100%;
  height: 40px;
  padding: 1rem;
  position:absolute;
  right:0;
  bottom: 0;
  left:0;
  line-height:40px;
}

/*End of footer bar */

form {
  display:block;
  margin:0 auto;
  width:100%;
}

input {
  -webkit-appearance: none;
  height: 36px;
  margin-right: 15px;

}


#search-box {
  display:block;
  margin:auto;
  width: 100%;
  height:34px;
  border-color:black;
}

/*.search-button {
  display:inline-block;
  max-width: 100%;
  height: 36px;
  margin-right:15px;
  box-sizing: content-box;
  line-height: 27px;
  -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
}*/

#search-buttons {
  display:block;
  margin:auto;
  width:571px;
  height:58px;
}

#search-buttons-center {
  margin: auto;
  width:50%;
  height: 50px;
}





#page-body {
  width: 100%;
  display:inline-block;
  padding-bottom: 72px;
}

#form-function {
  margin:0 auto;
  display: block;
}

#form-search-field {
  width: 584px;
  margin: auto;
  display:block;
}

#hplogo {
  height: 216px;
  width:384px;
  margin: 0px auto 30px;
  display: block;
}
