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

body { 
	background-color:#CCCCCC; 
	color:#fff;
	padding:25px 0 0 0;
	}

#container{
	width:926px;
	border:0;
	position:relative;
	margin:0 auto;
	text-align:left;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	}
#containerheader {
	width:926px;
	height:276px;
	background-image:url(../images/indexheader.jpg);
	background-repeat:no-repeat;
	}

#containerrepeat {
	width: 100%;
	height: 5px;
	background:url(../images/line.jpg) repeat-x;
	}

#containerindex {	
	width:230px;
	height:925px;
	}

#containeraboutus {	
	width:230px;
	height:1080px;
	}
#containeraccreditation {	
	width:230px;
	height:775px;
	}
#containerteachers {	
	width:230px;
	height:955px;
	}
#containerparentinfo {	
	width:230px;
	height:1775px;
	}
#containerphilosophy {	
	width:230px;
	height:1008px;
	}
#containercontactinfo {	
	width:230px;
	height:700px;
	}
#containerupcoming {	
	width:230px;
	height:1150px;
	}
#containeremergency {	
	width:230px;
	height:700px;
	}
#containerhelpfullinks {	
	width:230px;
	height:700px;
	}
	
/*copy positioning*/	

#copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	position:absolute;
	top:300px;
	padding:0 0 0 25px;
	text-align:left;
	width:627px;
	height:inherit;
	color:#000000;
	left: 233px;
	}

#secondcopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	position:absolute;
	top:338px;
	padding:0 0 0 35px;
	text-align:left;
	width:300px;
	height:inherit;
	color:#000000;
	left: 533px;
	}

#thirdcopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	position:absolute;
	top:380px;
	padding:0 0 0 35px;
	text-align:left;
	width:300px;
	height:inherit;
	color:#000000;
	left: 533px;
	}
	
/*list*/	

a:focus {outline-style:none;}


#menu {
	margin:0; 
	padding:0; 
	border:0;
	width:230px; 
	list-style:none;
	}
#menu ul li{ 
	padding:0; 
	margin:0px;
	border:0; 
	height:46px;
	display:block;
	}


a.index, a.aboutus, a.accreditation, a.teachers, a.parentinfo, a.calendar, a.lunchmenu, a.smilezone, a.emergency, a.philosophy, a.contactinfo, a.upcomingevents, a.josephchurch, a.helpfullinks {
text-decoration:none;
float:left;
height:46px;
}
a.index {background:url(../images/home.jpg);width:230px;}
a:hover.index {background-position:0 -46px;}

a.aboutus {background:url(../images/aboutus.jpg);width:230px;}
a:hover.aboutus {background-position:0 -46px;}

a.accreditation {background:url(../images/accreditation.jpg) no-repeat top left;width:230px;}
a:hover.accreditation {background-position:0 -46px;}

a.teachers {background:url(../images/teachers.jpg) no-repeat top left;width:230px;}
a:hover.teachers {background-position:0 -46px;}

a.parentinfo {background:url(../images/parentsinfo.jpg) no-repeat top left;width:230px;}
a:hover.parentinfo {background-position:0 -46px;}
	
a.calendar {background:url(../images/calendar.jpg) no-repeat top left;width:230px;}
a:hover.calendar {background-position:0 -46px;}

a.lunchmenu {background:url(../images/lunchmenu.jpg) no-repeat top left;width:230px;}
a:hover.lunchmenu {background-position:0 -46px;}

a.smilezone {background:url(../images/smilezone.jpg) no-repeat top left;width:230px;}
a:hover.smilezone {background-position:0 -46px;}

a.emergency {background:url(../images/emergencyclosing.jpg) no-repeat top left;width:230px;}
a:hover.emergency {background-position:0 -46px;}

a.philosophy {background:url(../images/philosophy.jpg) no-repeat top left;width:230px;}
a:hover.philosophy {background-position:0 -46px;}

a.contactinfo {background:url(../images/contactinfo.jpg) no-repeat top left;width:230px;}
a:hover.contactinfo {background-position:0 -46px;}

a.upcomingevents {background:url(../images/upcomingevents.jpg) no-repeat top left;width:230px;}
a:hover.upcomingevents {background-position:0 -46px;}

a.josephchurch {background:url(../images/josephchurch.jpg) no-repeat top left;width:230px;}
a:hover.josephchurch {background-position:0 -46px;}
	
	
a.helpfullinks {background:url(../images/helpfullinks.jpg) no-repeat top left;width:230px;}
a:hover.helpfullinks {background-position:0 -46px;}
	
	
	
