/***********************************************
 * Prospect Training & Recruitment (www.trainandrecruit.com)
 *
 * Author: John Leighton
 *
 * Copyright (c)2009 NT-Designs
 * http://www.nt-designs.co.uk
 *
 * Version: 2.0
 * style.css
 **********************************************/

body {
  margin: 0;
  background-color: #ececec;
  background-image: url(../img/blackbg.jpg);
  background-repeat: repeat-x;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #4c4c4c;
}

h1, h2 {
  font-size: 22px;
  color: #fe0000;
  margin: 0 0 5px 0;
  padding: 5px 0 10px 0;
  /*border-bottom: 1px solid #b40000;
  background-image: url(../img/plogo.jpg);
  background-repeat: no-repeat;*/
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 10px 0;
}

h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0 0 4px 0;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fe0000;
  margin: 15px 0 5px 0;
}

h1.prospect, h2.prospect {
  padding: 5px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  background-image: url(../img/plogo.jpg);
  background-repeat: no-repeat;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a.adminbutton {
  float: left;
  display: block;
  background-image: url(../img/formbutton.jpg);
  background-repeat: no-repeat;
  width: 75px;
  height: 21px;
  color: #fff;
  padding: 3px 0 3px 25px;
  margin: 0 10px 0 0;
  border: none;
}

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

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

ul.links li a {
  display: block;
  width: 200px;
  padding: 0px 0 5px 20px;
  background-image: url(../img/arrow.jpg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

table {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 3px;
  vertical-align: top;
}

p {
  margin-top: 0;
}

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

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

/***********************************************
 * section 1 - the top strip
 **********************************************/
#section1 {
}

.section1container {
  position: relative;
  width: 840px;
  height: 116px;
}

/***********************************************
 * section 2 - the menu strip
 **********************************************/
#section2 {
}

.section2container {
  position: relative;
  width: 840px;
  height: 31px;
}

#menu {
  float: left;
  width: 840px;
  height: 31px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

#menu ul li a {
  display: block;
  margin: 0;
  width: 105px;
  padding: 8px 0 5px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../img/menubutred.jpg);
  background-repeat: no-repeat;
  color: #fff;
}

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

#menu ul li a.greybutton {
  background-image: url(../img/menubutgrey.jpg);
  background-repeat: no-repeat;
  color: #000;
}

/* -------------------------------------------------- */
/* dropdowns */

#menu li ul li {
  float: none;
  display: block;
  margin: 0;
}

#menu li ul li a, #menu li ul li a {
  /*font-size: 14px;*/
  padding: 5px 0 5px 10px;
  border: 1px solid #e60002;
}

#menu li:hover ul li a, #menu li a:hover ul li a {
  background: #e60002;
  color: #fff;
  width: 168px;
  text-align: left;
  /*font-size: 14px;*/
  padding: 5px 0 5px 10px;
}

#menu li ul li a:hover {
  color: #000;
  border: 1px solid #fff;
  background-image: url(../img/menudroponbg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

#menu li ul {
  position: absolute;
  left: -5000px;
  z-index: 1001;
  width: 180px;
  background: #e60002;
  padding: 1px;
  margin: -1px 0 0 0;
}

#menu li:hover ul {
  left: auto;
}

/***********************************************
 * section 3 - the main strip
 **********************************************/
#section3 {
}

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

#breadcrumb {
  float: left;
  width: 760px;
  padding: 10px;
  background-color: #ececec;
}

#bleft {
  float: left;
  width: 380px;
}

#bright {
  float: left;
  width: 380px;
  text-align: right;
}

#bright h1 {
  border: none;
  background-image: none;
  padding: 0;
  margin: 0;
}

#shadowleft {
  position: absolute;
  left: -25px;
  top: 5px;
  width: 25px;
  height: 320px;
  background-image: url(../img/shadowleft.jpg);
  background-repeat: no-repeat;
}

#shadowright {
  position: absolute;
  left: 840px;
  top: 5px;
  width: 25px;
  height: 320px;
  background-image: url(../img/shadowright.jpg);
  background-repeat: no-repeat;
}

