@charset "utf-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;
}
.basecontact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.rightcolumn {
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	width: 400px;
	margin: 20px;
}
.fltlft {
	float: left;
	padding-left: 175px;
}


#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#title {
	padding: 40px 40px 3mm;
}
.subtitle {
	color: #333333;
}
.subtitleg {
    font: 14px Arial;
	color: #999999;
}
.subtitle18 {
    font: 18px Arial;
	color: #000000;
}
a {
	color: #4c4c4c;
	text-decoration: none;
}
a:link {
	color: #4c4c4c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#greybg {
	float: none;
	height: 350px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: center center;
	width: 1000px;
	float: none;
	text-align: left;
	margin: auto;
}
#greybghigh {
	background: #ffffff;
	float: none;
	width: 1000px;
}
.bull {
	list-style-position: outside;
	list-style-type: circle;
	position: relative;
	margin-left: 2px;
	left: 2px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	display: block;
	margin-left: -20px;
}


.labeltxt {
	width: 150px;
	display: block;
	text-align: right;
	float: left;
	margin: 5px;
}
form {
	font: 14px Arial;
	color: #FFFFFF;
	}

input {
	font: 14px Arial;
	color: #333333;
	border: 1px inset #999999;
	background: #F2F2F2;
	padding: 1px;
}
input.invalid {
	border: 2px inset #333333;
}

label.invalid {
	color:#F00;
	font-weight: bold;
}
.red {
	color: #FF0000;
}

label {
	font: 14px Arial;
	color: #333333;
	width: 200px;
	background: left;
}


textarea {
	font: 14px Arial;
	color: #333333;
	background: #F2F2F2;
	padding: 2px;
}
.button {
	font: bold 12px Arial;
	color: #FFFFFF;
	background: #aaa;
	border: 1px outset #000000;
}
.fltright {
	float: right;
}
.pad20 {
	padding-left: 20px;
}
/*#preschooltitle {
	position: relative;
	left: 50px;
	top: 120px;
	height: 20px;
	width: 160px;
	right: 790px;
	bottom: -120px;
}
*/
#preschooltitle {
	position: relative;
	left: 50px;
	top: -75px;
	height: 180px;
	width: 160px;
	right: 790px;
}
.subtitle2 {
	color: #333333;
	font-size: 16px;
}
.in40 {
	margin-left: 40px;
}
.rightprice {
	text-align: right;
	right: 2px;
}
kidspic {
	background-image: url(../header/premainpic.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

