@charset "utf-8";
html, body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #039;
	text-decoration: none;
	bottom: auto;
	height: 100%;
	font-size: 100%;
	line-height: 1.4;
	font-family: Cambria, Verdana, Arial, sans-serif;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: inline;
	/*alignment-adjust: middle;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-left: 15px;
}

.imgCentered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {border: none;}
a:link, a:visited {color: #009; text-decoration: underline;}
a:hover, a:active, a:focus {color: #3784F7; text-decoration: underline;}

/*---Container---*/
div#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin-bottom: -88px;
}

/*--Top Bar--*/
div#topBar {
	background-color: #DFE1FF;
	margin: 0;
	padding: 3px 0 3px 10%;
}
	div#topBar .grid {width: 780px;}
	div#topBar .grid #emailList {float: right; padding-right: 20px;}
	div#topBar .grid .btn {font-size: 95%; background-color: #83d90b;}
	div#topBar .grid .btn:hover {background-color: #92f20c;}
	div#topBar p {margin-bottom: 0;}

/*--Header--*/
		div#header {
			background-color: #F2F3FF;
			padding-left: 10%;
			padding-top: 15px;
			border-bottom-color: #DFE1FF;
			border-bottom-width: 5px;
			border-bottom-style: solid;
		}
		
		div#headerLogo {
		float: left;
		width: 130px;
		height: 130px;
		background-image: url(images/header_logo.png);
		background-origin: content-box;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1;
		}
		
		div#headerName {
	margin-left: 140px;
	/* [disabled]padding-top: 15px; */
	width: 620px;
	height: 70px;
	background-image: url(images/header_name6.png);
	background-origin: content-box;
	background-repeat: no-repeat;
		}
		
		div#headerSub {margin-left: 140px; padding-top: 2px; width: 620px;}
			div#headerSub h2 {
				color: #009; /*#4c6ca6;*/
				letter-spacing: 0.15em;
				font-size: 135%;
				text-align: right;
				padding-right: 15px;
			}

		div#headerSmallLogo {
			margin-left: auto;
			margin-right: auto;
			/* [disabled]padding-top: 15px; */
			width: 193px;
			height: 55px;
			background-image: url(images/mm_logo_small.png);
			background-origin: content-box;
			background-repeat: no-repeat;
			padding: 3px 0;
		}
	
/*--Navigation Tabs--*/
div#navTabs {padding: 20px 0 5px 0; width: 780px;}
div#navTabs ul {list-style-type: none; text-align: center;}
		
	div#navTabs ul li {
		display: inline;
		padding: 5px 4% 0 4%;
		font-size: 110%;
	}
			
		div#navTabs ul li.active {
			background-color: #DFE1FF;
			border-bottom-color: #DFE1FF;
			border-bottom-width: 10px;
			border-bottom-style: solid;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
		}
		
			div#navTabs ul li a {
				text-decoration: none;
				font-weight: bold;
				color: #009; /*#4c6ca6;*/ /*#587cc0;*/
				display: inline-block;
			}	div#navTabs ul li a:hover {
	color: #75a5ff;
} div#navTabs ul li.active a {/*color: #75a5ff;*/}
					
/*---End Header ---*/

		
/*---Begin Content---*/
div#content {
	padding-left: 10%;
	margin-top: 20px;
	width: 780px;
}

/*---General Content Set parameters*/
.standard, .setImgLeft, .setImgRight, .setListSmall, .setListLarge {
	float: left;
	width: 780px;
	margin-bottom: 15px;
}

.standard h2 {
	padding-left: 15px;
	margin-bottom: 4px;
	color: #039;
}
.standard p {padding-left: 20px; margin-bottom: 3px;}
p.moreSpace {margin-bottom: 0.5em;}
p.dblSpace {margin-bottom: 1em;}
.lessSpace {margin-bottom: 0;}

.standard ol, .standard ul {
	padding-left: 55px;
	padding-bottom: 3px;
}
	
.standard .imgLeft, .standard .imgRight {
	padding: 0 25px;	
}

div#content h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #009;
	margin-bottom: 1em;
	font-size: 100%;
}	div#content h2 a:hover {color: #3784F7;}	

.addBorder {
	padding: 4px;
	border: 2px solid #DFE1FF;
	background: #F2F3FF;
}

/*--- Forms ---*/

.btnForm {max-width: 100px;}

.btnsCentered {
	margin: 0 auto 15px auto;
}
.btnsCentered ul {list-style-type: none; text-align: center;}
	.btnsCentered ul li {
	display: inline-block;
	/* [disabled]padding: 0 50%; */
}

div#buttons ul {
	padding-left: 10px;
	list-style-type: none;
}
div#buttons ul li {
	display: inline-block;
	padding: 0 3%;
} div#buttons ul li:first-child {padding-left: 0;}
	
