body {
	margin: 0;
	background-color: #FFF8F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	line-height: 1.4;
}

.footer {
  margin: 1em auto;
  text-align: center;
  font-size: .8em;
  color: #aaa; }
  
  .footer a { color: #999; text-decoration: none; }
  .footer a:hover { color: #0C4695; text-decoration: underline; }
  
#tagline {
  clear: left;
  text-indent: -5000px;
  background: transparent url(/images/tagline.png) 0 0 no-repeat;
  height: 34px;
  margin: 0;
}

.nurse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	line-height: 1.4;
}
p {
  margin-top: 0;
}
.headline, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6699cc;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
  margin-bottom: 0;
}
h4 {
  color: #444;
  margin-bottom: 0;
}

.bigheadline, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #6699cc;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	line-height: 28px;
	color: #000033;

}

  
/* Superfish Nav Menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 2;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* Nav menu */
#nav {
  background: #9acdfe;
  height: 25px;
  padding-left: 25px;
}
#nav ul a {
  font-size: 12px;
  text-transform: uppercase;
  color: #014e98;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
}
#nav ul a:hover {
  color: #fff;
}
#nav li {
  width: auto;
  padding: 0 35px 0 0;
}
#nav li li {
  background: #014e98;
  border: 1px solid #fff;
  border-top: none;
  padding: 0;
  width: 140px;
}
#nav li li a {
  color: #fff;
  text-transform: none;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  margin: 0;
}
#nav li li a:hover {
  background: #016bd6;
}
#nav li.last { padding-right: 0; }
#nav li.last li { width: 110px; }
