/*General:*/
body {
	font-size: 14px; /* MILES:Change this and use em's */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Calibri, Arial, sans-serif;
	line-height: 16px;
	color:#222;
	background-color:#fff;
	height: 100%;
	text-align:left;
}
a {
	color:#FF0000;
	text-decoration:underline;
}

/* img {display:block;} */



#centerBlock {
	width: 960px;
	margin: 0 auto;
	display:block;
	z-index: 2;
	padding: 0;
/*	background-image:url(images/banner.jpg);
	background-position: 40px 0px;
	background-repeat:no-repeat; */
}

#header {
	width: 700px;
	margin: 40px 0 0 260px;
	z-index:-1;
}

	img#logo {
	padding-left: 0;
	width: 323px; /*MILES: change to dementions of logo */
	height: 28px;
	display:block;
	margin: 0;
	}
	
	#topNav {
	margin: 30px 0 0 0;
	padding-bottom: 20px;
	font-size: 1em;
	color:#999;
	text-transform:lowercase;
	font-weight:bold;
	}
	
	#topNav a {
	color:#000000;
	text-decoration:none;
	}
	
	#topNav a:hover {
	color:#666666;
	text-decoration:none;
	}
	

#imagery {
	margin: 0;
	width: 960px;
	height: 300px;
	padding: 0 0 20px 0;
	z-index:-1;
}

	.tallImage {
	height: 400px !important;
	}


#contentNav {
	width: 750px;
	margin: 0 0 0 260px;
	padding-bottom: 40px;
	font-size: 1em;
	color:#999;
	text-transform:lowercase;
	font-weight:bold;
}

	#contentNav a {
	color:#000000;
	text-decoration:none;
	}
	
	#contentNav a:hover {
	color:#666666;
	text-decoration:none;
	}


#content {
	position:relative;
	width: 700px;
	margin: 0px 0px 0 260px;
	font-size: 1em;
	line-height: 1.4;
	z-index:1;
}

		div.contentSplit {
		width: 800px !important;
		margin: 0px 160px 0 0 !important;
		position: relative;
		right:260px;
		}
		
		div.contentSplitContainer {
		width: 800px !important;
		position:relative;
		clear:both;		
		display:block;
		}
		
		div.contentLeftSplit {
		float: left;
		width: 240px;
		margin-right: 20px;
		text-align:right;
		margin-bottom: 40px;
		}
		
		div.contentLeftSplit > img {
		margin-top:4px;
		}
	
		div.contentSplitContainer > p.rightSplit {
		margin-left: 260px;
		padding-bottom: 40px;
		}
	
	#content > p {
	font-size: 1em;
	margin-top: 10px;
	width: 540px;
	}
	
	#content > p.topMargin {
	margin-top: 30px;
	}
	
	#content > p.lineMargin {
	margin-top: 20px;
	}
	
	#content  p.halfMargin {
	margin-top: 15px;
	}
	
	#content > p.noMargin {
	margin-top: 0px;
	}
	
	#content > p.first {
	margin-top: 0 !important;
	}

	#content > p.callout {
	font-size: 1.5em;
	line-height: 1.4;
	color:#000;
	text-transform:uppercase;
	}
	
	#content > p.landing {
	font-size: 1.1em;
	line-height: 1.4;
	color:#000;
	font-weight:bold;
	}
	
	#content > .indent {
	width: 400px;
	margin: 20px 0 0 0px;
	font-size: .9em;
	}
	
			#content > .indent > span {
		font-weight:bold;
		}
	
/*	#content > .testimonial {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 140px;
	padding: 30px 0 10px 20px;
	margin: 0 60px 20px 20px;
	border-left: #000000 1px solid;
	float:right;
	text-align:left;
	font-size: .9em;
	line-height: 1.6;
	background-image:url(images/quotes.gif);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	font-style:oblique;
	}
*/	

/*	#content > .testimonial {
	position: relative;
	left: 30px;
	margin: 0 0 30px 0;
	width: 400px;
	text-align:right;
	font-size: .9em;
	line-height: 1.6;
	}*/ 
	
	#content > .testimonial {
	position: absolute;
	top: 30px;
	right: 740px;
	width: 220px;
	text-align:right;
	font-size: .8em;
	line-height: 1.6;
	background-image:url(images/quotes.gif);
	background-repeat:no-repeat;
	background-position: 10px 0px;
	}
	
		#content > .testHigh {
		top: -20px !important;
/*		font-style:oblique; */
		}
		
		#content > .testLow {
		top: 100px !important;
/*		font-style:oblique; */
		}
		
		#content > .testimonial > p {
		line-height: 1.4;
		font-size: .9em;
		margin-top: 10px;
		font-style:normal;
		}
		
		#content > .testimonial > p.author {
		margin: 10px 0 0 60px;
		width: 160px;
		}		
		
		#content > .testimonial > p.author > span {
		color:#000000;
		display:block;
		font-size: 1.1em;
		margin-top: 10px;
		font-weight:bold;
		}
		
		#content > .testimonial > p.author > span.bookTitle {
		display:inline;
		color:#444;
		font-size: 1em;
		font-style:italic;
		font-weight:normal;
		}		
	
	#content > .largeFont {
	font-size: 1.2em;
	line-height: 1.4;
	}
	
	#content > .smallFont {
	font-size: .9em;
	}
	
	.emphasis {
	font-weight:bold;
	color:#000000;
/*	font-style:normal; */
	}
	
	.black {
	color:#000000;
	}
	
	#content a {
	color:#000;
	text-decoration:underline;
	}
	
	#content a:hover {
	color:#000;
	text-decoration:underline;
	}


#footer {
	margin: 40px 100px 0 260px;
	font-size: .8em;
	z-index:-1;
	padding-bottom: 40px;
}

	#mmLogoLine {
	display:block;
	margin-top: 10px;
	}



.copy {
	font-size: 1em;
	margin-top: 10px;
}
/*Index:*/
#programSelect {
/*	font-size: 1em; */
}
/*Program pages:*/

#programDescription {
	font-size: 1.6em;
	line-height: 1.2em;
	display:block;
	color:#000000;
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "HelveticaNeue", helvetica, arial, sans-serif;
	font-weight: 300;
	letter-spacing: .02em; */
}

span.fakeLink {
	color:#000;
	text-decoration:underline;
	cursor: pointer;
}