/* orange = ff9800 */

.container::after {
  clear:both;
  content:"";
  display:block;
}

/* Header */
#top_bar {  
  background-color: #ff9800;
  width: 100%;
  height: 45px;
}

#top_bar_multimedia a {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
#top_bar_multimedia a img {
  height: 25px;
}

#header_contact_info {
  float:right;
  padding-right: 10px;
}
#header_contact_info a {
  float:right;
}
#header_phone {
  text-decoration: none;
  color:black;
}
#header_phone_text {
  float:right;
  line-height: 45px;
}

#header_contact_info a img {
  height:35px;
  padding-top: 5px;
  padding-right: 10px;
}


#header_site_name {
  float:left;
  width: 40%;
}

#header_logo {  
  float:left;
  width: 60px;
  height: auto;
  padding-top: 10px;
}

#header_text {
  float: left;
}

#header_menu {
  display:flex;
  padding-top: 30px;
}

.header_menu_item {
  padding-left: 20px;
  padding-right: 10px;
}

.header_menu_item a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.header_menu_item a:hover {
  color:#ff9800;
}

.header_menu_item_selected a {
  color:#ff9800;
}

#banner {
  background-color: #ff9800;
  height: 100px;
  width: 100%;
}

/* General Stuff */
.two_column {
  width: 50%;
  float: left;
}

.two_column img {
  width: 98%;
  height: auto;
}

/* Footer */
#footer {
  border-top: 1px solid #ff9800;
  font-size: 0.8em;
}

