/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0px;
	border-top: 0;
	
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
	font-style: normal;
	
}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;} ol, ul {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


/* let's clear some floats */
.clear-fix:before, .clear-fix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clear-fix:after { clear: both; }
.clear-fix { zoom: 1; }
	
	body {
	font: 100% 'IBM Plex Sans', san-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	background-color: #FFF;
	list-style-position: outside;
	list-style-type: square;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	}
	
#wrapper {
	width: 964px;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 26px;	
}

header {
	width: 960px;
	height: 180px;
	position:relative;
	z-index: 3000;
	}
	
#container {
	width: 878px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -34px;
/*	-webkit-box-shadow: 3px 3px 10px #5F5E5E;*/
/*	box-shadow: 3px 3px 10px #5F5E5E;*/
	margin-bottom: 20px;
	padding-top: 20px;
	
	}
	
#containerHomePage {
	width: 960px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	

}

#container_t {
	width: 878px;
	height: auto;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: -34px;
/*	-webkit-box-shadow: 3px 3px 10px #5F5E5E;*/
/*	box-shadow: 3px 3px 10px #5F5E5E;*/
	margin-bottom: 20px;
	padding-top: 20px;
	
	}

#container_contact {
	width: 878px;
	height: auto;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: -68px;
/*	-webkit-box-shadow: 3px 3px 10px #5F5E5E;*/
/*	box-shadow: 3px 3px 10px #5F5E5E;*/
	margin-bottom: 20px;
	padding-top: 20px;
	
	}

/*#container:before {
	box-shadow: inset -15px 0 15px -15px #5F5E5E;
	content: " ";
	height: 100%;
	left: -15px;
	position: absolute;
	top: 0;
	width: 15px;
	-webkit-box-shadow: inset -15px 0 15px -15px #5F5E5E;
}*/
/*#container:after {
	box-shadow: 15px 0 15px -15px inset;
	content: " ";
	height: 100%;
	position: absolute;
	right: -15px;
	width: 15px;
}
*/

button { 
	border:none; 
	background-color:inherit;
	width:inherit;
	text-align:left;
} 

button:focus {
	outline:0;
}

button:active {
	outline:0;
}

    h1 {
	font-family: 'GFS Didot', serif;
	font-size: 40px;
    font-weight: 100;
}

	h2  {
		font-family: 'GFS Didot', serif;
	font-size: 30px;	
	}

    h3 {
	font-family: 'GFS Didot', serif;
	font-size: 25px;
}
	h4 {
	font-family: 'GFS Didot', serif;
	font-size: 20px;
}
	#content {
	width: 834px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear:both;
	
}

#content_index {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;	
}


#content_tabs {
	width: 834px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;	
}

   /*menu*/
 nav {
	 position:relative;
	z-index: 1000;
	width: 600px;
	height: 40px;
	float: right;
	margin-top: 40px;
	font-style: normal;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	overflow: visible;
	z-index: 3000;
}
	
.menu ul{
	font-size: 13px;
	padding: 0;
	list-style: none;
	
    }
    .menu ul li{
	float: left;
	width: 100px;
	text-align: center;
	line-height: 21px;
    }

    .menu ul li a{
        display: block;
        padding: 5px 10px;
        color: #000000; 
        text-decoration: none;
    }
    .menu ul li a:hover{
        color: #fff;
		background: #000000;
        
    }
	
    .menu ul li ul{
        display: none;
		
	}

    .menu ul li:hover ul{
        display: inline;
		text-decoration:underline;
		overflow:visible;
		
		/* display the dropdown */
    }
	.menu ul li:hover ul a{
        display: block;
		background: #8F8F8F; 
	
		/* display the dropdown */
    }
	
	.menu ul ul li {
	width: 128px;
	float: left;
	text-align: left;		
	
		}
    .menu ul li ul li a {
			display:block;
			
			color: #FFFFFF;
		}

    .menu ul li ul li:hover a {
			display:block;
			background: #000000;
			color: #FFFFFF;
		}
	
    .menu ul li a:active{
        
		text-decoration:underline;
    }


.vertical-menu {
    width: 200px;
	height: 420px;
	margin-left: 140px;
	color: black;
	float:left;
}

.vertical-menu button {
	color: black;
	display: block;
	padding-top: 8px;
	padding-left: 26px;
	padding-bottom: 8px;
	text-decoration: none;
}

.vertical-menu button:hover {
	color: #FFF;
	background-color: #2B7A96;
	border-right: 4px solid #83B1C2;
	text-decoration: underline;
}

.vertical-menu button.active {
	background-color: #F2F7F9;
	color: #000000;
	border-right: 4px solid #BBB6E2;
	
}

.heading {
	font-family:cormorant garamond, serif ;
	font-size: 22px;
	color: #000000;
	font-weight:600;
	height: 40px;
	margin-top: 12px;

}

.tabcontent  {
	width: 446px;
	height: auto;
	float: left;
	padding-top: 14px;
	padding-left: 40px;
	text-align: left;
	
}

.tabcontent-header  {
	font-family:cormorant garamond, serif ;
	color:#000000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 18px;
	
}  
	
	

	.biobox {
		width: 60px;
		!important;
	}
	
	
	/*#cssmenu > ul ul {
  		visibility: hidden;
  		position: absolute;
  		top: 100%;
  		left: 0;
  		z-index: 598;
}
   #cssmenu > ul ul li {
      	float: none;
}*/


/*end menu*/

		
header h1{
	text-indent: -9000px;
	margin-top: -60px;
	}
	
.logo {
	height: 122px;
	width: 428px;
	margin-top: -16px;
	margin-left:-40px;
	margin-right: -60px;
	top: 0px;
	display: block;
	float: left;
}
	
