@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	background-image :url(../_images/pageBG.gif);
	height:100%;
}


.indentSides {
	margin-left: 30px;
	margin-right: 30px;
}

.nospace
{
	margin-top: 8px;
	vertical-align: baseline;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 22px;
}

	li
	{
		margin-top: 5px;
	}

a:visited { 
    color: blue;
}

#contentLeft_account a { 
    color: blue;
}

img {
	border: 0;
	border: none;
	padding: 0;
	margin: 0;	
}

.dotBullet {font-weight:bold;font-size:21px;vertical-align:middle;}

sup {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
	.super {
	   vertical-align: baseline;
	   position: relative;
	   top: -0.4em;
	}
	.regMarkHeader {
	   vertical-align: baseline;
	   position: relative;
	   top: -0.4em;
		font-size: 18px;
	} 


h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 30px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 30px;
}
h2.noTopMargin {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}

/* mmtic thumbail hovers (due to transparent gifs being used) */
	.thumb-reg img.mmticThumb:hover {
		background-color: #ffffff!important;
	}
	
	.rightItemContainerInner .thumb-reg img.mmticThumb:hover {
		background-color: #f9edd3!important;
	}



blockquote.noTopOrBtmMargin {
	margin-top: 0;
	margin-bottom: 0;
}

.itemDetailText {
	font-size: 12px;
	line-height: 18px;
}

.redText {
	color:#F00;
	font-weight: bold;
}

#itemPackagesContainer {
	width: 540px;
	background: url(../_images/ongRadBox_midBG.gif) repeat-y;
}

#alsoboughtcarousel {
	font-size: 11px;
	line-height:15px;
}
#relateditemscarousel {
	font-size: 11px;
	line-height:15px;
}



.wrap {
    color: #404040;
    margin: 10px 20px;
}
/* <a> link that looks like a button 
	- this is for SEO purposes 
*/
div.siteLink {
	margin-top: 20px;
}
	.siteLinkHoriz { /* for buttons that are next to each other */
		display: inline-block;
	}
	.siteLink a
	{
		background-color: #fdbb63;
		color: #52575b!important;
		font-weight: bold;
		font-size: 14px!important;
		font-family: Arial, Helvetica, sans-serif!important;
		text-decoration: none!important;
		border-radius: 6px;
		border: 3px solid #899298;
		padding: 10px 28px;
		margin-top: 12px;
		cursor: pointer; 
		cursor: hand;
	}
	
/* orange box used on mmticonline landing page */
div.orangeBox {
	background-color: #ffffff;
	border-radius: 18px;
	border: 5px solid #f7941e;
	padding: 10px 28px;
	width: 650px;
}

/* div that looks like button but contains html such as brs, etc 
	- separate class from siteLink because it may contain an <a> tag
		and we don't want the anchor tag styles applied
*/
div.siteButtonContainer {
	margin-top: 20px;
	background-color: #fdbb63;
	color: #52575b!important;
	font-weight: bold;
	font-size: 14px!important;
	font-family: Arial, Helvetica, sans-serif!important;
	text-decoration: none!important;
	border-radius: 6px;
	border: 3px solid #899298;
	padding: 10px 28px;
	margin-top: 12px;
}
/* actual buttons (submits, etc) */
.siteButton {
	background-color: #fdbb63;
	color: #52575b!important;
	font-weight: bold;
	font-size: 14px!important;
	font-family: Arial, Helvetica, sans-serif!important;
	text-decoration: none!important;
	border-radius: 6px;
	border: 3px solid #899298;
	padding: 10px 28px;
	margin-top: 12px;
	cursor: pointer; 
	cursor: hand;
	-webkit-appearance: none;
}
	
	.siteButton_t4l_addToCart { /* specific  button for type for life guides */
		background-color: #fdbb63;
		color: #52575b;
		height: 35px;
		width: 97px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		border-radius: 6px;
		border: 3px solid #ffffff;
		padding: 3px 7px;
		margin-top: 4px;
		cursor: pointer; 
		cursor: hand;
		-webkit-appearance: none;
	}
	.siteButton_small {
		background-color: #fdbb63;
		color: #52575b;
		font-weight: bold;
		font-size: 11px;
		border-radius: 6px;
		border: 2px solid #899298;
		padding: 3px 7px;
		margin-top: 4px;
		cursor: pointer; 
		cursor: hand;
		-webkit-appearance: none;
	}
	.siteButton_cart {
		background-image: url(../_images/btnCartIcon.png);
		background-repeat: no-repeat;
		background-position: center;
		z-index: 0;
		width: 66px;
	}
		#cartTotal {
			z-index: 999;
			position: absolute;
			top: 21px;
			right: -3px;
			font-weight: bold;
			font-size: 11px;
			width: 66px;
			text-align: center;
		}
		
		
