/* -- header --*/
div#header {
	position: relative;
	display: block;
	/*width: 940px;*/
    height: 136px;
	margin-bottom: 6px;
	background-image: url(../images/gradient-up.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div#header p {
	position: absolute;
	width: 539px;
	height: 70px;
	margin: 32px 0 0 20px;
	font-size: 0em;
	line-height: 0em;
	background: url(../images/logo.png) left no-repeat;
	left: 0;
	top: -12px;
}
div#header p a {
  display: block;
  width: 189px;
  height: 48px;
  overflow: hidden;
  text-indent: -200px;
}
ul#navbar {
  position: absolute;
  bottom: 0;
  /*width: 1050px;*/
  width: 972px;
  height: 28px;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background-color: #3DB5E6;
}
ul#navbar li {
  float: left;
  display: block;
  height: 28px;
  line-height: 28px;
}
ul#navbar li.home,
ul#navbar li:first-child {
  text-transform: capitalize;
}
ul#navbar li:last-child a {
  /*border-right: 0;*/
}
ul#navbar li a {
  float: left;
  display: block;
  height: 28px;
  color: white;
  font-size: 13px;
  /*font-weight: bold;*/
  background-color: #3DB5E6;
  border-right: 1px solid white;
}
ul#navbar li a:hover,
ul#navbar li.selected a {
  background-color: #3B9ED7;
}
ul#navbar li a:active,
ul#navbar li.active a {
  background-color: #2E3192;
}

ul#navbar li.home a,
ul#navbar li:first-child a {
  padding: 0px;
  width: 170px;
  text-indent: 11px;
}
div#header ul#user {
  position: absolute;
  top: 50px;
  left: 793px;
  list-style: none;
}
div#header ul#user li {
  display: inline;
  font-size: 10px;
}
div#header ul#user li+li:before {
  content: "|";
  padding: 0 3px 0 1px;
}
div#header blockquote {
  position: absolute;
  top: 0;
  left: 348px;
  display: block;
  width: 350px;
  height: 22px;
  line-height: 22px;
  color: white;
  text-transform: uppercase;
  text-indent: 10px;
  font-weight: bold;
}
#patients div#header blockquote {
  background-color: #FEBE10;
}
form#locale_picker {
  position: absolute;
  top: 0;
  right: 0;
  background: #d7d7d7;
  padding: 12px 20px;
}
label {
  color: black;
  font-size: 12px;
}
