#banner  {
  position: relative;
  height: 125px;
  margin: 0px;
  width: 100%;
}
#bannerimg {
  float: left;
  width: 357px;
  background-color: white;
}
#bannerimg img {
  height: 115px;
  width: 352px;
}
#bannergrad {
  height: 125px;
  width: auto;
  margin-left: 357px;
  background-image: linear-gradient(to right, #FFFFFF 0%, #808080 100%);
}
.bannerbar {
  height: 1px;
  width: 100%;
  background-color: #f7931e;
}
footer {
  height: 100px;
  width: 100%;
  background-color: #f7931e;
}
#footbanner {
  position: absolute;
  bottom: 0;
}
#footbannerouter {
  position: absolute;
  bottom: 0;
}
#footbannerinner {
  padding-top: 5px;
}
#menu {
  background-color: #f7931e;
}
#endmenu {
  width: 100%;
  height: 100%;
}
#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #f7931e;
}
#menu ul li {
  float: left;
}
.unhide {
}
.hide {
  display: none;
}
#menu ul li a, #menu ul li img {
  display: block;
  text-decoration: none;
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  font-variant: small-caps;
}
.selected {
  background-color: #808080;
}
#menu ul li:hover {
  background-color: #a0a0a0;
}
#menudrop {
  display: none;
  position: absolute;
  background-color: #f7931e;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#menudrop a {
  text-decoration: none;
  color: white;
  padding: 12px 16px;
  display: block;
}
#menudrop a:hover {
  background-color: #a0a0a0;
}
#menumore:hover #menudrop {
  display: block;
}
body {
  font-size: 100%;
  font-family: "Open Sans",Arial,sans-serif;
  color: #333;
}
#pagebody {
  overflow: auto;
}
.goodnet {
  font-size: 1.2em;
}
.needlist {
  color: #333;
}
.need {
  font-size: 1.2em;
  padding-left: 3em;
  padding-right: 3em;
  display: list-item;
  list-style-type: none;
  list-style-position: inside;
}
.ideas, .features {
  font-size: 1.2em;
}
.idea ul li {
  margin-left: 3em;
  padding-left: 1em;
}
.features {
  padding-left: 2em;
}
.text {
  padding-left: 3em;
  padding-right: 3em;
}
.text em {
  color: #f7931e;
}
.text a {
  color: #f7931e;
}
.text a:hover {
  color: #808080;
}
.largetext {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.5em;
}
.largetext em {
  color: #f7931e;
}
.logoname {
  color: #f7931e;
  font-weight: bold;
}
.logoext {
  color: #808080;
  font-weight: bold;
}
.features::after {
  content: "";
  clear: both;
  display: table;
}
.featurelist {
  min-width: 300px;
  width: 33%;
  float: left;
}
.counter {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: white;
}
.privacynotice {
  font-size: 80%;
  text-align: center;
  color: white;
}
h1 {
  font-size: 1.65em;
  margin: 0.67em;
  padding: 0px;
  color: #f7931e;
}
.idea h1 {
  font-family: handel-gothic,"Open Sans",Arial,sans-serif;
}
h1 em {
  color: #808080;
  font-style: normal;
}
.goodnet h1 {
  margin: 0.5em;
  padding: 0px;
}
.goodnet h1 img {
  height: 27px;
  width: 208px;
}
h2 {
  font-size: 1.2em;
  margin: 0.50em;
  padding: 0px;
  color: #f7931e;
}
.featurelist h2 {
  font-family: handel-gothic,"Open Sans",Arial,sans-serif;
}
.pagelink a {
  font-family: handel-gothic,"Open Sans",Arial,sans-serif;
  font-size: 1.65em;
  margin: 0.67em;
  padding: 0px;
  color: #f7931e;
}
.pagelink em {
  color: #808080;
}
.pagelink a {
  text-decoration: none;
}
.pagelink a:hover {
  background-color: #a0a0a0;
}
#router {
 margin-bottom: 30px;
 text-align: center;
}
@media only screen and (min-width: 1024px) {
  #router { float: right; }
}
