/***********************************************
 * Prospect Training Services (www.prospect-training.org.uk)
 *
 * Author: John Leighton
 *
 * Copyright (c)2008 NT-Designs
 * http://www.nt-designs.co.uk
 *
 * Version: 1.0
 * style.css
 **********************************************/

body {
  margin: 0;
  background-color: #fff;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

h1.title {
  font-size: 22px;
  color: #352c23;
  margin: 0 0 0px 0;
  padding: 5px 0 0px 35px;
}

h2.title {
  font-size: 18px;
  font-weight: normal;
  color: #352c23;
  margin: 5px 0 0px 0;
  padding: 5px 0 0px 35px;
}

a:hover {
  text-decoration: none;
}

ul#sitemap li {
  padding: 0 0 5px 0;
}

optgroup {
  padding-top: 10px;
  font-style: normal;
}

#error {
  font-weight: bold;
  font-size: 14px;
  color: #f00;
  padding: 5px 0 0 10px;
}

/***********************************************
 * sections
 **********************************************/
.section {
  margin: 0 auto;
  width: 720px;
}

/***********************************************
 * section 1 - the top strip
 **********************************************/
#section1 {
  background-color: #fff;
  border-top: 4px solid #352C23;
  background-image: url(../img/headerbg.jpg);
  background-repeat: repeat-x;
  background-position: 4px left;
}

.section1container {
  position: relative;
  width: 720px;
  height: 134px;
  padding: 0;
  background-image: url(../img/headerbg2.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#logo {
  float: left;
  width: 137px;
  height: 116px;
  background-image: url(../img/pts.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#logo a {
  display: block;
  width: 137px;
  height: 111px;
}

#logo span {
  display: none;
}

#slogan {
  float: left;
  width: 583px;
  /*background-image: url(../img/slogan2.gif);
  background-repeat: no-repeat;
  background-position: 65px 20px;*/
}

#headermenu {
  float: left;
  width: 720px;
  height: 18px;
  text-align: right;
}

#phoneno {
  float: left;
  width: 583px;
  height: 86px;
  text-align: right;
}

.section1container h1 {
  font-size: 32px;
  color: #352c23;
  border-bottom: none;
  background-image: none;
  padding-top: 20px;
  font-family: Arial;
}

/***********************************************
 * section 2 - the header strip
 **********************************************/
#section2 {
  background-color: #fff;
  border-bottom: 2px solid #ea9e5c;
  background-image: url(../img/menubg.jpg);
  background-repeat: repeat-x;
}

.section2container {
  position: relative;
  width: 720px;
}

#section2menu {
  float: left;
  width: 720px;
  height: 30px;
}

#section2menu ul {
  list-style-type: none;
  width: 720px;
  height: 30px;
  margin: 0;
  padding: 0;
}

#section2menu ul li {
  float: left;
  margin: 0 0 0 0px;
}

#section2menu ul li a span {
  display: block;
}

#section2menu ul li a {
  display: block;
  margin: 0;
  width: 120px;
  padding: 8px 0 4px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../img/menubutton120.jpg);
  background-repeat: no-repeat;
  background-position: 0px -90px;
  color: #fff6eb;
}

#section2menu ul li a:hover {
  background-image: url(../img/menubutton120.jpg);
  background-repeat: no-repeat;
  background-position: 0px -30px;
  color: #352C23;
}

/***********************************************
 * section 3 - the main strip
 **********************************************/
#section3 {
  /*background-image: url(../img/fadebg.jpg);
  background-repeat: repeat-x;*/
  background-color: #fff;
  /*border-top: 5px solid #f5cca0;*/
}

.section3container {
  position: relative;
  width: 720px;
  padding: 10px 0px 0 0px;
  background-color: #fff;
}

/***********************************************
 * section 4 - the bottom
 **********************************************/
#section4 {
  background-color: #fff; /*#f4cca0;*/
  background-image: url(../img/footerbg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  border-top: 1px solid #f4cca0;
}

.section4container {
  width: 720px;
  color: #000;
  padding-top: 10px;
}

.section4container a {
  color: #000;
}

.section4container h2 {
  font-size: 16px;
}

.section4container ul {
  list-style-type: none;
  padding: 0 0 0 10px;
}

/* ********************************************* */

/***********************************************
 * section 5 - the bottom
 **********************************************/
