@charset "utf-8";

/* Global Stylesheet */
/* Developed by InMotion */


/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

@import url(nav.css);

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html {
	font: 62.5%/1.25 arial, helvetica, sans-serif;
}
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: #FFF url(../_img/page_bg.gif) repeat-x top center;
}
p {
	margin: 8px 0; 
}

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

	#main_container {
		width: 911px;
		margin: 0 auto;
		background: url(../_img/content_bg.gif) no-repeat top;
		min-height: 600px;
		height: auto !important;
		height: 600px;
	}
	
/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

	/* --( Logo )-- */
		#header h1 {
			margin: 0;
			padding: 6px 0 0;
			float: left;
		}
		#header h1 a {
			display: block;
			width: 257px;
			height: 102px;
			text-indent: -3000px;
			background: url(../_img/head_logo3.gif) no-repeat;
		}
		
	/* --( Phone Number )-- */
		#header p {
			display: block;
			margin: 0 17px 0 0;
			float: right;
			text-indent: -3000px;
			background: url(../_img/phone_number2.gif) no-repeat;
			width: 166px;
			height: 76px;
		}
		
	/* --( Main Navigation )-- */
		#header ul,
		#header ul li {
			margin: 0;
			padding: 0;
		}
		#header ul {
			display: block;
			float: right;
			clear: right;
			padding: 0 19px 0 0;
			margin-top: 3px; /* Fixes an IE bug */
			width: 635px;
		}
		#header ul li {
			list-style: none;
			display: inline;
		}
		#header ul li a {
			display: block;
			float: left;
			width: 103px;
			text-align: center;
			padding: 13px 0 5px;
			color: #525780;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#header ul li a:hover {
			background-position: -103px 0px;
		}
		
		/* --( Drop Down )-- */
			#header ul li ul {
				background: #FFFFFF;
				border: 1px solid #CCCCCC;
			}
			#header ul li ul li {
				border-bottom: 1px solid #CCCCCC;
			}
			#header ul li.about_us ul {
				width: 100px; /* Define dropdown width */
			}
			#header ul li.about_us ul li a {
				width: 92px; /* Subtract link padding L&R from dropdown width */
			}
			#header ul li ul li a {
				width: auto;
				text-align: left;
				padding: 4px;
				color: #00add8;
				font: 1em Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				background: transparent;
				text-decoration: none;
			}
			#header ul li ul li a:hover {
				background: #998d7a;
				color: #FFF;
			}
			#header ul li:hover ul, /* pure CSS hover is removed below */
			#header ul li.sfHover ul {
				top: 35px;
			}
		/* --( Symptoms and Conditions Tab )-- */
			#header ul li.services a {
				background-image: url(../_img/nav_bg_symptoms.jpg);
				width: 222px;
			}
			#header ul li.services a:hover {
				background-position: -222px 0px;
			}
		
