/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #009;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
#contentStaffcontainer1 {
	width: 680px;
	position: relative;
	left: 50px;
	height: auto;
	margin-bottom: 20px;
}
#StaffBar1 {
	height: 35px;
	width: 780px;
	font-family: "Times Roman", "Times New Roman";
	color: #FFF;
	background-color: #C00;
	position: relative;
	float: none;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
#blackboxStaff {
	height: 40px;
	width: 108px;
	background-color: #000;
	position: relative;
	left: 336px;
	bottom: 85px;
	float: none;
}
#submenu {
	height: 65px;
	width: 780px;
	background-color: #000;
	position: relative;
	float: none;
	z-index: 1;
	top: 10px;
}
.StaffContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #ff9;
	height: auto;
	width: 680px;
	padding: 0px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 60px;
	margin-bottom: 15px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 210px;
	overflow: hidden;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	position: relative;
	left: 20px;
	top: 25px;
	height: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 9pt;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	width: 780px;
	position: absolute;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	min-height: 100% !important;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFF;
}
#footerbar {
	height: 45px;
	width: 780px;
	background-color: #C00;
	position: relative;
}
.HeaderText {
	font-family: Times, serif;
	font-size: 24px;
	color: #FFF;
	height: 36px;
	width: 780px;
	position: relative;
	background-color: #C00;
	top: 6px;
	text-indent: 20px;
}
.CenteredPics {
	padding-top: 10px;
}
.headerinfoone {
	background-image: url(Assets/redUnderline.png);
	background-repeat: no-repeat;
	background-position: right 25px;
}
.BlackRightLine {
	background-image: url(Assets/blackLineRight.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.headerlink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #039;
	text-decoration: underline;
}
a:link {
	height: 60px;
	width: 107px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
#logo {
	height: auto;
	width: auto;
	position: relative;
	padding-top: 10px;
}
#headerinfoone {
	text-align: right;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C00;
	position: relative;
	right: 25px;
	bottom: 22px;
}
#headerinfotwo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	position: relative;
	text-align: right;
	color: #000;
	height: 70px;
	width: 250px;
	bottom: 160px;
	left: 475px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
}
#headergraphic {
	height: 35px;
	width: 780px;
	background-color: #C00;
	font-family: Times, serif;
	color: #FFF;
	font-size: 24px;
	position: relative;
	padding-top: 10px;
}
#book {
	background-image: url(Assets/book.png);
	height: 58px;
	width: 65px;
	padding: 0px;
	float: right;
	bottom: 30px;
	position: relative;
	left: 10px;
	z-index: 2;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/book.png');
	_background: none; 
}
#menuNav {
	height: 60px;
	width: 770px;
	position: relative;
	right: 2px;
	margin-bottom: 5px;
	margin-top: 15px;
}
#menuNav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#homenav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	margin-right: 5px;
	background-color: #C00;
	left: 8px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#aboutnav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	position: absolute;
	left: 118px;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#programnav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	position: absolute;
	left: 228px;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#staffnav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	position: absolute;
	left: 338px;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#enrollnav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	position: absolute;
	left: 448px;
	margin-right: 5px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#parentcornernav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	position: absolute;
	left: 558px;
	margin-right: 5px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#contactnav {
	background-image: url(Assets/buttonCorners.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #C00;
	position: absolute;
	left: 668px;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='http://pelc.us/Assets/buttonCorners.png');
	_background-image: none;
}
#mainPagePictures {
	background-color: #fff;
	height: 215px;
	width: 780px;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	bottom: 10px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aboutcontainter {
	position: relative;
	height: 900px;
	width: 780px;
	float: none;
}
#contentcontainer {
	width: 735px;
	position: relative;
	margin-top: 40px;
	margin-left: 20px;
	height: auto;
	margin-bottom: 20px;
}
#contentcontainer2 {
	width: 265px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: visible;
	height: auto;
}
#contentAboutcontainer1 {
	width: 460px;
	position: relative;
	top: 15px;
	margin-bottom: 40px;
	visibility: visible;
	float: left;
	left: 20px;
}
#contentAboutContainer2 {
	width: 265px;
	position: relative;
	height: auto;
	top: 17px;
	float: left;
	left: 35px;
}
.ContactInfo {
	text-align: center;
}
.contactform {
	text-align: right;
}
#aboutpicture {
	background-image: url(Images/Photos/ProgramAgeGroupPictures/aboutpic.jpg);
	height: 200px;
	width: 265px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	float: right;
	position: relative;
	margin-bottom: 20px;
}
.programheaders {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
#contentprograms {
	background-color: #5D91FF;
	height: auto;
	width: 420px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	position: relative;
	left: 20px;
	float: left;
	top: 33px;
}
#programspicture {
	width: 305px;
	height: 225px;
	position: relative;
	float: left;
	left: 35px;
	top: 35px;
}
#blackboxProg {
	height: 40px;
	width: 108px;
	background-color: #000;
	position: relative;
	left: 226px;
	bottom: 85px;
	float: none;
}
.StaffTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #000;
	text-align: center;
}
.StaffInfo {
	text-indent: 234px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
}
.EnrollmentFormHeadersStaff {
	font-family: "Times Roman", "Times New Roman";
	text-align: center;
	font-size: 24px;
	color: #FFF;
	padding-top: 10px;
}
.EnrollmentFormHeadersProg {
	font-family: "Times Roman", "Times New Roman";
	text-align: center;
	font-size: 24px;
	color: #FFF;
	padding-top: 10px;
}
.enrollmentformLinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.programheaders p a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
}
.programheaders p a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #C00;
}
#footer  {
	position: relative;
	height: 115px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.teacherpicture {
	height: 225px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
	background-color: #669933;
	padding-top: 20px;
	padding-left: 20px;
}
#submenu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