#section5 {
  /*background-color: #352C23;*/
  border-top: 1px solid #fff;
}

.section5container {
  width: 720px;
  color: #000;
  text-align: center;
  padding-top: 10px;
}

/***********************************************
 * boxes
 **********************************************/
.box220 {
  float: left;
  width: 220px;
  margin-right: 30px;
}

.bluebox220 {
  width: 210px;
  padding: 0 5px 0 5px;
  background-color: #64f3f5; /*6bc1aa;*/ /*64f3f5;*/ /*a0ddf4;*/ /*4c8ea8;*/
}

.box220top {
  float: left;
  width: 200px;
  padding: 3px 10px 20px 10px;
  background-image: url(../img/box220top.jpg);
  background-repeat: no-repeat;
}

.box220bottom {
  float: left;
  width: 220px;
  height: 24px;
  background-image: url(../img/box220bottom.jpg);
  background-repeat: no-repeat;
}

.box220solidbottom {
  width: 200px;
  height: 80px;
  padding: 5px 10px 5px 10px;
  background-image: url(../img/box220solid.jpg);
  background-repeat: no-repeat;
  color: #523720;
}

.box345 {
  float: left;
  width: 345px;
  margin-right: 30px;
}

.box470 {
  float: left;
  width: 470px;
  margin-right: 30px;
}

.box470top {
  float: left;
  width: 450px;
  padding: 10px;
  background-image: url(../img/box470top.jpg);
  background-repeat: no-repeat;
}

.box470bottom {
  float: left;
  width: 470px;
  height: 10px;
  background-image: url(../img/box470bottom.jpg);
  background-repeat: no-repeat;
}

.lastbox {
  margin-right: 0;
}


/***********************************************
 * odds and sods
 **********************************************/
#headercontainer {
  position: relative;
  background-color: #fff;
}

#header {
  margin: 0 auto 0 auto;
  width: 720px;
  height: 116px;
  /*background-image: url(../img/headerbg.jpg);
  background-repeat: no-repeat;*/
}

#logotext {
  float: left;
  width: 260px;
  padding: 50px 0 0 250px;
  color: #fff;
  font-size: 16px;
}

span.bigbold {
  font-size: 18px;
  font-weight: bold;
}

#container {
  margin: 0 auto 0 auto;
  width: 721px;
  position: relative;
}

/* ********************************************* */

#menu {
  width: 721px;
/*  background-image: url(../img/menubg3.jpg);
  background-repeat: no-repeat;
*/}

#menu ul {
  list-style-type: none;
  width: 721px;
  margin: 0 0 0 0;
  padding: 0;
  padding-left: 0px;
}

#menu ul li {
  float: left;
  margin: 0;
}

#menu ul li a {
  display: block;
  margin: 0;
  width: 103px;
  padding: 8px 0 5px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a:hover {
/*  background-color: #dadde2;*/
  background-image: url(../img/menubutgrey.jpg);
  background-repeat: repeat-x;
  color: #000;
}

.redbutton {
  background-image: url(../img/menubutred.jpg);
  background-repeat: no-repeat;
  color: #fff;
}

.greybutton {
  background-image: url(../img/menubutgrey.jpg);
  background-repeat: repeat-x;
  color: #000;
}

/* ********************************************* */

#content {
  background-color: #fff;
}

.skateboard {
  background-image: url(../img/skateboard.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.couple {
  background-image: url(../img/couple.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#topblock {
  width: 460px;
  height: 206px;
  background-image: url(../img/image8.jpg);
  background-repeat: no-repeat;
}

#topblock2 {
  width: 490px;
  height: 196px;
  background-image: url(../img/image2.jpg);
  background-repeat: no-repeat;
}

/* ********************************************* */

#leftcol190 {
  float: left;
  width: 190px;
/*  padding-right: 20px;*/
}

#rightcol490 {
  float: left;
  width: 490px;
/*  padding-left: 20px;*/
}

#leftcol490 {
  float: left;
  width: 490px;
 /* padding-right: 20px;*/
}

#rightcol190 {
  float: left;
  width: 190px;
  /*padding-left: 20px;*/
}

#midcol40 {
  float: left;
  width: 40px;
}

/* ********************************************* */

#welcome {
  /*background-image: url(../img/image44.jpg);
  background-repeat: no-repeat;
  width: 490px;
  height: 201px;*/
}

