@import url("base.css");

#main { padding: 0; }
#main .content td { padding: 0; }

/*#profile {
	background: url(../../elements/profile.png) no-repeat left top;
	height: 234px;
	padding: 0 135px 0 12px;
	line-height: 1.2em;
	position: relative;
}
*/
#profile { margin-top: 30px; }

#profile h2 {
	color: #b59837;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

#profile p {
	color: #8a8678;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: right;
}

/*
#profile ul a {
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.3em;
}
#profile  ul { margin-top: 5px; }
*/

#profile .buttons div { margin-bottom: 5px; text-align: center; }
#profile .buttons .button { float: none; display: inline-block; }

#main .content td { vertical-align: top; }

#homeContainer { font-family: 'Kameron', Arial, serif; color:#7f7f80;}

#homeContainer h1 { font-size:24px; font-weight:700; margin-bottom:5px;}

#homeContainer h2 { font-size:18px; font-weight:700; margin-bottom:5px;}

#homeContainer h3 { font-size:16px; font-weight:700; margin-bottom:10px;}

#homeContainer p { font-size:14px; font-weight:400; line-height:18px;}

#homeTop { background: url(../../elements/hero.png) no-repeat left top; width:870px; height:380px;}
#homeBottom {}
#bottomLeft { width:460px; height:170px; background:url(../../elements/lrg-left-box.png) no-repeat left top; float:left; text-align:left; padding:50px 40px 0 70px;}
#bottomRight { width:240px; height:170px; background:url(../../elements/sml-rt-box.png) no-repeat left top; float:left; text-align:left; padding:50px 40px 0 20px;}


/*buttons*/
.homeButton {
	float:right;
}
#learnMore
{
  display: block;
  width: 133px;
  height: 36px;
  background: url("../../elements/learn-more-btn.png") no-repeat 0 0;

}

#learnMore:hover
{ 
  background-position: 0 -36px;
}

#learnMore span
{
  position: absolute;
  top: -999em;
}

#joinNow
{
  display: block;
  width: 133px;
  height: 36px;
  background: url("../../elements/join-now-btn.png") no-repeat 0 0;

}

#joinNow:hover
{ 
  background-position: 0 -36px;
}

#joinNow span
{
  position: absolute;
  top: -999em;
}

#fullSchedule
{
  display: block;
  width: 215px;
  height: 55px;
  background: url("../../elements/full-schedule-btn.png") no-repeat 0 0;
  float:left;
  margin-top:100px;
  margin-left:50px;

}

#fullSchedule:hover
{ 
  background-position: 0 -55px;
}

#fullSchedule span
{
  position: absolute;
  top: -999em;
}


