/* colors 

	borders - #ca397e
	background - #f9ecff
	navi bg - #fdff63
	
*/

html,body {
		height:100%;
		margin: 0;
		min-height:100%;
		padding: 0;
}
Body {
	background-color: #f9ecff;
	background-image: url(images/nursery_background.jpg);
	background-position: top left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-align: center;
}
b,strong {
	font-weight: bold;
	color: #ca397e;
	font-style: italic;
}
em, i {
	font-weight: normal;
	color: #ca397e;
	font-style: italic;
}
H2 {
	border-bottom: 2px solid #ca397e;
	font-size: 1.1em;
	color: black;
	padding-bottom: 3px;
}
input, textarea {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	padding: 2px;
	color: #ca397e;
	border: 1px solid #ca397e;
	margin: 2px;
}
img {
	padding: 3px;
	border: 3px solid #ca397e;
}
img.none {
	padding: 0px;
	border: 0px;
}
ul, li {
	list-style-image: url(images/nursery_bullet_point.jpg);
}

/* id tags */

#container {
	width: 770px;
	border-left: 3px solid #ca397e;
	border-right: 3px solid #ca397e;
	background-color: white;
	text-align: left;
	padding: 0px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}
* html #container {
	height: 100%;
}
#content {
	padding: 0 10px 10px 10px;
	margin-top: 90px;
}
#navi {
	width: 770px;
	height: 70px;
	background-color: #fdff63;
	text-align: center;
	position: absolute;
	left: 0;
	top: 97px;	
	border-top: 3px solid #ca397e;
	border-bottom: 3px solid #ca397e;
}
#flexisearch {
	float: right;
	height: 35px;
	width: 250px;
	text-align: right;
}
#contact {
	width: 300px;
	text-align: right;
	height: 200px;
	margin: 0px auto;
}
H1 {
   padding: 97px 0 0 0;
   overflow: hidden;
	background-image: url(images/daycare_header.jpg);
   background-repeat: no-repeat;
    
   height: 0px !important;
   height /**/:97px;
	margin: 0px;
}

/* class tags */

.footer {
	text-align: center;
}
.horizontalrule {
	margin: 0px auto;
	width: 100%;
	height: 2px;
	background-color: #ca397e;
	font-size: 1px;
}
.footnotes {
	text-align: center;
	font-size: 0.8em;
}
.navimg {
	border: 0px;
	padding: 0px;
}


/* Link Tags */

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ca397e;
	font-weight: bold;
}
a:hover {
	color: #ca397e;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a.navi {
	text-decoration: none;
	border: 0px;
}
a.navi:hover {
	text-decoration: none;
	border-bottom: 0px;
}
a.nohover {
	text-decoration:none;
	border: 0px;
}
a.nohover:hover {
	text-decoration:none;
	border: 0px;
}