a {
	text-decoration: none;
	border: none;
	
}

form{
	
	width:100px;
}


	
/*slideshow*/
.slideshow {
	background-color: #F3DBDC;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	clear: both;
	height: 263px;
	width: 600px;
}

#slideshow {
	float: left;
	width: 100%;
	height: 284px;
}
.slider-item { width: 100% !important; height: 350px; }
.slider_content_inner img { border: none; }


/*slideshow*/

#sandplay_office {
	width: 800px;
	height: 594px;
	clear:both;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
		
}

#sandplay_history {
	width: 800px;
	height: 406px;
	clear: both;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
		
}

#email_sent {
	width: 800px;
	height: 350px;
	clear: both;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
		
}

.references {
	margin-left: 20px;
	margin-right: 20px;
	color: #535252;
	
	
}

.italics
{
	font-style:italic;	
	
}

.italics2
{
	font-style:italic;
	font-size:24px;	
	
}

.citing {
	font-weight: bold;
}

#intro {
	position:relative;
	width: 660px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.1em;
	font-size: 21.5px;
	color: #000000;
	display: block;
	text-align: center;
	border: 1px solid #b7b7b7;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 12px;	
}

.title h2 {
	font-size: 24px;
	color: #b99177;
	font-family:georgia, san serif, times new roman;
	font-style:italic;
	
}

.left_text_box {
	width: 260px;
	height: 200px;
	margin-top: 16px;
	margin-left: 20px;
	margin-bottom: 20px;
	display:inline-block;
	float:left;
	text-align:left;
	}

.left_text_box li  {
	float: left;
	text-align: left;
	list-style-type: circle;
	margin-left: 20px;	
}

#body_text_box {
	width: 730px;
	height: 822px;
	padding-left: 10px;
	padding-right: 30px;
    float-left;
	margin-top: 16px;
	margin-left: 40px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

#body_text_box_contact {
	width: 730px;
	height: auto;
	padding-left: 10px;
	padding-right: 30px;
    float-left;
	margin-top: 16px;
	margin-left: 40px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

.body_text_box_b {
	width: 730px;
	height: auto;
	padding-left: 16px;
	padding-right: 16px;
    float-left;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

#body_text_box_email_sent {
	width: 780px;
	height: auto;
    float-left;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	position: relative;
	display: block;
	text-align: center;
}

#body_text_box_d {
	width: 730px;
	height: auto;
	padding-left: 10px;
	padding-right: 30px;
    float-left;
	margin-top: 16px;
	margin-left: 40px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

#body_text_box_j {
	width: 730px;
	height: auto;
	padding-left: 10px;
	padding-right: 30px;
    float:left;
	margin-top: 16px;
	margin-left: 40px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

#body_text_box_testimonials {
	width: 730px;
	height: 700px;;
	padding-left: 10px;
	padding-right: 30px;
	margin-top: 16px;
	margin-left: 40px;
	clear:both;
	position: relative;
	display: block;
	text-align: justify;
}

#bio_body_text_box {
	width: 790px;
	height: auto;
	padding-left: 0px;
	padding-right: 30px;
	margin-top: 16px;
	margin-left: 20px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
	text-decoration: none;
}

#services_text_box {
	width: 790px;
	height: auto;
	padding-left: 0px;
	
	margin-top: 16px;
	margin-left: 20px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
	text-decoration: none;
}

recieved_text_box {
	width: 790px;
	height: 400px;
	padding-left: 0px;
	padding-right: 30px;    
	margin-top: 16px;
	margin-left: 20px;

	display: block;
	text-align: center;
}

#body_text_box_c {
	width: 736px;
	height: auto;
	padding-left: 16px;
	padding-right: 16px;
    
	margin-top: 16px;
	margin-left: auto;
	margin-right:auto;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

#body_text_box_p {
	width: 730px;
	height: auto;
	padding-left: 10px;
	padding-right: 30px;
    
	margin-top: 16px;
	margin-left: 40px;
	clear: left;
	position: relative;
	display: block;
	text-align: justify;
}

.i_am {
	text-align: left;
}

#aside {
	width: 323px;
	height: 400px;
	margin-top: 20px;
	margin-right: 30px;
	float: right;
	position: relative;
	border: 1px solid #E3E3E3;
	padding-top: 10px;
	background-image: url(images/blockquote.png), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 100%);
	background-image: url(images/blockquote.png), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 100%);
	background-image: url(images/blockquote.png), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 100%);
	background-image: url(images/blockquote.png), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 100%);
	background-repeat: no-repeat;
	background-position: 2% 18%;
	border-radius: 5px;
	}

.lead_in {
	font-size: 23px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 7px;
	}
	
.lead_in_b {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 7px;
	text-decoration: underline;
	}
	
.lead_in_c {
	font-size: 23px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 7px;
	border-left-color: #5E4324;
	border-right-color: #5E4324;
	border-bottom: 1px solid #7C582E;
	border-top-color: #5E4324;
	}
	
.lead_in_d {
	font-size: 18px;
	color: #725B4A;
	font-weight: normal;
	margin-bottom: 7px;
	font-weight: bold;
	
	}
	
	
	
