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

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}
#wrapper {
	min-height: 100%;
	z-index: 1;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/menu_tile.gif);
	background-repeat: repeat-y;
	background-position: 10px 0px;
}
#header {
	position: relative;
	z-index: 2;
	height: 143px;
	background-image: url(../images/banner_swirls.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header div {
	position: absolute;
}
#header #logo {
	top: 40px;
	left: 509px;
}
#header #daycareTitle, #header #nurseryTitle {top: 23px;}
#header #supportTitle {top: 23px;}

#header #daycareTitle {left: 110px;}
#header #nurseryTitle {left: 218px;}
#header #supportTitle {left: 303px;}

#header #daycarePhoto, #header #nurseryPhoto, #header #supportPhoto {top: 42px;}
#header #daycarePhoto {left: 87px;}
#header #nurseryPhoto {left: 195px;}
#header #supportPhoto {left: 302px;}

#menu {
	float: left;
	z-index: 3;
	width: 133px;
	height: 100px;
	padding-left: 10px;
	margin-top: 22px;
}
#menu ul {
	margin: 10px 0px 15px;
	list-style-type: none;
}
#menu ul li ul {
	margin: 0 0 0 0;
}

#menu ul li {
/*	height: 1.333em;*/
}
#menu ul li ul li {
	color: #908F91;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	display: block;
	padding: 3px 5px 3px 15px;
/*	height: 0.9em;*/
	line-height: 1em;

	color: black;
	font-size: 83.3%;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
}
#menu ul li a:hover, #menu ul li a:focus {
	background: #f5ecd8 url(../images/bg_menuarrow.gif) no-repeat right top;
}

#menu ul li ul li a:link, #menu ul li ul li a:visited, #menu ul li ul li a:hover, #menu ul li ul li a:active, #menu ul li ul li a:focus {
	color: #A68A7E;
	padding-left: 25px;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus {
	background: #f5ecd8 url(../images/bg_menubullet.gif) no-repeat 16px 5px;
}

#content {
	float: left;
	z-index: 4;
	width: 587px;
	min-height: 362px;
	padding: 20px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: 204px 0px;
}
#content #flowControl {
	float: right;
	height: 245px;
	width: 220px;
	position: relative;
}

#rhs {
	position: absolute;
	top: 134px;
	left: 50%;
	z-index: 5;
	width: 216px;
	margin-left: 159px;
	text-align: left;
	padding-top: 280px;
}
#rhs #photo {
	position: absolute;
	top: 0;
	left: 0;
}
#rhs #logoset {
	position: absolute;
	top: 192px;
	left: -38px;
}
#footer {
	position: relative;
	z-index: 6;
	width: 780px;
	height: 19px;
	margin: -19px auto 0;
	text-align: left;
}
#footerMenu {
	position: absolute;
	width: 605px;
	height: 12px;
	margin-left: 10px;
	padding: 4px 0px 3px 155px;
	background-color: #eee1c3;
}
#footerMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 9px;
	
}
#footerMenu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#footerMenu ul li img {
	margin: 2px 0 1px 0;
}
#footerMenu ul li.divider img {
	margin: 0 13px;
}
div.error {
	background-color: #fdf5f5;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-height: 39px;
	padding: 10px 10px 10px 62px;
	margin-bottom: 1.25em;								/* 15px */
	font-size: 0.91em;
	border-top: 1px solid #d78282;
	border-bottom: 1px solid #d78282;
	color: #e35456;
}
p.error {
	color: #FF0000;
}
.clear {
	position: relative;
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border: none;
}

.jsEnabled {
	display: none;
}

#errDump {
	color: #cccccc;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-top: 50px;
}
