/*** Blue bar at the top of the page ***/

#top-navigation {
  background-color: #336699;
  margin-bottom: 10px !important;
}

#top-navigation .container {
  color: #ffffff;
  font-size: 11px;
  height: 80px;
  padding-bottom: 4px;
  padding-top: 8px;
}
#top-navigation .container a {
  color: #ffffff;
}

/*** Search Winnipeg.ca box ***/

.searchbarbox {
  border-color: #999; /* #999 -moz-use-text-color #999 #999; */
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-sizing: border-box;
  color: #999999 !important;
  display: inline-block;
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
}

.wpgsearchbox {
  background-image: url("/images/icons/search.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #000;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  width: 30px;
}

/*** Top menu (311, Residents, Business, etc.) ***/

#top-menu {
    background-image: url("/shared/includes/top-nav-dept/menubkgd.png");
    border-bottom: 5px solid #336699;
    border-top: 5px solid #336699;
    float: right;
    height: 37px !important;
    margin-top: 2px;
}

#top-menu ul {
    font-size: 110%;
    height: 28px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#top-menu ul li {
    display: inline;
}
#top-menu ul li a {
    border-right: 1px solid #336699;
    color: #ffffff;
    float: left;
    font-weight: bold;
    height: 28px;
    list-style: outside none none;
    padding: 11px 24px 0;
    text-decoration: none;
}
#top-menu ul li a:hover {
    background-color: white;
    color: #62a1ca;
    display: inline-block;
    text-decoration: underline;
}
#top-menu ul li.threeoneone a {
    background: rgba(0, 0, 0, 0) url("/shared/includes/top-nav-dept/311_miniLogo.png") no-repeat scroll 5px center;
    display: inline-block;
    text-decoration: underline;
    width: 130px;
}
#top-menu ul li.threeoneone a:hover {
    background-color: #0173af;
    color: #ffffff;
    text-decoration: underline;
}
#top-menu ul li.residents a:hover {
    background-color: #cc0000;
    color: #ffffff;
    text-decoration: underline;
}
#top-menu ul li.business a:hover {
    background-color: #e7ab0e;
    color: #ffffff;
    text-decoration: underline;
}
#top-menu ul li.visitors a:hover {
    background-color: #dd6d22;
    color: #ffffff;
    text-decoration: underline;
}
#top-menu ul li.cityhall a:hover {
    background-color: #5a7d1f;
    color: #ffffff;
    text-decoration: underline;
}
#top-menu ul li.departments a:hover {
    background-color: #323266;
    color: #ffffff;
    text-decoration: underline;
}

/*** Adjustments to cancel out some stuff in menus.css ***/

div.account-links, #left-menu .first {
  border: none;
}

/*** Department title ***/

h1.deptTitle {
  background-color: #3B67C5;
  background-image: url("/shared/images/DepartmentHeadingBKGD_trans.png");
  background-repeat: no-repeat;
  float: left;
  height: 51px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-left: 20px;
}

h1.deptTitle a {
    color: #fff;
    float: left;
    padding-bottom: 4px;
    padding-top: 15px;
    text-decoration: none;
    width: 753px;
}

/*** Account links ***/

#left-menu div.account-links {
  border-top: 1px solid white;
  height: 29px;
  padding-bottom: 0;
}

#left-menu div.account-links span {
  margin-top: 6px;
}

/*** Transit service alerts ***/

div.submenu {
  background-color: #3256a3;
  border-top: 1px solid white;
  float: left;
}

/*** Left Menu ***/

div#left-menu {
  padding-left: 0;
  width: 177px;
}

#leftNav .lnMenu ul {
  width: 166px;
}

#leftNav .lnMenu ul ul {
  width: 156px;
}

#leftNav .lnMenu ul ul ul {
  width: 146px;
}

#leftNav .lnMenu ul ul ul ul {
  background-color: #eeeeee;
  width: 136px;
}

