@charset "utf-8";
@font-face {
  font-family: "Myriad";
  /*src: url(fonts/Myriad-Web.ttf);*/
  src: url("../fonts/MyriadPro-Regular.otf");
  /*format(truetype);*/
}

/**************************************************************
	
	Styling Order Reference
	
***************************************************************

	font: style weight size/line-height family
		font-style
		font-weight
		font-size
		line-height
		font-family
	color
	text-transform
	text-decoration
	letter-spacing
	text-align
	text-indent
	vertical-align
	word-spacing
	white-space
	display
	background: color url(image) repeat attachment left top
		background-color
		background-image
		background-repeat
		background-attachment
		background-position
	margin: top right bottom left
		margin-top
		margin-right
		margin-bottom
		margin-left
	padding: top right bottom left
		padding-top
		padding-right
		padding-bottom
		padding-left
	clear
	float
	height
	width
	border: width style color
		border-top
		border-right
		border-bottom
		border-left
	list-style: type image position
		list-style-type
		list-style-image
		list-style-position
	overflow
	position
	visibility
	z-index
	left
	top
	right
	bottom
	clip: rect(top, right, bottom, left)

***************************************************************
	Global HTML Elements
***************************************************************

/* General Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, thead, tfoot, tr, th, td {
	font-style:inherit;
	font-weight:inherit;
	font-size: 100%;
	font-family:inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0 none;	
}

/* HTML Elements */
html {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}

html, body {
	text-align: center; /* Center on Page */
}

body, td, th {
	font-size: 18px;
	line-height: 22px;
}

body {
	margin: 0 auto;
	height: 101%;
	width: 100%;
	min-width: 1010px;
	/*overflow: hidden;*/
	cursor: default;	
}

	/* For older IEs */
	* html body {
		font-size: 18px;
		line-height: 22px;
		width: 100%;
		border: 0;
		position: relative;
		left: auto;
		top: 0;
		right: auto;
		bottom: 0;
	}
	
body * {
	text-align: left;
}

body, h1, h2, h3, h4, h5, h6, p, a, em, q, strong, sub, sup, dl, dt, dd, ol, ul, li, label, legend, table, caption, tbody, thead, tfoot, tr, th, td {
	font-family: "Myriad", "Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 30px; /* approx. 2.75em */
}

h2 {
	font-size: 28px; /* approx. 2.5em */
}

h3 {
	font-size: 26px; /* approx. 2.25em */
}

h4 {
	font-size: 24px; /* approx. 2em */
}

h5 {
	font-size: 22px; /* approx. 1.75em */
}

h6{
	font-size: 20px; /* approx. 1.5em */
}

p, li, td {
	font-size: 18px; /* approx. 1.25em */
}

q:before, q:after {
	content:'"';
}

* a { 
	font-size: 1em;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	text-align: left;
	vertical-align: top;
}

iframe { 
	overflow-x: hidden; 
	overflow-y: hidden; 
} 

input {
	line-height: normal;
}

object {
	display: block;
	margin: 20px auto;
}

/**************************************************************
Layout Elements
**************************************************************/

#background_wrapper {
	background: url(../images/vert-fill.gif) repeat-y left top;
	margin: 0 auto;
	width: 1010px;
	position: relative;
}

#background_bottom_cap {
		background: url(../images/bott-fill.gif) no-repeat left bottom;
		height: 33px;
		width: 1010px;
		bottom: 0;
	}

#header, #container, #footer {
	width: 955px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#container {
	height: 38em;
}

#header {
	height: 118px;
}

#slides {
		/* background: url(../images/penny_background.jpg) no-repeat left top; */
		background-color: #d3f0f6;
		background-image: url('../images/penny_background.jpg');
		background-repeat: no-repeat;
		background-position: left top;
	}

#slide_0 h1 {
		display: block;
		color: #ffffff;
		/* background: url('../images/h1_background_art.gif') no-repeat left bottom; */
		background: url('../images/h1_background_l2_art.gif') no-repeat left bottom;
		height: 123px;
		width: 549px;
		margin-left: 0px; !important;
		z-index: 10;
		}

#slide_0 h1 .hider, #slide_1 h1 .hider, #slide_2 h1 .hider, #slide_3 h1 .hider, #slide_4 h1 .hider  {
	margin-left: -2220px;
	}

#slide_1 h1, #slide_2 h1, #slide_3 h1, #slide_4 h1 {
		display: block;
		color: #ffffff;
		background: url('../images/h1_background_l2_art.gif') no-repeat left bottom;
		height: 123px;
		width: 549px;
		padding-top: 20px; !important;
		margin-left: 360px; !important;
		z-index: 10;
		}



.slide_content {
		display: block;
	 	padding-top: 30px;
		margin-left: 300px;
		width: 600px;
	}
	
.slide_content p {
	font-size: .85em;
	}

.cta_description { 
	margin: 20px 30px 10px 30px;
	}
	
.cta_description p { 
	margin-bottom: 5px;
	}

