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

body, p, ol, ul, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-weight: normal;
	color: #3870CD;
	margin:0;
	padding:0;
}

body { 
	background-color: #3870CD;
    text-align:center;/*FOR IE*/ 
	
  }


/*LAYOUT STYLES*/
#container {
width:900px;
margin:0 auto;
padding:0 0 10px 0;
text-align:left;
background:#fff;
background-image:url(images/blocks-background.jpg);
background-position:right;
background-repeat:repeat-y;

}

#header {
height:150px;
background-color:#fbcac9;
background-image:url(images/my-little-angels-day-care-top.jpg);
height:150px;
}

/*************NAVIGATION*************/
#nav {
height:28px;
margin-bottom:20px;
background-color:#D4100B;
color: #fff;
font-size: .9em;
line-height:28px;
font-weight:normal;
text-align:center;
}

#nav img {
margin:6px 8px 0 8px;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
color:#fff;
text-decoration:none;
}

#nav a:hover {
color:#fdd4d4;
text-decoration:underline;
}




#content {
width:650px;
margin:0 auto;
background-color:#fff;
}
#photocontent {
width:750px;
margin:0 auto;
background-color:#fff;
text-align:center;
}

img.bordered {
border:6px solid #fdd4d4;
margin-top:5px;
}



a:link, a:visited, a:hover, a:active {

color: #3870CD;
}




p {
margin-top:1.2em;
font-size:.95em;
padding:0 2em;
line-height:1.5em;
}

p.tight {
font-size:.95em;
padding:0 2em;
line-height:1.2em;
}

p.small {

font-size:.85em;
padding:0 2em;
line-height:1.2em;

}


strong {
color:#3870cd;
font-size:1.1em;
}


/* awards ********************/

.awards p{
	text-align:center;
}

.awards h1, .awards h2 {
	text-align:center;
}


ul {
margin-left:30px;
list-style:none;
list-style-image:url(images/nav-block-bullet.jpg);
}

ul li {
margin:20px 30px 10px 60px;
font-size:.95em;
line-height:1.2em;
}


blockquote {
margin:4px 0 0 30px;
}

blockquote p {
line-height:1.3em;
margin:0;
font-size:.85em;
}


h1, h2, h3, h4, h5, h6 {
color:3870cd;
font-weight:bold;
}

h1 {
font-size:1.5em;
line-height:1.2em;
}

h2 {
font-size:1.2em;
line-height:1em;
}

h3 {
font-size:1em;
line-height:1.4em;
}

h4 {
font-size:.8em;
line-height:.7em;
}


#footer {
margin:30px 30px 0	30px;
padding:5px;
border-top: 4px solid #fdd4d4;
}


p.footer {
font-size:.8em;
line-height:1.2em;
margin-top:0;
}


#schedule {
	background-color: #fbe5e5;
	padding: 5px 20px 15px 20px;
	width: 550px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top:30px;
	border: 1px solid #df4440;
}


img.right {
float:right;
margin-left:15px;
border:6px solid #fdd4d4;
}



/*FAQs*/

.faqQuest {
margin: 0 0 0 20px;
padding:0;
font-weight:bold;
}


.faxAnsw {
margin: 0 0 15px 42px;
padding:0;
font-weight:normal;
}
.faxAnsw2digit {
margin: 0 0 15px 49px;
padding:0;
font-weight:normal;
}


/*testimonials*/

#testi {
	background-color: #fbe5e5;
	padding: 15px 20px 15px 20px;
	width: 550px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top:30px;
	border: 1px solid #df4440;
}

p.testimonial {
margin:0;
font-size:1em;
padding:0;
line-height:1.6em;
font-style: italic;
}

p.testimonialgiver {
font-size:.9em;
text-align:right;
margin:0 40px 0 0;
padding:0;
}






