/*BEGIN RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	color:#333333;
	
}

/* STRUCTURE */

#header-wrapper {
	position:relative;
	width:100%;
	height:auto;
	background:url(../images/header_bg.png) repeat;
}

header {
	width:850px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}

section#connect {
	float:right;
	margin:37px 0 0 0;
}

#nav-wrapper {
	width:100%;
	height:auto;
	background:url(../images/nav_bg.png) repeat;
}

#main-content-wrapper {
	width:100%;
	height:auto;
	background:#FFF;
}

#main-content {
	width:900px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

section#home-description {
	width:445px;
	height:auto;
	margin:20px 20px 0 0;
	float:left;
}

.lenaTextColumn {
	width:55%;
	margin:20px 15px 25px 0;
	float:left;
	
}

.lenaImageColumn {
	width:40%;
	margin:20px 0 0 0;
	float:left
	
}

.counting-words {
	overflow:hidden;
	
}

.lenaTextColumn ul {
	font-family: 'Lato', Geneva, sans-serif;
	font-size:12px;
	font-weight:700;
	margin:20px 0 0 0;
	
}

.lenaTextColumn ul li {
	margin:0 0 10px 0;
	
}

section#featured  {
    margin: 20px 0 20px 0;
}




/*SLIDESHOW CSS*/

#slideshow {
	float:left;
    position: relative; 
    width: 418px; 
    height: 300px;
	margin:15px 0 20px 0;
}

.fadelinks {
	position:relative;
	width:418px;
	height:300px;
}

.fadelinks a {
	display:block;
	width:418px;
	height:300px;
	border:none;
	
}

.fadelinks img {
	position:absolute;
	left:0;
	top:0;
	border:3px solid #86d0bc;
}

#therapy {
	width:270px;
	height:auto;
	padding:15px;
	margin:10px 10px 30px 0;
	float:left;
	border:1px solid #107a7a;
	border-radius: 5px 5px 0px 0px;
}

#services {
	width:280px;
	height:auto;
	padding:15px;
	margin:10px 10px 30px 0;
	float:left;
	border:1px solid #107a7a;
	border-radius: 5px 5px 0px 0px;
}

#contact {
	width:223px;
	height:auto;
	padding:15px;
	margin:10px 10px 30px 0;
	float:left;
	border:1px solid #107a7a;
	border-radius: 5px 5px 0px 0px;
}

#footer-wrapper {
	width:100%;
	height:auto;
	background:url(../images/footer_bg.png) repeat;
	clear:both;
	
}

footer {
	width:880px;
	height:75px;
	margin:0 auto;
	text-align: center;
	padding:10px 20px 0 0px;
}


/* NAV STYLES */

ul#top-nav {
	width:900px;
	height:51px;
	margin:0 auto;
}

ul#top-nav li {
	float:left;
}

ul#top-nav li.first-button {
	border-left:1px solid #0cc0bc;
	border-right:1px solid #0cc0bc;
}

ul#top-nav li.inner-button {
	border-right:1px solid #0cc0bc;
	border-left:1px solid #c1e8de;
}

ul#top-nav li.last-button {
	border-right:1px solid #0cc0bc;
	border-left:1px solid #c1e8de;
}

ul#top-nav li a {
	display:block;
	height:15px;
	text-decoration:none;
	color:#1b837f;
	font-family: 'Oxygen', sans-serif;
	padding:18px 55px;
}

ul#top-nav li a:hover {
	background:#c1e8de;
}

ul#top-nav li a:active {
	background:#006160;
	-webkit-box-shadow: inset 0px 0px 15px 2px #002140;
    box-shadow: inset 0px 0px 15px 2px #002140;
	color:#ffffff;
}

ul#top-nav li a.active{
	background:#006160;
	color:#ffffff;
	-webkit-box-shadow: inset 0px 0px 15px 2px #002140;
    box-shadow: inset 0px 0px 15px 2px #002140;
}

ul.lower-list {
	
}

ul.lower-list li {
	padding:8px 0;
	font-size:12px;
}

ul.lower-list li a {
	padding:5px;
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
    font-family: 'Lato', Geneva, sans-serif;
	text-decoration:none;
	color:#000000;
}

ul.lower-list li a:hover {
	background:#81ceb9;
}

ul.lower-list li a:active {
	background:#006261;
	color:#ffffff;
	-webkit-box-shadow: inset 0px 0px 10px 3px #002d58;
    box-shadow: inset 0px 0px 10px 3px #002d58;
}

ul#footer-nav {
	margin:0 auto;
	width:783px;
}


ul#footer-nav li {
	display:inline;
	text-decoration:none;
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	color:#002f5a;
	padding:10px 7px;
}

