@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #586026;
	font-family: CenturyGothic, "Century Gothic", ArialMT, Arial, sans-serif;
	font-size: 15px;
}
.twoColFixLtHdr #container {
	width: 995px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(home_files/wp-BG-bamboo-side-new.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	font-family: CenturyGothic, Century Gothic, ArialMT, Arial, sans-serif;
} 
a:link,a:visited {
	font-weight: normal;
	color: #573D2C;
}

.twoColFixLtHdr #header {
	padding-top: 75;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 7px;
	font-family: CenturyGothic, Century Gothic, ArialMT, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.2em;
} 
#menu {
}
.twoColFixLtHdr  #container  #header  #menu  {
	background-image: url(Images/topMenu.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 31px;
}
.twoColFixLtHdr #container #header #submenu td {
	background-image: url(Images/subMenu.png);
	background-repeat: repeat-x;
	height: 15px;
	padding-top: 1px;
	font-size: 14px;
	color: #F1EFEB;
	padding-bottom: 3px;
	letter-spacing: .05em;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: uppercase;
	padding-top: 55px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
}
.twoColFixLtHdr #container #header h2 {
	font-size: 20px;
	color: #573D1D;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
	padding-right: 30px;
	text-align: right;
}
h2 {
	font-size: 20px;
	color: #573D1D;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	color: #7F7C7A;
	font-weight: bold;
	font-family: CenturyGothic, Century Gothic, ArialMT, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr  #apDiv1 {
	font-size: 14px;
	font-weight: bold;
	font-family: CenturyGothic, Century Gothic, ArialMT, Arial, sans-serif;
	color: #7E7B78;
	text-align: right;
	text-transform: uppercase;
	padding-right: 5px;
	float: left;
	margin-left: 155px;
	padding-top: 10px;
}
#sidebar #required ul,#sidebar #archive ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar1   ul   li  {
	margin: 0 0 0 10px;
	font-weight: bold;
	color: #7F7B78;
	list-style-type: none;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #7E7B78;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	text-align: right;
	width: 90px;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	background-image: url(Images/sidebarOn.png);
	color: #FFFFFF;
}
.hugeText {
	font-size: 36px;
	color: #6F5024;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sidebar1 #current a {
	cursor: default;
	background-image: url(Images/sidebarOn.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	}
.twoColFixLtHdr #container #sidebar1 a.on:hover {
	background-image: url(Images/sidebarOn.png);
}
#sidebar1 #required ul a:hover {
	background: #6C8C6F url(../images/bullet.gif) no-repeat left center;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent #therapists h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #573D1D;
}

.twoColFixLtHdr #footer {
	font-size: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 235px;
} 
.twoColFixLtHdr #container #footer p {
	font-size: 11px;
	line-height: 16px;
}

.copyright {
	font-size: 10px;
}

.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	color: #2c1e0e;
	font-family: LucidaGrande, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing:     0.05em;
	line-height: 20px;
	opacity: 1.00;
	padding-bottom: 8px;
	padding-top: 8px;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
}
.pBold {
	font-weight: bold;
	font-family: CenturyGothic, "Century Gothic", ArialMT, Arial, sans-serif;
	font-size: 15px;
	color: #3C2913;
}

.twoColFixLtHdr #container #mainContent h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #573D1D;
}
.twoColFixLtHdr #container #mainContent li {
	line-height: 24px;
	font-family: LucidaGrande, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	list-style-image: url(Images/bullet.gif);
	list-style-type: none;
	font-size: 14px;
}
.subLi {
	font-size: 14px;
}
a.large:link, a.large:visited {
	font-size: 20px;
	font-family: CenturyGothic, "Century Gothic", ArialMT, Arial, sans-serif;
	color: #573D1D;
	font-weight: bold;
	text-decoration: none;
}
a.smallsub:link {
	font-size: 12px;
	font-family: CenturyGothic, Century Gothic, ArialMT, Arial, sans-serif;
	font-style: normal;
	color: #7E7B6A;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
a.smallsub:visited {
	font-size: 12px;
	font-family: CenturyGothic, Century Gothic, ArialMT, Arial, sans-serif;
	font-style: normal;
	color: #7E7B6A;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
.smallText {
	font-family: LucidaGrande, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #463C43;
}
#therapists {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent #therapists .therCap {
	font-weight: bold;
	text-transform: uppercase;
	color: #573D1D;
	font-size: 13px;
}
.twoColFixLtHdr #container #mainContent #therapists td {
	color: #573D1D;
}
.twoColFixLtHdr #container #mainContent #therapists strong {
	color: #573D1D;
}
#therapists #therInfo {
	text-transform: uppercase;
	color: #573D1D;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #573D1D;
	letter-spacing: 0.08em;
	font-weight: bold;
	text-align: right;
}
#therapists #therMain {
	padding-left: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
}