/* checkout progress device */
.checkoutMarker {
	color: #ffffff;
	background-color: #78cbd4; /* defaults to blue */
	font-weight: bold;
	font-size: 14px;
	border-radius: 6px;
	border: 3px solid #899298;
	padding: 0;
	margin: 0;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
}
	.checkoutMarker_mmtic {
		color: #ffffff;
		background-color: #78cbd4; /* defaults to blue */
		/*font-weight: bold;*/
		font-size: 11px;
		border-radius: 6px;
		border: 3px solid #899298;
		padding: 0;
		margin: 0;
		vertical-align: middle;
	}
		.checkoutMarker_green {
			background-color: #b2bc79;
		}
		.checkoutMarker_gray {
			background-color: #ccd5db;
			color: #899298;
		}
		.checkoutMarker_cell {
			display: inline-block;
			align: center;
			width: 151px;
			height: 85px;
			padding: 0;
			margin: 0;
		}
			.checkoutMarker_cell_mmtic {
				display: inline-block;
				align: center;
				width: 181px;
				height: 105px;
				padding: 0;
				margin: 0;
				vertical-align:top;
			}
		.checkoutMarker_top {
			background: url(../_images/checkout_topCircle.png) no-repeat center;
			width: 151px;
			height: 34px;
			padding: 0;
			margin: 0;
			color: #ffffff;
			font-weight: bold;
			font-size: 14px;
			line-height: 39px;
		}
		.checkoutMarker_topGray {
			color: #ccd5db;
		}


		
#topBar {
	width: 100%;
	height: 10px;
	background: url(../_images/barPageTop.gif) repeat-x;
}	




.salutationTop {
	width: 890px;
	overflow: hidden;
	padding-left: 60px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
}
	

#headerTop {
	text-align: left;
	vertical-align: middle;
	width: 960px;
	margin: 0 auto;
}
	#captHeaderLogo {
		float: left; 
		/*margin-left: 10px; 
		margin-right:10px;
		width: 173px; 
		height: 167px;	*/
	}
	#headerSearch {
		height:75px;
		overflow:hidden;
		top:60px;
		position: relative;
	}
		#headerSearchField {
			padding-top: 11px; 
			padding-left: 12px; 
			padding-right: 2px; 
			display:inline-block; 
			background-image:url(../_images/header_searchBG.png); 
			background-repeat: no-repeat; 
			width: 270px; 
			height: 39px;
			float:left;
			bottom: -11px;
    		position: relative;
		}
			#headerSearchField_input {
				display: inline-block; 
				height: 24px; 
				width: 213px; 
				vertical-align: top;
			}
				#siteSearch_field {
					width:203px; 
					height:24px; 
					border:0;
				}
				#siteSearch_btn {
					width:50px; 
					height:28px; 
					border: 0;
					background:transparent; 
					border:none; 
					color:transparent;
					cursor: pointer; 
					cursor: hand;
				}
			#headerSearchField_submit {
				display: inline-block; 
				width: 50px; 
				height: 28px;
			}
			#headerSearchField_btnBlock {
				display:inline-block;
				float:right;
				position: relative;
				bottom: 10px;
				margin-right: 20px;
			}
			
	#headerTop_mobile {
		display:none;
	}