ul#footer-nav li a {
	text-decoration:none;
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	color:#002f5a;
}

ul#footer-nav li a:hover {
	text-decoration:underline;
}
	

/*Headings */

h1#logo {
	width:177px;
	height:100px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
	float:left;
}

h1#logo a {
	display:block;
	width:400px;
	height:74px;
	text-indent:-9999px;
}

h2#phone-number {
	width:205px;
	height:30px;
	font-family: 'Oxygen', sans-serif;
	color:#939598;
	font-size:28px;
	text-shadow:#FFF;
	display:inline-block;
}

h3.section-heading {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#107a7a;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #107a7a;
	
}





/*ANCHORS & TEXT */

.testimonial {
    width: 270px;
    margin: 10px 35px 0 0;
    float: left;
    font-family: Georgia, serif;
    color: #333333;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.quote {
    font-size: 18px;
}

.cite {
    font-weight: 800;
    display: block;
}

.outerTestimonial {
    margin: 10px 0 0 0;
    
    
}

.featuredLogo {
    display:inline-block;
    border: none;
    margin: 10px 25px 0 0;
}

.outerLogo {
    margin: 0 0 0 0;
}

.featuredLogo img {
    vertical-align: middle;
    
    
}


.featuredLogo:hover {
    opacity: 0.8;

}


a.social-icon {
	display:block;
	width:27px;
	height:27px;
	float:right;
	text-decoration:none;
	text-indent:-9999px;
}

a.social-icon:hover {
	opacity:0.7;
}

a#linked-in {
	background:url(../images/linkedin.png) 0 0;
	margin:0 10px 0 0;
	display:inline-block;
}

a#facebook {
	background:url(../images/facebook.png) 0 0;
	margin:0 10px 0 0;
	display:inline-block;
}

p.description-paragraph {
	color:#000000;
	font-family: 'Lato', Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	margin-bottom:15px;
	text-align:justify;
}

.trademark {
	font-family: 'Lato', Geneva, sans-serif;
	font-size:20px;
}

p.lenaDescriptionParagraph {
	color:#000000;
	font-family: 'Lato', Geneva, sans-serif;
	font-size:14px;
	line-height:19px;
	margin-bottom:10px;
}

p.lenaImageParagraph {
	color:#000000;
	font-family: 'Lato', Geneva, sans-serif;
	font-size:14px;
	line-height:19px;
	margin:10px 0 20px 80px;
	width:300px;
}

.pullquote {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	line-height:27px;
	display:block;
	margin:0 0 5px 0;
	color:#01bdb9;
	
}

.lenaPullquote {
	font-family: 'Oxygen', sans-serif;
	font-size:30px;
	line-height:35px;
	display:block;
	margin:0 0 5px 0;
	color:#01bdb9;
	text-align:left;
	
}

.aboutPullquote {
	font-family: 'Lato', sans-serif;
	font-size:22px;
	line-height:27px;
	display:block;
	margin:0 0 5px 0;
	color:#01bdb9;
	
}

address#contact-info {
	font-family:'Lato', Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	}
	
	address#footer-address {
	float:left;
	width:170px;
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	color:#002f5a;
	line-height:14px;
	}
	
	a#more-button{
		display:block;
		text-align:center;
		width:200px;
		font-size:16px;
		text-decoration:none;
		font-family: 'Oxygen', sans-serif;
		margin:20px 0 0 0;
		padding:10px 10px 10px 20px;
		border:1px solid #107a7a;
		background:#80cdb9;
		color:#107a7a;
		-webkit-border-radius: 15px;
   		border-radius: 15px;
    }
	
	a#more-button:hover{
		background:#a4e7d6;
    }
	
	a#more-button:active{
		background:#006261;
		-webkit-box-shadow: inset 0px 0px 10px 3px #02316a;
        box-shadow: inset 0px 0px 10px 3px #02316a;
		color:#ffffff;
        
    }
	
		a#lena-more-button{
		display:block;
		margin:0 0 0 100px;
		width:200px;
		font-size:16px;
		text-decoration:none;
		font-family: 'Oxygen', sans-serif;
		padding:10px 10px 10px 20px;
		border:1px solid #107a7a;
		background:#80cdb9;
		color:#107a7a;
		-webkit-border-radius: 15px;
   		border-radius: 15px;
    }
	
	a#lena-more-button:hover{
		background:#a4e7d6;
    }
	
	a#lena-more-button:active{
		background:#006261;
		-webkit-box-shadow: inset 0px 0px 10px 3px #02316a;
        box-shadow: inset 0px 0px 10px 3px #02316a;
		color:#ffffff;
        
    }

