body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color:#ebf2e1;
}

p, ol, ul, dl, li {
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#595959;
}

a:link, a:visited {
	color: #7f8950;
	text-decoration: one;
}
	
a:hover {
	color: #666666;
	text-decoration:underline;
}
	
h1 {
	font-family:Georgia, times, serif;
	width:300px;
	color:#ac869e;
	font-size:15px;
	padding-right:10px;
	padding-bottom:5px;	
	border-bottom:1px dashed #959595;
}

.homepage{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #595959;
}

/*main menu*/

.main-menu {
	list-style: none;
	float:left;
	width:475px;
	height:30px;
	padding-top:8px;
	margin-top:7px;
	margin-bottom:0px;
	vertical-align: bottom;
	border-top:1px dashed #959595;
}
.main-menu li{
	float:left;
	text-decoration:none;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.main-menu li a{
	display:block;
	padding-bottom:2px;
	text-decoration:none;
	color:#989898;
	margin-right:12px;
	padding-right:5px;
	padding-left:5px;
}

.main-menu li a.selected{
	border-bottom:3px solid #758da8 !important;
	color:#7d7d7d;
	text-decoration:none;
}
.main-menu li a:hover{
	border-bottom:3px solid #bbc88d;
	text-decoration:none;
	color:#7d7d7d;
}

.nav2 {
	list-style:none;
	float:left;
	width:475px;
	height:10px;
	position:relative;
	bottom:10px;
	margin-top:5px;
}

.nav2 li{
	float:right;
	margin:0px 5px;
	text-decoration:none;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	width:auto;
}
.nav2 li a{
	display:block;
	padding:0;
	text-decoration:none;
	color: #7d7d7d;
	margin: auto 5px;
	padding-right:4px;
	padding-left:4px;   
	}   
.nav2 li a.selected{
	color:#95a155;
	text-decoration:none;
}
.nav2 li a:hover{
	color: #95a155;
	text-decoration: underline;
}
/*layout*/

.content{
	margin-right: auto;
	margin-left: auto;
	width:900px;
	height:900px;
	margin-top:10px;
}

.header {
	width:852px;
	height:152px;
	background-image: url(../images/box-top.png);
	background-repeat:no-repeat;
}
.logo {
	height:108px;
	width:211px;
	border:0;
	float:left;
	margin:25px 20px 0px 30px;
}
	
.tagline{
	position: relative;
	height: 29px;
	width:515px;
	background-color: transparent;
	margin:35px 25px 5px 0px;
	border: 0;
	float:left;
}
.middle {
	float:left;
	width:900px;
	height:500px;
	background-image: url(../images/box-middle.png);
	background-repeat: repeat-y;
	border:0;
}

.leftcontent {
	position:relative;
	left:-40px;
	float:left;
	width:210px;
	height:400px;
	padding-left:5px;
	margin-right:5px;
}

.lefttop {
	padding:15px 15px 10px 17px;
	height:215px;
	width:175px;
	color:#000;
	font-size:11px;
	background: url(../images/leftbox-top.png) no-repeat;
	text-align:left;
}

.leftbottom{
	padding:15px 15px 10px 17px;
	height:215px;
	color:#000;
	font-size:11px;
	background: url(../images/leftbox-bottom.png) no-repeat;
}

.maincontent {
	float:right;
	position:relative;
	left:-35px;
	width:625px;
	height:490px;
	margin-top:5px;
}
.maincontent-left {
	float:left;
	width:450px;
	height:400px;
}


.maincontent-right {
	width:135px;
	float:right;
}
.maincontent-right ul{
	margin:0px;
	padding:0px;
	list-style-type: circle;
	}
	
.maincontent-right li {
	margin-bottom:50px;
}

.liststyle ul{

}

.liststyle li{
	display: list-item;
	list-style: disc;
}
.coaches {
	width:475px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

.coaches ul, li{
	list-style: none;	
	display: inline;
}
.coaches li{
	float: left;
	width: 120px;
	height: 225px;
	font-size: 11px;
	text-align: center;
	margin-right:10px;
	margin-left:10px;
}

.spiritual {
	width:475px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

.spiritual ul, li{
	list-style: none;	
	display: inline;
}
.spiritual li{
	float: left;
	width: 120px;
	height: 225px;
	font-size: 11px;
	text-align: center;
	margin-right:10px;
	margin-left:10px;
}

.bottom {
	float:left;
	width:852px;
	height:62px;
	background-image: url(../images/box-bottom.png);
	background-repeat:no-repeat;
	border:0;
}

.footer{
	float:right;
	width:580px;
	border-top:1px dashed #686868;
	text-align:right;
	padding:10px 10px 5px 0px;
	font-size:10px;
	color:#7f8950;
	height:10px;
	margin: 15px 50px 0px 0px;
}

.hidden {
  display: none;
}

.thankyoucontent{
	margin-right: auto;
	margin-left: auto;
	width:600px;
	height:400px;
	margin-top:10px;
	background-color:#ffffff;
	padding:20px 10px 10px 10px;
}

	