.workshop {
	width: 710px;
	height: 280px;
	margin-top:14px;
	padding-left: 16px;
	padding-top: 4px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 12px;
	/*background-color: #E9E9E9*/
	}
	
	.workshop_a {
	width: 710px;
	height: auto;
	margin-top:14px;
	padding-left: 16px;
	padding-top: 4px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 12px;
	/*background-color: #E9E9E9*/
	}
	
	
	.workshop_b {
	width: 710px;
	height: auto;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	/*background-color: #E9E9E9*/
	}
	
	.workshop_b2 {
	width: 710px;
	height: auto;
	clear: right;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	/*background-color: #E9E9E9*/
	}
	
	.workshop_c {
	width: 710px;
	height: auto;
	float:left;
	clear:right;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 12px;	/*background-color: #E9E9E9*/
	}
	
	.workshop_d {
	width: 710px;
	height: auto;
	float:left;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	/*background-color: #E9E9E9*/
	}
	
	.workshop_g {
	width: 736px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	float:left;
	clear:right;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 12px;	/*background-color: #E9E9E9*/
	}
	
	.workshop_h {
	width: 710px;
	height: auto;
	float:left;
	clear:right;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 12px;	/*background-color: #E9E9E9*/
	}
	
	.workshops_leadin {
	width: 720px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	text-decoration: underline;	
	float:left;	
	}
	
	.workshops_leadin_c {
	width: 736px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	text-decoration: underline;	
	float:left;	
	}
	
	.workshop_length_a  {
	font-size: 18px;
	height: 220px;
	width: 600px;
	float:left;
	clear:right;
	color: #8A6750;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	float: left;
	text-decoration: none;
}
	
.workshop_length_b  {
	font-size: 18px;
	color: #8A6750;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	float: left;
	text-decoration: none;
}

.workshop_length_c  {
	width: 736px;
	font-size: 16px;
	color: #8A6750;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	float: left;
	clear: left;
	text-decoration: none;
}

	.workshop_length_d  {
		width: 600px;
	height: 120px;
	font-size: 18px;
	color: #8A6750;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	float: left;
	text-decoration: none;
}

.workshop_details {
	color: #7F5B44;
	font-size: 30px;
	font-style: bold;
	width: 288px;
	height: auto;
	margin-top: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	line-height: 1.4em;
}

.workshop_details ul li{
	color: #7F5B44;
	font-size: 18px;
	font-weight: bold;
	width: 288px;
	height: auto;
	margin-top: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	line-height: 1.4em;
}



.workshop_details_a {
	color: #7F5B44;
	font-size: 30px;
	font-style: bold;
	width: 400px;
	height: auto;
	margin-top: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	line-height: 1.4em;
}

.workshop_details_sanctuary {
	color: #7F5B44;
	font-size: 30px;
	font-style: bold;
	width: 400px;
	height: auto;
	margin-top: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	line-height: 1.4em;
}

.workshop_details_a ul li{
	color: #7F5B44;
	font-size: 18px;
	font-weight: bold;
	width: 380px;
	height: auto;
	margin-top: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	line-height: 1.4em;
	list-style-type: none;
}

.workshop_details_b {
	height: auto;
	width: 710px;;
	margin-top: 0px;
	color: #7F5B44;
	text-align: left;
	line-height: 1.5em;
	float: left;
    clear-both;
}

.workshop_details_c {
	height: auto;
	width: 710px;;
	margin-top: 0px;
	color: #8A6750;
	text-align: left;
	line-height: 1.5em;
	float: left;
    clear-both;
}

.more_info {
	height: autopx;
	width: 710px;;
	margin-top: 0px;
	color: #8A6750;
	text-align: left;
	line-height: 1.5em;
	float: left;
    clear-both;
}

.no_underline{
	text-decoration: none;	
}
	
.inset_list {
	margin-top: 10px;
	color: #9A5D19;
	width: 660px;
	height: auto;
	margin-left: 60px;
	marging-top 10px;
	float-left;
	clear: both;
	font-style: italic;
	font-size: 18px;
}

.inset_list_b {
	line-height: 1.2em;
	margin-top: 10px;
	color: #9A5D19;
	width: 674px;
	height: auto;
	margin-left: 30px;
	marging-top 10px;
	float-left;
	clear: both;
	font-size: 18px;
}

.inset_list_c {
	margin-top: 10px;
	color: #8A6750;
	width: 640px;
	height: auto;
	margin-left: 60px;
	marging-top 10px;
	float-left;
	clear: both;
	font-size: 18px;
}

.inset_list_d {
	margin-top: 10px;
	color: #8A6750;
	width: 640px;
	height: auto;
	margin-left: 0px;
	marging-top 10px;
	float-left;
	clear: both;
	font-size: 18px;
}

.inset_list_e {
	margin-top: 10px;
	/*color: #8A6750;*/
	width: 660px;
	height: auto;
	margin-left: 40px;
	marging-top 10px;
	text-align: left;
	float-left;
	clear: both;
	/*font-size: 18px;*/
}

.inset_list_f {
	margin-top: 10px;
	color: #9A5D19;
	
	height: auto;
	margin-left: 30px;
	marging-top 10px;
	float-left;
	font-size: 18px;
}


.workshop_details_b_italics {
	font-weight: bold;
}	

.body_text_b {
	
	height: auto;
	clear: both;
	margin-top: 20px;
	text-align:justify;
	
}

#quote_box {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	color: #9A5D19;
	font-size:18px;
	text-align: left;
	padding-right: 10px;
	
}

.consulting_sig {
	color:#765632;
	font-size: 16px;
	text-align:right;	
}

#qualifications {
	font-size: 16px;
	font-weight: bold;
	color: #614C3F;
	float: left;
	height: 52px;
	width: 726px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A7A1A1;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-radius: 5px;
	background-color: #f1e5dc;
	margin-top: 6px;
}

#qualifications a {
    display: block;
    height: 100%;
    color: #826D60;	
	width:auto;
}

#qualifications a:hover {
	color: #FFF;
	background-color: #826D60;
	display: block;
	height: 100%;
	padding: 0;
	width: auto;	
}

