
body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	text-align: center;
}

html, body {
	background: #539636 url(../images/background.jpg) no-repeat center top;
	color: #333333;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	min-width: 990px;
	width: 990px;
	margin: 0 auto;
}

/* Header */

#header {
	position: relative;
	height: 172px;
}

#header h1 {
	position: absolute;
	left: -17px;
	top: 0;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 495px;
	height: 181px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header .horse01 {
	position: absolute;
	width: 112px;
	height: 112px;
	background: url(../images/horse01.png) no-repeat;
	right: 162px;
	top: 58px;
}

#header .horse02 {
	position: absolute;
	width: 62px;
	height: 92px;
	background: url(../images/horse02.png) no-repeat;
	right: 305px;
	top: 65px;
}

#header .enrolment {
	position: absolute;
	right: 9px;
	top: 0;
	width: 244px;
	height: 66px;
	background: url(../images/enrolment.png) no-repeat;
	text-indent: -9999em;
}

#header .longDayCare {
	position: absolute;
	right: 270px;
	top: 0;
	width: 244px;
	height: 71px;
	background: url(../images/longday-care.png) no-repeat;
	text-indent: -9999em;
}

#header .facebook {
	position: absolute;
	right: 9px;
	bottom: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/facebook.png) no-repeat;
}

/* Top Navigation */

#topNavigation {
	height: 56px;
	background: #f28d4e url(../images/navi-bg.png) repeat-x;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: relative;
	z-index: 100;
}

#topNavigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#topNavigation ul li {
	position: relative; 
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
	color: #fff;
}
#topNavigation ul li.First a {
	margin-left: 20px;
}
#topNavigation ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding: 0 25px;
	white-space: nowrap;
}

#topNavigation ul ul {position:absolute; display:none;padding-left:0;padding-bottom: 15px; left: 0; top: 45px }
#topNavigation ul li:hover ul {display:block;}
#topNavigation ul ul li {
	float:none; 
	font-size: 14px;
}
#topNavigation ul ul li:last-child a {
	padding-bottom: 10px !important;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#topNavigation ul ul li a {
	text-align:left; 
	width:180px; 
	background:#4F230C; 
	white-space:nowrap;
	height: 30px;
	line-height: 30px;
	}
#topNavigation ul ul li a.First{ } 
#topNavigation ul ul li a:hover {background:#7e4223;}



#sideNavigation {
	width: 170px;
	float: right;
	background: #b14813;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    font-family: Century Gothic, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size : 11pt;
	margin: 15px 0 20px 15px;
}
#sideNavigation ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
#sideNavigation ul li {
	position: relative;
	margin-top: 1px;
	
}
#sideNavigation ul li a {
	display: block;
	padding: 12px 10px 10px 10px;
	text-decoration: none;
	font-size: 16px; 
	color: #fff;
}
#sideNavigation ul li a:hover {
	font-weight: bold;
}



/* Container */

#container {
	margin-top: -11px;
	padding: 20px 15px;
	background: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	min-height: 400px;
}


.clear {
	blear: both;
	}
/* Footer */

#footer {
	padding: 8px 20px;
}

#footer .contact {
	float: left;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

#footer .copyright {
	float: right;
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#FormBlock td {
	padding: 2px 0;
	font-size: 12px;
}
#FormBlock .formtext {
	font-weight: bold;
}
#enrolmentForm .header {
	font-weight: bold;
}
#enrolmentForm .fieldRequired {
	color: red;
}
div.error { color: #DA6022; font-weight: bold; border: 1px solid #DA6022; text-align: center; background-color: #f8ebcf; padding: 10px 0; margin-bottom: 20px;}
input.error, textarea.error { border: 1px solid #DA6022; }

label.error {
	color: red;
	font-weight:normal;
	font-size: 11px;
	display: block;
	min-width: 200px;
}