/* Page Layout Style Specific to School Map page */
/* Version V1.0.0, 15/05/2008 WBM. */
/* Copyright 2008 property of PNSA */
/* Produced by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

/* Right Split Content */
div.rightsplit {
	width: 374px; 
	height: 450px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Left Split Content */
div.leftsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px; 
	height: 450px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innerleft {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #B0220A;
	z-index: 2;
}

/* Scroll Up Arrow */
img.scrollup {
	position: relative; 
	top: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Scroll Down Arrow */
img.scrolldown {
	position: relative; 
	top: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Schools Title */
h2.school {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	text-align: left; 
	color: #000000; 
	line-height: 110%; 
	margin-top: 25px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	margin-right: 10px; 
	border: 0px; 
	padding: 0px; 
	z-index: 1;
}
