 /* ============================
   CLASSES HOME PAGE
   ============================== */

#top-right {
	background-image: url('../images/spiral-bg.jpg');
	float: right;
	width: 280px;
	margin-left: 10px;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	}

#top-right h4 {
	background-color: #006666;
	color: #fff;
	padding: 8px;
	margin-bottom: 5px;
	}		

		/* ====================
			Highlights Section
			==================== */
		
		#highlights li {
			padding: 0 8px 0 8px;
			margin: 3px 0 3px 0;
			}

		#testimonial {
			margin: 15px 25px 0 0;
			font-size: 11px;
			color: #006666;
			}
		
		/*==========================
			MIDDLE Section With Pic
			======================== */

		#center {
			margin-left: 185px;
			padding: 5px 0 8px 20px;
			border-left: 1px solid #cacaca;
		}

		#center img {
		float: left;
		padding: 20px 10px 0 0;
		}
		
		/* ================
			Resources Section
			================== */
		#resources {
			padding: 10px 0 8px 0;
			}

		#resources ul li {
			list-style-type: none;
			padding-left: 5px;
			}
 	
 		#resources img {
			display: block;
			float: left;
			margin: 10px 8px 0 4px;
			}
 	
  /* =========================== 
  CLASS POLICIES PAGE
  ============================ */
 
#header-policies h4 {
	color: #000;
	margin-top: 10px;
	}

#header-policies li {
	list-style-type: none;
	margin-left: 15px;
			}
	
 /* ===========================
CLASS CALENDAR PAGE
============================== */

	#calendar table {
		width: auto;
		border-collapse: collapse;
		}

	#calendar th {
		width: auto;
		background-color: #d7eae6;
		padding: 5px;
		border: 1px solid #006666;
		font-weight: bold;
		color: #000;
		border-radius: 40px;
		-moz-border-radius: 40px;
		}

	#calendar td {
		width: auto;
		padding: 5px;
		border: 1px solid #006666;
		color: #000;
		}

	#group {      /* Class Calendar Reiki Practice Group Info */
		margin-top: 20px;
		width: 80%;
		}

	#group h4 {
		padding: 0;
		margin-top: 20px;
		}

/* ================================
	CLASS REGISTRATIONS
================================== */

#reg {
	margin: 5px 0 15px 0;
	border: 1px solid #c9c9c9;
	background-color: #d7eae6;
			border-radius: 20px;
		-moz-border-radius: 20px;
	}

/* ================================
	CLASS CONTENT
=================================== */

	/* ================================
		Levels 1-2 Content
		================================ */

	#first-level h5 {
		margin-top: 10px;
		}

	#first-level p {
		padding: 8px;
		width: 75%;
		border: 1px solid #c9c9c9;
		background-color: #d7eae6;
		border-radius: 20px;
		-moz-border-radius: 20px;
		}
	

	/* =================================
		Master Levels Content--MP and MT
		================================ */
	#process {
		margin-top: 10px;
		background-color: #d7eae6;
		padding: 10px 10px 0 10px;
		border: 1px solid #c9c9c9;
		border-radius: 20px;
		-moz-border-radius: 20px;
		}
	
	#content-list h5 {
		margin-top: 10px;
		}
		
/* ================================
	Q&A PAGE
=================================== */

#questions h4 {
	color: #000;
	margin-top: 10px;
}

#law h4 {
	color: #000;
	}

	