#transcript {
	font-size: 16px;
	font-weight: bold;
	color: #614C3F;
	float: left;
	height: 28px;
	width: 730px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A7A1A1;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-radius: 5px;
	background-color: #f1e5dc;
	margin-top: 6px;
}

#transcript a {
    display: block;
    width: 100%;
    height: 100%;
    color: #826D60;
	
}

#transcript a:hover {
	color: #FFF;
	background-color: #826D60;
	display: block;
	height: 100%;
	padding: 0;
	width: auto;
	
}

	
#left_text_box ul li{
	color: #73523A;
	margin-left: 5px;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	clear: none;
	
}

#portrait {
	width: 202px;
	height: 280px;
	float: right;
	margin-top: -26px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: -15px;
	
	
	}
	
	#portraitb {
	width: 202px;
	height: 250px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 45px;
	border: 1px solid #BF9F6D;
	
	}

#portrait_c {
	width: 202px;
	height: 250px;
	float: right;
	margin-top: -26px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: -15px;
	
	}
#banner {
	width:500px;
	margin-top: 20px;
	

}

.testimonial_box {
	width: 540px;
	height: auto;
	padding-top: 20px;
	padding-left: 70px;
	margin-top: 16px;
	clear: both;
	position: relative;
	display: block;
	text-align: justify;
	background-image: url(images/blockquote.png);
	background-position: left top;

}

.separator {
	background-image: url(images/separator3.png);
	height: 26px;
	width: 254px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-position: center top;
	position: relative;
	
}

.separator_services {
	background-image: url(images/separator3.png);
	height: 26px;
	width: 254px;
	margin-top: 20px;
	margin-bottom: 10px;
	float:left;
	margin-left: 246px;
	

	clear: both;
	background-position: center top;
	position: relative;
	
}


#references {
	font-size: 14px;
	line-height: 2em;
}

#footer {
	width:840px;
	margin: 0 auto 20px;
	height: 40px;
	clear: both;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-repeat: repeat;
	background-repeat: repeat;
		
	
}
.testimonial_header {
	font-family: georgia, helvetica, serif;
	font-size: 21px;
	font-weight: normal;
	color: #454444;
	text-align: left;
	display: block;
	clear: both;
	float: left;
	height: 24px;
	width: 287px;
	margin-left: 24px;
}

.testimonial_home_page {
	font-family: georgia, helvetica, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 2em;
	text-align: left;
	height: 384;
	width: 230px;
	margin-right: 10px;
	color: #573F2D;
	margin-left: 67px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.testimonial_quote2 {
	font-family: georgia, helvetica, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.2em;
	text-align: left;
	height: auto;
	width: 680px;
	padding:20px;
	color: #573F2D;
}

.sig {
	font-family: georgia, helvetica, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 2em;
	text-align: left;
	text-indent: 75px;
	height: auto;
	width: 230px;
	color: #845E42;
	margin-left: 67px;
	margin-top: 26px;
	}
	
.test_sig {
	font-family: 'montserrat', serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	text-align: left;
	
	height: auto;
	width: 290px;
	color: #000000;
	
	margin-top: 10px;
	margin-left: 40px;
	}
	

.more_testimonials {
	width: 250px;
	height: 36px;
	font-size: 14px;
	color: #b99177;
	font-family: open sans, san serif, times new roman;
	text-align: center;
	float: left;
	border-radius: 3px;
	border: 1px solid #C5C3C3;
	background-color: #E4E4E4;
	padding: 0px;
	margin-top: 12px;
	font-weight: bold;
	margin-left:36px;
	margin-bottom: 4px;
	line-height: 2.5em;
	
}


.more_testimonials a {
    display: block;
    width: 100%;
    height: 100%;
    color: #b99177;
}

.more_testimonials a:hover {
	color: #FFF;
	background-color: #826D60;
	display: block;
    width: 100%;
    height: 100%;
	text-decoration:underline;
	border-radius: 3px;
	border: 1px solid #C5C3C3;
	
}

#hero {
	
	clear: both;
	height: 30px;
	width: 830px;
	margin-top:12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #8E6344;
	font-size: 24px;
}


#appt  {
	clear: both;
	height: 80px;
	width: 960px;
	padding-top: 38px;
	
	margin-left: -40px;
	text-align: center;
	color: #2B7A96;
	font-size: 24px;
	background-color: #F2F7F9;
	font-family: 'cormorant garamond', serif;
	}

#appt_services {
	clear: both;
	height: 80px;
	width: 960px;
	padding-top: 38px;
	
	margin-left: -100px;
	text-align: center;
	color: #2B7A96;
	font-size: 24px;
	background-color: #F2F7F9;
	font-family: 'cormorant garamond', serif;
	}

#footer {
	font-family: montserrat, sans-serif;
	font-size: 12px;
	color:#000000;
	clear: both;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}
#footer_left {
	
	color:#000000;
	float:left;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer_right {
	color:#000000;
	float:right;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 10px;
}


#policies {
	font-size: 18px;
	font-weight: bold;
	color: 000000;
	float: left;
	height: 36px;
	width: 280px;
	margin-bottom: 12px;
	margin-left: -12px;
	border: 1px solid #A7A1A1;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-radius: 5px;
	background-color: #000000;
	margin-top: 6px;
}

#policies a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
}

#policies a:hover {
	color: #FFF;
	background-color: #000000;
	display: block;
    width: 100%;
    height: 100%;
	padding: 0;
	
}

.page_number {
	width: 670px;
	height: 20px;
	text-align:right;
	margin-top: -20px;
	margin-bottom: 12px;
	position: relative;
	bottom: 5px;
	}
	
.indent {
	width: 650px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;

}
.indent a{
	color:#777;
	text-decoration:underline;
	
}

