
/*--------- font-size manager ---------*/
body { font-size: 77%; }

h1 { font-size: 2em; }
h2 { font-size: 150%; }
h2 span { font-size: 80%; }
h3 { font-size: 1em; }

table { font-size: 90%; }

#header p {	font-size: 120%; }
#nav a {  }
#subnavmenu {	font-size: 90%; }
#footer a {	font-size: 90%; }

.intro span { font-size: 1.4em; }
.more {	font-size: 80%; }
.caption { font-size: 90%; }
.smalltype { 
	font-size: 0.8em;
	text-align: justify;
	text-indent: 0.5em; 
	}
.dataentry .caption { font-size: 80%; color: red; }
.testimoner {	font-size: 90%; }
.docdownload { font-size: 90%; }
.instructions p {	font-size: 90%; }
.instructions h2 { font-size: 120%; }
.supermini {
	font-size: 9px;
	}

/*--------- Global Styles ---------*/
body {
	background: #A6B28E; 
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
	text-align: center;
	margin: 0;
}

.main {
	width: 810px;
	min-height: 1000px;
	margin: auto;
	background: url(grafx/bg.jpg) repeat-y;
	text-align: left;
}

#admin .main {
	width: 100%;
	height: 100%;
	margin: 10px;
	text-align: left;
	background: #ffffff;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #050848;
	text-align: center;
	margin-bottom: 1.2em;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #050848;
	margin-bottom: -0.6em;
	font-weight: 600;
}

h2 span {	font-weight: lighter; }

a:hover {
	color: #FAAF2D;
}

a:visited {
	color: #050848;
}

#article_index h3 {
	padding-top: 10px;
	border-top: 1px solid #A9ACA3;
	}	

/*--------- header, sidebar and links ---------*/

#header {
	margin: 0;
	background: url(grafx/header.jpg) no-repeat;
	height: 148px;
}

#admin #header {
	margin: 0;
	background: url(grafx/header_admin.jpg) top left no-repeat;
	height: 120px;
}

#header h1 {
	margin: 0;
	visibility: hidden;
}

#header p {
	font-family: times new roman;
	font-style: italic;
	text-align: right;
	width: 300px;
	position: relative;
	top: 35px;
	left: 440px;
}

#sidebar {
	width: 125px;
	height: 344px;
	background: url(grafx/sidebar.jpg) no-repeat;
	float: left;
	margin: 0;
}

/*--------- navigation ---------*/
			
#nav {
	background: url(grafx/navbg.jpg) bottom left repeat-x;
	margin: 0 35px 0 0;
	padding-right: 1px;
}

#nav li {
	display: inline;
	margin: 0;
}

#nav a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 0 10px;
}

#nav a:hover {
	background: url(grafx/navhoverbg.jpg) bottom left repeat-x;
	padding: 0 9px;
	border-right: 1px solid #A9ACA3;
	border-left: 1px solid #A9ACA3;
	color: #FB874C;
}

#nav .active {
	background: url(grafx/navhoverbg.jpg) bottom left repeat-x;
	padding: 0 9px;
	border-right: 1px solid #A9ACA3;
	border-left: 1px solid #A9ACA3;
}

/*--------- subnavigation menu ---------*/

.subnav {
	float: right;
	padding-right: 57px;
	margin-top: -1px;
	width: 130px;	
}

#subnavmenu {
	border-bottom: #A9ACA3 1px solid;
	border-left: #A9ACA3 1px solid;
	border-right: #A9ACA3 1px solid;
	padding: 0 0 1em 0;
	margin: 0;
	background: url(grafx/subnavbg.jpg) top right no-repeat;
}

#subnavmenu li {
	list-style-type: none;
	border-bottom: 1px orange dashed;
	padding: 0 5px;
}

.subnav a, .subnav a:visited {
	text-decoration: none;
	text-align: left;
	color: black;
	width: 130px;
	margin: 0;
}

.subnav li:hover, .subnav a:hover {
	background: #FAAF2D;
	color: black;
}

.subnav .active {
	background: #FB874C;
	color: black;
	}

.subnav img {
	border: #A9ACA3 1px solid;
}

.subnav table {
	width: 130px;
}

.subsubnav a, .subsubnav a:visited {
	color: blue;
	text-decoration: underline;
	}

/*--------- footer and footer navigation ---------*/

#footer {
	height: 470px;
	clear: both;
	background: url(grafx/footerbg.jpg) bottom left no-repeat;
}

#foottext {
	width: 600px;
	margin-left: 80px;
	text-align: center;
}

#footer h2, #footer p {
	margin-left: 50px;
}

#footer li {
	display: inline;
	margin: -2px;
}

#footer a {
	border-left: 1px #75391D solid;
	color: #75391D;
	padding: 0 5px;
	text-decoration: none;
}

#footer a:hover {
	background: #FAAF2D;
}
	
#footer .endli a {
	border-right: 1px solid #75391D;
}

#footer #email {
	border: 0;
}


/*--------- Content ---------*/
/*(These styles apply throughout the site.)*/

