/* reset styles v1.0 (modified) - curtesy of eric meyer @ http://meyerweb.com/ - thank you eric */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;border-spacing: 0;}
a { outline: 0; text-decoration: none; color: #004691; }
a:hover { text-decoration: underline; }

/* global */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}

body {
	background: #E6E9E2 url('/img/bg.png') no-repeat center center;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #797979;
	text-align: center; /* horizontal centering for IE Win quirks */
}

#distance { 
	height: 50%;
	margin-bottom: -262px; /* half of container's height */
}

#container {
	margin: 0 auto;
	position: relative;
	text-align:left;
	height: 524px;
	width: 880px;
	background: #d6e2d4 url('/img/bg-container.png') repeat-x 0 0;
}


#banner {
	position: relative;
	float: left;
	width: 664px;
	height: 105px;
	}
	#banner h1 {
		position: absolute;
		top: -30px;
		left: 0;
		width: 592px;
		height: 132px;
		background: transparent url('/img/h1.png') no-repeat 0 0;
		text-indent: -5000em;
	}

#content_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 394px;
	height: 294px;
	z-index: 0;
	background: transparent url('/img/bg-content.jpg') no-repeat 0 0;
}


#content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 624px;
	height: 379px;
	z-index: 90;
	padding: 20px 20px 0 0;
	overflow: auto;
	}
	#content p {
		color: #797979;
		padding: 0 0 10px;
		}
		#index #content p {
			letter-spacing: 0em;
		}
		#content p.indent_p {
			padding-left: 160px;
		}
		.center {
			text-align: center;
		}
		#content .center h3 {
			font-size: 24px;
			line-height: 28px;
			padding: 10px 0 20px;
		}
	#content h2 {
		color: #65905F;
		font-size: 20px;
		line-height: 24px;
		font-weight: normal;
		
		padding: 0 0 15px 0;
		}
		#content h2 strong {
			color: #377137;
			font-weight: bold;
		}
		#index #content h2 {
			text-align: justify;
			font-size: 16px;
			line-height: 20px;
			padding: 0 0 15px;
			letter-spacing: 0em;
		}
	
	#content h3 {
		color: #65905F;
		font-size: 17px;
		line-height: 21px;
		padding: 10px 0 10px;
		font-weight: normal;
	}
	
	#content ul {
		margin: 0 0 15px;
	}	
	#content ul li {
		margin: 0 0 0 25px;
		list-style-type: disc;
		color: #666;
	}
	
	#content table ul {
		margin: 5px 0 0;
	}
	#content table ul li {
		margin: 0 0 0 25px;
		list-style-type: none;
		color: #666;
	}
	
	#content ul.two_col_li {
		/*float: left;*/
		/*width: 600px;*/
		margin: 20px 0;
	}
	#content ul.two_col_li li {
		/*margin: 0;*/
		padding: 0;
		line-height: 18px;