#welcometxt {
/*  width: 490px;*/
}

/* ********************************************* */

#coursesearch {

}

#coursesearch select {
  width: 196px;
}

#coursesearch input {
  width: 75px;
}

#coursesearchbutton {
  float: left;
  padding: 10px 0 0 65px;
}

#coursesearch br {
  clear: both;
}

.search {
  position: relative;
/*  padding: 10px;
*/
  margin: 0;
/*  height: 160px;
*/
  width: 220px;
/*  background-image: url(../img/searchbg.jpg);
  background-repeat: no-repeat;
*/
}

.search form {
  margin: 0;
  padding: 0;
}

.search input.texttype {
  width: 196px;
  margin-bottom: 5px;
}

.search input.radiotype {
  margin-left: 20px;
}

.search select {
  margin-bottom: 10px;
}

.searchbutton {
  position: absolute;
  top: 120px;
  left: 77px;
}

.searchbutton input {
/*  width: 10px;
  height: 10px;
*/}

.jobsearchresult {
  width: 460px;
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 0;
}

.jobsearchpagetop {
  width: 460px;
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 0;
  text-align: center;
}

.jobsearchpagebottom {
  width: 460px;
  padding: 10px 0 10px 0;
  text-align: center;
}

.jobsearchpagetop a, .jobsearchpagebottom a {
  display: inline;
  border: 1px solid #000;
  text-decoration: none;
  padding: 0px 4px 0px 4px;
  margin: 0 1px 0 0;
}

.jobsearchpagetop a:hover, .jobsearchpagebottom a:hover {
  background-color: #fe0000;
  color: #fff;
}

.pageno {
  background-color: #fe0000;
  color: #fff;
}

.jobresulttitle {
  float: left;
  width: 100px;
}

.jobresultcontent {
  float: left;
  width: 340px;
}

/* ********************************************* */

.upload {
  position: relative;
  padding: 10px;
  margin: 0;
  height: 160px;
  width: 200px;
  background-image: url(../img/searchbg.jpg);
  background-repeat: no-repeat;
}

.upload form {
  margin: 0;
  padding: 0;
}

.upload input.texttype {
  width: 200px;
  margin-bottom: 5px;
}

/* ********************************************* */

.box340 {
  float: left;
  width: 340px;
}

.box272 {
  float: left;
  width: 272px;
}

/* ********************************************* */

ul.courselist {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
}

ul.courselist li {
  margin: 0;
  padding: 0;
}