.indent_2 {
	color: #9A5D19;
	font-weight: normal;
	text-indent: 30px;
	clear: right;
	float: left;
	height: 100px;
	width: 400px;
}

.indent_3 {
	width: 800px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	clear:right;
	text-align: left;
	font-weight: normal;
}

.indent_4 {
	width: 800px;
	margin-left: 60px;
	margin-top: 0px;
	float:left;
	clear:right;
	text-align: left;
	font-weight: normal;
}

.indent_5 {
	width: 650px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
}

.indent_6 {
	width: 650px;
	height: 120px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
}

.indent_7 {
	width: 650px;
	height: 115px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
}

.indent_8 {
	width: 650px;
	height: 150px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

.indent_9 {
	width: 650px;
	height: 150px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

.indent_10 {
	width: 650px;
	height: auto;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
	line-height: 1.6em;
}

.indent_11 {
	width: 500px;
	height: 36px;
	margin-left: 30px;
	line-height: 1.8em;
	float:left;
	text-align: left;
	font-weight: normal;
}

.indent_12 {
	width: 650px;
	height: 140px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
}

.indent_13 {
	width: 660px;
	height: 120px;
	margin-left: 60px;
	margin-top: 8px;
	float:left;
	text-align: left;
	font-weight: normal;
}


.indent_14 {
	width: 820px;
	margin-left: 0px;
	margin-top: 8px;
	float: left;
	text-align: center;
	color:#2b7a96;
	height: 100px;
	background-color: #F2F7F9;
	padding-top: 30px;
	font-size: 40px;
	
}


.indent_15 {
	width: 650px;
	margin-left: 32px;
	margin-top: 8px;
	float: left;
	text-align: left;
	font-weight: 400;
	
}

.indent_16 {
	width: 650px;
	margin-left: 28px;
	margin-top: 8px;
	float: left;
	text-align: left;
	font-family: 'IBM Plex Sans', san-serif;
	font-weight: 400;
	
}

.focus {
	width: 800px;
	margin-left: 0px;
	margin-top: 8px;
	float: left;
	text-align: center;
	color:#2b7a96;
	height: 100px;
	background-color: #F2F7F9;
	padding-top: 30px;
	font-size: 40px;
	
}

/*contact form styles*/
form#captcha_form {
	border: #A8A6A7 solid 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-radius: 5px;
	height: 300px;
}
form#captcha_form ol {list-style: none outside none;}
form#captcha_form label.solo, form#captcha_form span.category {
	display:		block; 
	float:			left; 
	width: 			175px;
	font-weight:	bold;
}
span.required {
	clear:			left;
	color:			#888888;
	display:		block;
	float:			left;
	width:			100px;
}
form#captcha_form li div.soloinput, img#captcha{
	display:		inline-block;
}
form#captcha_form li input.soloinput, form#captcha_form li select.soloinput, form#captcha_form li textarea.soloinput, form#captcha_form li div.soloinput {
	width: 			440px;
	height:			21px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
}
form#captcha_form li textarea.soloinput {
	height:			100px;
}
form#captcha_form li div.soloinput {
	border:			0px;
	padding:		0px;
}
form#captcha_form li select.soloinput{ 
	width:			266px;
	height:			36px;
}

form#captcha_form li span.comma {
	display:		inline;
	width: 			16px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	margin-left:	0px;
	padding-left:	0px;
	margin-right:	0px;
	padding-right:	0px;
	readonly:		true;
}

form#captcha_form li img#captcha {
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	0;
}
fieldset {
	border:			0px;
	padding:		0px;
	margin:			0px;
	padding-right:	37px;
	display:		block;
	min-width:		450px;
}
form#captcha_form li {
	height:			1%;
	padding:		12px 0 12px 0;
	position: 		relative;
}
form#captcha_form a.soloinput {
	max-width: 		350px;
	min-width:		250px;
	font-size:		14px;
}
#ht {
	display: none;
}

.email_me {
	text-align: left;
	margin-bottom: 20px;
}

.email_me a:hover{
	color: #999;
}

/*end contact form styles*/


.policies a:link{
	padding: 2px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.policies a:hover {
	text-decoration: none;
	padding:2px;
	color: #FFF;
	background-color: #000000;
	font-weight: bold;
	display: inline;
	}
	
.policies a:visited {
	text-decoration: underline;
	padding:2px;
	color: #725B4A;
	font-weight: bold;
	display: inline;
	background-color: #FFF;
	}
	
	
	

.cost {
	font-weight: normal;
	
}

.second_line_indent {
	margin-left: 1em;
	
}

/* Styles for tabbed content */
    .etabs { margin: 0; padding: 0; }
    .tab {
	display: inline-block;
	zoom: 1;

	*display:inline; 
	background: #eee;
	border: 1px solid #AFAFAF;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	}
	
    .tab a { font-size: 14px; 
	line-height: 2em; 
	display: block; 
	padding: 0 10px; 
	outline: none;
	color: #725B4A; 
	}
    .tab a:hover { 
	text-decoration: underline; 
	}
    .tab.active { 
	background: #fff; 
	padding-top: 6px; 
	position: relative; 
	top: 1px; 
	border-color: #AFAFAF; 
	}
    .tab a.active { 
	font-weight: bold; 
	}
	
    .tab-container .panel-container {
	background: #fff;
	border: solid #AFAFAF 1px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left:auto;
	margin-right:auto;	
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	}

    .panel-container { 
	margin-bottom: 10px; 
	}
	
	.first_sig {
		float-right;
		margin-top: 10px;
		text-align:right;
 }
 
 .normal_text {
	 font-weight: normal;
 }


.big_years_left {
	float: left;
	height: auto;
	width: 420px;
	margin-bottom: 20px;
}

.big_years_right {
	height: 200px;
	width: 320px;
	color: #725307;
	border: thin solid #9A797A;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 20px;
	float: right;
	
	margin-top: 40px;
	margin-left: -80px;
	-webkit-box-shadow: 1px 1px 4px 2px #B7A77A;
	box-shadow: 1px 1px 4px 2px #B7A77A;
}

.underline {
	text-decoration:underline;
}

.underline2 {
	text-decoration:underline;
	font-size:inherit;
}

#jung {
	margin-left: auto;
	margin-right: auto;
	border: thin solid #9A797A;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #725307;
	font-weight: bold;
	font-size: 20px;
	border-radius: 6px;
	width: 540px;
	margin-bottom: 20px;
	}
	
.author_small_text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.darker_text {
	
	font-weight:bold;
}
.testimonial2 {
	background-color: #F0CDAF;
	display: block;
	float: left;
	width: 716px;
	padding: 10px;
	margin-top: 12px;
	
	
}
.testimonial_quote {
	font-weight: bold;
}
.indent_title {
	text-indent: 56px;
	color: #9C704F;
}

.justify {
	text-align:justify;
	
}
 .plain_text  {
	 
	 text-align:justify;
 }
 
 .workshop_g #jung_quote {
	width: 700px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #9A5D19;
	font-size: 22px !important;
	text-align: center;	
}
 
