/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Image+
      Author: Adam Brett
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
    background: #D4ECD4 url('../img/bg.jpg') repeat-x top left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 -20px 0;
}

.box {
    background: none;
    margin-top: 1.5em;
}

div.clear {
    clear: both;
    padding-top: 15px;
}

/**************************************/
/*              LAYOUT                */
/**************************************/
#wrapper {
    background: url('../img/wrapper-bg.jpg') repeat-y top left;
    margin: 0 auto;
    padding: 0 4px;
    width: 811px;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
    background: url('../img/header-bg.jpg') no-repeat top left;
    height: 221px;
}

#header img {
    padding: 30px 0 0 20px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#topNav {
    background: #CECECE;
    height: 28px;
    line-height: 28px;
}

#topNav ul {
    font-size: 10px;
    list-style-type: none;
    margin: 0 1em;
}

#topNav li {
    color: #454545;
    display: inline;
    margin: 0;
}

#topNav a {
    color: #454545;
    text-decoration: none;
}

#topNav a:hover {
    color: #454545;
    text-decoration: underline;
}

#siteNav {
    text-align: right;
}

#leftNav {
    font-size: 10px;
}

#leftNav ul {
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
}

#leftNav li {
    margin: 0 0 10px 0;
}

#leftNav li li {
    margin: 0 0 5px 0;
}

#leftNav ul ul {
    display: none;
    list-style-type: circle;
    margin-left: 40px;
    margin-top: 10px;
}

#leftNav ul ul ul {
    display: none !important;
    list-style-type: square;
    margin-left: 15px;
    margin-top: 5px;
}

#leftNav ul ul li.active ul {
    display: block !important;
}

#leftNav ul ul li.active a {
    color: #000;
}

#leftNav ul ul li.active ul a {
    color: #7C7C7C;
}

#leftNav ul ul li.active ul a:hover, #leftNav ul ul li.active ul a.active {
    color: #000;
}

#leftNav a {
    color: #7C7C7C;
    display: block;
    padding-left: 28px;
    text-decoration: none;
}

#leftNav a:hover, #leftNav li.active a {
    border-left: 11px solid #46AD44;
    color: #000;
    padding-left: 17px;
}

#leftNav ul ul a, #leftNav li.active ul a {
    border-left: none;
    color: #7C7C7C;
    padding-left: 0;
}

#leftNav ul ul a:hover {
    color: #000;
}

#leftNav li.active ul {
    display: block;
}

#leftNav ul ul ul li.active a {
    color: #000;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main {
    background: url('../img/main-bg.jpg') repeat-x top left;
    padding-top: 28px;
}

#content {
    font-size: 11px;
}

#content h1, #content h2, #content h3 {
    font-size: 1em;
    font-weight: bold;
}

#blocks div.green span {
    background: #43AE46;
}

#blocks div.red span {
    background: #DC0C0C;
}

#blocks div.blue span {
    background: #2343B2;
}

#blocks div span {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.lightgreen {
    background: #E4F5E5;
    margin: 0 auto;
    width: 70%;
}

.quote blockquote {
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.childrens #blocks {
    margin-top: 25px;
}

.childrens #blocks div {
   height: 175px;
   text-align: center;
}

.childrens #blocks a {
    background: none !important;
    padding: 0 !important;
}

.childrens #blocks span {
    background: none !important;
    color: #000;
    font-size:14px;
    padding-bottom:10px;
}

.childrens #blocks div img {
   padding: 15px 20px 0;
}

.childrens #blocks div.red img {
    background: url('../img/blocks/red-top.jpg') no-repeat top center;
}

.childrens #blocks div.blue img {
    background: url('../img/blocks/blue-top.jpg') no-repeat top center;
}

.childrens #blocks div.green img {
    background: url('../img/blocks/green-top.jpg') no-repeat top center;
}

.childrens #blocks div.orange img {
    background: url('../img/blocks/orange-top.jpg') no-repeat top center;
}

.childrens #blocks div.red {
     background: url('../img/blocks/red-middle.jpg') repeat-y top center;
}

.childrens #blocks div.blue {
    background: url('../img/blocks/blue-middle.jpg') repeat-y top center;
}

.childrens #blocks div.green {
    background: url('../img/blocks/green-middle.jpg') repeat-y top center;
}

.childrens #blocks div.orange {
    background: url('../img/blocks/orange-middle.jpg') repeat-y top center;
}

.childrens #blocks .red span {
    background: url('../img/blocks/red-bottom.jpg') no-repeat bottom center !important;
    color: #FF0000;
}

.childrens #blocks .blue span {
    background: url('../img/blocks/blue-bottom.jpg') no-repeat bottom center !important;
    color: #00A2FF;
}

.childrens #blocks .green span {
    background: url('../img/blocks/green-bottom.jpg') no-repeat bottom center !important;
    color: #55B845;
}

.childrens #blocks .orange span {
    background: url('../img/blocks/orange-bottom.jpg') no-repeat bottom center !important;
    color: #FFA800;
}

#blocks div.span-12 {
    text-align: center;
}

#blocks div.span-17 {
    text-align: center;
}

#blocks div.span-12 span {
    margin: 0 auto;
    width: 184px;
}

#blocks div.span-17 span {
    margin: 0 auto;
    width: 220px;
}

/**************************************/
/*               FOOTER               */
/**************************************/
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	margin-bottom: -105px;
}

#footer, #push {
    clear: both;
    height: 105px;
}

#footer {
    background: url('../img/footer-bg.jpg') no-repeat bottom left;
    margin: 0 auto;
    text-align: center;
    width: 811px;
}

#footer p {
    font-size: 0.8em;
    margin: 15px 0 0;
}

#footer .ofsted {
    padding-right: 11px;
    text-align: right;
}