ul.courselist li a {
  display: block;
  width: 150px;
  padding: 0px 0 5px 20px;
  background-image: url(../img/li_off.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

ul.courselist li a:hover {
  background-image: url(../img/li_on.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.box700 {
  width: 700px;
  /*height: 165px;*/
  /*background-image: url(../img/topbg.jpg);*/
}

.box700img {
  float: left;
  width: 250px;
  height: 164px;
}

.box700txt {
  float: left;
  width: 430px;
  padding: 10px;
}

.indeximg {
  /*background-image: url(../img/2611511.jpg);*/
  background-image: url(../img/4469598.jpg);
  background-repeat: no-repeat;
  background-position: 35px 3px;
}

.contactimg {
  background-image: url(../img/3338142.jpg);
  background-repeat: no-repeat;
  background-position: 35px 3px;
}

.box408 {
  float: left;
  width: 408px;
  padding-right: 20px;
}

.box500 {
  float: left;
  width: 480px;
  padding-right: 10px;
}

.box490 {
  float: left;
  width: 490px;
}

.box200 {
  float: left;
  width: 180px;
  padding: 10px 0 0 10px;
}

.box10 {
  float: left;
  width: 20px;
  background-color: #f00;
}

.bottomborder {
  /*border-bottom: 1px solid #dadde2;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.box235 {
  float: left;
  width: 235px;
  /*height: 200px; */
  /*background-image: url(../img/greybox.jpg);
  background-repeat: no-repeat;
  padding: 10px;*/
}

.marginright10 {
  padding-right: 10px;
  /*border-right: 1px solid #dadada;*/
}

.marginleft10 {
  padding-left: 10px;
}

img.padded {
  border: 1px solid #f00;
  padding: 2px;
  margin: 0;
}

ul.pen {
  width: 200px;
  height: 184px;
  background-image: url(../img/pen.jpg);
  background-repeat: no-repeat;
}

.txtpadleft {
  padding: 10px 0 0 10px;
}

.txtpadright {
  padding: 10px 10px 0 0;
}

/* ********************************************* */

#footer {
  width: 720px;
  height: 68px;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  padding: 10px 0 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

#footer a {
  color: #fff;
}

#ntdesigns {
  width: 720px;
  text-align: center;
  margin-bottom: 20px;
}

/* ********************************************* */

.spacer {
  clear: both;
}

#health {
  display: none;
}

/*.box220 {
  float: left;
  width: 220px;
}
*/
.box220picture {
  float: left;
  width: 220px;
  text-align: center;
}

.box460img {
  padding: 0;
  margin: 0;
  height: 172px;
}

.box460ds {
  padding: 0;
  margin: 0;
  width: 460px;
  height: 8px;
  background-image: url(../img/longds.jpg);
  background-repeat: no-repeat;
}

.welcome {
  width: 320px;
  height: 140px;
  background-image: url(../img/welcome1.jpg);
  background-repeat: no-repeat;
  padding: 10px 130px 10px 10px;
}

.box20 {
  float: left;
  width: 20px;
}

.box100 {
  float: left;
  width: 100px;
}

.box360 {
  float: left;
  width: 360px;
}

.boxtop {
  float: left;
  width: 460px;
  height: 11px;
  background-image: url(../img/boxtop.jpg);
  background-repeat: no-repeat;
  font-size: 2px;
}

.boxmiddle {
  float: left;
  width: 460px;
  background-image: url(../img/boxmiddle.jpg);
  background-repeat: repeat-y;
}

.boxbottom {
  float: left;
  width: 460px;
  height: 23px;
  background-image: url(../img/boxbottom.jpg);
  background-repeat: no-repeat;
}

/* ********************************************* */

#indexboxes {
  float: left;
  width: 720px;
  background-image: url(../img/boxesbottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#training {
}

#training a {
  display: block;
  width: 220px;
  height: 150px;
  background-image: url(../img/youthtrainingtop.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#training a:hover {
  background-image: url(../img/youthtrainingtop.jpg);
  background-position: 0px -150px;
  background-repeat: no-repeat;
}

#trainingbottom {
  float: left;
  width: 200px;
  /*height: 90px;*/
  padding: 5px 10px 5px 10px;
  /*background-image: url(../img/youthtrainingbottom.jpg);
  background-repeat: no-repeat;*/
  color: #fff;
}

/* ********************************************* */

#searching {
  width: 220px;
  height: 150px;
}

#searching a {
  display: block;
  width: 220px;
  height: 150px;
  background-image: url(../img/adulttrainingtop.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#searching a:hover {
  background-image: url(../img/adulttrainingtop.jpg);
  background-position: 0px -150px;
  background-repeat: no-repeat;
}

#searchingbottom {
  float: left;
  width: 200px;
  /*height: 90px;*/
  padding: 5px 10px 5px 10px;
 /* background-image: url(../img/adulttrainingbottom.jpg);
  background-repeat: no-repeat;*/
  color: #fff;
}

/* ********************************************* */

#people {
  width: 220px;
  height: 150px;
}

#people a {
  display: block;
  width: 220px;
  height: 150px;
  background-image: url(../img/recruitmenttrainingtop.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#people a:hover {
  background-image: url(../img/recruitmenttrainingtop.jpg);
  background-position: 0px -150px;
  background-repeat: no-repeat;
}

#peoplebottom {
  float: left;
  width: 200px;
  /*height: 90px;  */
  padding: 5px 10px 5px 10px;
 /* background-image: url(../img/recruitmenttrainingbottom.jpg);
  background-repeat: no-repeat;*/
  color: #fff;
}

#training span, #searching span, #people span {
  display: none;
}

#trainingbottom h3, #searchingbottom h3, #peoplebottom h3 {
  color: #fff;
}


/* ********************************************* */

#contactform {
  margin-top: 20px;
  width: 430px;
}

#contactform label {
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
  width: 100px;
  margin-bottom: 15px;
}

#contactform input {
  float: left;
  display: block;
  width: 270px;
}

#contactform select {
  float: left;
  display: block;
  width: 274px;
}

#contactform textarea {
  float: left;
  width: 270px;
  margin-bottom: 10px;
}

#contactform br {
  clear: both;
}

/* ********************************************* */

