/*Kids at Heart Stylesheet*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
}



#homecell {
	width: 92px;
}

#ofstedcell {
	width: 92px;
}

#contactcell {
	width: 92px;
}

#homecell a {
	width: 93px;
	height: 100%;
	text-indent: -5000px;
}

#leftnav {
	width: 205px;
	vertical-align: top;
}

#maincontent {
	/*width: 545px;*/
	vertical-align: top;
	background: #FEEAA5 url(../images/maincontent_bg.jpg) top right no-repeat;
	padding: 150px 10px 10px 10px;
	font-size: 12px;
	line-height: 19px;
}

#maincontent h2 {
	color: #DF0214;
	padding: 5px 0 15px 0;
	margin: 0;
	font-size: 20px;
	line-height: 23px;
}

#maincontent p {
	color: #000;
	padding: 2px 0 14px 0;
	margin: 0;
	font-size: 12px;
}

#maincontent ol, #maincontent ul {
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

#maincontent a {
	color: #DF0214;
	text-decoration: none;
	font-weight: bold;
}

#maincontent a:hover {
	color: #DF0214;
	text-decoration: underline;
}

#theleftnav {
	background: url(../images/leftnav_bg.jpg) top left no-repeat;
}
	
#theleftnav td {
	height: 31px;
	width: 205px;
	text-align: left;
	vertical-align: middle;
}

#theleftnav a:link, #theleftnav a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 205px;
	height: 31px;
	line-height: 31px;
	display: block;
	text-indent: 40px;
}

#theleftnav a:hover {
	color: #000;
}

#footer {
	height: 23px;
	width: 750px;
	background: #FFCC33 url(../images/footer.gif) top left no-repeat;
	font-size: 11px;
}

#extreme {
	height: 23px;
	width: 750px;
	font-size: 11px;
	color: #A5A5A5;
	padding-left: 20px;
}

#extreme a {
	color: #A5A5A5;
	text-decoration: none;
}

#extreme a:hover {
	color: #000;
	text-decoration: none;
}

/********************************** Top Nav **********************************/

#topnav {
	height: 56px;
	width: 750px;
}

#thetopnav {
	background-image: url(../images/nav_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 750px;
	height: 21px;
}


div#globalnav	{
	height: 56px;
	width: 750px;
	margin: 0;
	padding: 0;
	border: 0;
	}

div#globalnav ul#menu	{
	height: 56px;
	width: 750px;
	background: transparent url(../images/nav_bg.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 56px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0; width: 93px;}
#ofsted  {left: 93px; width: 93px;}
#contact	{left: 186px; width: 95px;}

#home a:hover	{background: transparent url(../images/nav_bg.jpg) 0 -56px no-repeat;}
#ofsted a:hover	{background: transparent url(../images/nav_bg.jpg) -93px -56px no-repeat;}
#contact a:hover {background: transparent url(../images/nav_bg.jpg) -186px -56px no-repeat;}


#home.thisPage a:link, #home.thisPage a:visited	{background: transparent url(../images/nav_bg.jpg) 0 -56px no-repeat;}
#ofsted.thisPage a:link, #ofsted.thisPage a:visited	{background: transparent url(../images/nav_bg.jpg) -93px -56px no-repeat;}
#contact.thisPage a:link, #contact.thisPage a:visited {background: transparent url(../images/nav_bg.jpg) -186px -56px no-repeat;}



/*********************************** Contact Info ***************************************/

.contactinfo td {
	vertical-align: top;
	border: 3px solid #DF0214;
	border: 3px solid #FFCC32;
	
	background-color: #FCEEB7;
}
.vcard {
	padding-bottom: 20px;
}
.org {
	color: #DF0214;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

