﻿div#page-header-fixedwrapper {
  height: 120px;
  margin: 0;
  padding: 0;
}

div#page-header {
  height: 110px;
  width: 960px;
  padding: 0 30px 10px 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 3px -4px rgba(0,0,0,0.75);
  z-index: 20;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  behavior: url(/Scripts/pie/PIE.htc);
}

div#page-header a {
  text-decoration: none;
  color: #0D9DDB;
}

div#page-header div#page-header-top {
  overflow: hidden;
  height: 95px;
}

div#page-header div#page-header-top-left {
  float: left;
  padding-top: 15px;
}

div#page-header div#page-header-top-right {
  float: right;
}

div#page-header div#page-header-bottom {
  float: right;
}

#page-header-left img {
  height: 65px; 
  width: 215px;
}


/* Account Links
====================================  */
div#page-header div#account-links {
  float: right;
  clear: right;
  margin-bottom: 5px;
  behavior: url(/Scripts/pie/PIE.htc);
  padding-top: initial;
}

.head-standard-button-dark {
  background-color: #0D9DDB;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  margin: 0;  
  padding: 8px 13px;
  font-weight: bold;
  font-size: 1em;
}

.head-standard-button-light {
  background-color: #FFFFFF;
  color: #0D9DDB !important; 
  border: 1px solid #0D9DDB;
  border-radius: 5px;
  margin: 0;
  padding: 7px 12px;
  font-weight: bold;
  font-size: 1em;
}
div#page-header div#account-create {
  background-color: #FFFFFF;
  padding: 5px 10px 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #0D9DDB;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  float: left;
  clear: right;
  margin-bottom: 5px;
  margin-right: 9px;
  behavior: url(/Scripts/pie/PIE.htc);
}

div#page-header div#account-links a {
  color: #FFFFFF;
}

/* Header Search Bar 
===================================*/
div#page-header div#header-search-area {
  padding-top: 15px;
  text-align: right;
  clear: both;
}

div#page-header div#header-search-area form {
  margin: 0;
  padding: 0;
}

div#page-header div#header-search-area input[type=text] {
  width: 190px;
  color: #998F87;
  border-radius: 50px;
  background-color: transparent;
  padding: 0 0 0 30px;
  line-height: 20px;
}

div#page-header div#header-search-area a {
  font-size: 0.8em;
}

div#page-header div#header-search-area #header-search-button {
  height: 14px;
  width: 14px;
  position: relative;
  left: 205px;
  top: 2px;
}



/* Menu bar
============================= */
div#page-header #menubar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  z-index: 100;
}

div#page-header #menubar ul li {
  margin: 0;
  position: relative;
  background-color: #EBE9E7;
  padding: 8px 10px;
  line-height: 85%;
}

div#page-header #menubar li > ul {
  visibility: hidden;
  width: 160px;
  position: absolute;
  top: 0px;
  left: 160px;
}
div#page-header #menubar > ul > li > ul {
  top: 20px;
  left: 0;
}

div#page-header #menubar li:hover {
  background-color: #EBE9E7;
}

div#page-header #menubar li:hover > ul {
  visibility: visible;
}

div#page-header #menubar ul li a {
  font-weight: 700;
  color: #867F79;
}

div#page-header #menubar ul li a:hover {
  color: #0D9DDB;
}

/* Root of menu */
div#page-header #menubar > ul > li {
  float: left;
  background-color: #FFFFFF;
  line-height: 100%;
  padding-top: 0;
}

div#page-header #menubar > ul > li:hover {
  background-color: #FFFFFF;
}