#loginform {
  margin-top: 10px;
  width: 430px;
}

#loginform label {
  float: left;
  display: block;
  text-align: right;
  padding: 0 10px 0 70px;
  width: 100px;
  margin-bottom: 15px;
}

#loginform input {
  float: left;
  display: block;
  width: 150px;
}

#loginform br {
  clear: both;
} 

/* ********************************************* */

.news {
  width: 220px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 0;
}

.newsdate {
  color: #999;
  width: 220px;
}

/* ********************************************* */

a.adminbutton {
  float: left;
  display: block;
  background-image: url(../img/adminbutton.jpg);
  background-repeat: no-repeat;
  width: 60px;
  height: 19px;
  color: #fff;
  padding: 1px 0 0 0;
  text-align: center;
}

/* ********************************************* */

#adminmenu {
  float: left;
  width: 700px;
  text-align: right;
  font-weight: bold;
}

#adminmenu a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

#adminmenu a:hover {
  color: #f00;
}

/* ********************************************* */

.bluetop {
  float: left;
  width: 380px;
  padding: 10px 80px 0 10px;
  background-image: url(../img/bluetop.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.bluebottom {
  float: left;
  width: 470px;
  height: 11px;
  background-image: url(../img/bluebottom470.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.redtop {
  float: left;
  width: 380px;
  padding: 10px 80px 0 10px;
  background-image: url(../img/redtop.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.redbottom {
  float: left;
  width: 470px;
  height: 11px;
  background-image: url(../img/redbottom470.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.orangetop {
  float: left;
  width: 450px;
  padding: 10px 10px 0 10px;
  background-image: url(../img/orangetop.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.orangebottom {
  float: left;
  width: 470px;
  height: 11px;
  background-image: url(../img/orangebottom.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.bluetop220 {
  float: left;
  width: 200px;
  padding: 10px 10px 0 10px;
  background-image: url(../img/bluetop220.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.bluebottom220 {
  float: left;
  width: 220px;
  height: 12px;
  background-image: url(../img/bluebottom220.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.orangetop220 {
  float: left;
  width: 200px;
  padding: 10px 10px 0 10px;
  background-image: url(../img/orangetop220.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.orangebottom220 {
  float: left;
  width: 220px;
  height: 11px;
  background-image: url(../img/orangebottom220.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.orangetop720 {
  float: left;
  width: 700px;
  padding: 10px 10px 0 10px;
  background-image: url(../img/orangetop720.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.orangebottom720 {
  float: left;
  width: 720px;
  height: 11px;
  background-image: url(../img/orangebottom720.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

a.whitebutton {
  float: left;
  display: block;
  background-image: url(../img/whitebutton.gif);
  background-repeat: no-repeat;
  width: 100px;
  height: 22px;
  padding: 2px 0 0 0;
  text-align: center;
}

/***********************************************
 * event form
 **********************************************/
/***********************************************
 * form
 **********************************************/
label {
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 10px;
}

input {
  float: left;
  display: block;
  margin-bottom: 10px;
}

select {
  float: left;
  display: block;
  margin-bottom: 10px;
  margin-right: 0px;
}

textarea {
  float: left;
  margin-bottom: 10px;
}

/* ********************************************* */

#contentform {
  padding: 10px 0 10px 0;
}

#contentform input, #eventform input {
  width: 444px;
}

#contentform input.tick {
  width: 30px;
}

#contentform textarea, #eventform textarea {
  width: 444px;
}

#contentform br, #eventform br {
  clear: both;
}

/* ********************************************* */

#eventform {
  width: 444px;
  margin-top: 10px;
  padding: 10px 0;
}

#eventform label {
  float: left;
  display: block;
  width: 100px;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 10px;
}

/***********************************************
 * form buttons
 **********************************************/
#formbuttons {
  float: left;
  width: 258px;
  padding: 0 0 0 192px;
}

#formbuttons input {
  width: 66px;
  border: none;
}

/***********************************************
 * general form stuff
 **********************************************/
#eventform br {
  clear: both;
}

#submit input, #reset input {
  float: left;
  width: 66px;
  height: 24px;
  margin: 0 0 0 30px;
  padding: 0;
}

/***********************************************
 * general form stuff
 **********************************************/
#buttons input {
  width: 100px;
}

#buttons {
  margin-left: 125px;
}

#buttons input {
  width: 100px;
}

