/*== navigation box ===============*/
#options {
  float:right;
  margin:0 10px 0 10px;
  padding:0 0 1em 0;
  text-align:left;
  width:198px;
  background:url('../images/help_options_bg.gif') bottom no-repeat;
}

#options h3 {
  margin:0;
  font-size:1em;
  padding:4px 0 4px 1.5em;
  color:#666;
  letter-spacing:0.12em;
  background:url('../images/help_options_h3_bg.gif') top no-repeat;
}

#options a {color:green;}
#options a:hover {color:#333; border-bottom:1px solid green;}

/*== end navigation box ===========*/

#main {padding-right:240px;}
#main p {padding:0;} /* overrides standard.css value */

/*== q&a typography ===============*/
h2 {
  color:#6f7dff;
  font-size:1.4em;
  font-family:'Trebuchet MS', Helvetica;
}

.question {
  border-left:0.5em solid #6f7dff;
  padding:0;
  margin-top: 1em;
  font-weight:bold;
  text-indent:-0.4em;
}

#main p {
  margin:0 0.4em;
  padding:0.3em;
  border-left:1px solid #6f7dff;
}

#main ul {
  list-style:none;
  margin-left: 10px;
  padding-left: 0px;
}

#main li {padding-top:0.5em;}
#main li a {color:#525dbd;}
#main li a:hover {color:#333; border-bottom:1px solid #525dbd;}
/*== end q&a typography ===========*/

/*== hospital element =============*/
.hospital {
	margin:0 0 1em 0;
	font-size:11px;
}

.hospital h5 {
	color:#6f7dff;
	font-family:'Trebuchet MS', Helvetica;
	margin:0;
	padding:0;
	font-size:1.1em;
}
/*== end hospital element =========*/