/*		float: left;
		width: 270px;
		margin: 0 0 0 15px;
		padding: 0;*/
	}
	
	
	#content ul.two_col_li li.col1 {margin-left: 25px;}

	#content ul.two_col_li li.col2 {margin-left: 325px;}
	
	#content ul.two_col_li li.coltopper {
		margin-top: -504px; 
	}
	
	#content ul li.li_mt15 {
		margin-top: 10px;
	}
	
	#content table {
		margin: 10px 0 10px 1px;
		border: 1px solid #ccc;
	}
	#content table td {
		padding: 10px;
		color: #666;
		border-bottom: 1px dashed #ccc;
		background: transparent url('/img/bg-table.png');
	}
	
	#content .next { clear: both; margin:10px auto 20px; width: 300px; background: #99BE93; text-align: center; }
	
	#index #content .next { margin: 0 auto 10px; }
	
	#content .next a {  display: inline-block; font-size: 16px; line-height: 20px; padding: 10px; color: #fff; text-decoration: none; text-align: center; }
	
	#index #content .next a { padding: 7px; }
	
	#content .next a:hover { text-decoration: underline; }
	#content .next strong { color: #F9F2E4; }
	#content .next span { display: block; }
	#index #content .next { width: 340px; }
	#index #content .next a { font-size: 14px; line-height: 17px; }
	
	#content a {
		color: #008000;
	}
	
	#content blockquote {
		padding: 10px;
		margin: 0 0 10px;
		padding: 10px;
		border: 1px solid #CED6B5;
		background: transparent url('/img/bg-table.png');
	}
	#content blockquote p {
		text-align: center;
		font-size: 13px;
		line-height: 17px;
		padding: 0 0 5px;
		color: #768938;
	}
	#content blockquote cite {
		display: block;
		text-align: right;
		color: #999;
		padding: 7px 0 0;
		font-size: 10px;
		line-height: 14px;
	}
	
	#content blockquote.blockquote_fr {
		float: right;
		margin: 0 0 10px 10px;
		width: 180px;
	}
	
	#content blockquote.blockquote_fr2 {
		/*clear: right;*/
		float: right;
		margin: 10px 0 10px 10px;
		width: 180px;
	}
	
	
	#content dl {
		padding: 0 5px 5px 0;
		margin: 10px 0 0;
		color: #666;
	}
	#content dl dt {
		list-style:none;
		font-weight: bold;
		padding-left:15px;
		line-height:18px;
		background:transparent url('/img/bullet-question.gif') no-repeat 0 2px;
	}
	#content dl dd {
		list-style:none;
		padding-left:25px;
		margin: 5px 0 10px;
		line-height:18px;
		background:transparent url('/img/bullet-answer.gif') no-repeat 10px 2px;
	}
	#ajax {
		position: relative;
		display: block;
		height: 50px;
	}
	.ajax_l {
		width: 302px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ajax_r {
		padding: 0;
		width: 302px;
		position: absolute;
		top: 0;
		left: 312px;
	}
	.ajax_c {
		padding: 0;
		width: 302px;
		position: absolute;
		top: 0;
		left: 156px;
	}


#aside {
	position: absolute;
	top: 0;
	right: 0;
	width: 216px;
	height: 524px;
	background: #7A8D70;
	}
	#aside address {
		position: absolute;
		top: 15px;
		left: 10px;
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 0;
		color: #fff;
		font-style: normal;
		}
		#aside address a {
			color: #F9F2E4;
		}
	#aside blockquote {
		position: absolute;
		bottom: 20px;
		width: 185px;
		left: 0;
		padding: 0 15px;
		}
		#aside blockquote p {
			text-align: center;
			color: #fff;
			}
			#index #aside blockquote p {
				font-size: 13px;
				line-height: 16px;
				}
				#index #aside blockquote cite {
					display: block;
					padding: 10px 0 0;
					text-align: right;
					color: #F9F2E4;
					font-size: 10px;
					line-height: 14px;
				}
			#clinical-hypnotherapy-can-help-with #aside blockquote p {
				font-size: 13px;
				line-height: 17px;
				}
				#clinical-hypnotherapy-can-help-with #aside blockquote cite {
					display: block;
					padding: 7px 0 0;
					text-align: right;
					color: #F9F2E4;
					font-size: 10px;
					line-height: 14px;
				}
			#why-clinical-hypnotherapy #aside blockquote p {
				font-size: 15x;
				line-height: 19px;
				}
				#why-clinical-hypnotherapy #aside blockquote cite {
					display: block;
					padding: 7px 0 0;
					text-align: right;
					color: #F9F2E4;
					font-size: 10px;
					line-height: 14px;
				}
			#corporate-care #aside blockquote p {
				font-size: 13px;
				line-height: 17px;
				}
				#corporate-care #aside blockquote cite {
					
					color: #F9F2E4;
					font-size: 10px;
					line-height: 14px;
				}
			#your-practitioner #aside blockquote p {
				font-size: 13px;
				line-height: 17px;
				}
				#your-practitioner #aside blockquote cite {
					display: block;
					padding: 5px 0 0;
					text-align: right;
					color: #F9F2E4;
					font-size: 10px;
					line-height: 14px;
				}
			#faq #aside blockquote p {
				font-size: 13px;
				line-height: 18px;
				}
				#faq #aside blockquote cite {
					display: block;
					padding: 5px 0 0;
					text-align: right;
					color: #F9F2E4;
					font-size: 10px;
					line-height: 14px;
				}
		

