@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#af0700;
}

h1 {
	font-size:18px;
	margin:30px 20px 5px 5px;
	text-decoration:underline;
	color:#c90d00;
	width:500px;
}
h3 {
	margin:10px 20px 5px 37px;
	font-size:14px;
	font-weight:bold;
}
p,li {
	margin:5px 20px 5px 47px;
	font-size:12px;
}

p.therText {
	margin:5px 0px 5px 47px;
	font-size:12px;
}

ul {
	margin-top:5px;
}
li.ther {
	margin-left:280px;
	padding-left:0px;
}
.bottom {
	font-size:11px;
	text-align:center;
	margin-top:50px;
}

.hometext {
	font-size:14px;
	line-height:115%;

}

.small{
	font-size:10px;
	vertical-align:middle;
	text-align:left;
}
.cellLabel {
	font-size:12px;
	text-align:right;
	padding:3px;
	font-weight:bold;
}
.name{
	padding:20px 0px 0px 0px;
	margin:0px;
}
.photo {
	width:250px;
	height:auto;
	float:left;
	margin:5px 5px 10px 47px;
}
.photoCaption {
	margin:0px auto;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.textLast {
	margin-bottom:30px;
}
.therapistNav {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.therapistContact {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:3px;
}
.therapistPhone {
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.therapistNav a:link {
	color:#990000;
	text-decoration:none;
}
.therapistNav a:visited {
	color:#990000;
	text-decoration:none;	
}
.therapistNav a:hover {
	color:#000000;
	text-decoration:underline;
}