/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

	#content {
		width: 620px;
		float: left;
		padding: 15px 0 0 17px;
	}
	#content .img {
		margin: 0;
	}
	#content h2 {
		font: 1.8em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #363B6D;
	}
	#content h3 {
		font: 1.1em Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #3A7D5D;
	}
	#content p {
		line-height: 1.5em;
	}
	#content .sep {
		display: block;
		height: 21px;
		margin: 10px 0;
		background: url(../_img/para_sep.gif) no-repeat center;
	}
	#content p.subtitle {
		font-variant: normal;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		color: #363B6D;
	}
	#content ul#results_list {
		font-size: 1.2em;
		background: url(../_img/results_list_bg.jpg) no-repeat left center;
		padding-left: 125px;
	}
	#content ul#results_list span {
		font-variant: normal;
		text-transform: uppercase;
		color: #FF0000;
	}
	#content p#call {
		color: #363B6D;
		font-variant: normal;
		font-size: 1.2em;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	#content p#call span {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant: normal;
		font-weight: bold;
		font-size: 1.4em;
		color: #FF3300;
	}
	#content p#bodytalk {
		background: url(../_img/bodytalk_bg.jpg) no-repeat left center;
		padding-left: 45px;
		height: 50px;
	}
	#content p#thoughtfield {
		background: url(../_img/thoughtfield_bg.gif) no-repeat left center;
		padding-left: 155px;
		height: 50px;
	}
	#content p#hypnosis {
		background: url(../_img/hypnosis_bg.gif) no-repeat left center;
		padding-left: 40px;
		height: 50px;
	}
	#content p#counseling {
		background: url(../_img/counseling_bg.gif) no-repeat left center;
		padding-left: 105px;
		height: 77px;
	}
	#content p#classes {
		background: url(../_img/classes_bg.jpg) no-repeat left center;
		padding-left: 105px;
		height: 66px;
	}
	#content h3.symptoms {
		text-align: center;
		font-size: 1.5em;
	}
	#content h3.symptoms span {
		margin: 0 2em;
	}	
	#content ul#illnesses span {
		color: #363B6D;
		font-weight: bold;
	}
	#content dl#mission {
		color: #333399;
	}
	#content dl#mission dt {
		font-weight: bold;
		font-size: normal;
	}
	#content dl#mission dt:first-letter {
		font-size: 2em;
		margin-right: .22em;
	}
	#content dl#mission dt span {
		text-decoration: underline;
	}
	#content dl#mission dd {
		margin-left: 0;
	}
	#content dl#mission dd ul {
		list-style-type: none;
	}
	#content dl#mission dd ul li:first-letter {
		text-decoration: underline;
	}
	#content dl#mission dd ul li#holistic {
		margin-left: 50px;
	}
	#content dl#mission dd ul li#integration {
		margin-left: 100px;
	}
	#content dl#course_listing dt {
		font-weight: bold;
		width: 100%;
		display: block;
	}
	#content dl#course_listing dt span.title {
		float: left;
		color: #3A7D5D;
		font-size: 1.1em;
	}
	#content dl#course_listing dt span.price {
		float: right;
	}
	#content dl#course_listing dd {
		clear: both;
		margin-left: 0;
		margin-bottom: 1.5em;
	}
	#content dl#course_listing dd p img {
		float: left;
		padding: 5px 10px 0 0;
	}
	#content dl#course_listing dt.phi span.title {
		font-style: italic;
	}
	#content dl#course_listing dt.phi span.title:first-letter {
		font-size: 1.5em;
		margin-right: .2em;
		font-style: normal;
	}
	#content dl#course_listing dt.phi span.title em {
		text-decoration: underline;
	}
	#content dl.symptoms {
		width: 190px;
		float: left;
		margin-right: 15px;
	}
	#content dl.symptoms dt {
		font-weight: bold;
		margin-top: 1.5em;
	}
	#content dl.symptoms dd {
		margin-left: 0;
	}
	#content dl.symptoms dd ul {
		padding-left: 10px;
		margin-left: 10px;
	}
	#content dl.symptoms dd ul li {
		list-style-type: none;
	}
	#content dl.symptoms dd ul li ul {
		padding-left: 10px;
		margin-left: 10px;
	}
	#content span.contactinfo {
		float: left;
		display: block;
		margin-right: 2em;
	}
	#content span.contactinfo strong {
		margin-right: 1em;
	}
	#content ol#bodytalk_protocol {
		background: url(../_img/bodytalk_protocol.gif) no-repeat left center;
		padding-left: 325px;
	}
	#content ol#bodytalk_protocol li {
		margin-bottom: 1em;
	}
	#content ul#fears li {
		display: block;
		float: left;
		width: 150px;
		text-align: center;
		margin: 1em 2em 0 0;
		padding-top: 100px;
		list-style-type: none;
	}
	#content ul#fears li.public_speaking {
		background: url(../_img/fears_public-speaking.gif) no-repeat top center;
	}
	#content ul#fears li.flying {
		background: url(../_img/fears_flying.jpg) no-repeat top center;
	}
	#content ul#fears li.snakes {
		background: url(../_img/fears_snakes.jpg) no-repeat top center;
	}
	#content p#tagline {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		font-style: italic;
		color: #363b6d;
	}
	#content p#tagline span {
		font-weight: bold;
		font-style: italic;
		font-size: 1.4em;
		text-align: center;
	}
	#content p#tagline span em {
		font-size: 1.5em;
	}
	/* --( Contact Form )-- */
		#content table thead {
			background: url(../_img/form_box_top.gif) no-repeat top left;
		}
		#content table.formtab {
			background: #FFFFFF url(../_img/form_box_center.gif) repeat-x bottom left;
		}
		#content table tfoot {
			background: url(../_img/form_box_bottom.gif) repeat-x top left;
			height: 18px;
		}
		#content table.formtab {
			border-left: 1px solid #BDBCBD;
			border-right: 1px solid #BDBCBD;
		}	
	
/* --------------------------------------- */
/* --( Testimonials )-- */
/* --------------------------------------- */

	#testimonials {
		width: 248px;
		float: right;
		background-image: url(../_img/testimonial_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0 0;
	}
	#testimonials h3 {
		display: block;
		margin: 0;
		padding: 19px 0;
		text-indent: -3000px;
	}
	#testimonials p {
		padding: 0 17px;
		line-height: 1.5em;
	}
	#testimonials p.name {
		text-align: right;
		font-size: .9em;
	}
	#testimonials ul {
		padding: 5px 0 0 30px;
		margin: 0;
	}
	#testimonials ul li {
		margin-bottom: 1em;
	}
	
/* --------------------------------------- */
/* --( Feature )-- */
/* --------------------------------------- */

	#feature {
		width: 248px;
		float: right;
		clear: right;
		padding: 7px 0 0;
		margin-right: 11px;
		background-image: url(../_img/feat_bg2.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-color: #E9F5EF;
	}
	* html #feature {
		margin: 0 5px;
	}
	#feature h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #3A7D5D;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	#feature p {
		
		padding: 0 20px;
		line-height: 1.5em;
		text-align: center;
		color: #363bd6;
	}
	#feature p a {
		color: #3A7D5D;
		font-weight: bold;
	}
	span.foot {
		float: right;
		display: block;
		text-indent: -3000px;
		background: url(../_img/feature_bg2_foot.gif) no-repeat top left;
		height: 8px;
		width: 248px;
		padding: 7px 0 0;
		margin-right: 11px;
	}
	* html span.foot {
		margin: 0 5px;
	}

/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

	#footer {
		clear: both;
		display: inline-block;
		width: 100%;
		background-image: url(../_img/footer_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 10px;
		padding: 36px 0 0 0;
	}
	#footer p {
		text-align: center;
		font-weight: bold;
		color: #b1b1b1;
		font-size: .95em;
		margin: 0;
		padding: 8px 0 0;
	}
	#footer p a {
		color: #b1b1b1;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
		color: #525780;
	}
	#footer p.credit a {
		color: #C2C4D5;
		text-decoration: underline;
		text-transform: none;
	}
