body {
	margin: 0; 
	padding: 0;
	background: #ebd3a3 url(../images/paper_background.jpg) repeat left top;
}

#printheader{ display:none;}
#sloganheader {display:none;}

#CCPschools_container {
	width: 999px;
	height: 837px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
}

#CCPschools_popup_container {
	width: 722px; height: 850px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
}

#CCPschools_leftEdge {
	width: 49px; height: 200px;
	top: 0px; left: -49px;
	position: absolute;
}
#CCPschools_paperBottom {
	width: 822px; height: 163px;
	top: 837px; left: 177px;
	position: absolute;
}

#CCPschools_rightEdge {
	width: 54px; height: 1000px;
	top: 0px; left: 999px;
	position: absolute;
}




/*Main content areas
***********************************************/

.schoolsBackground {
	background: url(../images/school_background.jpg) no-repeat scroll left top;
}

#CCPschools_mainText { /* there are sandbags for this text, below */
	position: absolute;
	top: 320px; left: 370px;
	width: 500px; height: auto;
	overflow: visible;
	z-index: 999;
}



#BulletStyle {
	color: #333;
}
#BulletStyle li {
	font: 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
}

	#CCPschools_mainText h1 {
	margin: 0;
	padding: .3em 0 .3em 0;
	color: #333;
	font: bold 18px/140% "Century Gothic","Verdana","Arial","Helvetica";
	}

	#CCPschools_mainText h2 {
	margin: 0;
	padding: .3em 0 .3em 0;
	color: #333;
	font: bold 15px/140% "Century Gothic","Verdana","Arial","Helvetica";
	}

	#CCPschools_mainText h3 {
	margin: 0;
	padding: .3em 0 .3em 0;
	color: #333;
	font: bold 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
	}


	#CCPschools_mainText p {
	margin: 0;
	padding: .3em 0 .3em 0;
	color: #333;
	font: 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
	}

	#CCPschools_mainText a, #CCPschools_mainText a:visited {
	color: #552c18; /* askjoe brown color */
	text-decoration: underline;
	position: relative;
	z-index: 999;
	}

	#CCPschools_mainText a:hover {
	color: #42b675; /* folder green */
	text-decoration: underline;
	position: relative;
	z-index: 999;
	}


/* begin sand-bag divs */

.postitSandbag { /* right-side */
	float: right;
	clear: right;
	width: 100px;
	height: 220px;
	margin: 0; padding: 0;
	position: relative;
}

#sandbag01, #sandbag02, #sandbag03 {
	float: left;
	clear: left;
	padding:0;
}
#sandbag01 {
	width: 1px;
	height: 340px;
}

#sandbag02 {
	width: 50px;
	height: 120px;
}
#sandbag03 {
	width: 120px;
	height: 200px;
}

	/* end sand-bag div */


/* Page Navigation areas
***********************************************/


#CCPschools_homeLink a {
	display: block;
	position: absolute;
	width: 109px; height: 110px;
	top: 20px; left: 22px;
	border: 0;
	text-decoration: none;
}

#CCPschools_askJoe a {
	display: block;
	position: absolute;
	width: 186px; height: 137px;
	top: 152px; left: 0px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;
}

	#CCPschools_askJoe a:hover {
		background: url(../images/askjoe_hover.jpg) no-repeat;
	}


#CCPschools_BorrowerButton a {
	display: block;
	position: absolute;
	top: 47px; left: 228px;
	width: 191px; height: 43px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;
	}

		#CCPschools_BorrowerButton a:hover  {
			background: url(../images/button_borrower_services_over.jpg) no-repeat;
		}

#CCPschools_AboutButton a {
	display: block;
	position: absolute;
	top: 47px; left: 419px;
	width: 113px; height: 43px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;
	}


	#CCPschools_AboutButton a:hover {
		background: url(../images/button_about_us_over.jpg) no-repeat;
	}


/* the 3 folder tab links */

#CCPschools_tabNavStudents a {
	display: block;
	position: absolute;
	top: 117px; left: 216px;
	width: 258px; height: 54px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;
	
}

#CCPschools_tabNavParents a {
	display: block;
	position: absolute;
	top: 107px; left: 479px;
	width: 265px; height: 54px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;

}

#CCPschools_tabNavSchools a {
	display: block;
	position: absolute;
	top: 117px; left: 750px;
	width: 229px; height: 54px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;
}


/* the School section links */


#CCPschools_topNav {
	position:absolute;
	display: block;
	width: 500px; height: 50px; /* but any overflow is set to be visible */
	left: 370px; top: 190px;
	overflow: visible;
	margin: 0; padding: 0;
	z-index: 999;
	}
		
		#CCPschools_topNavLayout {
			margin: 0;
			padding: 0;
			}

		#CCPschools_topNavLayout li {
			display: inline;
			padding: 4px 15px 4px 0px;
			margin: 0;
			list-style-type: none;
			color: #55493b; /* folder script black */
			font: bold 13px/140% arial, sans-serif;
			}
			
		#CCPschools_topNavLayout li a, #CCPschools_topNavLayout li a:visited{
			color: #55493b; /* folder black */
			text-decoration: none;
			}
				
		#CCPschools_topNavLayout li a:hover {
			color: #c79860; /* not the askjoe brown color */
			text-decoration: underline;
			}


