@charset "utf-8";
/* CSS Document */

.homeSlideshow
{
	width:480px;
	position:absolute;
	top:0;
	left:33px;
}

.homeContent
{
margin:0 0 0 500px;
position:relative;
padding:0;
}

.homeContent h2
{
background-image:url(images/headers/welcome.png);
background-repeat:no-repeat;
width:370px;
height:149px;
text-indent:-5000px;
margin:0;
padding:0;
}

.homeIntro
{
	padding:0 0 20px 0;
	margin:0 20px 0 0;
	color:#702785;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:1.4em;
	font-style:italic;
	background-image:url(images/dash.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.homeIntro a
{
    color:#E46750;
    text-decoration:underline;
}

.homePushAreas
{
	width:450px;
	line-height:1.1em;
	font-size:11px;
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	color:#666;
}

.homePush
{
	width:150px;
	float:left;
}

.homePush p
{
	width:120px;
	margin:0;
	padding:0;
}

.homePush em
{
	font-style:normal;
	color:#e46750;
}

.homePush a
{
	display:block;
	width:123px;
	height:39px;
	text-indent:-5000px;
	margin:10px 0 0 0;
	outline:none;
}

.productsButton
{
	background-image:url(images/home/productsButton.jpg);
}
.classesButton
{
	background-image:url(images/home/eventsButton.jpg);
}
.emailButton
{
	background-image:url(images/home/emailButton.jpg);
}

