
/* for header section only */

#header{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
div.logo{
	float:left;
}
div.headernav{
	float:right; 
	height:60px; 
	text-align:right; 
	vertical-align:top;
	display: inline;
	width:550px;
}
div.headercontact{
	float:right;
	text-align:right;
	border: 1px solid #aeaeae;
}
a.headernav{
	padding:0px 6px 0px 6px;
	border-right:1px solid #459ebf;
	font-size:1em; 
	color:#6d6d6d; 
	text-decoration:none;
	display: inline;
}
a.headernav:hover{
	color:#000000;
	text-decoration: underline;
}
div.topnav{
	float:left;
	width:760px;
	height:37px;
	background-color:#1e6e8c;
	background-image:url(/images/topnav_bg.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
}
ul#navlist
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  color: #ffffff;
  background-color: #1e6e8c;
  background-image: url(/images/topnav_bg.gif);
  background-repeat: repeat-x;
}
ul#navlist li
{
  display: inline;
  font-size:14px;
}
ul#navlist li a
{
  float: left;
  color: #ffffff;
  padding: 0.7em 2.1em;
  border-left: 1px solid #ffffff;
  font-weight: bold;
  text-decoration: none;
}
ul#navlist li a:hover{
	text-decoration:underline;
}
div.headercontact1{
	border:none;
	float: right;
	text-align: center;
	margin-right:35px;
}
div.headercontact2{
	border:none;
	float: right;
	text-align: center;
}
span.header_fone_patient{
	font-size:11px;
	font-weight:bold;
	color: #4F4F4F;
}
span.header_fone_helpline{
	color:#cc0000;
	font-size:20px;
	font-weight:bold;
}
span.header_fone_office{
	font-size:11px;
	font-weight:bold;
	color: #4F4F4F;
}
span.header_fone_telephone{
	color: #4682B4;
	font-size:19px;
	font-weight:bold;
}