#headerMid {
	text-align: right;
	z-index: 998;
}

#navBtnContainer {
	text-align:right;
}
	
.mainNavContainer {
	/*background: url(../_images/navBG.png) repeat-x top;
	background-color: #bbbab4;*/
	background-color: #91908b;
	font-size: 11px;
	display: none;
	position: absolute;
	z-index: 999;
	text-align: left;
	width: 960px;
	height: 322px;
	margin: 0 auto;
}		
	.mainNavContainer a {
		color: #ffffff;
		text-decoration: none;
							/*font-weight: bold;*/
	}
	.mainNavContainer strong {
		font-size: 13px;
		color: #efefef;
		font-weight: bold;
	}
		.navTable {
			margin-top: 22px;
			margin-bottom: 0;
			margin-left: 28px;
			margin-right: 17px;
			padding: 0;
			border-collapse:collapse;
    		border-spacing: 0;
	height: 302px;
		}
		
			.navMainLinks {
				padding: 0; 
				margin: 0; 
				display:inline-block;
			}
				.navMainEndCaps {
					padding: 0; 
					margin: 0; 
					display:inline-block;
				}
					.navTitle {
						/*margin: 10px;*/
						margin-bottom: 10px;
						line-height: 11px;
						color: #f6e7c4;
					}
						.nav_mainText {
							font-size: 13px;
							font-weight: bold;
						}
						.nav_subText {
							font-size: 10px;
							font-style: italic;
						}
				.navQuote {
					font-size: 13px;
					font-style: italic;
					font-weight: bold;
					color: #000000;
				}
					.navCite {
						font-size: 12px;
						font-style: normal;
						color:#efefef;
					}
			
/* START homepage styles */
#homeImgContainer {
	position: relative;
	width: 960px;
	height: 274px;
	margin: 0 auto;
	  left: 0;
	  right: 0;
}
	#homeImgFader {
		position: absolute;
	}
	
	 .adPics {  /* styles for ad slideshow */
            height:  185px;  
            width:   170px;  
            padding: 0;  
            margin:  0;  
        } 
        .adPics img { border: 0;}
        .adPics a { border: 0;}
    
	#contentMain_homepage {
		margin-left: 32px;
		margin-right: 8px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	/* homepage content columns */
		#contentMain_homepage p {
			font-size: 11px;
			line-height: 16px;
		}	
		.hmpg_author {
			font-size: 11px;
		}	
		.hmpg_colIndent {
			padding-left: 12px;
			padding-right: 12px;
		}
		.hmpg_leftCol{ 
			float: left; 
			width: 342px; 
		}
			.hmpg_leftCol strong { 
				font-size: 11px;
			}
			.hmpg_leftCol_readMore {
				text-align:right;
				padding-right:12px;
				font-size:11px;
			}
			/* storywell feed */
			.hmpg_swAd_container {
				width: 317px;
				background-color: #ffffff;
				margin-left: 38px;
				margin-top: 3px;
				position: relative;
				min-height:450px;
			}
			/* people stripes feed */
			.hmpg_psAd_container {
				width: 317px;
				background-color: #ffffff;
				margin-left: 8px;
				margin-top: 3px;
				position: relative;
				min-height:450px;
			}
				.hmpg_psAd_article {
					padding:12px;
					line-height:18px;
					vertical-align:top;
					min-height:60px;
					cursor: pointer;
				}
					.hmpg_psAd_article:hover {
						background-color: #f7e7d0;
					}
				.hmpg_psAd_articleTitle {
					text-decoration:none;
					font-size:12.5px;
					font-weight:bold;
					border:0;
					text-decoration:none;
					color:#000000;
				}
				.hmpg_psAd_articleImg {
					width:89px;
					padding-right:8px;
					padding-bottom:8px;
				}
				.hmpg_psAd_articleReadLink {
					color:#0000ff;
					font-size:11px;
				}
				.hmpg_psAd_btmImg {
					position: absolute;
					bottom:0;
					left:0;
				}
			
			
		.hmpg_rightCol{ 
			float: right; 
			/*width: 175px; */
			text-align:right;
			padding-right:6px;
		}
		.hmpg_midCol{ 
			display: inline-block; 
			width: 408px; 
		}
			.hmpg_colIndent_mid {
				padding-right: 25px!important;
			}
				.hmpg_colIndent_mid:hover{ 
					cursor:pointer;
					cursor: hand;
				}
			.hmpg_colBG {
				background: url(../_images/hmpg_vertDividerBG.gif) right  repeat-y, url(../_images/hmpg_vertDividerBG.gif) left  repeat-y; 
				padding-left: 13px;
			}
			.hmpg_whatsHapHeader {
				padding-left: 15px;
				margin-bottom: 12px;
			}
			.hmpg_whatsHapImage {
				margin-left:10px;
				margin-bottom:10px;
				margin-top:3px;
			}
			
		
	
