/*****************************************************
 * Copyright 2009, WMMC http://mmco.edu
 * All rights reserved
 *****************************************************/
/* sub page content columns */

div#subpageWrapper {
	width: 855px;
	margin:0 auto;
	padding:0 0 15px 0;
	text-align: left;
	position:relative; 
	top:0px;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px;
}

div#subpageWrapper #contentLeft {
	float: left;
	width: 530px;
	height:auto;
	padding: 0 0 5px 20px;
	position:relative;
	top:0px;
	left:0px;
	background:none;
	margin:0 1px 4px 0px;
	text-align: left;
	color: #777;
}
#contentLeft a:link, #contentLeft a:visited {
	color: #777;
}
#contentLeft a:hover {
	color:#ff9e11;
}
	

div#subpageWrapper #contentLeft h4 {
margin-top:10px;
}

div#subpageWrapper #contentLeft li {
margin-left:20px;
}


/* main content */
	
	#contentLeft dl {
		padding: 10px 0 0;
		margin: 0 0 0 13px;
	}

	#contentLeft dt {
		padding: 0 0 0 4px;
		margin: 0 23px 0 0;
		border-bottom: 1px dashed #999;
		font-size: 1.7em;
	}
	
	#contentLeft dd {
		padding: 0 0 0 30px;
		margin: 10px 23px 0 0;
		border-bottom: 1px dashed #999;
		font-size: 1.7em;
	}
	
	#contentLeft h3.home {
		display: block;
		margin: 8px 0 7px 18px;
		padding: 0;
	}

	#contentLeft p.home {
		padding: 0 10px 10px 0;
		margin: 0;
		position: relative;
		line-height: 24px;
		color: #888;
		background-color: inherit;
		font-size: 1.2em;
	}
	
	#contentLeft h1 {
		color:#888;
		font-size: 26px;
		letter-spacing:-0.1px;
		font-weight: normal;
		margin:15px 0 15px 0px;
		padding:0;
		line-height:32px;
		font-weight:normal;
		text-transform:uppercase;
	}
	#contentLeft h2 {
		font-size: 1.45em;
		line-height:23px;
		letter-spacing:-0.1px;
		font-weight: normal;
		margin:12px 0 7px 10px;
		padding:7px 0 0 0;
		text-transform:capitalize;
		border-top:1px solid #ddd;
	}
	#contentLeft h2.first-hdr {
		border:none;
		padding-top:3px;
	}
	
	#contentLeft p {
		padding: 0;
		margin: 7px 5px 7px 10px;
		position: relative;
		line-height: 18px;
		/*color: #888;*/
		background-color: inherit;
		font-size: 1.05em;
	}
	#contentLeft ol, #contentLeft ul {
		padding: 0;
		margin: 7px 20px;
	}
	#contentLeft li {
		margin-top:2px;
		margin-left:15px;
		font-size:1em;
	}
	#contentLeft p.footnote {
		font-size: 85%;
		line-height:15px;
	}
/*---  COPY CALLOUT ----*/
#copyCalloutWrapper {
	margin:20px 20px 17px 10px;
	background-color:#faf8eb;
	border: 1px solid #efe3ba;
	padding:4px;
	overflow:hidden;
}
	#copyCalloutWrapper img.callout-pic {
		float:left; 
		margin:7px 3px 5px 5px;
		border:1px solid #fff;
		height:65px;
		width:68px;
	}
	#copyCalloutWrapper div.callout-copy {
		float:left; 
		width:365px;
		margin-top:4px;
		margin-left:10px;
		padding:0;
		overflow:hidden;
	}
	#copyCalloutWrapper h3 {
		font-size:16px;
		font-weight:normal;
		color: #666;
		padding:0;
		margin:3px 0 5px 5px;
	}
	#copyCalloutWrapper p {
		font-size:11px;
		font-weight:normal;
		color:#111;
		margin:0px 0 3px 5px;
		padding:0;
		padding-left:2px;
		padding-right:5px;
	}
