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

/* First, zero out everything */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/* body */

body {
	background: #cab3a4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* outer wrapper of whole site */

#wrapper {	
	width: 100%;
	height: 100%;
	background-color:#b09a77;
	background-image:url(images/page_background.jpg);
	background-repeat:repeat-x;
	text-align: center;
	margin:0px;
	padding:0px;
	display:block;
	float: left;	
}
	
#appwrapper {
	width:1024px;
	height:auto;
	min-height:768px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	text-align: left;
	display:block;
}

/* header */
	
#masthead {
	width:847px;
	height:144px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
	
#header_top {
	position:relative;
	width:847px;
	height:89px;
	float:left;
}

#header_bottom {
	position:relative;
	width:847px;
	height:55px;
	float:left;
	display:table-cell;
}

/* Content */
	
#content {
	width:847px;
	height:517px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
	
#content_left {
	position:relative;
	width:367px;
	height:517px;
	float:left;
}

#content_right {
	position:relative;
	width:480px;
	height:517px;
	float:right;
}

/* Footer */
	
#footer {
	width:847px;
	height:107px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
	
#footer_left {
	position:relative;
	width:225px;
	height:107px;
	float:left;
}

#footer_right {
	position:relative;
	width:622px;
	height:107px;
	float:right;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513718;
}

.footer_text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513718;
}

.footer_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513718;
}

.footer_text a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513718;
}

.footer_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513718;
}

/* Navigation */

#home {
width:81px;
height:55px;
}

#whatsnew {
width:98px;
height:55px;
}

#aboutus {
width:80px;
height:55px;
}

#music {
width:55px;
height:55px;
}

#staff {
width:53px;
height:55px;
}

#mission {
width:71px;
height:55px;
}

#daycare {
width:74px;
height:55px;
}

#edu {
width:165px;
height:55px;
}

#links {
width:53px;
height:55px;
}

#guestbook {
width:117px;
height:55px;
}

#sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.pagetext a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.pagetext a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.pagetext a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.pagetext a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.dirtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
	margin-left:80px;
	margin-right:60px;
}

.dirtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
	margin-left:80px;
	margin-right:60px;
}

.dirtext a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.dirtext a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.dirtext a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}

.dirtext a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E3518;
	margin: 10px;
}  




.pagetext_headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4E3518;
	font-weight: bold;
	margin: 10px;
}

.png {
	cursor: pointer;
	background: none;
	/* filter applies only to IE5+/Win */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='http://domain.tld/path/image.png');
}
.png[class] {
	/* [class] applies to non-IE browsers */
	background: url(http://domain.tld/path/image.png) no-repeat;
}
* html .png a {
	/* make links clickable in IE */
	position: relative;
	z-index: 999;
}

* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