/* END homepage styles */
	
		
	
#container {
	text-align: center;
	z-index: 1;
	position: relative;
	height: 100%;
	min-height: 100%;
}
	
	#containerInner {/* container for inner page */
		width: 100%;
		/*top: 40px;*/
		position: relative;
		text-align: center;
		overflow: hidden;
	}
		/* homepage specific container for inner page content with specific background image */
		#contentContainer_homepage { 
			width: 960px;
			margin: 0 auto;
			height: 100%;
			min-height: 100%;
			text-align: left;
			background: url(../_images/contentBtmBG_homepage.png) no-repeat bottom;
			overflow: hidden;
		}
		
		/* START item specific container for inner page content 960 px wide */
		#contentContainer_item { 
			width: 960px;
			margin: 0 auto;
			height: 100%;
			min-height: 100%;
			text-align: left;
			background: url(../_images/contentBG_tanSidebar.gif) repeat-y;
			overflow: hidden;
		}
			#contentContainerInner_item {
				width: 100%;
				position: relative;
				background: inherit;
			}
				#contentLeft_item {
					margin-left: 50px;
					margin-right: 50px;
					width: 660px;
					float: left;
				}
					#contentLeft_item h2 {
						font-weight: bold;
						color: #f7965b;
					}
				#contentRight_item {
					width: 197px;
					float: right;
					text-align: center;
					font-size: 11px;
					line-height: 13px;
				}
					#contentRight_item h2 {
						font-weight: bold;
						color: #f7965b;
						font-size: 11px;
					}
					
					#contentRight_item a {
						font-weight: bold;
						color: blue;
					}
					.rightItemContainer {
						padding-bottom: 34px;
					}
					.rightItemContainerInner{
						padding-left: 6px;
						padding-right: 6px;
					}
		/* END item specific container for inner page content 960 px wide */
		
		
		
		/* START account specific container for inner page content 960 px wide */
		#contentContainer_account { 
			width: 960px;
			margin: 0 auto;
			height: 100%;
			min-height: 100%;
			text-align: left;
			overflow: hidden;
			background: url(../_images/contentBG_acctSidebar.gif) repeat-y;
		}
			#contentContainerInner_account {
				width: 100%;
				position: relative;
				background: inherit;
			}
				#contentLeft_account  {
					margin-left: 30px;
					margin-right: 30px;
					width: 220px;
					float: left;
				}
					#contentLeft_account  h2 {
						font-weight: bold;
						color: #f7965b;
					}
					#contentLeft_account p {
						/*margin-left:12px;*/
						margin-top:4px;
					}
				#contentRight_account  {
					float: right;
					width: 680px;
					/*font-size: 11px;*/
					line-height: 16px;
				}
					#contentRight_account  h1 {
						color: #000000;
						font-size: 20px;
						font-weight: bold;
						margin-bottom: 5px;
						margin-top: 30px;
					}
					
					#contentRight_account  a {
						/*font-weight: bold;*/
						color: blue;
					}
					.rightAccount Container {
						padding-bottom: 34px;
					}
		/* END account  specific container for inner page content 960 px wide */
		
		
		
		/* START non-item specific container for inner page content 960 px wide */	
		#contentContainer { 
			width: 960px;
			margin: 0 auto;
			height: 100%;
			min-height: 100%;
			text-align: left;
			background-color: #ffffff;
			overflow: hidden;
		}
			#contentContainerInner {
				width: 100%;
				position: relative;
				background: inherit;
			}
				#contentMain {
					margin-left: 50px;
					margin-right: 50px;
					width: 860px;
				}
					#felicityKGIgraphic {
						position: absolute;
						top: -25px;
						right: 60px;
					}
					#MMTICgraphic {
						position: absolute;
						top: 153px;
						right: 80px;
					}
				
				p.redNotice {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					color: #FF0000;
					line-height:150%;
					font-weight: bold;
					padding: 10px;
					margin: 0 auto;
					margin-top: 20px;
					margin-bottom: 20px;
					width: 500px;
					border-radius: 6px;
					border: 3px solid #fdbb63;
					background-color:#faf3dd;
				}
				
				p.accountNoticeText {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					margin: 0px 0px 10px 30px;
				}
				
				table.alertBox {
					border-radius: 6px;
					border: 3px solid #fdbb63;
				}
					.alertBox_header {
						font-size: 13px;
						color:#ffffff;
						line-height:225%;
						text-align: center;
						padding-bottom: 4px;
						padding-top: 4px;
						font-weight:bold;
						background-color:#ff0000;
						border: 3px solid #ff0000 !important;
					}
					.alertBox_body {
						font-size: 12px;
						font-weight: bold;
						color:#ff0000;
						line-height:150%;
						margin: 0px 0px 0px 0px;
						background-color:#faf3dd;
					}
						.alertBox_body div {
							margin: 0;
							padding-top: 10px;
							padding-left: 24px;
							padding-right: 24px;
							padding-bottom: 10px;
							border: 3px solid #ffffff;
						}
				
				
				
				table.displayBox {
					border-radius: 6px;
					border: 3px solid #8a9298;
					width: 500px;
				}
					.displayBox_smallerText {
						font-size: 11px;
					}
					.infoBox {
						width:250px!important;
						margin-left:15px;
						margin-top:15px;
					}
					.typeTableBox {
						width:60px!important;
						height:60px!important;
					}
				table.displayBox_noTop {
					border-radius: 6px;
					border-left: 3px solid #8a9298;
					border-right: 3px solid #8a9298;
					border-bottom: 3px solid #8a9298;
				}
					.displayBox_header {
						font-size: 13px;
						color:#ffffff;
						line-height:225%;
						margin: 0px 0px 0px 0px;
						padding-left: 24px;
						padding-bottom: 4px;
						padding-top: 4px;
						font-weight:bold;
						background-color:#8a9298;
					}
						.displayBox_header_smallerText {
							font-size:12px;
						}
					
					.displayBox_body {
						font-size: 12px;
						color:#000000;
						line-height:150%;
						margin: 0px 0px 0px 0px;
						background-color:#faf3dd;
					}
						.displayBox_body div {
							margin: 0;
							padding-top: 10px;
							padding-left: 24px;
							padding-right: 24px;
							padding-bottom: 10px;
							border: 3px solid #e8dab7;
						}
						.displayBox_body div.noBorder {
							margin: 0;
							padding-top: 6px;
							border: 0;
						}
						.displayBox_body table {
							margin: 0;
							padding-top: 10px;
							padding-left: 24px;
							padding-right: 24px;
							padding-bottom: 10px;
							border: 3px solid #e8dab7;
							width: 100%;
						}
						.displayBox_body input {
							margin-top: 4px;
							margin-bottom: 4px;
						}
					
				
				table.tealBox {
					border-radius: 6px;
					border: 3px solid #78cbd4;
					margin: 0 auto;
				}
					.tealBox_header {
						font-size: 14px;
						color:#000000;
						font-weight:bold;
						background-color:#78cbd4;
						padding-top: 8px;
						padding-bottom: 8px;
					}
					.tealBoxInner {
						margin: 0;
						padding-top: 0;
						padding-left: 14px;
						padding-right: 14px;
						padding-bottom: 10px;
						border: 3px solid #e8dab7;
    					background: #faf3dd;
					}
				
				table.classInfoBox {
					border-top-left-radius: 6px;
					border-top-right-radius: 6px;
					border: 3px solid #ef9258;
					margin-left: 24px;
				}	
				
					.classInfoBoxHeader {
						font-size: 13px;
						color:#ffffff;
						line-height:225%;
						margin: 0px 0px 0px 0px;
						padding-left: 32px;
						padding-right: 32px;
						padding-bottom: 4px;
						padding-top: 4px;
						font-weight:bold;
						background-color:#ef9258;
					}
					
					.classInfoBoxBody {
						font-size: 12px;
						color:#000000;
						line-height:190%;
						margin: 0px 0px 0px 0px;
						background-color:#faf3dd;
					}
						.classInfoBoxBody p {
							margin: 0;
							padding-top: 10px;
							padding-left: 24px;
							padding-right: 24px;
							padding-bottom: 10px;
							border: 3px solid #ffffff;
						}
				
					.t4l_header_left {
						float:left;
						margin-top: 20px;
					}
					.t4l_header_right {
						float:right;
					}
					
					.social_networks {
						/*margin: 2px 150px 0px 0px;*/
						padding-left:30px;
						
						}

					p.large {
						font-size:11px;
						font-family:Verdana, Geneva, sans-serif;
						color:#000;
						}
						
					p.large-indent {
						font-size:11px;
						font-family:Verdana, Geneva, sans-serif;
						color:#000;
						margin: 0px 35px 8px 35px;
						}
						
					td.popup	{
						padding: 0px 25px 0px 25px;
						}
					
				
		/* END non-item specific container for inner page content 960 px wide */	
	
	/*
		#breadcrumbContainer {
			padding-top: 10px;
			font-style: italic;
			color: blue;
			padding-left: 50px;
		}
			#breadcrumbContainer a {
				font-weight: bold;
				text-decoration: none;
				color: blue;
			}*/

    #footerContainer {
        position: absolute; 
        width: 100%;
        background-color: #f7e1bb;
    }
		#footer {
			background-color: #f6e7c4;
		}
		table.footerTable {
			margin: 0 auto;
			padding-top: 41px;
			padding-bottom: 25px;
        	background-color: #f6e7c4;
		}
		.footerTable a {
			text-decoration: none;
			color: #3c3f42;
		}
		.footerHeader {
			font-size: 12px;
			color: #000000;
			font-weight: bold;
		}
		.footerTable a:hover {
			text-decoration: underline;
			color: #000000;
		}
		.footerTable td {
			display: table-cell;
			vertical-align: top;
			text-align: left;
			font-size: 11px;
			padding: 8px;
		}
		.footMenuLink {
			margin:0px 5px 2px 5px;
		}
		.footMenuLink_last {
			margin:11px 0px 2px 5px;
		}
		
	#btmBar {
		width: 100%;
		height: 21px;
		background: url(../_images/barPageBtm.gif) bottom repeat-x;
		position:absolute;
		bottom:0;
		z-index: 1000;
	}	
			
