@charset "UTF-8";
body {
	background: #faf9d5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
.shadwrap {
	width: 860px;
	margin: 0 auto;
	background-image: url(images/minshad.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.main  #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C7BEB0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header {
	background-color: #fff;
	background-image: url(images/logo_650.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C7BEB0;
}
.main #header img {
	float: right;
}
.main #mainContent {
	padding: 0 15px;
	background-color: #C7BEB0;
}
.main #footer {
	color: #FFFFFF;
	background-color: #C7BEB0;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.footershad {
	color: #FFFFFF;
	background-color: #C7BEB0;
	font-size: 0.9em;
	background-image: url(images/footshad.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.a {
	background-color: #FFFFFF;
	margin-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b4ada1;
}
.c {
	width: 290px;
	float: left;
	height: 200px;
}
.b {
	width: 495px;
	margin-left: 290px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 1.5em;
	color: #716c61;
	font-weight: normal;
}
.clear {
	clear: both;
}
.menu {
	float: left;
	width: 145px;
	padding-right: 30px;
	padding-left: 15px;
}
.d {
	margin-left: 190px;
}
h2 {
	font-weight: normal;
}
.fltrght {
	float: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b4ada1;
	margin-right: 15px;
	margin-left: 30px;
}
.e {
	padding-top: 15px;
	margin-left: -15px;
}
.f {
	margin-left: 190px;
	background-color: #FFFFFF;
	padding: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b4ada1;
}
.linktext {
	text-decoration: none;
	color: #828401;
}
.main a {
	color: #828401;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.fltrghtmap {
	float: right;
	margin-right: 15px;
	margin-left: 30px;
}
.smallertext {
	font-size: 0.8em;
	line-height: normal;
}
.clients {
	margin: 1px;
	padding: 3px;
	vertical-align: top;
}
.table {
	width: 300px;
}
.fltrghtcontact {
	float: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b4ada1;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 100px;
}
h3 {
	font-size: 1em;
	margin-top: 30px;
}
.fltrghttherapy {
	float: right;
	margin-left: 30px;
	width: 250px;
	background-color: #faf9d5;
	padding: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b4ada1;
	margin-bottom: 10px;
}
.white {
	color: #FFFFFF;
}
.pararule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}
