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

/* ---- General ---- */
img {
	border: 0px;
}
body {
	margin: 0;
	background: #F6F6F6 url(images/body_bg.png) top left repeat-x;
	color: #6B6B6B;
	font: 12px/1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	padding: 0 5em 0 1.5em;
	width: 480px;
}

h2 {
	border-bottom: 1px solid #F6F6F6;
	margin: 0 0.8em 0.8em;
	font-size: 2em;
	color: #9D0D10;
	width: 540px;
}

:focus {
	outline: none;
}

/* ---- Layout ---- */
#main_wrapper {
	width: 940px;
	margin: 0 auto;
	background: url(images/content_bg.png) top center repeat-y;
}
#header {
	height: 176px;
	background: url(images/header_bg.png) repeat-x;
	padding: 0 35px;
}
#header .title {
	float: left;
}
#header .logo {
	float: right;
}
#content {
	background: url(images/top_grey_lines.png) top no-repeat;
	padding: 0px 60px;
}
#footer {
	background: url(images/footer_bg.png) bottom no-repeat;
	padding: 0 50px 50px;
	clear: both;
}
#footer ul {
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

/* ---- Staff Ingo ---- */

div.staff_info {
	clear: both;
	padding: 1em;
	overflow: auto;
	background: no-repeat 580px 20px;
}
div.staff_info img {
	margin-top: 1em;
	float: left;
	border: 1px solid #999999;
}
div.staff_info ul{
	list-style: inside;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 170px;
}
#header h1 {
	color: #FFFFFF;
	font-size: 2em;
	margin: 0px;
	padding: 1em 0px 0px 2em;
	line-height: 30px;
}
#logo {
	float: right;
}
#mission_statement {
	background: url(images/mission_statement_bg.gif) no-repeat 600px 550px;
	padding-bottom: 40px;
	padding-top: 50px;
}
.staff_info h3 {
	font-size: 1.6em;
	margin: 0px;
	padding: 10px 0px 10px 170px;
	color: #3A1C6C;
}
.staff_info h3 span {
	font-size: 0.6em;
	color: #000000;
}
#micheal {
	background-image: url(images/draw1.gif);

}
#bronwyn {
	background-image: url(images/draw2.gif);
	overflow: visible;
	padding-bottom: 38px;


}
#hydi {
	background-image: url(images/draw3.gif);

}
#header ul {
	float: left;
	clear: left;
	display: block;
	margin: 0px;
	height: 40px;
	width: 564px;
	padding: 0px 0px 0px 40px;
}
#download_pdf {
	width: 240px;
	float: right;
	border: medium double #B3B70D;
	padding: 10px 0px;
	margin: 0px;
}
#download_pdf h3 {
	text-align: center;
	font-size: 1.4em;
	color: #C51015;
	margin: 0px;
	padding: 6px 0px 0px;
	font-weight: normal;
}
.download_acrobat {
	font-size: 0.8em;
	display: block;
	padding-left: 66px;
}
#download_pdf ul {
	padding: 0px 0px 0px 20px;
	line-height: 2em;
	list-style: square inside;
	margin: 15px 0px 30px;
	font-size: 1.2em;
}
#header li {
	float: left;
	list-style: none;
}
#header ul a {
	height: 40px;
	width: 130px;
	display: block;
	text-indent: -9999px;
	margin-right: 11px;
}
#heading_container {
	height: 130px;
}

/*-------------- Menu Buttons --------------*/
#home {
	background: url(images/button_home.png);
}
#care_info {
	background: url(images/button_caring_info.png);
}
#parent_info {
	background: url(images/button_parent_info.png);
}
#about_us {
	background: url(images/button_about.png);
}
a:hover#home {
	background: url(images/button_home_.png);
}
a:hover#care_info {
	background: url(images/button_caring_info_.png);
}
a:hover#parent_info {
	background: url(images/button_parent_info_.png);
}
a:hover#about_us {
	background: url(images/button_about_.png);
}


#contact_info {
	float: right;
	clear: right;
	width: 244px;
	border: 1px dashed #DC0168;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
#contact_info h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 1.4em;
}
#contact_info dt {
	width: 60px;
	float: left;
	font-weight: bold;
	color: #333333;
}
#contact_info dd {
	margin-left: 60px;
	padding-bottom: 5px;
	font-size: 1.3em;
}
#contact_info dl {
	margin: 0px;
	padding: 15px 0px 20px 15px;
}
#contact_info a {
	text-align: center;
	display: block;
}
a {
	color: #0083D7;
}
a:hover {
	color: #DC0168;
}
#contact_page {
	padding-bottom: 40px;
	padding-top: 50px;
}
#contact_details {
	font-size: 1.4em;
	line-height: 2em;
	margin-left: 20px;
	overflow: auto;
	margin-bottom: 30px;
	margin-top: 15px;
}
#contact_details dt {
	width: 100px;
	float: left;
	clear: left;
}
#contact_details dd {
	margin-left: 110px;
}
#map {
	margin: 30px;
}
#new_centre {
	background: #B3B70D url(images/kids1.jpg) no-repeat;
	padding-left: 135px;
	height: 300px;
	width: 410px;
	color: #FFFFFF;
	font-size: 1.1em;
	border: thin solid #CCCCCC;
	margin-left: 10px;
	font-weight: bold;
	clear: left;
	padding-top: 40px;
	line-height: 3em;
	margin-bottom: 5em;
}
#new_centre li {
	background: url(images/smilly_bullet.gif) no-repeat 2px;
	list-style: none;
	padding-left: 28px;
}
#coming_locations {
	margin: 0px;
	padding: 0px 0px 5em;
	font-weight: bold;
}
#coming_locations li {
	padding: 0px 20px 0px 0px;
	list-style: disc inside;
	float: left;
	font-size: 1.5em;
	margin-left: 20px;
	color: #333333;
}
.3dplan {
	margin-left: 10px;
}