/* START MMTIC styles 
	NOTE: there is conditional CSS in assessment-mmtic/inc_mmticTabNav.cfm
			to make this tabbed navigation work in IE 7
*/
	
	.topTabLink {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #614F45;
		text-decoration: none;
	}
	.topTabText {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #614F45;
	}
	#tabNavContainer {
		width: 612px;
		margin: 0 auto;
		text-decoration: none;
	}
	
	ul.topTab {
		padding: 0 !important;
		margin: 0 !important;
		background: none;
		list-style: none;
		height: 43px;
		width: 612px;
		padding: 0;
		margin: 0;
		text-decoration: none;
	}
	
	li.topTab  {
		background: no-repeat top center url('../_images/images_tabNav/top_tab_inert.jpg');
		width: 149px;
		height: 43px;
		display: inline-block;
		list-style: none;
		padding: 9px 0 0 0;
		margin: 0;
		letter-spacing: 1px;
		text-decoration: none;
	}
		.topTab a {
			font-family: 'Verdana', sans-serif;
			font-size: 12px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}
			.topTab a:hover {
				text-decoration: none;
			}
			.topTab a:visited {
				text-decoration: none;
			}
		.topTab_stayGray {
			text-decoration: none;
			color: #52575b; /* dk gray */
		}
		.tabLink a:visited {
			text-decoration: none;
		}
	
	div.tabSubNav {
		height: 49px;
		width: 612px;
		padding-top: 13px;
		margin: 0;
		text-decoration: none;
	}
	
		.tabSubNav a {
			font-family: 'Verdana', sans-serif;
			font-size: 12px;
			color: #716a5e;
			font-weight: normal;
			text-decoration: none;
			padding-left:8px;
			padding-right:8px;
		}
			.tabSubNav a:hover {
				text-decoration: none;
			}
	
	.itemText_selected {
		padding-top: 13px !important;
		text-decoration: none;
	}
		.itemText_selected a{
			color: #000000 !important; /* bold black */
			font-weight: bold;
			text-decoration: none;
		}
			.itemText_selected a:hover {
				text-decoration: none;
			}
			.itemText_selected a:visited {
				text-decoration: none;
			}
		
	.subItemText_selected {
		color: #000000 !important; /* bold black */
		font-weight: bold;
		text-decoration: none;
	}
		.subItem_link {text-decoration: none !important;}
	
	
	.mmticClass_tblPmai {
		color: #e49a1d;
		font-weight: bold;
		font-size: 11px;
		line-height: 17px;
	}
		.mmticClass_tblPmai_students {
			color: #49c6ef;
			font-weight: bold;
			font-size: 11px;
			padding-right: 186px;
			margin: 0 auto;
			width: 550px;
			height: 115px;
			line-height: 17px;
			background: no-repeat right url('../_images/mmtic_img_students.jpg');
		}
		.mmticClass_tblPmai_counselors {
			color: #a29aba;
			font-weight: bold;
			font-size: 11px;
			padding-right: 186px;
			width: 550px;
			margin: 0 auto;
			height: 140px;
			line-height: 17px;
			background: no-repeat right url('../_images/mmtic_img_counselors.jpg');
		}
			.mmticClass_tblPmai_counselors_text {
				padding-top: 23px;
			}
		.mmticClass_tblPmai_teachers {
			color: #e7991d;
			font-weight: bold;
			font-size: 11px;
			padding-right: 186px;
			width: 550px;
			margin: 0 auto;
			height: 140px;
			line-height: 17px;
			background: no-repeat right url('../_images/mmtic_img_teachers.jpg');
		}
			.mmticClass_tblPmai_teachers_text {
				padding-top: 23px;
			}
		.mmticClass_tblPmai_consultants {
			color: #a3ab6e;
			font-weight: bold;
			font-size: 11px;
			padding-right: 186px;
			margin: 0 auto;
			width: 550px;
			height: 140px;
			line-height: 17px;
			background: no-repeat right url('../_images/mmtic_img_consultants.jpg');
		}
			.mmticClass_tblPmai_consultants_text {
				padding-top: 23px;
			}
	.mmticClass_leadText {
		font-size: 16px;
	}
	.mmticClass_left {
		width: 285px;
		float: left;
		padding-top: 28px;
	}
	.mmticClass_right {
		width: 214px;
		float: right;
		background: repeat-y url('../_images/mmtic_infoBox_bg.jpg');
	}
	.mmticClass_right_text a {
		text-decoration:underline;
	}
	.mmticClass_right_text {
		padding-left: 35px;
		line-height: 17px;
	}
	.mmticClass_getStartedBtn {
		padding-left: 60px;
		border: 0;
	}
	
