/* TEMPLATE 3 HOMEPAGE RULES */

/* TAGLINE SECTION */

div#tagline {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 510px;
	height: 190px;
	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: 35px;
		background-color: #A8A9AD;
		color: #FFFFFF;
		font-size: 12px;
	}
		
	#tagline span {
		display: block;
		margin: 5px 0px 0px 0px;
		padding: 10px;
		height: 110px;
		background-color: #F7F7F7;
	}


/* FOR CANDIDATES INTRO BOX */

div#for_candidates {
	padding: 0px 10px 0px 0px;
	width: 232px;
	background: transparent url("/images/misc_elements/section_divider.gif");
}


/* FOR CLIENTS INTRO BOX */

div#for_clients {
	padding: 0px 10px 0px 15px;
	width: 233px;
	background: transparent url("/images/misc_elements/section_divider.gif");
}


/* TESTIMONIALS INTRO BOX */

div#testimonials {
	position: relative;
	padding: 0px 0px 0px 20px;
	width: 187px;
}

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

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


/* COMBINED BOX RULES */

div#for_candidates, div#for_clients, div#testimonials {
	height: 180px;
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}

div#for_candidates, div#for_clients {
	float: left;
	display: inline;
}

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

	#for_candidates h2, #for_clients h2, #testimonials h2 {
		margin: 0px 0px 18px 0px;
	}

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

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