/* TEMPLATE 3 INTERIOR PAGE RULES */

/* TAGLINE SECTION */

div#tagline {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 510px;
	height: 140px;
	background: transparent url("/images/site_images/main_image_yoga.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

	#tagline h2 {
		padding: 10px;
		height: 12px;
		background-color: #A8A9AD;
		color: #FFFFFF;
		font-size: 12px;
	}
		
	#tagline span {
		display: block;
		margin: 5px 0px 0px 0px;
		padding: 10px;
		height: 103px;
		background-color: #F7F7F7;
	}
	
		#tagline span ul {
			margin: 0px;
			padding: 0px;
		}	
		

/* FOR CANDIDATES INTRO BOX */

div#body_text {
	padding: 0px 15px 0px 0px;
	width: 485px;
	background: transparent url("/images/misc_elements/section_divider.gif");
	min-height: 200px;
}

	#body_text h2 {
		margin: 0px 0px 18px 0px;	
	}

	#body_text h3 {
		margin: 18px 0px;	
	}
	
	#body_text a {
		color: #F68121;
		text-decoration: none;
	}

	#body_text a:hover {
		color: #5C788E;
	}


/* TESTIMONIAL ENTRIES */

div.testimonial_entry {
	margin: 18px 0px;
}

	.testimonial_entry span {
		display: block;
		padding: 10px 50px;
	}

	span.odd_entry {
		background-color: #FFFFFF;
	}
	
	span.even_entry {
		background-color: #F7F7F7;
	}

/* TESTIMONIALS INTRO BOX */

div#testimonials {
	position: absolute;
	top: 312px;
	left: 500px;
	padding: 0px 0px 0px 20px;
	width: 187px;
	height: 180px;
}

	#testimonials a {
		border: 0px;
		text-decoration: none;
	}

	div#testimonials_container {
		position: relative;
		margin: 18px 0px 0px 0px;
	}

		ul#testimonials_gallery {
			margin: 0px;
			list-style: none;
		}


/* COMBINED BOX RULES */

div#body_text, div#testimonials {
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}

	#body_text p, #testimonials p {
		margin: 18px 0px;
	}

	#tagline span ul, #body_text ul {
		list-style: none;
	}

	#body_text ul {
		margin: 18px 0px 18px 18px;
	}
	
		#tagline span ul li, #body_text ul li {
			padding: 0px 0px 0px 15px;
			background: transparent url("/images/misc_elements/small_mri_bullet.gif");
			background-repeat: no-repeat;
			background-position: 0px 5px;
		}
	
		#tagline span ul li a, #body_text ul a, #testimonials ul a {
			color: #5D778E;
			text-decoration: none;
		}
		
		#tagline span ul li a:hover, #body_text ul a:hover, #testimonials ul a:hover {
			color: #F68121;
		}