.nav {
	width: 216px;
	height: 324px;
	background: url('/img/nav.jpg') no-repeat;
	position: absolute;
	top: 90px;
	left: 0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 108px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .li-01 a:link, .nav .li-01 a:visited {
		left: 0;
		width: 108px;
	}
	.nav .li-01 a:hover, .nav .li-01 a:focus {
		background: url('/img/nav.jpg') no-repeat -216px 0;
	}
	.nav .li-01 a:active {
		background: url('/img/nav.jpg') no-repeat -432px 0;
	}
	.current-li-01 .li-01 a:link, .current-li-01 .li-01 a:visited {
		background: url('/img/nav.jpg') no-repeat -432px 0;
		cursor: default;
	}
	.nav-li-01, .nav-li-01-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 108px;
		height: 108px;
		background: url('/img/nav.jpg') no-repeat -216px 0;
	}
	.nav-li-01-click {
		background: url('/img/nav.jpg') no-repeat -216px 0;
	}
	
	
	.nav .li-02 a:link, .nav .li-02 a:visited {
		left: 108px;
		width: 108px;
	}
	.nav .li-02 a:hover, .nav .li-02 a:focus {
		background: url('/img/nav.jpg') no-repeat -324px 0;
	}
	.nav .li-02 a:active {
		background: url('/img/nav.jpg') no-repeat -540px 0;
	}
	.current-li-02 .li-02 a:link, .current-li-02 .li-02 a:visited {
		background: url('/img/nav.jpg') no-repeat -540px 0;
		cursor: default;
	}
	.nav-li-02, .nav-li-02-click {
		position: absolute;
		top: 0;
		left: 108px;
		width: 108px;
		height: 108px;
		background: url('/img/nav.jpg') no-repeat -324px 0;
	}
	.nav-li-02-click {
		background: url('/img/nav.jpg') no-repeat -324px 0;
	}
	
	
	.nav .li-03 a:link, .nav .li-03 a:visited {
		top: 108px;
		left: 0;
		width: 108px;
	}
	.nav .li-03 a:hover, .nav .li-03 a:focus {
		background: url('/img/nav.jpg') no-repeat -216px -108px;
	}
	.nav .li-03 a:active {
		background: url('/img/nav.jpg') no-repeat -432px -108px;
	}
	.current-li-03 .li-03 a:link, .current-li-03 .li-03 a:visited {
		background: url('/img/nav.jpg') no-repeat -432px -108px;
		cursor: default;
	}
	.nav-li-03, .nav-li-03-click {
		position: absolute;
		top: 108px;
		left: 0;
		width: 108px;
		height: 108px;
		background: url('/img/nav.jpg') no-repeat -216px -108px;
	}
	.nav-li-03-click {
		background: url('/img/nav.jpg') no-repeat -216px -108px;
	}
	
	
	.nav .li-04 a:link, .nav .li-04 a:visited {
		top: 108px;
		left: 108px;
		width: 108px;
	}
	.nav .li-04 a:hover, .nav .li-04 a:focus {
		background: url('/img/nav.jpg') no-repeat -324px -108px;
	}
	.nav .li-04 a:active {
		background: url('/img/nav.jpg') no-repeat -540px -108px;
	}
	.current-li-04 .li-04 a:link, .current-li-04 .li-04 a:visited {
		background: url('/img/nav.jpg') no-repeat -540px -108px;
		cursor: default;
	}
	.nav-li-04, .nav-li-04-click {
		position: absolute;
		top: 108px;
		left: 108px;
		width: 108px;
		height: 108px;
		background: url('/img/nav.jpg') no-repeat -324px -108px;
	}
	.nav-li-04-click {
		background: url('/img/nav.jpg') no-repeat -324px -108px;
	}
	
	
	.nav .li-05 a:link, .nav .li-05 a:visited {
		top: 216px;
		left: 0;
		width: 108px;
	}
	.nav .li-05 a:hover, .nav .li-05 a:focus {
		background: url('/img/nav.jpg') no-repeat -216px -216px;
	}
	.nav .li-05 a:active {
		background: url('/img/nav.jpg') no-repeat -432px -216px;
	}
	.current-li-05 .li-05 a:link, .current-li-05 .li-05 a:visited {
		background: url('/img/nav.jpg') no-repeat -432px -216px;
		cursor: default;
	}
	.nav-li-05, .nav-li-05-click {
		position: absolute;
		top: 216px;
		left: 0;
		width: 108px;
		height: 108px;
		background: url('/img/nav.jpg') no-repeat -216px -216px;
	}
	.nav-li-05-click {
		background: url('/img/nav.jpg') no-repeat -216px -216px;
	}
	
	
	.nav .li-06 a:link, .nav .li-06 a:visited {
		top: 216px;
		left: 108px;
		width: 108px;
	}
	.nav .li-06 a:hover, .nav .li-06 a:focus {
		background: url('/img/nav.jpg') no-repeat -324px -216px;
	}
	.nav .li-06 a:active {
		background: url('/img/nav.jpg') no-repeat -540px -216px;
	}
	.current-li-06 .li-06 a:link, .current-li-06 .li-06 a:visited {
		background: url('/img/nav.jpg') no-repeat -540px -216px;
		cursor: default;
	}
	.nav-li-06, .nav-li-06-click {
		position: absolute;
		top: 216px;
		left: 108px;
		width: 108px;
		height: 108px;
		background: url('/img/nav.jpg') no-repeat -324px -216px;
	}
	.nav-li-06-click {
		background: url('/img/nav.jpg') no-repeat -324px -216px;
	}
	