#body_text_box_c .lead_in h1 {
	font-size: 24px;
}
ul li h2 {
	font-size: 20px;
	text-decoration: underline;
}

.payment {
    width: 650px;
	float:left;
	clear:right;
	height:44px;
	padding: 20px;	
}

#centered {
	font-family: 'cormorant garamond', serif;
	height: 100px;
	width:820px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-weight: bold;
	color: #000000;
	font-size: 32px;
	
	position:relative;
	}
	
.indent_3 ul {
	list-style-type: disc;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 48px;
	
}


.lead_in_e {
	font-size: 23px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	}
	
	.services {
	width: 960px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	text-decoration: underline;	
	float:left;	
	}
	
	.servicesB {
	width: 720px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	float:left;	
	}
	
	.servicesBox {
	width: 736px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float:left;
	clear:right;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	border: #AFAFAF 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-bottom: 12px;	/*background-color: #E9E9E9*/

	}
	
	.servicesLeadin {
	width: 720px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: underline;	
	float:left;	
	}

.servicesLeadins {
	width: 870px;
	font-size: 16px;
	color: #000000;
	
	margin-top: 0px;
	margin-bottom: 0px;
		
	float:left;	
	}
	
	.servicesLeadinPaypal {
	width: 720px;
	font-size: 16px;
	color: #000000;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	float:left;
	margin-left: 90px;
	}
	
	.servicesCentered {
	width: 720px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: underline;	
	float:left;	
	text-align:center;
	height:40px;
	clear:both;
	}
	
	.servicesCentered2 {
	width: 720px;
	clear:both;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;	
	float:left;	
	text-align:center;
	text-decoration: none;
	height:120px;	
	}
	
	.workshopQuote {
    height: 120px;
	width: 600px;
	color: #725307;
	border: thin solid #9A797A;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	-webkit-box-shadow: 1px 1px 4px 2px #B7A77A;
	box-shadow: 1px 1px 4px 2px #B7A77A;
	clear:both;
	}
	
	.workshopQuoteB {
    height: 90px;
	width: 600px;
	color: #725307;
	border: thin solid #9A797A;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	-webkit-box-shadow: 1px 1px 4px 2px #B7A77A;
	box-shadow: 1px 1px 4px 2px #B7A77A;
	clear:both;
	}
	
	.workshopQuoteC {
	font-style:italic;
    height: 126px;
	width: 600px;
	color: #725307;
	border: thin solid #9A797A;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 1px 4px 2px #B7A77A;
	box-shadow: 1px 1px 4px 2px #B7A77A;
	clear:both;
	text-align:center;
	
	}
	
	.author_small_text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:right;
}

.bodyTextW{
	width:inherit;
	margin-top: 20px;
	
}

.workshopDetail{
	width: 700px;
	float:left;
	clear:both;
	height: 100px;
}

.workshopCost{
	width:700px;
	height: 80px;
	margin-left: 0px;
	
}

.workshopCostIndent{
	width:700px;
	height: 80px;
	margin-left: 60px;
	
}

.guaranteeA{
	width:700px;
	height: 34px;
	float:left;
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	
}

.guaranteeB{
	width:740px;
	height: 34px;
	float:left;
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	
}
	
.guarantee{
	width:700px;
	height: 50px;
	text-decoration:none;
	font-size: 18px;
	
}

.centeredText {
	text-align:center;
	width: 700px;
	height: 250px;
	color: #725307;
	font-style:italic;
	text-decoration:none;
	
}

.guaranteeB{
	width:700px;
	height: 20px;
	text-decoration:none;
	font-size: 18px;
	font-style:normal;
	font-weight:normal;
	float:left;
	
}

.guaranteeC{
	width: 700px;
	height: 20px;
	text-decoration: underline;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	float: left;
}

.guaranteeG{
	width: 700px;
	height: 20px;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	float: left;
	margin-top: 14px;
}

.link{
	width: 550px;
	border: 2px solid #DDDDDD;
	margin-bottom: 20px;
	padding: 12px;
}

.costs {
	width: 700px;
	clear:both;
	height: 24px;
	padding-top: 20px;
	margin-left: 20px;
}

.darkertext {
	font-weight: bold;   
	font-size: 16px;
}

.darkertextb {
	font-weight: bold;   
	font-size: 16px;
	margin-left: 70px;
}