/***********************************************
 * section 4 - the footer strip
 **********************************************/
#section4 {
}

.section4container {
  position: relative;
  width: 800px;
  background-color: #000;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 20px 20px;
}

#footer {
  float: left;
  width: 800px;
  color: #fff;
  text-align: center;
}

#footer a {
  color: #fff;
}

/***********************************************
 * section 5 - the credits strip
 **********************************************/
#section5 {
}

.section5container {
  position: relative;
  width: 840px;
}

#adminmenu {
  float: left;
  width: 400px;
  padding: 10px 0 10px 20px;
}

#adminmenu a {
  color: #000;
}

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

#ntdesigns {
  float: left;
  width: 400px;
  text-align: right;
  padding: 10px 20px 10px 0;
}

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

.box780, .box510, .box375, .box240 {
  float: left;
  margin-right: 30px;
}

.box780 {
  width: 780px;
  margin-right: 0;
}

.box510 {
  width: 510px;
}

.box375 {
  width: 375px;
}

.box240 {
  width: 240px;
}

.box240top {
  width: 225px;
  /*height: 50px;*/
  padding: 0px 10px 0px 5px;
  background-image: url(../img/box240top.jpg);
  background-repeat: no-repeat;
}

.box240top h2 {
  margin: 0;
/*  border: none;
  background: none;
  padding: 5px 0 10px 10px;
*/
}

.box240bottom {
  width: 220px;
  padding: 10px 10px 22px 10px;
  background-image: url(../img/box240bottom.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.greybg {
  background-color: #ececec;
}

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

.blackbot {
  width: 220px;
  padding: 5px 10px 5px 10px;
  /*background-color: #000;*/
  color: #fff;
}

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

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

#training {
}

#training a {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url(../img/training.jpg);
  background-repeat: no-repeat;
}

#training a:hover {
  background-image: url(../img/training-grey.jpg);
  background-repeat: no-repeat;
}

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

#searching {
}

#searching a {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url(../img/looking.jpg);
  background-repeat: no-repeat;
}

#searching a:hover {
  background-image: url(../img/looking-grey.jpg);
  background-repeat: no-repeat;
}

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

#people {
}

#people a {
  display: block;
  width: 240px;
  height: 130px;
  background-image: url(../img/people.jpg);
  background-repeat: no-repeat;
}

#people a:hover {
  background-image: url(../img/people-grey.jpg);
  background-repeat: no-repeat;
}

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

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

.spacer {
  clear: both;
}

.lastbox {
  margin-right: 0;
}

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

#inputform, #contactform {
  width: 510px;
  padding: 10px 0;
}

#inputform label, #contactform label {
  float: left;
  width: 85px;
  padding: 0 10px 0 0;
  /*text-align: right;*/
  margin-bottom: 10px;
}

#inputform input, #contactform input {
  float: left;
  display: block;
  width: 500px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

#contactform input {
  width: 270px;
}

#inputform select, #contactform select {
  float: left;
  width: 500px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

#contactform select {
  width: 274px;
}

#inputform textarea, #contactform textarea {
  float: left;
  width: 500px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

#contactform textarea {
  width: 270px;
}

#inputform br, #contactform br {
  clear: both;
}

#formbuttons {
  float: left;
  width: 305px;
  padding-left: 205px;
}

#searchbutton {
  float: left;
  width: 100px;
  padding: 10px 0 0 60px;
}

#formbuttons input, #searchbutton input {
  float: left;
  background-image: url(../img/formbutton.jpg);
  background-repeat: no-repeat;
  width: 100px;
  height: 27px;
  color: #fff;
  padding: 0 0 5px 0;
  border: none;
}

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

.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;*/
}

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

.searchtop {
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  text-align: center;
}

.searchbottom {
  padding: 10px 0 10px 0;
  text-align: center;
}

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

.searchtop a:hover, .searchbottom a:hover {
  background-color: #fe0000;
  color: #fff;
}

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

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

.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;
}

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

/*#buttons {
  margin-left: 125px;
}

#buttons input {
  width: 100px;
}
*/
.news {
  width: 220px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 0;
}

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

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