a#lena-button{
		display:inline-block;
		font-size:16px;
		text-decoration:none;
		font-family: 'Oxygen', sans-serif;
		padding:10px 15px 10px 20px;
        margin: 0 0 25px 0;
		border:1px solid #107a7a;
		background:#80cdb9;
		color:#107a7a;
		-webkit-border-radius: 15px;
   		border-radius: 15px;
    }
	
	a#lena-button:hover{
		background:#a4e7d6;
    }

	
	#about-page {
		width:600px;
		padding:20px 0 20px 0;
		margin:0 38px 0 0;
		float:left;
	}
	
	.headShot {
		width:240px;
		border:5px solid #7dcdb7;
		float:left;
		margin: 30px 0 0 0;
		
	}
	
	
	#contact-page {
		width:205px;
		margin:0 25px 0 0;
		padding:20px 0 20px 0;
		float:left;
	}
	
	#contact-page address {
	font-family: 'Lato', Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	}
	
	#google-maps {
		width:425px;
		float:left;
		margin:20px 0 20px 0;
	}
	
	#therapy-page {
		width:857px;
		padding:20px 0 20px 0;
		overflow:hidden;
	}

p a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#002f5a;
	font-size:14px;
}

#info-page {
		padding:20px 0 20px 0;
	}
	
ul#books-toys {
		width:100%;
		font-family: 'Oxygen', sans-serif;
		font-size:14px;
		margin:0 0 20px 0;
		overflow:hidden;
	}
	
ul#books-toys li {
	width:160px;
	float:left;
	margin:15px 0 0 0;
}

ul#books-toys li a {
	text-decoration:none;
	color:#006261;
	vertical-align:top;
	padding:0 0 10px 0;
	display:block;
	font-size:12px;
}

ul#books-toys li a:hover {
	text-decoration:underline;
}

ul#books-toys img {
	border:1px solid #006;
	margin:0 10px 0 0;
	display:block;
}

ul#books-toys img:hover {
	opacity:0.8;
}

a.email-link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0a6b70;
}

a.promptLink {
	display:block;
	width:200px;
	height:63px;
	margin:18px 0 0 10px;
}

a.promptLink img {
	border:none;
	
}

ul#blog-posts {
	margin-bottom:25px;
	
}

ul#blog-posts li {
	margin:0 0 15px 0;
	font-family: 'Oxygen', sans-serif;
}

ul#blog-posts li a {
	text-decoration:none;
	color:#003332;
}

ul#blog-posts li a:hover {
	text-decoration:underline;
	color:#003332;
}

.bold {
	font-weight:bold;
	
}

.consult {
	position:relative;
	overflow:hidden;
}

.consultColumn {
	float:left;
	width:413px;
	margin:0 20px 0 0;
	
}

.consultColumnImage {
	float:left;
	width:418px;
	
}

.therapyColumn {
	float:left;
	width:525px;
	margin:0 20px 0 0;
	
}

.therapyColumnImage {
	float:left;
	
}

.consultImage {
	border:3px solid #7cccb7;
}

.emphasis {
	font-weight:700;
	font-style:italic;
	
}

/*---Sign up Styles ---*/

#mc_embed_signup {
	width:860px;
	background:#77ccba;
	padding:15px;
	clear:both;
	border-radius:5px;
	font-family: 'Lato', sans-serif;
	overflow:hidden;
	vertical-align:middle;
	
}

#mc_embed_signup h3 {
	float:left;
	color:#006161;
	text-transform:uppercase;
	margin-right:15px;
	font-size:18px;
	letter-spacing:1px;
	margin-top:11px;
	font-weight:900;
}

#mc_embed_signup label {
	display:none;
}

#mc_embed_signup input {
	-webkit-box-shadow:inset 0 1px 10px 0 #c0c0c0;
	box-shadow:inset 0 1px 10px 0 #c0c0c0;
	border:none;
	padding:8px;
	color:#5f5f5f;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	margin-right:20px;
	width:150px;
	

}

input:focus { outline: none; }

.mc-field-group {
	float:left;
}

#mc_embed_signup .button {
	width:170px;
	background:#006161;
	border-radius:3px;
	border:1px solid #002f2f;
	font-family: 'Lato', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	font-size:18px;
	cursor:pointer;
	float:left;
	margin-right:0;
	-webkit-box-shadow:inset 0 1px 0 0 #6ed7d7;
box-shadow:inset 0 1px 0 0 #6ed7d7;
letter-spacing:1px;
	
}

#mc_embed_signup .button:hover {
	background:#007474;
}

#mc_embed_signup .button:active {
	background:#005656;
	-webkit-box-shadow:inset 0 1px 5px 0 #6ed7d7;
	box-shadow:inset 0 1px 5px 0 #001f1f;
letter-spacing:1px;
}






	



