/* Blue CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url("Assets/blueSplat.jpg") #000066 top left repeat-y;
	color:#000000;
}

#container {
	text-align:center;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	color:#000000;
	background:url("Assets/backBlue.gif") repeat-y top;
	width:630px;
	border-top:transparent solid 1px;
	border-bottom:transparent solid 1px;
}

/************HEADER SECTION************/

#nurseryHeader {
 	margin-top:15px;
	margin-bottom:20px;
}

#nurseryHeader h2 {
	width:500px;
	height:204px;
	margin:0px auto;
	background:url("Assets/blackBoard.jpg") transparent no-repeat;
}

#nurseryHeader h2 span {
	display:none;
}

/************NAVIGATION SECTION************/

#navigation {
	text-align:center;
	word-spacing:30px;
	width:300px;
	margin-right:auto;
	margin-left:auto;
}

#navigation a, #navigation a:visited{
	color:#cc3300;
	font-family:"Comic Sans MS",Tahoma,Arial,Helvetica,cursive;
	font-size:16px;
	font-weight:bold;
	background-color:#FFFFFF;
	text-decoration:none;
	letter-spacing:5px;
	padding:3px;
}

#navigation a:hover{
	color:#FF6600;
	background-color:#FFFFFF;
	text-decoration:underline;
}

/************INTRO SECTION************/

#intro, #communication, #openTime, #flexCare, #staffList, #fees {
	text-align:center;
}

#intro {
	width:486px;
	height:116px;
	background:transparent;
	margin:30px auto;
}
#intro p {
	font-family:"Comic Sans MS",Tahoma,Arial,Helvetica,cursive;
	font-size:15px;
	padding:10px;
}
#intro p:first-letter , #flexCare p:first-letter , #fees p:first-letter {
	font-size:22px;
	font-weight:600;
	color:#000099;
}

/************COMMUNICATION SECTION************/

#communication p{
	font-family:"Comic Sans MS",Tahoma,Arial,Helvetica,cursive;
	font-size:15px;
	padding:10px;
	font-weight:normal;
	display:none;
}
#address h3{
	display:none;
}


/************FLEX CARE SECTION************/
/* all notes are for when this section is in text-align:justify; and the title is on the left*/

#flexCare {
	width:450px;
	background:transparent;
	text-align:center;
	margin:30px auto;
}

#flexCare h3 {
	background:url("Assets/flexCareBlue.gif") center transparent no-repeat;
	/*width:450px;*/
	width:300px;
	height:40px;
	margin:5px auto;
}

#flexCare h3 span {
	display:none;
}


#flexCare p {
	font-family:"Comic Sans MS",Tahoma,Arial,Helvetica,cursive;
	font-size:15px;
	margin:15px;
}

#flexList {
	display:none;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:20px;
}

	
/************OPEN TIME SECTION************/
/* all notes are for when this section is in text-align:right;*/

#openTime {
	width:500px;
	height:140px;
	/*background:url(Assets/graySquig.gif) left top transparent no-repeat;*/
	text-align:center;
	margin:30px auto;
}

#openTime h3 {
	background:url("Assets/openTimeBlue.gif") transparent no-repeat;
	width:200px;
	height:40px;
	margin:4px auto;
}

#openTime h3 span {
	display:none;
}

#openTime p {
	margin:15px 20px 15px 20px;
	font-family:"Comic Sans MS", Tahoma,Arial,Helvetica,cursive;
	font-size:15px;
}
#openTime .p1 {
	font-weight:bold;
}

/************STAFF LIST SECTION************/

#staffList {
	width:486px;
	font-family:"Comic Sans MS",Tahoma,Arial,Helvetica,cursive;
	font-size:15px;
	margin:15px auto;
	padding:10px;
	text-align:center;
}

#staffList h3, #staffList h4, #fees h4 {
	position:relative;
	color:#3366cc;
	background-color:transparent;
	font-weight:bold;
}

/************FEES SECTION************/

#fees {
	width:486px;
	font-family:"Comic Sans MS",Tahoma,Arial,Helvetica,cursive;
	font-size:15px;
	margin:15px auto;
	padding:10px;
	text-align:center;
}
#fees p.blank:first-letter {
	font-size:15px;
	font-weight:normal;
	color:#000000;
}
#fees p span{
	display:block;
	line-height:1.5em;
}


/*****************FOOTER********************/
#footer p {
	font-family:"Comic Sans MS",Tahoma,cursive;
	font-weight:bold;
	font-size:13px;
	line-height:1.5em;
}