.weekly {
	font-weight: bold;   
	font-size: 16px;
	margin-left: 71px;
}

.goldtext {
	color: #725307;
}

.structures {
	color: #73523A;
	margin-left: -30px;
	text-decoration:underline;
		}
	
p.italic {
    font-style: italic;
}

.smallerText {
	font-size: 14px;
	font-weight: normal;
}

#smallerTextb {
	font-size: 15px;
	font-weight: normal;
	width: 736px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
}

#subheader  {
	width:100%;
	text-align:center;
	margin-top: 20px;
	font-size: 28px;
	color: #836E6E;
	
}

#subheader2  {
	width:100%;
	text-align:center;
	margin-top: 20px;
	font-size: 28px;
	color: #513520;
	
}

#subheader3  {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 28px;
	color: #784F30;
	line-height: 1.3em;
	height: 100px;	
}

#subheader3 h1{
	font-size: 28px;
	color: #784F30;
	line-height: 2em;
}

#box1  {
	width: 960px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/banner1.jpg);
	background-size: 1600px auto;
	background-position: center 0%;
	background-overflow: visible;
	display: block;
	
}

#box2  {
	width: 960px;
	height: auto;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	
}


#box3  {
	width: 820px;
	height: 150px;
	clear:both;
	padding-left: 140px;
	padding-top: 40px;
	margin-top: 40px;
    background-color: #F2F7F9;
	color:#2B7A96;
	font-family:cormorant garamond, serif ;
	font-size: 24px;
	padding-bottom: 40px;
}

#box4  {
	width: 800px;
	height: 286px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	
	
}

#slides {
	width: 480px;
	height: 286px;
	margin-top: 20px;
	margin-right: -34px;
	float:right;
	text-align:right;

}

.slide {
	width: 480px;
	height: 286px;
	margin-right: -34px;
	margin-bottom: 40px;
	float:right;

}




#box5  {
	width: 960px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	
}

#box6  {
	width: 960px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2F7F9;
	padding-top: 40px;
	
}

#box1inset {
	height: 370px;
	float: left;
	width: 360px;
	margin-left: 484px;
	
	background-color: #83B1C1;
	
}

#therapy {
	width: 300px;
	height: 100px;
	margin-left: 60px;
	margin-top: 30px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 1.2em;
	font-size: 38px;
	font-family: 'Cormorant Garamond','GFS Didot', serif;
}

#catherine {
	width: 300px;
	height: 90px;
	margin-left: 60px;
	margin-top: 10px;
	color: #000000;
	font-weight: 600;
	line-height: 1.3em;
	font-size: 24px;
	font-family: 'Cormorant Garamond','GFS Didot', serif;
}

#consult {
	width: 300px;
	height: 40px;
	margin-left: 60px;
	margin-top: 6px;
	color: #000000;
	font-weight: 400;
	line-height: 1.3em;
	font-size: 13px;
	font-family: 'Montserrat', serif;
}

#contact-learn {
	width: 300px;
	height: 40px;
	margin-left: 60px;
	margin-top: 14px;
	color: #FFF;
	font-weight: 400;
	line-height: 1.3em;
	font-size: 12px;
	font-family: 'Montserrat', serif;
}

.c-lbutton1 {
	width: 80px;
	display:inline-block;
	color: #E1ECF0;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	border: thin solid #FFFFFF;
	float:left;
	text-align:center;
	cursor: pointer;
}

.c-lbutton1 a {
	color:#E1ECF0;
	text-decoration: none;
}

.c-lbutton1:hover{
	 color: #fff;
		background: #000000;
        border: thin solid #000000;
    }

.c-lbutton2 {
	width: 100px;
	height: 12px;
	display: block;
	color: #E1ECF0;
	margin-left: 2px;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	float:left;
	text-align:center;
	
}




.c-lbutton2 a {
	color: #E1ECF0;
	text-decoration: none;
	padding-bottom: 6px;
	white-space: nowrap;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}

.c-lbutton2:hover{
	 color: #fff;
		background: #000000;
        border: thin solid #000000;
    }


.title2 h2{
	font-style: italic;
	font-size: 20px;
	color: #9F7E69;
}

.title3 {
	height: 130px;
	margin-top: 30px;
	width: 100%;
	
}
.title3 h2{
	font-style: normal;
	font-size: 20px;
	color: #FFF;
	line-height: .01em;
}

.title4 {
	height: 60px;
	margin-top: 6px;
	width: 100%;
	
}
.title4 h2{
	font-style: normal;
	font-size: 28px;
	color: #FFFFFF;
	line-height: .1em;
}


#sessions {
	width: 800px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 18px;
	color: #513520;
	text-align: center;
	font-family:open sans, georgia, san serif;
	
}


#contentBox1 {
	width: 810px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 18px;
	color: #513520;
	text-align: center;
	font-family: georgia, san serif, times new roman;
    padding-left: 20px;
}


#contentBox2 {
	width: 786px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 18px;
	color: #513520;
	text-align: left;
	font-family: georgia, san serif, times new roman;
	padding-left: 0px;
}

#contentBox3 {
	width: 810px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	font-size: 18px;
	color: #513520;
	text-align: center;
	font-family: georgia, san serif, times new roman;
	padding-left: 20px;
	margin-bottom: 30px;
}
#extraHelp  {
	width:100%;
	text-align:center;
	margin-top: 20px;
	font-size: 18px;
	}
	
.homeIntro1{
	width: 810px;
	float: left;
	height: 40px;
	font-size: 24px;
	color: #61552F;
	font-family: georgia, san serif, times new roman;
	text-align: left;
	margin-top: 0px;
	text-decoration: underline;	
}