#slide_0 p {
	margin-bottom: 10px;
	}

#slide_0 li {
	font-size: 1.4em;
	font-weight: bold;
	list-style-position: inside;
	margin-bottom: 20px;
	}

.caveat {
	width: 500px;
	margin: 20px 10px 10px 20px;
	font-size: .75em;
	color: #3a3a3c;
	}



#sidebar {
	background: url('../images/sidebar.jpg') repeat-y left top;
	height: 100%;
	border-top: 1px solid #4d4d4d;
	overflow: hidden;
}

#left_column {
	float: left;
	width: 239px;
	height: 500px;
}

#right_column {
	margin-left: 239px;
}

#footer {
	background-color: transparent;
	margin-top: 45px;
}

/**************************************************************
Header CSS
**************************************************************/

#header h1 {
		font-size: 2px;	
		position: absolute;
		z-index: 100;
		left: -48px;
		top: -20px;
	}
	
#header h1 a {
			color: #ffffff;
			display: block;
			background: url('../images/hmh-education.gif') no-repeat left bottom;
			height: 72px;
			width: 225px;
			z-index: 10;
		}

.tag_line, .tag_line2, .top_nav, .state_tag {
		position: absolute; 
		z-index: 12;
	}
	
.tag_line, .tag_line2, .top_nav {
		right: 1px;
	}
	
.tag_line {
		font-size: 18px;
		color: #4d4d4d;
		top: 25px;
	}
	
.tag_line2 {
		font-size: 14px;
		color: #4d4d4d;
		top: 12px;
	}
	
.top_nav, .top_nav a {
		font-size: 14px;
		color: #4fceff;
	}
	
.top_nav {
		list-style-type: none;
		top: 90px;
	}
	
.top_nav li {
			display: inline;
			margin: 0;
			padding: 0 5px 0 8px;
		}
		
.right_split {
			border-right: 1px solid #4fceff;
		}

.state_tag, .state_tag a {
		line-height: 36px;
		font-size: 30px;
		color: #ff814f;
		/*height: 1%;*/
		left: 25px;
		top: 30px;
		z-index: 12;
	}

/**************************************************************
Footer CSS
**************************************************************/

#footer {
	display: block;
	clear: both;
	width: 1010;
	color: #6b7e94;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #6b7e94;
	}

#footer p {
	display: block;
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 12px !important;
	}

#footer ul {
	display: block;
	float: right;
	clear: none;	
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	}

#footer li {
	font-size: 12px !important;
	display: inline;
	list-style-type: none;
	}

#footer li a {
	color: #6b7e94;
	}




/**************************************************************
Index CSS
**************************************************************/

#slides, #slide_0, #slide_1, #slide_2, #slide_3, #slide_4 {
		/* height: 358px !important; */
		height: 27em;
		width: 955px !important;
	}

#slides {
	margin: 0 auto 0 1px;
	position: relative;
	}
	
#slide_1, #slide_2, #slide_3, #slide_4 {
		display: none;
	}
	
#slide_1, #slide_2, #slide_3, #slide_4 {
		z-index: 1;
	}

dl.colA, dl.colB, dl.colC {
	display: block;
	float: left;
	clear: none;
	margin-right: 0px;
	padding: 10px;
	font-size: .75em;
	width: 290px;
	/* width: 220px; */
	/* height: 348px !important; */
	}


/* dl.colA {
	margin-left: 170px;
	} */


#slides dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	}


#sample_now, .sample_now {
	height: 50px;
	width: 244px;
	border: 0 none;
	}
	
#sample_now {
	position: absolute;
	z-index: 10;
	left: 90px;
	top: 235px;
	}
		
#slide_nav {
	/* background: url(../images/slide-nav.gif) repeat-x left top; */
	/* margin-top: -4px; */
	margin-top: 0px;
	width: 955px;
	height: 53px;
	list-style-type: none;
	list-style-position: outside;
	overflow: hidden;
	position: relative;
	}

#slide_nav li {
		height: 53px;
		width: 241px;
		position: absolute;
		top: 0;
	}

#button_1, #button_2, #button_3, #button_4 {
			overflow: hidden;
		}
	
#button_1 {
			left: 0;
		}
		
#button_2 {
			left: 238px;
		}
		
#button_3 {
			left: 476px;
		}
		
#button_4 {
			left: 714px;
		}
		
#slide_nav li a, #slide_nav li a:hover {
			color: #4d4d4d;
			text-decoration: none;
		} 

#slide_nav li a  {
			font-size: 18px;
			text-align: center;
			display: block;
			padding: 16px;
		background-image:url(../images/slide-nav.gif);
		background-repeat:repeat-x;
		background-position:left 0px;
		} 
	
/*#slide_nav li a:hover {
		background: url(../images/slide-nav.gif) repeat-x left -106px;
	}	*/

#slide_nav li a:hover {
		/*background: url(../images/slide-nav.gif) repeat-x left -106px;*/
		background-image:url(../images/slide-nav.gif);
		background-repeat:repeat-x;
		background-position:left -106px;
	}