.mmticAudioBox  { 
	min-height: 364px;
	margin: 0 auto;
	margin-top: 18px;
	width: 410px;
}
	.mmticAudioBox_containerTop {
		background: no-repeat top center url('../_images/mmtic_audiobox_upper.gif');
		height: 80px;
		text-align: center;
	}
		.mmticAudioBox_top {
			width: 410px;
			padding-top: 20px;
			text-align: center;
			font-weight: bold;
			font-size: 11px;
		}
		.mmticAudioBox_topSchedule {
			width: 410px;
			padding-top: 30px;
			text-align: center;
			font-weight: bold;
			font-size: 11px;
		}
		.mmticVideotext {
			line-height: 12px;
		}
	.mmticAudioBox_containerBtm {
		background: no-repeat bottom center url('../_images/mmtic_audioboxBG.gif');
	}
		.mmticAudioBox_txt1 {
			margin-top: 8px;
			margin-bottom: 8px;
		}
		.mmticAudioBox_txt1 a {
			font-weight: bold;
			font-size: 11px;
		}
		.mmticAudioBox_txt2 {
			text-align: center;
			font-weight: bold;
			font-size: 10px;
			padding-top: 25px;
		}
		.mmticAudioBox_btm {
			width: 360px;
			padding-top: 20px;
			text-align: left;
			font-size: 10px;
			margin-left: 30px;
		}
		