#footer {
	margin: 12px auto 0;
	height: 15px;
	position: relative;
	width: 880px;
	color: #A6AE9B;
	font-size: 11px;
	text-align: center;
	}
	#footer a {
		color: #A6AE9B;
	}


/* misc */

.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.imgr { float: right; margin: 0 0 10px 10px; }
.imgr2 { clear: right; float: right; margin: 0 0 10px 10px;}
.imgl { float: left; margin: 0 10px 5px 0; }
.imgl2 { float: left; margin: 0 10px 10px 0; }
#index #content div.txt_center h2 { text-align: center; }

#container_map {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}
#container_map {
	width: 860px;
	height: 370px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position:relative;
	}
	#container_map p {
		font: normal 13px/16px Helvetica, Arial, sans-serif;
		padding: 0 0 10px;
		margin:0;
		color: #191919;
	}
	#container_map p strong {
		font-weight:bold;
	}
	#container_map a {
		color:#66CCFF;
	}
	
#container_newsletter {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	line-height:18px;
	letter-spacing: 0.03em;
	color: #797979;
}
#container_newsletter {
	width: 615px;
	height: 360px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position:relative;
	background: #fff url('/img/bg-newsletterpop.jpg') no-repeat 0 0;
	}
	#container_newsletter p {
		padding: 0 0 10px;
		margin:0;
	}
	#container_newsletter p strong {
		font-weight:bold;
	}
	#container_newsletter a {
		color:#65905F;
	}
#container_newsletter_left {
	position: absolute;
	top: 20px; left: 10px;
	width: 290px;
}
#container_newsletter_right {
	position: absolute;
	top: 20px; right: 10px;
	width: 285px;
	height:250px;
}
#container_newsletter h1 {
	font-size:24px;
	line-height: 28px;
	color:#65905F;
	padding:5px 0 20px;
	font-weight:normal;
}
#container_newsletter ul {
	font-size:13px;
	padding:0 0 10px;
	margin:0 0 0 25px;
}
#container_newsletter ul li {
	list-style-type:disc;
	color:#65905F;
	padding:0 0 5px;
}
#container_newsletter .mt10 {margin-top: 10px;}
#container_newsletter_right {padding: 0 0 0;}
#container_newsletter_right fieldset {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
	
	width:280px;
	padding:0;
	margin:0;
	border:none;
}
#container_newsletter_right legend {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
	width:280px;
	color:#65905F;
	font-size:150%;
	font-weight:normal;
	position:relative;
	padding:0 0 0;
	margin:0;
}
#container_newsletter_right label {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
	color:#65905F;
	font-weight:bold;
	padding: 0 0 5px;margin:0;
	/*display:block;*/
	}
	#container_newsletter_right label em {
		font-weight:normal;
		color:#65905F;
	}
#container_newsletter_right .textfield {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
	font:13px Verdana, Arial, Helvetica, sans-serif ;
	margin:0 0 0;
	height:30px;
	padding: 7px 9px;
	width:285px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:285px;
}
#container_newsletter_right input.textfield {
	background: transparent url("/img/textfield_bg.png") no-repeat;
}
* html #container_newsletter_right input.textfield {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/textfield_bg.png", sizingMethod="crop");
}
#container_newsletter_right textarea {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
	
	font:13px Verdana, Arial, Helvetica, sans-serif;
	margin:6px 0 0;
	height:117px;
	border:solid 0 #fff;
	padding: 6px 8px;
	background: transparent url("/img/textarea_bg.png") no-repeat fixed;
	width:285px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:285px;
	overflow: auto;
}
#container_newsletter_right fieldset>textarea {
	background: transparent url("/img/textarea_bg.png") no-repeat;
	overflow: auto;
}
#container_newsletter_right .submit_v {
	margin:5px 0 0;
	background: transparent url('/img/submit.png') no-repeat;
	height:30px;
	border:solid 0 #fff;
	width:280px;
	color:#fff;
	font-size:106%;
	font-weight:bold;
	cursor: pointer;
}
* html #container_newsletter_right .submit_v {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/submit.png", sizingMethod="crop");
}