.homeIntro1 h2{
	font-size: 24px;
	color: #61552F;
	font-family:georgia, san serif, times new roman;
	font-style:italic;
	text-decoration:underline;
	
}
	
.homeIntro{
	width: 810px;
	float:left;
	height: 40px;
	font-size: 24px;
	color: #b99177;
	font-family:georgia, san serif, times new roman;
	text-align:left;
	clear:right;
	
}


.homeIntro h2{
	font-size: 24px;
	color: #61552F;
	font-family:georgia, san serif, times new roman;
	height: 40px;
	font-style:italic;
	text-decoration:underline;
}

.homeIntro2{
	width: 810px;
	float:left;
	height: 40px;
	font-size: 24px;
	color: #b99177;
	font-family:georgia, san serif, times new roman;
	text-align:left;
	padding-left:20px;
	margin-bottom: 12px;
	
}

.homeIntro2 h2{
	font-size: 24px;
	color: #b99177;
	font-family:georgia, san serif, times new roman;
	font-style:italic;
	text-decoration:underline;
	
}


#textBoxA {
	font-size: 12px;
	font-family: georgia, sans-serif, times new roman;
	width: 780px;
	height: 500px;
	float: left;
	text-align: justify;
}

/*#catherine  {
	width: 302px;
	height: 311px;
	float: right;
	border: 2px solid #D3D3D3;
	
	margin-right: -375px;
	margin-top: -280px;
	}*/
	
#sandplayImage  {
	width:800px;
	height: 467px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	
}
	
#learnMore  {
	width: 140px;
	height: 26px;
	font-size: 14px;
	color: #b99177;
	font-family: open sans, san serif, times new roman;
	text-align: center;
	float: left;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	background-color: #EBE8E8;
	padding: 0px;
	margin-top: 12px;
	font-weight:bold;
}

#learnMore a {
    display: block;
    height: 100%;
    color: #b99177;	
	width:100%;
}

#learnMore a:hover {
	color: #FFF;
	background-color: #826D60;
	display: block;
	height: 100%;
	padding: 0px;
	width: 100%;	
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	text-decoration:underline;
}
	
.allStructures {
	width: 640px;
	height: 20px;
	float:left;
	text-align: center;
	margin-top: 0px;
	font-size: 18px;
	margin-left: -40px;
	text-decoration: underline;
	border: 1px solid #D9D5D5;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 14px;
	color: #000000;
}

#energizes {
	width:800px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	float:left;
	text-align:left;
	
	
}

.sandImage  {
	width: 260px;
	height: 200px;
	float:left;
	text-align: center;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 14px;
	color: #000000;
	
}

.sellingPoints   {
	width: 260px;
	font-size: 14px;
	
}

.color   {
	color: #b99177;
	font-weight:bold;
	
}
.complete {
	font-weight:normal;
	width:680px;
	height: 24px;
	margin-left: 128px;
	margin-top: -10px;
	margin-bottom: 8px;
	font-size: 16px;
}

.pricebox {
	width: 460px;
	height: 36px;
	margin-left: 70px;
	line-height: 1.8em;
	float:left;
	text-align: left;
	font-weight: normal;
	
}

.time {
	width: 260px;
	height: 36px;
	float:left;
	margin-right: 20px;
	color:#000000;
	font-size: 16px;
}

.price {
	color:#000000;
	width: 60px;
	height: 36px;
	float:left;

	
}

.buttonlink {
	width: 100px;
	height: 36px;
	float:right;
	
}

#thankyou {
     width: 300px;
	 height: 40px;
	 margin-left: 40px;
	 margin-top: 80px;	
	 font-size: 18px;
	 color: #000000;
	 font-weight: bold;
	 float:left;
}

.indent20 {
	margin-left: 18px;
	
}

#circleImg {
	width: 225px;
	height: 225px;
	float:left;
	margin-left: 40px;
	
	
}

#DrHartshorn  {
	width: 500px;
	height: 200px;
	font-size: 18px;
	color:#000000;
	margin-top: 20px;
	line-height: 1.3em;
	float:right;
	
}

#read {
	width: 100px;
	display:block;
	font-size: 16px;
	color: #000000;
	margin-top: 28px;
	margin-left: 30px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	float:left;
	text-align:center;
	cursor: pointer;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#read:hover{
	 color: #FFF;
		background: #000000;
        
    }

#read2 {
	width: 100px;
	display:block;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	margin-left: 30px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	float:left;
	text-align:center;
	cursor: pointer;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#read2:hover{
	 color: #FFF;
		background: #000000;
        
    }

#call  {
	
	width: 412px;
	height: 24px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 24px;
	font-family: "montserrat", 'Times New Roman', 'serif'
}

#getfree  {
	
	width: 534px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	color:#000000;
	margin-top: 10px;
	
}

.contact2 {
	font-size: 16px;
	width: 100px;
	display:block;
	color: #FFF;
	margin-top: 28px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	text-align:center;
	cursor: pointer;
	background-color: #000000;
}

.contact2 a {
	color:#FFF;
	text-decoration: none;
}

.contact2:hover{
	background-color: #FFF;
    color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
        
    }

.button3 {
    background-color: #FFF;
    border: none;
    color: white;
    width: 100px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 1px solid #000000;
}

.button3:hover {
    background-color: #000000;
    color: white;
}

.modalities {
	width: 600px;
	height: auto;
	margin-top: 14px;
	margin-bottom: 8px;
	margin-left: 88px;
	font-size: 16px;
	text-align:left;
	float:left;
	clear:both;
	
	font-weight: 700;
}

#costs {
	float:left;
	margin-top: 20px;
	margin-bottom: 24px;
	margin-left: 42px;
	
}