#sideBar {
	float: right;
	width: 245px;
	position: relative;
	top:0;
	right:0;
	background:#f7f7f7;
	background: url(../images/sidebar-bg.jpg)left bottom repeat-x;
	color: #777;
	padding: 0;
	padding-bottom:15px;
	margin:0;
	overflow:hidden;
}
	#sideBar div.snav-top {
		margin: 7px 0 7px 0;
		text-align:center;
	}
		#sideBar div.snav-top img {
			margin: 0 auto;
			width:228px;
			overflow:hidden;
		}

	#sideBar div.snav {
		clear:both;
		margin:0 0 2px 0;
		padding:0;
		width: 245px;
		position: relative;
		color: #777;
		text-align: left;
	}
		.snav ul#subNav {
			list-style: none;
			margin:0 0 0 1px;
			padding:0;
		}
		.snav ul#subNav li {
			margin: 0 4px;
			padding: 0;
			background: url(../images/snav-div.png) center bottom no-repeat;
		}
		*html .snav ul#subNav li {
			height:22px;
			background: url(../images/snav-div.png) center bottom no-repeat;
		}
		*html .snav ul#subNav li.tall {
			height:45px;
			background: url(../images/snav-div.png) center bottom no-repeat;
		}
		.snav ul#subNav li a {
			display: block;
			margin:0 0 0 6px;
			padding: 6px 5px 6px 20px;
			display:block;
			background: url(../images/snav-bullet.gif) 0px 8px no-repeat;
			text-decoration:none;
		}
		*html .snav ul#subNav li a {
			margin-top:0;
			margin-bottom:0;
			padding: 3px 5px 3px 19px;
			line-height:16px;
			height:17px;
			background: url(../images/snav-bullet.gif) 0px 6px no-repeat;
		}
		.snav ul#subNav li a:link, .snav ul#subNav li a:visited {
			color:#888;
		}
		.snav ul#subNav li a:hover {
			color:#ff9e11;
		}
	.snav h2 {
		margin:0;
		padding:4px 0 3px 10px;
		width:238px;
		height:20px;
		color:#fcfcfc;
		font-size:14px;
		letter-spacing:-0.1px;
		font-weight:bold;
		font-weight:normal;
		text-transform:uppercase;
		background:#6ed8f0;
		border-top:1px solid #5dc7e0;
		border-bottom:1px solid #09a6c9;
	}

	#sideBar h3 {
		margin: 7px 0 5px 20px;
		height: 17px;
		width: 225px;
		padding: 2px 0 0 23px;
		text-transform:uppercase;
		font-weight:normal;
		font-size:12px;
		color:#252525;
	}
	#sideBar h3.contact {
		background: url(../images/icons/reqinfo-ico.jpg) 0 50% no-repeat;
	}
	#sideBar h3.cal {
		background: url(../images/icons/cal-ico.gif) 0% 50% no-repeat;
	}
	#sideBar h3.news {
		background: url(../images/icons/newspapers-arrow.png) 0% 50% no-repeat;
	}
	#sideBar p {
		margin: 0 0 1px 20px;
		padding: 0 10px 10px 0;
		font-size:95%;
		line-height: 16px;
	}

	#sideBar a {
		padding: 2px 0;
		font-weight: normal;
		text-decoration: underline;
		/*
		background:#C6D7E1;
		*/
	}
	#sideBar a:link, #sideBar a:visited {
		color: #4C7DA5;
		/*
		background:#C6D7E1;
		*/
	}
	#sideBar a:hover {
		color:#ff9e11;
	}

	#sideBar div.hr {
		height: 7px;
		background: url(../images/snav_section-div.jpg) repeat-x left center;
		color: inherit;
		margin:0;
		padding:0;
		border:none;
	}
	
	#sideBar div.hr hr {
		display: none;
	}
	#sideBar form {
		margin: 10px 0 0 15px;
		padding: 0 15px 0 0;
		line-height: 17px;
	}

		#sideBar form p {
			margin: 10px 0 0;
			padding: 0 15px 0 0;
			line-height: 17px;
		}
		
		#sideBar form select {
			margin: 0 7px 0 0;
			padding:0 1px 1px;
			height: 19px;
			width: 140px;
			color: black;
			background-color: white;
			font-size: 11px;
			vertical-align: middle;
		}

		#sideBar form p img {
			border: 0;
			margin: 0;
			padding: 0;
			height: 21px;
			width: 33px;
			vertical-align: middle;
			cursor: default;
		}
		
		#sideBar form p a {
			border: 0;
			margin: 0;
			padding: 0;
		}
	
	#sideBar dl {
		padding: 0;
		margin: 0 0 15px 17px;
		width: 215px;
		font-size: 1.0em;
		color: #737373;
		background-color: inherit;
	}
	
	#sideBar dt {
		padding: 0 0 0 18px;
		margin: 0 0 5px;
		display: block;
		line-height: 15px;
	}

	#sideBar dt a {
		padding: 0;
		margin: 0;
		color: #24B4D3;
		background-color: inherit;
		font-weight: normal;
		text-decoration: underline;
		display: block;
	}
	
	
/* sidebar boxes */

#sidefeaturesContainer {
width:243px;
height:74px;
padding:0;
padding-top:6px;
background-color:#f3f3f3;
border: 1px solid #CCCCCC;
overflow:hidden;
}

#sidefeaturesInterior {
width:243px;
}

#sideRAFContainer {
width:128px;
height:67px;
margin:0px 0px 6px 108px;
background-color:#9b2923;
}

#sideContainerHeader {
padding-top:6px;
font-size:13px;
color:#ffffff;
line-height:0px;
}
#sideContainerHeader a {
	margin:5px 5px 0 5px; 
	padding:0; 
	text-decoration:underline;
}
#sideContainerHeader a:link {
	color:#fbfbfb; 
}
#sideContainerHeader a:visited {
	color:#f9f9f9; 
}
#sideContainerHeader a:hover {
	color:#fff; 
}

#sideRAFContainer p {
margin:11px 4px 0 5px; 
padding:0;
font-size:0.9em;
line-height:13px;
color:#d69490;
}

#sideEnewsContainer {
width:128px;
height:67px;
margin:0px 0px 6px 108px;
background-color:#2581b4;
}

#sideEnewsContainer p {
margin:11px 4px 0 5px; 
padding:0;
font-size:0.9em;
line-height:13px;
color:#dcf0fb;
}

/* end content page styles */

.instructorTestimonials {
margin: 10px;
padding:15px;
background:#fff6e8;
}

