@charset "UTF-8";
/* CSS Document */

/*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 {
	background:url("../images/bkgrd-prt.jpg") repeat-x scroll 0 0 #D3ECFB;
}
ol, ul {
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* STRUCTURE */

#container {
	width:980px;
	margin:0;
	padding:0;
}

.siteContainer {
	width:885px;
	margin:20px auto;
	border:1px solid #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:27px;
	color:#000099;
}

/* MAIN MESSAGE BOX */
.scholasticContainer {
	background-color:#fff;
}

.logoContainer {
	float:left;
}

.signinContainer {
	float:right;
	margin:39px 22px 0px 0px;
}

.mainContainer {	
	background-image:url(../images/prt-titleBkgrd.jpg);
	background-position:top;
	background-color:#cef58f;
	background-repeat:no-repeat;
}

.maintitle {
	width:890px;
	margin:0px;
	background-color:#fefebd;
}

.leftContainer {
	float:left;
	width:465px;
	margin:227px 0px 0px 50px;
	padding-bottom:20px;
}

.subscribeContainer {
	float:right;
	margin:267px 50px 0px 0px;
}

.featuresContainer {
	width:420px;
	margin-top:20px;
}

.featuresContainer ul {
	font-size:16px;
	color:#000099;
	line-height:20px;
	margin-top:10px;
}

.featuresContainer li {
	margin-left:20px;
	margin-bottom:5px;
}

.productsContainer {
	position:absolute;
	width:392px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	margin:380px 0px 0px 480px;
}

#footerContainer {
	padding:0 30px;
	background-color:#fff;
	color:#666;
	font-size:10px;
	font-weight:normal;
	line-height:13px;
	padding:20px;
}

.clear {
	clear:both;
}