/* CSS Document */
body {
    font-size: 10pt;
    }
    
p, a, h1, h2, h3, h4, h5, ul, li, td, th {
    font-family: arial, verdana, sans-serif;
  }

p, ul {
    font-size: small;
    font-weight: normal;
    color: black;
  }
  
a {
   font-size: small;
    font-weight: normal;
    color: #02ADD8;
    border: none;
}

img {
  border: none;
  }

a:hover {
  color: white;
  background-color: #02ADD8;
  }  

a:visited {
  color: #9cf;
  } 
  
li {
  font-size: small;
    }
h1 {
  font-size: large;
  color: #02ADD8;
  }
h2 {
  font-size: small;
  color: black;
}

/***menus***/

ul#nav {
    margin: 10px 0 0 10px;
    padding-top: 10px;
    }
* html ul#nav {
    padding-top: 0;
    margin-top: 0;    
    }
    
ul {
    margin: 0;
    padding: 0;
    
  }
ul#nav li {
    list-style: none;
    margin-left: 0;
    }

ul#nav a {
    color: white;
    text-decoration: none;
    }
    
ul#nav a:hover {
    color: white;
    text-decoration: underline;
    background-color: transparent;
    }
    
#tagline {
  margin-top: 10px;}


/***sub menus***/

ul.box_nav {
  width: 145px ;
  padding: 5px;
  margin: 0 5px 5px 5px;
  text-align: center; 
  }
  
ul.box_nav li {
    width: 145px;
    font-weight: bold;
    }
ul#box_tl {
    background:#096;
    } 
ul#box_lf {
    background:#00ABDA;
    }
ul#box_la {
    background:#ED3424;
    }
ul#box_mm {
    background:#00ABDA;
    }
ul#box_s {
    background:#f38f1d;
    }
.box_nav li a {
    color: white;
    text-decoration: none;
    }


/***page***/

#flashbox {
    width: 100%;
    vertical-align: top;
    
  }

#border {
    height: 100%;
    border: 1px #C8C8C8 solid;
  
    padding-bottom: 2px;}

#center ul {
  margin-left: 15px;} 
/***right***/

#right {
    z-index: 0;
    }
#right img {
  border: none;
  }
#right a:hover {
  background-color: transparent;
  }  
#right_contact {
  position: absolute;
  top: 30px;
  right: 10px;
  height: 38;
  width: 55; 
  } 
#right_ofsted {
  position: absolute;
  top: 91px;
  right: 18px; 
  } 
#right_links {
  position: absolute;
  top: 161px;
  right: 8px; 
  } 
#right_ndna {
  position: absolute;
  top: 233px;
  right: 0px; 
  } 
#right_pos4 {
  position: absolute;
  top: 220px;
  right: 5px; 
  } 
#right_pos5 {
  position: absolute;
  top: 301px;
  right: 8px; 
  } 
#right_ndna_tl {
  position: absolute;
  top: 390px;
  right: 0px; 
  } 

/***footer***/


#footer-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 5;
  }
#footer {
  width: 100%;
  z-index: 10;
  position: absolute;
  
  }
* html #footer {
  background-color: #fff;
  z-index: 10;
  position: absolute;
  padding: 0px 0;
  height: 20px;
  margin-top: 5px;
  }
 
  
.bb {
    z-index: 0;
    }
#copyright {
  float: left;
  margin-left: 10px;
  font: 12px arial, verdana, sans-serif;
  }
  
#credit {
  float: right;
  position: absolute;
  top: 0px;
  right: 10px;
  font: 12px arial, verdana, sans-serif;
  }

/***fees***/

.price {
      color: #02ADD8;}
.datatable {
  margin-left: auto;
  margin-right: auto;
  
 } 
.datatable td {
  text-align: left;
  padding: 5px;}
  
.menu th {
  text-align: right;
}
.menu em {
  font-weight: bold;
  font-size: small;
}

/* Form */

#contactform .submit {
 
  
  }

#contactform { 
	width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;}

#contactform label {
  font-size: small;
  font-family: arial, verdana, sans-serif;
  color: black;
  vertical-align: top;
  margin-right: 15px;
  display: block;
  width: 80px;
  text-align: left;
  }
  
#contactform input.text, #contactform select.text {
  width: 300px;
  margin: 5px 0 5px 0;
  text-align: left;
  }
#contactform select.text {
	margin-left: -12px;
	}
#contactform textarea {
  width: 300px;
  height: 250px;
  margin: 5px 0 10px; 0;
  }