#CCPschools_leftNav {
	position: absolute;
	display: block;
	width: 128px; height: 330px;
	left: 23px; top: 305px;
	overflow: visible;
	margin: 0; padding: 0;
	}

		#CCPschools_leftNavLayout {
			margin: 0;
			padding: 0;
			}
			
		#CCPschools_leftNavLayout li {
			padding: 0px 0px 10px 0px;
			margin: 0;
			list-style-type: none;
			color: #552c18; /* for not-linked subtitles */
			font: bold 11px/110% "Century Gothic","Verdana","Arial","Helvetica";
			}
			
		#CCPschools_leftNavLayout li a, #CCPschools_leftNavLayout li a:visited {
			color: #fff;
			text-decoration: none;
			}
						
		#CCPschools_leftNavLayout li a:hover {
			color: #552c18; /* askjoe brown color */
			text-decoration: underline;
			}



/* page objects
**********************************************/
	
#CCPschools_cards {
		position: absolute;
		width: 458px; height: 372px;
		top: 628px; left: 20px;
		margin: 0; padding: 0;
		}
	#altCCPschools_cards { /*swf replacement image */
		position: absolute;
		width: 458px; height: 372px;
		top: 628px; left: 20px;
		margin: 0; padding: 0;
		}
	
#CCPschools_cal-pen {
	position: absolute;
	width: 369px; height: 507px;
	/* top: 0px; left: 300px; */
	margin: 0 0 0 275px;
	padding: 0;
	}
	#altCCPschools_cal-pen {  /*swf replacement image */
	position: absolute;
	width: 369px; height: 507px;
	/* top: 0px; left: 300px; */
	margin: 0 0 0 275px;
	padding: 0;
		}
	
#CCPschools_NH93 {
		position: absolute;
		/* width: 104px; height: 107px; */
		width: 88px; height: 91px;
		top: 220px; left: 700px;
		margin:0px; padding: 0;
}
		#altCCPschools_NH93 {  /*swf replacement image */
		position: absolute;
		width: 88px; height: 91px;
		top: 220px; left: 700px;
		margin:0px; padding: 0;

}

#CCPschools_sticky {
		position: absolute;
		/* width: 104px; height: 107px; */
		width: 227px; height: 419px;
		top: 200px; left: 791px;
		margin:0px; padding: 0;
}
		#altCCPschools_sticky {  /*swf replacement image */
		position: absolute;
		width: 227px; height: 419px;
		top: 200px; left: 791px;
		margin:0px; padding: 0;

}

/* redefine the footer position for this layout  */
	
 #footer {
	position: absolute;
	padding: 0;
	margin: -220px 0 0 -110px;
	text-align: center;
	width: 600px;
	z-index: 50;
	}

 #footer_nopadding {
	position: absolute;
	padding: 0;
	margin: -10px 0 0 -110px;
	text-align: center;
	width: 600px;
	z-index: 50;
	}



/* CCP Schools - Generic  (whatever's different from the parent)
***************************************************************/

.genericSchool {
	background: url(../images/generic_background_schools.jpg) no-repeat scroll left top;
}


.rightSandbag { /* hidden, not needed now */
			float: right;
			width: 0px; height: 0px;
			margin: 0; padding: 0;
			position: relative;
		}


/* page objects
**********************************************/
	
#CCPschools_stamps {
		position: absolute;
		width: 423px; height: 480px;
		top: 503px; left: -60px;
		margin: 0; padding: 0;
		}
	#altCCPschools_stamps { /*swf replacement image */
		position: absolute;
		width: 423px; height: 480px;
		top: 503px; left: -60px;
		margin: 0; padding: 0;
		}
	
#CCPschools_earbud {
	position: absolute;
	width: 164px; height: 213px;
	top: 389px; left: 884px;
	margin: 0; padding: 0;
	}
	#altCCPschools_earbud {  /*swf replacement image */
	position: absolute;
	width: 164px; height: 213px;
	top: 389px; left: 884px;
	margin: 0; padding: 0;
	}


/* redefine the footer position for this generic layout  */
	
.genericSchool #footer {
	padding: 0; margin: 40px 0 0 -50px;
	text-align: center;
	width: 600px;
	z-index: 50;
	}


/* 1. Schools - Popup windows
*****************************************************/
.schools_popup {
 	background: url(../images/schools_popup_bg.jpg) center top no-repeat;
}

.schools_popup #CCPpopup_mainText {
	position: absolute;
	top: 75px; left: 55px;
	width: 610px; height: auto;
	overflow: visible;
	z-index: 999;
	border: 0;
}