/*  Lesson packs
================================== */

/*  Navigation states
================================== */

.AnythingOn {
	border: 0.5em solid #fff;
	width: 9.1em;
	}

.AnythingOff {
	visibility:hidden;
	height:0px;
	margin-bottom: -0.7em;
	overflow:hidden;
	}
	
/*  Lesson pack stories
================================== */
	
.newsWrapper .teaserLeft_lp, .newsPictures .pictureLeft {
	float: left;
	}
	
.teaserLeft_lp, .teaserRight_lp {
	height: 9.15em;
	}

.teaserLeft_lp p, .teaserRight_lp p {
	margin:0;
	padding:0;
	}

.newsWrapper .teaserRight_lp, .newsPictures .pictureRight {
	float: right;
	}

.newsWrapper .teaserLeft_lp, .newsWrapper .teaserRight_lp {
	width: 22.5em;
	}
	
.teaserRight_lp, .teaserLeft_lp {
	border: 2px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
 	}
	
.newsStory h4 {
	font-size: 1em;
	font-weight: bold;
	}
		
.alert {
	padding-left: 20px;
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.alertBackground {
	background-color:#FFFFCC;
	padding: 5px 5px 0 5px;
	margin: 5px 0;
	}

.educationGuardian {
	background-color:#D4F0FC;
	padding: 2px 5px 0px 5px;
	margin-bottom: 8px;
	}
	
.educationGuardian p {
	font-weight:bold;
	color:#002578;
	}
	

/* Rounded corner box
================================== */

.box {
	background: url(../images/bottom-left.gif) no-repeat left bottom;
	}

.box-outer {
	background: url(../images/bottom-right.gif) no-repeat right bottom;
	padding-bottom: 0.5em;
	}

.box-inner {
	background: url(../images/top-left.gif) no-repeat left top;
	}

.box h2 {
	background: url(../images/top-right.gif) no-repeat right top;
	padding-top: 12px;
	}


.box h2, .box p {
	padding-left: 12px;
	padding-right: 12px;
	}

.dotted_lp {
	background: url(../images/graphic_dotter_med.gif) repeat-x;
	height: 12px;
	width: 96%;
	margin: 5px 10px 0 10px;
	}
	
.box .contentWrapper {	
	padding: 0 0 0 1px;
	width: 47.2em;
	}
	
html>body .box .contentWrapper {	
	padding: 0px 11px;
	width: 47.4em;
	}

.box .contentWrapper #secondColumn {	
	position: relative;
	left: -0.8em;
	}
	
.box .contentWrapper h4 {
	font-weight: bold;
	padding-left: 1.25em;
	background-image: url(../images/bullet_large_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.3em;
	}
	
.box .contentWrapper #secondColumn p {	
	padding-left: 2.1em;
	}