body {
	color: #666666;
	font-family: arial,verdana,helvetiva,geneva;
	text-align: center;
	background: #dee7e7;
	margin: 0px;
}

p {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}

p,div {
	color: #666666;
	font-family: arial,verdana,helvetiva,geneva;
}

p.blue_box {
	padding: 5px;
	background: #71cef5;
	color: #ffffff;
}

p.darkblue_box {
	padding: 5px;
	background: #8ba4d5;
	color: #ffffff;
}

a {
	color: #71cef5;
	text-decoration: none;
}

a:hover {
	color: #8ba4d5;
}

.blue {
	color: #71cef5;
}

.darkblue {
	color: #8ba4d5;
}

h1 {
	display: none;
}

h2 {
	color: #8ba4d5;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}

img {
	border: none;
}

.wrap {
	position: relative;
	width: 895px;
	margin: 8px auto 0px auto;
}

.wrap_border {
	float: left;
	width: 875px;
	border: 10px solid #dddedf;
	background: #ffffff url(../img/background.gif) top no-repeat;
	text-align: center;
}

.content {
	float: left;
	display: inline;
	width: 875px;
	text-align: left;
	padding: 15px;
	overflow: hidden;
	padding-bottom: 50px;
}

head:first-child+body .content {
/*Hidden from IE 6 and older Opera. Mozilla Firefox, IE 7 and Opera 7 will read this.*/
	width: 845px;
}

.logo {
	float: left;
	width: 875px;
	height: 181px;
}

.nav {
	float: left;
	width: 875px;
	height: 18px;
	background: #71cef5;
	text-align: center;
}

.left_column {
	float: left;
	display: inline;
	width: 166px;
	margin-right: 32px;
	text-transform: uppercase;
}

.left_column_links {
	float: left;
	width: 166px;
	padding-bottom: 10px; 
	margin-bottom: 25px;
	background: #f3f3f4;
}

.left_column_links a {
	float: left;
	width: 166px;
	padding: 2px 10px 2px 10px; 
	color: #8ba4d5;
}

head:first-child+body .left_column_links a {
/*Hidden from IE 6 and older Opera. Mozilla Firefox, IE 7 and Opera 7 will read this.*/
	width: 146px;
}

.left_column_links a:hover,.left_column_links a.on {
	background: #8ba4d5;
	color: #ffffff;
}

.left_column_links a.sublink {
	padding-left: 20px;
}

head:first-child+body .left_column_links a.sublink {
/*Hidden from IE 6 and older Opera. Mozilla Firefox, IE 7 and Opera 7 will read this.*/
	width: 136px;
}

.left_column_links a.sublink:hover {
	background: #71cef5;
	color: #ffffff;
}

.left_column_links a.sublink_on {
	padding-left: 20px;
	background: #71cef5;
	color: #ffffff;
}

head:first-child+body .left_column_links a.sublink_on {
/*Hidden from IE 6 and older Opera. Mozilla Firefox, IE 7 and Opera 7 will read this.*/
	width: 136px;
}

.left_column_links a.sublink_on:hover {
	background: #71cef5;
	color: #ffffff;
}

.left_column_0 {
	float: left;
	width: 166px;
	text-transform: none;
}

.left_column_0 a {
	float: left;
	padding: 0px; 
	color: #8ba4d5;
}

.left_column_0 a:hover,.left_column_0 a.on {
	background: #ffffff;
	color: #71cef5;
}

.center_column {
	float: left;
	display: inline;
	width: 445px;
}

.therapist_card {
	float: left;
	width: 445px;
	height: 118px;
	text-transform: uppercase;
}

.therapist_card_image {
	float: left;
	width: 75px;
	height: 95px;
	margin-right: 7px;
	background: #f3f3f4;
}

.therapist_card_text {
	float: left;
	width: 360px;
	height: 118px;
	text-transform: uppercase;
}

.therapist_card_text h2 {
	margin-bottom: 10px;
}

.right_column {
	float: right;
	width: 166px;
	text-align: right;
}

.right_column img {
	float: right;
}

.footer {
	position: relative;
	width: 875px;
	margin: 3px auto 8px auto;
	clear: both;
	color: #8ba4d5;
	text-transform: uppercase;
}

.footer a {
	color: #8ba4d5;
}

form,fieldset,label {
	float: left;
	border: none;
	margin: 0px !important;
}

label {
	color: #71cef5;
	font-size: 14px;
}

input {
	float: right;
	width: 160px;
	height: 20px;
	margin: 4px 0px 12px 0px;
	border: 1px solid #7184c5;
}

input.txec {
	width: 20px;
	border: none;
}