#slide_nav li a.active {
		color: #4fceff;
		/*background: url(../images/slide-nav.gif) repeat-x left -53px;*/
		background-image:url(../images/slide-nav.gif);
		background-repeat:repeat-x;
		background-position:left -53px;
	}

dd.cat_link { margin-top: 1em; }
dd.cat_link a { font-size: 1.1em; font-weight: bold; color: #0065cc; margin-top: .8em; }

#ad_space {
	height: 110px;
	position: relative;
	}
	
.ad_1, .ad_2, .ad_3 {
		height: 130px;
		border: 0 none;
		position: absolute;
		top: 10px;
	}
	
.ad_1, .ad_3 {
		width: 324px;
	}
	
.ad_1 {
		left: 1px;
	}
	
.ad_2 {
		width: 300px;
		border-right: 1px solid #4d4d4d;
		border-left: 1px solid #4d4d4d;
		left: 324px;
	}
	
.ad_3 {
		left: 631px;
	}

/**************************************************************
Features, CSS
**************************************************************/	
		
		.left_column_heading, .left_column_heading_small {
			font-weight: normal;
			color: #4aff56; /*#7dc352*/
		}
		
		.left_column_heading {
			margin: 40px 0 0 28px;
		}
		
		.left_column_heading_small {
			font-size: 1.3em;
			margin: 40px 0 0 20px;
		}
		
		.left_column_tabs {
			margin: 28px 0 0 1px;
			width: 239px;
			list-style-type: none;
		}
		
		.left_column_tabs li {
			margin: 10px 0 0 0;
			height: 46px;
			width: 238px;
			overflow: hidden;
		}
			
		.left_column_tabs a, .left_column_tabs a:hover {
			color: #4d4d4d;
			text-decoration: none;
		}
			
		.left_column_tabs a {
			display: block;
			padding: 12px 10px 14px 14px;
		}
			
		.left_column_tabs a.active {
			color: #4fceff;
			background: url(../images/tabs.gif) no-repeat left top;
		}
			
		.left_column_tabs a:hover {
			background: url(../images/tabs.gif) no-repeat left -46px;
			}
			
		.right_column_heading {
			font-weight: normal;
			font-size: 20px;
			color: #ff814f;
			margin: 42px 32px 0 32px;
		}

 /* large tab for lengthy text  */
		.left_column_tabs li.lrg { /* esm 081709 */
			height: 92px;
		}

		.left_column_tabs li.lrg a { /* esm 081709 */
			height: 92px;
			padding: 14px 10px 14px 14px;
		}

		.left_column_tabs li.lrg a.active { /* esm 081709 */
			color: #4fceff;
			background: url(../images/tabs_lrg.gif) no-repeat left top;
		}

		.left_column_tabs li.lrg a:hover { /* esm 081709 */
			background: url(../images/tabs_lrg.gif) no-repeat left -92px;
		}


		.rep_image {
			margin: 36px 40px 0 32px;
			float: left;
			/*height: 202px;
			width: 285px;*/
		}

		.rep_image_small {
			margin: 30px 40px 0 32px;
			height: 150px;
			width: 150px;
			float: left;
		}
		
		.rep_image_wide {
			float: left;
			height: 188px;
			width: 250px;
			margin: 0 40px 0 32px;
		}		
		
		.product_image {
			display: block;
			margin: 5px auto 30px;
			height: 243px;
			width: 395px;
		}
		
		.right_p1, .right_p2, .generic_p, .right_p1_small, .right_p1_wide, .right_p2_wide {
			font-size: 14px;
		}
		
		.right_p1 {
			margin: 60px 23px 0 355px;
		}
		
		.right_p2 {
			margin: 20px 23px 0 355px;
		}
		
		.right_p1_small {
			margin: 30px 23px 0 200px;
		}
		
		.right_p1_wide {
			margin: 30px 23px 0 315px;
		}
		
		.right_p2_wide {
			margin: 20px 23px 0 272px;
		}
		
		.sample_now {
			margin: 20px 20px 20px;
			float: right;
		}
		
		.generic_p {
			margin: 10px 32px;
		}
		
		.horizontal_rule {
			font-size: 2px;
			display: block;
			margin: 0 32px 10px;
			clear: right;
			height: 5px;
			border-top: 1px solid #4d4d4d;
		}
		
		.filler {
			display: block;
			height: 200px;
		}
		
		.lt_blue {
			color: #4fcdff;
		}	
		
		.greenlink {
			color: #7dc352;
		}
		
		.bluelink {
			color: #5ac4f0;
		}
		
		.right_column_heading_4 {
			font-weight: normal;
			font-size: 16px;
			color: #4d4d4d;
			margin: 10px 0 0 50px;
		}
		
		.right_column_bullet {
			font-size: .8em;
			margin: 10px 20px 10px 100px;
		}
		
		.right_column_bullet a {
		
		}
		
		#slides_2 {
			margin: 0 auto 0 1px;
			position: relative;
		}
		
