@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
}

body {
	background-repeat:no-repeat;
	background-color:#fff;
   font-family: Verdana, Helvetica, sans-serif, Arial ;
	color: #877e6d;
}

a:link {color: #55c094; text-decoration: underline; }
a:visited {color: #55c094; text-decoration: underline; }
a:hover {color: #55c094; text-decoration: none; }

h1 { 
   font-size: 1.5em;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}

h2 { 
   font-size: 1.25em;
   font-weight: normal;
   padding: 0px;
   margin: 0px;
}

h3 { 
   font-size: 1.1em;
   font-weight: normal;
   padding: 0px;
   margin: 0px;
}

h4 { 
   font-size: 1em;
   font-weight: normal;
   padding: 0px;
   margin: 0px;
}

h5 { 
   font-size: 0.85em;
   font-weight: normal;
   padding: 0px;
   margin: 0px;
}

.containerDiv {
  margin: auto;
  width: 936px;
	background-color:#fff;

}

.menubar {
  z-index: 1;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  top: 50px;
  width: 151px; 
  }

.pageHeaderImage {
	background-color:#fff;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	position: relative;
	visibility: visible;
	z-index: 0;
	padding-left: 15px;
}

.contentDiv {
	background-image:url(images/bg_vert_edge_shadow.gif);
	background-repeat:repeat-y;
	color: #877e6d;
	font-size: 0.8em;
	background-color: #fff;
	top: 25px;
	left: -4px;
	width: 785px;
	position: relative;
	visibility: visible;
	z-index: auto;
	float: left;	
}

.header {
	vertical-align: top;
	background-image:url(images/bg_header_shadow.gif);
	background-repeat:no-repeat;
	background-color: #fff;
	width: 785px;
	height: 69px;	
}

.copyImgDiv {padding: 0px 0px 0px 6px; } 
.copyDiv {padding: 10px 25px 10px 25px; line-height: 1.25em;} 
.copyMapDiv {padding: 0px 0px 0px 165px;} 

.photoFrame {padding: 0 0 0.5em 0; width: 245px; float: left; font-size: 0.8em; min-height: 181px;}
.therapistPhotoFrame {padding: 0px 0px 0px 0px; background-color: #000; width: 773px; height:181px; margin: 0 0 0 6px;} 

.footer {
	float: left;
	background-image:url(images/bg_footer_shadow.gif);
	background-repeat:no-repeat;
	background-color: #fff;
	width: 760px;
	height: 60px;
	position: relative;
	padding: 5px 0px 0px 25px;
	color: #fff;
	font-size: 0.7em;
}

.footer_clean {
	float: left;
	background-image:url(images/bg_footer_shadow_clean.gif);
	background-repeat:no-repeat;
	background-color: #fff;
	width: 760px;
	height: 60px;
	position: relative;
	padding: 5px 0px 0px 25px;
	color: #fff;
	font-size: 0.7em;
}

.leftFooter {float: left; width: 50px;}
.midFooter {float: left; width: 50px; }
.rightFooter {float: left; }