/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

h1{
  font-size: 16pt;
  font-weight: bold;
  margin: 0 0 20px 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{color:#0F70A0; text-decoration:none;}
a:hover{color:#b50202;}
/*a:focus,input,textarea,select{outline:0;}*/
body {
	background:#f5f5ef;
	font: 12px/15px Arial,Helvetica,sans-serif;
	color: #3a3a3a;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }
.clearBoth {
    clear: both;
    display: block;
    height: 0;
	width: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; 
}
.f16{font-size:16px!important;}
.bold{font-weight:bold!important;}
.mTop10{margin-top:10px!important;}
.mTop15{margin-top:15px!important;}
/* Header */
.header{
	background:#f5f5ef;
}
.container {	
	width: 976px;
	margin: 0 auto;
	padding:0;
}
.logo{
	float:left;
	margin:19px 10px;
}
.logo img{float:left;}
.xpress{
	float:left;
	margin:6px 0 13px 0;
}
.banner {
    background: url("../images/banner-background.png") repeat-x scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 1px 1px #E9E9E9;
    height: 406px;
}
.bannerImgContainer{
	float:left;
	margin: 1px 20px 0 10px;
}
.bannerImgContainer img{float:left;}
.teacherSignInLoginMod{
	float:right;
	margin-right:10px;
	display:inline;
	width:316px;
}
.formPanelMod{
	position:absolute; 
	width:316px;
	/*background:#222;*/
	margin-top:-40px;
}
.formPannelHead{
	background:#0e0e0e;
	padding-left:32px;
	border-bottom:solid 1px #3e3e3e;
	padding-top:10px;
	padding-bottom:9px;
}
.formPannelHead h1{
	background:url(../images/red-arrow-down.png) no-repeat 195px 7px;
	color:#ff0001; 
	font-size:18px; 
	line-height:22px;	
}
.formPannelHead h2{	
	color:#ff0001; 
	font-size:14px;
	line-height:17px;
}
.formBody{
	padding-left:42px;
	color:#fff;
	height:272px;
	padding-top:15px;
	background:#222;
}
.accessCodeTxt{
	width:230px;
	margin:4px 0 0 0;	
}
.helpTxt{
	float:left;
	width:115px;
	font-size:11px;
	color:#aeaeae;
	line-height:11px;
	margin:7px 10px 4px 2px;
}
.proceedDiv{float:left;}
.formHr{background:#fff; clear:both; margin-right:30px; line-height:1px; font-size:0; height:1px; margin-top:20px;}
.proceedBtn {
    background: url("../images/btn-proceed.png") no-repeat;
    border: 0;
    cursor: pointer;    
    height: 25px;   
    width: 109px;
	margin-top:10px;
}
.loginBtn{
	background: url("../images/btn-login.png") no-repeat;
    border: 0;
    cursor: pointer;    
    height: 20px;   
    width: 86px;
	float:right;
	margin-right:28px;
}
.alreadyRegister{
	font-size:16px;
	font-weight:bold;
	margin:12px 0;
}
.formBody label.labtxt{
	color:#eaeaea;
	float:left;
	text-align:right;
	width:67px;	
	font-size:14px;
	padding-right:10px;
	margin-top:3px;
}
.formBody .txtFields{
	float:left;
	width:152px;
}
.formFooter{
	background: url("../images/freetrial.png") no-repeat scroll 40px 10px rgba(0, 0, 0, 0);
	/*background: url("../images/icon-free-trial.gif") no-repeat 40px 10px;*/
	padding-left:110px;
	padding-top:12px;
}
.formFooter h3{
	color:#3a3a3a;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.formFooter .call{
	color:#8d8d8d;
	font-weight:bold;
	margin-top:8px;
	font-size:11px;
}
.formFooter a{
	color:#0071fd;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
}
.digitalBook{
	color: #24789F;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    letter-spacing: -1px;
    padding: 28px 0 22px;
}
.listArrow{margin-top:8px; margin-left:8px;}
.listArrow li{
	background:url("../images/list-arrow.png") no-repeat;
	font-size:12px;
	line-height:15px;
	padding-left:15px;
	color:#3a3a3a;
	margin-bottom:12px;
}
.contentMain{padding:20px 10px 20px 10px;}
.contentMain .leftCol{
	float:left;
	width:280px;
	margin-top:15px;
	border-right:dotted 1px #3b3b3b;
	padding-right:10px;
	padding-bottom:10px;
	min-height:213px;
}
.contentMain .midCol{
	float:left;
	width:300px;
	padding-right:15px;
	padding-bottom:10px;
	min-height:213px;
}
.contentMain .rightCol{
	float:left;
	width:310px;
	margin-top:15px;
	border-left:dotted 1px #3b3b3b;
	padding-bottom:10px;
	min-height:212px;
}
.ebook{
	background:url("../images/icon-ebook.gif") no-repeat 8px -5px;
	padding-left:68px;
	padding-top:12px;
}
.share{
	background:url("../images/icon-share.gif") no-repeat 0 -6px;
	padding-left:68px;
	margin-top:25px;
}
.navigation{
	background:url("../images/icon-navigation.gif") no-repeat 8px -3px;
	padding-left:79px;	
}
.assessment{
	background:url("../images/icon-assessment.gif") no-repeat 8px -3px;
	padding-left:79px;	
}
.annotations{
	background:url("../images/icon-annotations.gif") no-repeat 8px -4px;
	padding-left:79px;	
	margin-top:35px;
}

.midCol h3, .rightCol h3{
	color:#d01504;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
.muchMore{
	color:#da1300;
	font-size:18px;
	margin-left:55px;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
.muchMoreMod{
	background:url("../images/bkg-more-mid.gif") repeat-x;
	margin-top:7px;
}
.muchMoreLeft{
	background:url("../images/bkg-more-left.gif") no-repeat;
	float:left;	
	width:100%;
	/*padding-left:18px;*/
}
.muchMoreRight{
	background:url("../images/bkg-more-right.gif") no-repeat right top;
	width:100%;
	float:left;	
	padding:20px 0 10px 0;
	min-height:48px;
	/*padding-right:18px;*/
}
.muchMoreRight ul{
	font-size:13px;
	font-weight:bold;
	display:inline;
	margin:0 37px;
	float:left;
}
.muchMoreRight li{
	display:inline;
	float:left;
}
.iconTeacherManuals{
	background:url("../images/much-more-icons.gif") no-repeat 0 -10px;
	padding-left:44px;
	padding-top:12px;
	padding-bottom:6px;
}
.iconLessonPlan{
	background:url("../images/much-more-icons.gif") no-repeat 0 -73px;
	padding-left:44px;
	padding-top:12px;
	padding-bottom:6px;
}
.iconSearch{
	background:url("../images/much-more-icons.gif") no-repeat 0 -129px;
	padding-left:44px;
	padding-top:12px;
	padding-bottom:7px;
	margin-left:10px;
}
.iconAudio{
	background:url("../images/much-more-icons.gif") no-repeat 0 -185px;
	padding-left:44px;
	padding-top:12px;
	padding-bottom:6px;
}
.iconVideo{
	background:url("../images/much-more-icons.gif") no-repeat 0 -232px;
	padding-left:44px;
	padding-top:12px;
	padding-bottom:6px;
	margin-left:5px;
}
.iconAssessment{
	background:url("../images/much-more-icons.gif") no-repeat 0 -282px;
	padding-left:40px;
	padding-top:12px;
	padding-bottom:6px;
	margin-left:3px;
}
.iconDownloads{
	background:url("../images/much-more-icons.gif") no-repeat 0 -329px;
	padding-left:40px;
	padding-top:12px;
	padding-bottom:6px;	
}
.moreSeparator{
	background:url("../images/more-separator.gif") no-repeat;	
	width:3px;
	height:31px;
	margin-left:11px;
	margin-top:2px;
}

a.WS_forgot_password_email_reset_link{
	margin: 15px 0 0 0;
	float: left;
}