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

/* SO MAIN STRUCTURAL CSS */
#main{
	width:760px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	border:1px solid #999999;
	border-top:none;
}
#mainContent{
	width:760px;
	top:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#top{
	width:760px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#topLeft{
	position:relative;
	width:253px;
	height:100px;
	float:left;
	background:#FFFFFF url(images/logo.gif);
}
#topMid{
	height:100px;
	width:255px;
	float:left;
}
#topRgt{
	position:relative;
	width:252px;
	height:100px;
	float:left;
	background:#FFFFFF url(images/contact_info.gif);
}
#bottBord{
	width:760px;
	height:51px;
	background:url(images/footer_bg.gif);
}
#bottom{
	width:760px;
	height:30px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footerLeft{
	float:left;
	text-align:left;
	padding-left:20px;
}
#footerRgt{
	float:right;
	text-align:right;
	padding-right:20px;
}
#bottom a:link{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#000000
}
#bottom a:hover{
	text-decoration:none;
	color:#000000
}
#bottom a:visited{
	text-decoration:underline;
	color:#000000
}
#bottom a:active{
	text-decoration:none;
	color:#000000
}
/* EO MAIN STRUCTURAL CSS */



/* SO PAGE SPECIFIC CSS */
#mainImage{
	position:relative;
	width:343px;
	height:440px;
	float:right;
	background:url(images/index_image.jpg);
}
#aboutImage{
	position:relative;
	width:252px;
	height:440px;
	float:right;
	background:url(images/aboutus_image.jpg);
}
#contactImage{
	position:relative;
	width:380px;
	height:440px;
	float:right;
	background:url(images/contact_image.jpg);
}
#indexText{
	position:relative;
	width:417px;
	height:440px;
	float:left;
	background:#231f20;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#aboutText{
	position:relative;
	width:508px;
	height:440px;
	float:left;
	background:#231f20;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#aboutText li{ margin-bottom:10px;}
#therapistsText{
	position:relative;
	width:760px;
	float:left;
	background:#231f20;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
h3{ margin:10px;}
#contactText{
	position:relative;
	width:380px;
	height:440px;
	float:left;
	background:url(images/contact_image2.jpg);
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.textline {
	width: 220px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px #FFFFFF;
	font-size:11px;
}
.textbox {
	width: 220px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px #FFFFFF;
	font-size:11px;
}
.formTitles{
	margin-left:18px;
}
.theraIm{
	width:60px;
	height:90px;
	float:left;
	margin-left:20px;
}
.theraText{
	width:600px;
	margin-right:20px;
	float:right;
}
.theraJob{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#727a35;
}
.theraName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.theraDesc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.theraItem{
	width:760px;
}
hr {
	margin-top:10px;
	margin-bottom:10px;
	color:#FFFFFF;
	height:1px;
}
/* EO PAGE SPECIFIC CSS */


/* SO TEXT STUFF */
.text{
	margin: 15px;
}
.text a:link {
	text-decoration:underline;
	font-weight:bold;
	color:#b8bc9a;
}
.text a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC; 
}
.text a:active {
	table-decoration:none;
	font-weight:bold;
	color:#CCCCCC; 
}
.text a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#727a35;
}
/* EO TEXT STUFF */


/* SO GENERAL CLASSES */
.clear{
	clear:both;
}
a:link, a:visited{
	text-decoration:underline;
	font-weight:bold;
	color:#727A35
}
a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff
}
/* EO GENERAL CLASSES */

/* SO NAV */
#nav ul{
	text-align:left;
	list-style-type:none;
	padding:0px;
	margin: 0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#nav li{
	border-top: 1px solid #ffffff;
}
#nav li a:link, #nav li a:visited{
	display: block;
	padding: 2px 5px 3px 0.5em;
	background-color: #727a35;
	color: #ffffff;
	text-decoration: none;
	width: 244px;
} 
#nav li a:hover {
	background-color: #b8bc9a;
	color: #333333;
}
/* EO NAV */
