body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
}

form {
	padding: 0;
	margin: 0;
}
.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px;
	padding: 0;
}
.hometext a:link {
	color:#990000;
  text-decoration: none
}
.hometext a:hover {
	color:#0000FF;
  text-decoration: none
}
.hometext p {
	padding: 3px;
}
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 8px;
	line-height:1.5em;
}
.pagetext a:link {
	color: #003366;
  text-decoration: none
}
.pagetext a:visited {
	color: #003366;
}
.pagetext a:hover {
	color: #990000;
}
.pagetext a:active {
	color: #990000;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 8px;
}
.sidemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.sidemenu:link{
	color: #000000;
}
.sidemenu:hover {
	text-decoration:none;
	color: #990000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a {
	padding-left: 5px;
	padding-right: 5px;
}
.footer a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.icon {
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

#insurance_list table td{
	padding: 5px 5px 10px 5px;
}
#insurance_list table tr.odd td{
	background: #EDF1F4;
}
#insurance_list th{
	padding: 5px;
	background:#900;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	
}
.services_table {
	border-collapse: collapse;
}

.services_table td{
	padding: 5px;
	border: 1px dotted #CCC;
	
}

.services_table th{
	text-align: center;
	padding: 5px;
	background:#900;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	
}

#physicians  {
	font-size: 13px;
	list-style: none;
}
#physicians li {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}
#physicians li a {
	color: #900;
	text-decoration: none;
}
#physicians li a:hover {
	color: #C00;
}

.physicians {
	width: 499px;
	padding: 0 8px;
}
.physicians img {
	border: 0;
}
.physicians #portrait {
	float: right;
}
.physicians h3{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0px;
}
.physicians #cv_link a{
	font-size: 12px;
	color: #900;
	text-decoration: none;
	background: url(images/icon_red_arrow_download.gif) 5px right no-repeat;
	padding-right: 20px;
}

.physicians dl {
	clear: both;
	font-size: 14px;
	
}
.physicians dt {
	color:#666;
	clear: both;
	float: left;
	width: 150px;
	margin-bottom: 15px;
}
.physicians dd {
	float: left;
	width: 300px;
	margin-bottom: 15px;
}
.physicians dd p{
	margin: 0 0 10px 0;
}

.physicians #back_link a{
	background: url(images/icon_red_arrow_back.gif) left no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #900;
	text-decoration: none;
}