.btn {
	background-color: #fdda95;
	font-family: Cambria, Verdana, Arial, sans-serif;
	border-radius: 8px;
	font-size: 115%;
	font-weight: bold;
	color: #009;
}  .btn:hover {background-color: #fba62c;}

.largeBtnForm {
	width: 780px;
	/*margin: 0 auto;*/
}

.largeBtn {
	background-color: #fdda95;
	font-family: Cambria, Verdana, Arial, sans-serif;
	border-radius: 8px;
	font-size: 115%;
	font-weight: bold;
	color: #009;
	padding: 0 30px;
}  .largeBtn:hover {background-color: #fba62c;}

.txtField {
	color: #039;
	border-radius: 8px;
	width: 175px;
	font-family: Cambria, Verdana, Arial, sans-serif;
}

div#FORMComment {margin-left: 10px; margin-right: 20px;	margin-bottom: 10px;}
	 .frmTxtMulti {color: #039; border-radius: 8px; width: 100%; font-family: Cambria, Verdana, Arial, sans-serif; height: 75px;}
	div#FORMComment .btn {float: right;}

div#FORMJoinMailingList {margin-left: 50px; margin-bottom: 10px; width: 400px;}
	div#FORMJoinMailingList ul {list-style-type: none;}
	div#FORMJoinMailingList li {margin-bottom: 0.75em;}
	div#FORMJoinMailingList .frmDropDown {border-radius: 8px; overflow: hidden; color: #039; margin-left: 20px;}
		div#FORMJoinMailingList .frmDropDown select {background: transparent;}
	div#FORMJoinMailingList .frmText {border-radius: 8px; overflow: hidden; color: #039; float: right; width: 325px;}
	div#FORMJoinMailingList .btn {float: right;}
	.frmText {border-radius: 8px; overflow: hidden; color: #039; float: right; width: 325px;}

/*---Content Set designed with an image on the left---*/
	.imgLeft {padding-left: 30px; width: 300px; float: left;}
		.imgLeft img {float: right;}
	.txtRight {
	margin: 0 0 0 350px;
}
		.txtRight ul {
	padding-left: 40px;
	margin-bottom: 10px;
}
	
	.imgLeft100 {width: 100px; float: left;}
		.imgLeft100 img {float: right; border: none;}
	.txtRight100 {margin: 0 0 0 100px;}	
	
	div#content .imgLeft400 {width: 400px; float: left;}
	div#content .txtRight400 {margin: 0 0 0 400px;}

/*---Content Set designed with an image on the right---*/
	.imgRight {
	float: right;
	width: 300px;
	position: relative;
}
		.imgRight img {float: left;}
	.txtLeft {width: 480px; padding: 5px 15px 5px 5px;}
		.txtLeft p {padding-right: 15px;}
		.txtLeft ol {padding-left: 35px;}
	
	div#content .imgRight200 {float: right; width: 200px; position: relative;}
		div#content .imgRight200 img {
	float: left;
	padding: 0;
	border: none;
}
	div#content .txtLeft200 {width: 580px; margin-right: 0;}


/*---Content Set for list sets (curriculum materials, simulations, etc.)*/
	div#content .setListSmall .listImg {width: 150px; float: left;}
	div#content .setListSmall .listTxt {margin: 0 0 0 160px; padding-left: 10px;}

	div#content .setListLarge .listImg {width: 300px; float: left;}
	div#content .setListLarge .listTxt {margin: 0 0 0 310px; padding-left: 10px;}


/*---Shaded boxes--*/
.shadeBox {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}

.shadeBox300 {
	width: 300px;
	margin: 10px auto;	
}

	.shadeBox .txtCenter {
		text-align: center;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.shadeBoxGreen {
		background-color: #e6f3d9;
		border-color: #e6f3d9;
		border-radius: 10px;
		border-style:solid;
	}
	
	.shadeBoxBlue {
		background-color: #F2F3FF;
		border-color: #F2F3FF;
		border-radius: 10px;
		border-style:solid;
	}
	
	.shadeBoxYellow {
	background-color: #FFFFB7;
	border-color: #FFFFB7;
	border-radius: 10px;
	border-style:solid;
	}
	
	.shadeBoxWhite {
		background-color: #FFF;
		border-color: #FFF;
		border-radius: 10px;
		border-style:solid;
	}
/*--@.clearSet used between each @.setList set*/	
.clearSet {clear: both;}
	


/* ~~ The footer ~~ */
		/*-for Footer formatting-*/
div#container .clearFooter {height: 88px; clear: both;}

div#footer {
	position: relative;
	background-color: #DFE1FF;
	border-top-color: #DFE1FF;
	border-top-width: 5px;
	border-top-style: solid;
}

	div#footerTabs {
		padding: 0 20% 5px 10%;
		background-color: #F2F3FF;
	}
		div#footerTabs ul li {
			display: inline;
			padding: 0 5% 5px 5%;
		}
		
		div#footerTabs ul li.active {
			background-color: #DFE1FF;			
			border-top-color: #DFE1FF;
			border-top-width: 10px;
			border-top-style: solid;
			border-right-color: #DFE1FF;
			border-right-width: 10px;
			border-right-style: solid;
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;
		}

			div#footerTabs ul li a {
				text-decoration: none;
				font-weight: bold;
				font-size: 110%;
				color: #009; /*#4c6ca6;*/ /*#587cc0;*/
				display: inline-block;
				padding-top: 5px;
				/*text-shadow: 1px 1px #999;*/
			}
			
				/*div#footerTabs ul li.active a {color: #75a5ff;}*/
				div#footerTabs ul li a:hover {color: #75a5ff;}


div#copyfooter {
	position: relative;
	background-color: #DFE1FF;
	font-size: 75%;
	height: 50px;
}

	div#copyfooter p {
	padding: 10px 0 10px 10%;
	color: #009;
	text-align: right;
	width: 780px;
	}

.red {
	color: #ff0000;
}


.eq-c {font-size: 0.8em;}

.fraction {
	display: inline-block;
	position: relative;
	vertical-align: middle; 
	letter-spacing: 0.01em;
	text-align: center;
	}
.fraction > span { 
	display: block; 
	padding: 0.2em; 
	}
.fraction span.fdn {border-top: thin solid #039;;}
.fraction span.bar {display: none;}