#text {
	width: 455px;
	margin: 50px 0 0 126px;
	padding: 0 0 30px 10px;
}

#text img {
	border: #A9ACA3 0px solid;
}

.intro {
	text-align: justify;
	width: 95%;
}

.intro .offerbutton {
	float: left;
	width: 120px;
	height: 60px;
	}

.intro #offerbuttons {
	height: 70px;
	width: 250px;
	padding: 0 55px;
	}
	
.intro #newsletter {
	background: url(grafx/buttonnewsletter.gif);
	}
.intro #newsletter:hover {
	background: url(grafx/buttonnewsletter2.gif);
	}

.intro #coaching {
	background: url(grafx/buttoncoaching.gif);
	}
.intro #coaching:hover {
	background: url(grafx/buttoncoaching2.gif);
	}
	
.intro #ebook {
	background: url(grafx/buttonebook.gif);
	}
.intro #ebook:hover {
	background: url(grafx/buttonebook2.gif);
	}
	

#index .main .intro, #coreprograms .main .intro {
	text-align: center;
	margin: 0 0 3em 40px;
	width: 360px;
	color: #050848;
	line-height: 1.4em;
}

ul ul ul li { /*for the sitemap*/
list-style-type: none;	
}

.more {
	text-align: right;
}

#paypallink {
	text-align: center;
	margin: 50px 0 0 85px;
	font-weight: bold;	
}

#paypallink2 {
	font-weight: bold;	
}
#paypallink a, #paypallink2 a {
	text-decoration: none;
}

#paypallink a img, #paypallink2 a img {
	border: 0;
}

#buttons {
	text-align: center;
}

.submit input {
	float: right;
	}

/*--------- Newsletter ---------*/

#newsletter h1 {
	color: black;
	text-align: left;
	}

/*--------- General Table Design ---------*/

table {
	text-align: center;
	margin: 1em auto;
	border: 1px solid #050848;
	width: 475px;
	background: white;
}

#tuition_certificate table {
	text-align: left;
}

.left_align_tdcells {
	text-align: left;
	padding-left: 1em;
}

 table h2 {
	margin: 5px;
}

.tablehead {
	text-align: center;
}

.tablehead2, .column1, .total {
	font-weight: bold;
}

tr {
	background: #D3D9C7;
}

.alternate {
	background: #E9ECE3;
}

.alternate2 {
	background: #EBE5CD;
}

td {
	padding: 5px;
}

table ul {
	text-align: left;
}
	
/*---------- boxes & Data Entry ---------*/

.boxhead {
	background: url(grafx/boxhead.jpg) bottom left no-repeat;
	width: 477px;
	height: 6px;
	margin-top: 1em;
}

.box {
	background: #E9ECE3;
	width: 455px;
	padding: 10px;
	border-left: 1px solid #EBE5CD;
	border-right: 1px solid #EBE5CD;
}

.boxfoot {
	background: url(grafx/boxfoot.jpg) top left no-repeat;
	width: 477px;
	height: 6px;
	margin-bottom: 1em;
}

.box table {
	border: 0;
	background: 0;
	width: 455px;
}

.box tr {
	background: 0;
}

#pay_options img {
	border: 0;
	}

.paymethod_row {
	height: 170px;
	}

.paymethod_box {
	float: left;
	width: 150px;
	height: 150px;
	}

.paymethod_box p {
	padding: 0 25px;
	margin: 0;
	text-align: center;
	color: #003366;
	}

#regnum img {
	float: left;
	border: 0;
	}

#regnum h2 {
	float: left;
	}

#regnum {
	height: 40px;
	}

.dataentry {
	text-align: left;
}

.valid_entry, .invalid_entry {
	text-align: right;
	width: 130px;
	}
	
.invalid_entry span, .unregistered span {
	color: red;
}

.unregistered {
	text-align: center;
	color: red;
}

#discount_code {
	font-size: 1.5em;
	margin-left: 1em;
}

