/* bodysense */

body {
 background: #B38556;
}

h1 {/* used for therapist name */
	font-family: "Times", serif;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: .2em;
	color: #white;
	margin-bottom: 6px;
}
h6 {
	font-family: "Times", serif;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: .2em;
	color: #white;
	margin-bottom: 0px;
	line-height: 1 em;
}

#header_box {
/*  background: #bd9f57; */
 background: #ac8b54;
}

#menu li {
 color: #b0cec0;
}

#therapies a:link,
#home a:link {
 color: #b0cec0;
}

#therapies a:visited,
#home a:visited {
 color: #b0cec0;
}

#therapies a:hover,
#home a:hover {
 color: white;
}

#therapies a:active,
#home a:active {
 color: #211114;
}

#content_box {
 padding-top: 80px;
}
#content_box_wide {
	padding-top: 0px;
	width: 70em;
}

#description {
	color: #624151;
	font-size: 1.1em;
	text-indent: 0em;
	line-height: 1.7em;
	margin-right: 20px;
	padding-left: 20px; /*margin-left renders incorrectly in IE Win */
	width: 17em;
	float: left;
}
#description_wide {
	color: #300;
	font-size: 1.1em;
	text-indent: 0em;
	line-height: 1.6em;
	margin-right: 20px;
	padding-left: 6px; /*margin-left renders incorrectly in IE Win */
	width: 30em;
	float: left;
}
#description_wider {
	color: #624151;
	font-size: 0.9em;
	text-indent: 0em;
	line-height: 1.1em;
	margin-right: 10px;
	padding-left: 0px; /*margin-left renders incorrectly in IE Win */
	width: 36em;
	float: left;
}
.boldcenter {
	font-weight: bold;
	text-align: center;
}
#description_widish {
	color: #333;
	font-size: 1.1em;
	text-indent: 0em;
	line-height: 1.5em;
	margin-right: 10px;
	padding-left: 0px; /*margin-left renders incorrectly in IE Win */
	width: 34em;
	float: left;
	font-family: "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
}
.squeeze {
	font-family: "Times New Roman", Times, serif;
	font-size: .9 em;
	line-height: 1.1 em;
	letter-spacing: 0em;
}
.squeezeBold {
	font-family: "Times New Roman", Times, serif;
	font-size: .9 em;
	line-height: 1.1 em;
	letter-spacing: 0em;
	font-weight: bold;
}

#description .first_paragraph {
 text-indent: 0;
}

#pull_quote {
	color: #dad3bc;
	font-size: 1.2em;
	/*  font-style: italic; */
 width: 38em;
	margin-left: 300px;
	clear: left;
	position: relative; /* allows depth positioning */
	z-index: 10;
	top: -500px;
	left: -200;
}

#wave_pattern {
 top: 12px;
 background-image: url("../images/pat_wave_large.gif");
}
.white {
	color: #FFF;
	letter-spacing: 1px;
}
.appointments {
	font-family: "Arial Narrow Bold", "Arial Narrow";
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #633;
}
.intable {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

