@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #524018;
	font-size: 14px;
	color: #2D2513;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.announcement{
	font-weight: bold;
	color: #35479B;
	}
	
.emphasize{
	font-weight: bold;
	color: #BF2C37;
	font-style: italic;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #35479B;
	font-style: normal;
	padding-top: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #524018;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #35479B;
	font-style: normal;
	padding-top: 16px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #524018;
}


a img {
border: none;
}

a:link {
	text-decoration:none;
	color: #900;
}
a:visited {
text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #900;
}


table.simple {
	text-align: left;
	float:right;
	font-size: 11px;
	border: none;
}
table.simple th {
	
	padding: 0px 5px 5px 0px;
	font-weight: bold;
	border: none;

}
table.simple td {
	padding: 0px 5px 5px 0px;
	border: none;

}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/container_bgd.jpg);
	background-repeat: no-repeat;
	background-color: #E0D5B5;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
} 

#header {
	height: 228px;
	width: 900px;
} 

#header_nav {
	position: relative;
	height: 40px;
	width: 440px;
	float: right;
	margin: 14px 10px 0 0;
	
}

 #header #header_nav img {
	 float: right;
	 padding: 0 10px 0 9px;
 }
	
#left_sidebar {
	float: left;
	width: 170px;
	padding: 115px 0px 10px 10px;
}

#left_sidebar img{
	padding: 0 0 10px 0;
}
	

#right_sidebar {
	float: right;
	width: 210px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#right_sidebar #hours {
	float: right;
	width: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#right_sidebar p{
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}



#right_sidebar #daycare {
	float: right;
	width: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}


#right_sidebar #contact {
	width: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	float: right;
}


ul li{
	list-style-position: outside;
	list-style-image: none;
	color: #2D2513;
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
   }			 



#main_content {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 43px;
	padding-bottom: 0px;
} 



#main_content #reminders{
	width: 470px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#reminders p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}
	

#main_content #news{
	width: 470px;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#main_content .news{
	margin-bottom: 20px;
	padding: 10px;
	
}

#footer {
	width: 900px;
	height: 238px;
	clear: both;
	background-image: url(../img/footer_bgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer p {
	margin: 0;
	font-size: 9px;
	color: #FFF;
	padding: 210px 0 0 10px;
	text-align: center;
}


.logo_class {
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