.scratched {
	text-decoration: line-through;
	margin-left: 14px;
	color: #FF7832;
}


			/*(Following are mostly page-specific styles)*/
			/*---------Testimonials---------*/

			#testimonials #text {
				text-align: center;
			}
			
			.testimonial {
				width: 90%;
				margin: 2em auto 0 auto;
				text-align: justify;
				font-style: italic;
			}
			
			.testimoner {
				width: 90%;
				margin: 0.5em auto 3em auto;
				padding-right: 1em;
				text-align: right;
			}

			#testimonials .subnav img {
				margin: 40px 0 40px 4px;
			}

				
						/*-----------subnav testimonials---------*/
			
						.subnav .testimonial {
							margin: 2em 0 0 0;
							padding: 10px 2px;
							text-align: center;
						}
			
						.subnav .testimoner {
							width: 90%;
							margin: 0 auto 3em auto;
						}

						.testcol {
							background: url(grafx/clouds.jpg) top left;
							width: 130px;														
						}

						#customized .testcol { height: 200px; }
						#courses .testcol, #coaching .testcol, #foundational .testcol, #advanced .testcol, #workshops .testcol {height: 400px;}
						#lifemastery .testcol, #coreprograms .testcol, #index .testcol {height: 650px;}
						#coaches .testcol {height: 1200px;}
						
						#marie-h {
							position: relative;
							top: 8em;
							margin-top: 3em;
						}

												
			/*---------articles----------*/
			
			.article_col {
				float: left;
				width: 210px;
				margin: 0 8px;
				padding-bottom: 30px;
				}
								
			/*---------coaches and facilitators bios----------*/
			
			.reference {
				background: #D3D9C7;
				border-top: #535947 1px solid;
				border-bottom: #535947 1px solid;
				padding: 20px 20px 40px 20px;
				margin-bottom: 10px;
				text-align: justify;
			}
			
			.reference img {
				border: #A9ACA3 1px solid;
			}
			
			.about {
				float: right;
				width: 250px;
				padding: 1px 0 1em 10px;
				margin: 15px 0 1em 0;
				border-bottom: #A9ACA3 1px solid;
				border-left: #A9ACA3 1px solid;
			}

			.freegift {
				width: 435px;
				background: #D3D9C7;
				border-top: #535947 1px solid;
				border-bottom: #535947 1px solid;
				padding: 20px;
				margin-bottom: 10px;
				text-align: justify;
				}

			.freegift img {
				float: left;
				margin: 20px 10px 0 0;
				}

			.freegift p, .freegift h2 {
				margin: 15px 0 0 0;
				}

			
			/*---------calendar---------*/

			#mini_cal {
				background: white;
				padding: 1px 0px 1px 4px;
				margin: 5px 0px 5px 0px;
				border: 1px solid #D3D8C6;
				clear: both;
				}
												
			#mini_cal .mcal_row {
				clear: both;
				}
				
			#mini_cal .mcal_row .mcal_head {
				float: left;
				width: 117px;
				height: 20px;
				background: #D3D8C6;
				font-size: 15px;
				font-weight: bold;
				color: white;
				text-align: center;
				}

			#mini_cal #mcal_foot {
				clear: both;
				width: 117px;
				height: 2px;
				background: white;
				}
				
			#mini_cal .mcal_row .mcal_days {
				background: white;
				font-size: 9px;
				color: #9FA395;
				text-align: center;
				}
				
			#mini_cal .mcal_row div {
				width: 15px;
				height: 10px;
				float: left;
				border: 1px solid white;
				}
		
			#mini_cal .mcal_row a div {
				background: #F2CB81;
				}
		
			#mini_cal .mcal_row a:hover div {
				background: #FAAF2D;
				}

			#mini_cal .on { background: #D3D8C6; }

			#mini_cal .off { background: #E9ECE3; }

			#mini_cal .bla { background: white; }
			
			#calendar table {
				border-right: 0;
				border-left: 0;
			}

			#calendar td {
				outline: none;
			}			

			#date {
				width: 100px;
			}

			#details {
				width: 200px;
			}

			#location {
				width: 100px;
			}

			#calendar img, .events img {
				margin: 20px 0 0 4px;
				border-width: 2px;								
			}

			#calendar img:hover {
				border-color: #FAAF2D;
				background: #FAAF2D;
			}

			.subnav .callink:hover {
				background: none;
			}

			/*---------impressions---------*/

		 	#impressions img {
		 		border: #fff 1px solid;
		 	}

		 	#impressions object {
		 		position: relative;
		 		right: 20px;
		 	}

		 	/*---------registration---------*/

		 	#registration2 .alternate td {
		 		padding: 0 3em;
		 		text-align: left;
		 	}
		 	/*---------downloads and Sessions---------*/

		 	.docdownload {
		 		float: left;
		 		width: 100px;
		 		height: 200px;
		 		margin: 0 5px;
		 		text-align: center;
		 	}

		 	.instructions {
		 		width: 130px;
		 		margin-bottom: 3em;
		 	}

		 	#downloads #text h2 {
		 		margin-bottom: 0.5em;
		 		border-bottom: 1px dotted #050848;
		 	}
		 	
			#copanel .instructions a, #sessions .instructions a, #impressions .instructions a {
				text-decoration: underline;
			}

			#audio_clip {
				margin-bottom: 10px;
				}
	
			#audio_clip p {
				float: left;
				margin: 0;
				text-align: right;
				width: 245px;
				}

			#audio_clip object {
				margin-left: 5px;
				position: static;
				right: 0;
				}

			#sessions .instructions { margin-top: 2em; }

			/*--------- error messages ---------*/

			#error #text img {
				border: 0;
				margin: 30px 0 0 200px;
			}

			/*--------- training ---------*/

			.training h2 {
				margin: 1em 0;
				}

			.training #text li {
				margin-bottom: 0.7em;
				margin-left: -20px;
				}

			/*--------- coaching_offer ---------*/

			#coaching_offer table {
				border: 0;
				background: 0;
				text-align: left;
				}

			#coaching_offer table tr {
				background: 0;
				}