.smallImgDropShad {
		box-shadow: 4px 4px 2px grey;
	}
.thumb-reg {
	margin-top:14px;
	margin-bottom:14px;
	}

	
/* PDR table styles */	
	table.pdrTable {
		border-width:2px;
		border: solid black;
	}
		td.pdrTableHead {
			background-color:#F6E7C4;
			border-width: 1px 1px 1px 1px;
			border-style: solid;
		}
		
		td.pdrTableHeadD {
			background-color:#EFCC83;
			border-width: 1px 1px 1px 1px;
			border-style: solid;
		}
		p.pdrRuleHead {
			color:#000000;
			margin: 0px 0px 10px 0px;
			font-weight:bold;
		}
		p.pdrTableHeadText {
			font-weight:bold;
			padding-left : 4px;
			padding-right : 4px;
		}
		p.pdrTableLabel {
			margin: 0px 0px 2px 0px;
			font-weight:bold;
			color:#000000;
		}
		p.pdrP { 
			font-weight: normal;
			padding-left : 0px;
			color: Black;	
			margin-top : 2px;
			margin-bottom: 8px;
		}
		p.pdrTableText {
			font-weight: normal;
			line-height: 130%;
			color: Black;	
		}
		td.pdrTd{
		}
		td.pdrTd-A1{
			width:70px;
		}
		td.pdrTd-A2{
			width:70px;
		}
		td.pdrTd-B1{
			width:100px;
		}
		td.pdrTd-B2{
			width:200px;
		}
		td.pdrTd-B3{
			width:200px;
		}
		td.pdrTd-C1{
			width:100px;
		}
		td.pdrTd-C2{
			width:100px;
		}
		td.pdrTd-C3{
			width:100px;
		}
		td.pdrTd-C4{
			width:100px;
		}
		td.pdrTd-C5{
			width:100px;
		}
		td.pdrTd-D2{
			width:200px;
		}
		td.pdrTd-D3{
			width:200px;
		}
		table.pdrTable1{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
			margin-bottom:15px;
		}
		table.pdrTable2{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
			width:500px;
			margin-bottom:15px;
		}
		table.pdrTable3{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
			width:500px;
			margin-bottom:15px;
		}
		table.pdrTable4{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
			width:500px;
			margin-bottom:15px;
		}
		table.pdrTable5{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
			width:500px;
			margin-bottom:15px;
		}
		table.pdrTable6{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
			width:500px;
			margin-bottom:15px;
		}
		td.pdrTd{
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			padding: 8px;
		}
		td.pdrTd-B1-A{
			width:90px;
		}
		td.pdrTd-B2-A{
			width:180px;
		}
		td.pdrTd-B3-A{
			width:180px;
		}
		table.pdrTable2-A{
			border:1px solid black;
			border-width: 1px 1px 1px 1px;
			border-collapse: collapse;
		}

.squintText{
	font-size: 11px;
}