@charset "UTF-8";
/* CSS Document */


#header-home{
	height: 477px;
}

#photo {
	
}

#emailpic {
	background: url(../img/home/email-pic-down.gif) no-repeat;
	width: 281px;
	position: relative;
	left: 410px;
	top: -115px;
	margin:0px;
	padding:0px;
	z-index:1;
}

#emailpic a {
	display: block;
	text-decoration: none;
}

#emailpic img {
	width: 281px;
	height: 40px;
	border: 0;
}


#emailpic a:hover img {
	visibility:hidden;
}

/* ---- About Everyday Balance -----*/

#intro {
	
}

#intro p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:27px;
	color:#555;
}

.lead {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height:27px;
	color: #222;
	
}

#intro a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height:27px;
	color:#cc0033;
	text-decoration: none;
}

#intro a:link {
	text-decoration: none;
}

#intro a:hover {
	text-decoration: underline;	
}

/* ---- Testimonials -----*/


#testimonials {
	margin: 25px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #999;
}

#testimonials p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color:#555;
	padding: 9px 0px 0px 0px;
}
	
.boldlead {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color:#222;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color:#00ACCD;
	padding: 0px 0px 13px 0px;
}

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

#signup {
	/* background: url(../img/home/sign-up-down.gif) no-repeat; */
	position: relative;
	display:block;
	float:left;
	margin-left:16px;
	margin-bottom:20px;
	display: inline;
	width: 310px;
}



/* ---- Become a Fan -----*/

#becomeafan {
	background: url(../img/home/become-a-fan-down.gif) no-repeat;
	display:block;
	white-space: nowrap;
	float: right;
	margin-left:16px;
	margin-bottom:20px;
	display: inline;
	
}

#becomeafan a {
	display: block;
	text-decoration: none;
	float: left;
	display: inline;
}

#becomeafan img {
	width: 312px;
	height: 117px;
	border: 0;
}
* html a:hover {
	visibility:visible
}

#becomeafan a:hover img {
	visibility:hidden;
}

/* ---- Keep up on the Latest -----*/

#keepup {
	background: url(../img/home/keep-up-down.gif) no-repeat;
	display:block;
	white-space: nowrap;
	float: right;
	margin-left:16px;
	margin-bottom:20px;
	display: inline;
	
}

#keepup a {
	display: block;
	text-decoration: none;
	float: left;
	display: inline;
}

#keepup img {
	width: 312px;
	height: 117px;
	border: 0;
}
* html a:hover {
	visibility:visible
}

#keepup a:hover img {
	visibility:hidden;
}

/* ---- Calendar -----*/

#classes {
	float: right;
	margin-right:7px;	
	display: inline;
	
}

#classes-title {
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;	
	display: inline;
}