/* CSS Document */

body { 
	background: url('../images/body-bg.png') repeat-x #210924; 
	font-family: Verdana, Geneva, sans-serif, Helvetica, Arial;
	margin: 0px;
	padding: 0px;
}

#container { 
	width: 1000px; /* was 1101 */
	margin: 0px auto;
	padding: 0px 0px;
}
#containerWrapRight {
  background: url('../images/container-btm-right.png') no-repeat right bottom;
  min-height: 500px;
  padding: 15px 20px 10px 20px;
  overflow: hidden;
  position: relative; 
}
* html #containerWrapRight {
  height: 500px;
  overflow: visible;  
}
  
#containerWrapLeft {
  background: url('../images/container-btm-left.png') no-repeat left bottom; 
}
#containerInner {
  background: url('../images/container-inner-bg.png') repeat;
  margin: 0px;
}
#contentLeftCol {
  color: #FFF;
  float: left;
  width: 705px; 
  padding:0px 0px 10px 0px;
}
#contentRightCol {
  float: right;
  width: 240px;
}

#footer {
  background: #290B2B; 
  margin: 15px 0px 20px 0px;
  padding: 5px 0px;
  width: 100%; 
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#footer div.addressContainer {
  margin: 0px auto;
  width: 300px;
}
#footer div.addressContainer span {
  color: #FFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#footer div.addressContainer p {
  color: #ef40b7;
  font-size: 12px;
  margin: 2px 0px;
  padding: 0px;
  text-align: center;
}


#header {
	min-height: 60px;	
}
* html #header {
    height: 60px;
}
#header img.logo {
  float: left;
  margin: 10px 0 10px 15px;
}
#header div.headerRightContainer {
  float: right;
  margin: 0px 20px 0px 0px;
}

*:first-child+html #header div.headerRightContainer {
  float: none;
}
*:first-child+html #navigation {
  margin-top: 5px;
}

#header div.liveChatContainer {
  float:right;
  margin: 27px 10px 0px 0px;
}
#header img.telephoneNumber {
  float: right;
  margin: 10px 0px 0px 0px;
}
#header div.iconContainer {
  clear: right;
  float: right;
  margin: 10px 0px 0px 0px;
}
#header img.iconImg {
  display: inline-block;
  margin: 0px 0px  0px 5px;
}
html>body #header img.iconImg {
  
}

#loginFormContainer {
  background: #3F2441;
  border: 1px solid #98369C;
  margin: 75px auto 50px auto;
  padding: 10px 0px 20px 0px;
  width: 350px;  
}
#loginFormContainer div {
  margin: 10px 0px 0px 0px;
  padding: 0px 10px;
  position: relative;
}
#loginFormContainer label {
  color: #EF40B7;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 40%;
}
#loginFormContainer input[type=text], #loginFormContainer input[type=password] {
  background: transparent;
  color: #FFF;
  border: 1px solid #EF40B7;
  width: 146px;
}
span.errorContainer {
  display: block;
  margin: 0px auto 20px auto;
  width: 220px;
}
span.loginError {
  color: #44A9E1;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0px auto 5px auto;
  text-align: center;
}

#navigation {
  background: url('../images/nav-bg.png') no-repeat 0px -2px; 
  clear: both;
}
#navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px 10px;
  overflow: hidden;
  position: relative;
}
#navigation ul li {
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  float: left;   
}
* html #navigation ul li {
    float: left;   
}
#navigation ul li.logLink {
  float: right;
}
#navigation ul li a {
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  height: 17px;
  padding: 12px 7px;
  position: relative;
  text-decoration: none;
  z-index: 50; 
}

#navigation ul li a:hover {
  /* background: url(../images/nav-over.png) repeat-x; */
  color: #D71A9B;
}

.bannerBoxWrapper {
  background: #FFF;
  margin: 0px 0px 0px 0px;
  min-height: 220px;
}
.bannerBoxContent {
  background: #FFF no-repeat;
  min-height: 220px;
  width: 100%;
}
* html .bannerBoxContent, * html .bannerBoxContent, * html .bannerBoxWrapper {
  height: 220px;   
}
html>body .bannerBoxWrapper {
 margin: 0px 0px 0px 0px;
}
.bannerOuter {
 margin-bottom: 15px; 
}

.bannerBoxContent p {
   font-size: 11px; 
   color: #333; 
   margin:5px 0px 10px 0px; 
   padding:0px;
 }
 .bannerBoxContent div.contentContainer {
   margin:0px 0px 0px 15px;
   padding: 10px 0px 0px 0px;
 }
 
.homeBoxPink {
  background: url('../images/home-box-pink.png') no-repeat;
  float: left;
  height: 150px;
  margin: 0px 16px 15px 0px;
  width: 228px;
}
.homeBoxBlue {
  background: url('../images/home-box-blue.png') no-repeat;
  float: left;
  height: 150px;
  left: -5px;
  margin: 0px 0px 15px 0px;
  position: relative;
  width: 228px;
}
.homeBoxGreen {
  background: url('../images/home-box-green.png') no-repeat;
  float: right;
  height: 150px;
  margin: 0px 0px 15px 0px;
  width: 228px;
}
* html div.homeBoxPink, * html div.homeBoxBlue, * html div.homeBoxGreen {
  margin-bottom: 2px; 
}
*:first-child+html div.homeBoxPink, *:first-child+html div.homeBoxBlue,  *:first-child+html div.homeBoxGreen {
  margin-bottom: 0px;
}
.homeBoxPink h2, .homeBoxBlue h2, .homeBoxGreen h2 {
  margin: 15px 0px 0px 15px;
  padding: 0px;
}
.homeBoxPink p, .homeBoxBlue p, .homeBoxGreen p {
  color: #FFF;
  font-size: 12px;
  margin: 5px 15px 10px 15px;
  padding: 0px;
}
.homeBoxPink a, .homeBoxBlue a, .homeBoxGreen a {
  color: #061a26;
  background: url(../images/arrow-right-black.png) left center no-repeat;
  float: right;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 3px 15px 0px 0px;
  padding: 0px 0px 0px 25px;
  text-decoration: none;
}


.homeVacanciesArrow {
  display: block;
  margin: 70px auto 0px auto;
}

a:hover.vacancyNoHover {
  cursor: default;
}

.homeVacanciesCentreCol {
  background: url('../images/home-scroller-centre-bg.png') repeat-x;
  float: left;
  height: 173px;
  position: relative;
  width: 635px;
}
.homeVacanciesCentreCol h2 {
  margin: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.homeVacanciesLeftCol {
  background: url('../images/home-scroller-left-bg.png') no-repeat;
  float: left;
  height: 173px;
  width: 35px;
}
.homeVacanciesRightCol {
  background: url('../images/home-scroller-right-bg.png') no-repeat;
  float: left;
  height: 173px;
  width: 35px;
}
.homeVacanciesWrapper {
  clear: both;
  position: relative;
}
.homeVacanciesWrapper a.vewAllVacancies {
  color: #44A9E1;
  font-size: 12px;
  position: absolute;
  right: 60px;
  text-decoration: none;
  top: 15px;
  z-index: 500;
}
.homeVacanciesWrapper a:hover.vewAllVacancies {
  text-decoration: underline;
}
#homeVacanciesContent {
  width: 100%;
  padding: 0 1%;
}
#homeVacanciesContent ul {
  float: left;
  height: 130px;
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
  position: relative;
  width: 32%;
}
#homeVacanciesContent ul.vacancyCentre {
  margin: 35px 1% 0 1%;
  width: 32%;
}
#homeVacanciesContent ul li {
  display: block;
  font-size: 12px;
}
#homeVacanciesContent ul li.vacTitle h3 {
  color: #3DBE23; 
  font-size: 13px;
  margin: 2px 0px 5px 0px;
  padding: 0px;
  text-align: center;
}
#homeVacanciesContent ul li.vacContent {
  height: 90px;
  overflow: hidden;
  text-align: center;
}
#homeVacanciesContent ul li.vacDetailLink {
  padding: 0px 10px 0px 0px;
  text-align: right;
}
#homeVacanciesContent ul li.vacDetailLink a {
  background: url('../images/arrow-right-outline-blue.png') no-repeat left center;
  color: #44A9E1;
  font-weight: bold;
  padding: 2px 0px 2px 25px;
  text-decoration: none;
}
#homeVacanciesContent li.vacDetailLink a:hover { 
  text-decoration: underline;
}

.rightColBoxTlWrapper {
  background: url('../images/right-col-box-tl.png') no-repeat top left #3F2441;
  float: left;
  clear: both;
  margin: 0px 0px 15px 0px;
  width: 100%; 
}
.rightColBoxTr {
  background: url('../images/right-col-box-tr.png') no-repeat top right; 
}
.rightColBoxBl {
  background: url('../images/right-col-box-bl.png') no-repeat bottom left; 
}
.rightColBoxBrContent {
  background: url('../images/right-col-box-br.png') no-repeat bottom right;
}

#newsContent {
  padding: 0px 0px 5px 0px;
}


#newsContent a, #testimonialsContent a {
  color: #44a9e1;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 10px 10px 10px;
  text-decoration: none;
}
#newsContent a:hover, #testimonialsContent a:hover {
  text-decoration: underline;  
}


#newsContent h2 {
  clear: right;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 10px 5px 10px;  
}
#newsContent p {
  color: #FFF;
  font-size: 11px;
  margin: 0px 10px 5px 10px;
  padding: 0px;
}
#newsContent a.allStoriesLink {
  clear: right;
  margin: 0px 10px 10px 10px;
}

#testmonialsContent {
  padding: 0px 0px 5px 0px;
}
#testimonialsContent p {
  color: #FFF;
  font-size: 11px;
  margin: 0px 10px 5px 10px;
  padding: 0px;
}
#testimonialsContent span {
  color: #FFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 10px 15px 10px;
  min-height: 27px;
}
* html #testimonialsContent span {
  height: 27px;
}
div.testimonialInner {
  text-align: left;
  min-height: 70px;
}
* html div.testimonialInner { 
  height: 70px;  
}

#twitterContent {
  background: url(../images/tweet-bird.png) 8px 5px no-repeat;
  padding: 0px 0px 5px 0px;
}
#twitterContent span {
  clear: both;
  color: #3DBE23;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 10px 10px 0px;
}
#twitterContent p {
  clear: both;
  color: #FFF;
  font-size: 11px;
  margin: 60px 10px 10px 10px;
  padding: 0px;
}
h1.tweetHeader {
  margin: 0px;
  float: right;
}


h1.newsHeader, testiHeader {
  margin: 0px;
}


/* --------- About Us Page ----------- */

div.aboutUsContent p {
  font-size: 12px;
}

/* ------- END OF About US Page ----- */

/* ------- Learners Main Page ------------ */

div.learnersFloat {
  background: #3F2441;
  float: left;
  margin: 0 15px 0 0; 
  padding: 10px;
  position: relative;
  width: 325px;
}

div.learnersFloat h1 {
  color: #EF40B7;
  font-size: 23px;
  margin: 0 0 10px 0;
  padding: 0px;
}
div.learnersFloat a {
  background: url(../images/blue-arrow-purple-bg.png) no-repeat left center;
  color: #44A9E1;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 20px;
  float: right;
  text-decoration: none;
}
div.learnersFloat a:hover {
  text-decoration: underline;
} 
div.learnersFloat p {
  font-size: 13px;
  min-height: 100px;
}
* html div.learnersFloat p {
    height: 100px;
}
div.lf2 {
  margin: 0;
}
/* ---- END OF Learners Main Page --------- */

/* ----- Learners Apprentice Page --------- */
div.learnersAppContent h1 {
  color: #EF40B7;
  font-size: 23px;
  margin: 0 0 10px 0;
  padding: 0px;
}
div.learnersAppContent h2 {
  font-size: 14px;
  /* color: #3DBE23; */
}
div.learnersAppContent p {
  font-size: 12px;
}

/*  -- END OF Learners Apprentice Page ---- */


/* ------- Testimonials Page ------------ */
div.testimonialContainer {
  margin: 20px 10px 10px 10px;
}
div.testimonialContainer p {
  background: #3F2441;
  font-size: 14px;
  margin: 0px;
  padding: 20px 30px; 
  text-align: center;
}
div.testimonialContainer strong {
  background: url(../images/bubble-bottom.png) 20px top no-repeat;
  color: #EF40B7;
  display: block;
  font-size: 15px;
  padding: 18px 0 0 25px;
}

h1.testimonialH1, h1.contactUsH1, h1.newsListH1, h1.newsStoryH1, h1.vacancyDisplay, h1.vacancyListH1, div.aboutUsContent h1 {
  color: #EF40B7;
  font-size: 23px;
  margin: 0 0 10px 0;
  padding: 0px;
}
/* ------ END OF Testimonials Page ------ */

/* ------ News List && Apprentice Vacancy List Pages --------- */
div.newsList1, div.newsList2, div.vacancyList1, div.vacancyList2 {
  padding: 10px;
  position: relative;
  margin: 0 0 15px 0;
  text-align: left;
} 
div.newsList1, div.vacancyList1 {
  background: #3F2441;
}
div.newsList2, div.vacancyList2 {
  background: #340E38;
}
div.newsList1 h2, div.newsList2 h2, div.vacancyList1 h2, div.vacancyList2 h2 {
   color: #EF40B7;
   font-size: 15px;
   margin: 0px;
} 
div.newsList1 p, div.newsList2 p, div.vacancyList1 p, div.vacancyList2 p {
  font-size: 13px;
  margin: 10px 0px;
  padding: 0px;
}
div.newsList1 span, div.newsList2 span, div.vacancyList1 span, div.vacancyList2 span {
  color: #3DBE23;
  float: right; 
  font-size: 12px;  
}
div.newsList1 a, div.newsList2 a, div.vacancyList1 a, div.vacancyList2 a {
  color: #44A9E1;
  font-size: 12px;
  text-decoration: none;
}
div.newsList1 a:hover, div.newsList2 a:hover, div.vacancyList1 a:hover, div.vacancyList2 a:hover {
  text-decoration: underline;
}
/* ------ END OF News List Styles ------- */

/* ------- News Story Page Styles ------- */
a.newsBackLink, a.vacancyBack {
  color: #44A9E1;
  font-size: 12px;
  margin: 0;
  position: relative;
  text-decoration: none;
  top: -10px;
}
a:hover.newsBackLink {
  text-decoration: underline;
}
div.newsStoryContent {
  font-size: 12px;
}

p.newsDate {
  color: #3DBE23;
  float: right;
  font-size: 12px;
  margin: 7px 20px 0 0;  
}

/* ---- END OF News Story Page Styles --- */

/* ----- Apprentice Vacancy Display Page ------ */
div.appVacancyContent p {
  font-size: 12px;
}
p.appVacancyAdded, p.appVacancyStart, p.appVacancyContact, p.vacancyContact, p.startDate {
  color: #3DBE23;
  font-size: 12px;
}
p.appVacancyAdded {
  position: absolute;
  top: -10px;
  right: 20px;
}
/* ---- END OF Apprentice Vacancy Disp Page --- */

/*---- work for us page ------- */

p.startDate {
  position: absolute;
  top: 0px;
  right: 10px
}
/* ----------------------------- */

/* -------- MAIN GENERIC PAGE CONTENT ----- */
 div.pageContentWrap h1 {
  color: #EF40B7;
  font-size: 23px;
  margin: 5px 0 10px 0;
  padding: 0px 100px 0px 0px;
}
div.pageContentWrap h2 {
  font-size: 14px;
  color: #3DBE23;
}
div.pageContentWrap p {
  font-size: 12px;
}
div.pageContentWrap ul, div.vacancyList1 ul, div.vacancyList2 ul {
  list-style-image: url(../images/green-arrow-purple-bg.png)
}
div.pageContentWrap ul li, div.vacancyList1 li, div.vacancyList2 li {
  font-size: 13px;
  font-weight: bold;
}
strong.strongGreen {
  color: #3DBE23;
}

/* ---------------------------------------- */

 
#contactsMapContainer {
  background: #3F2441;
  float: right;
  height: 250px;
  padding: 7px;
  width: 250px;
}
#contactsMap {
  color: #000;
  font-size: 12px;
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
}

#contactForm {
  padding: 0px 0px;
  margin: 0px;
  width: 420px;
}
#contactForm div.row {
  font-size: 13px;
  margin: 0px 0px 7px 0px;
}
#contactForm label {
  display: inline-block;
  margin: 0 2% 0 0;
  text-align: right;
  width: 32%;
}
 #contactForm input, #contactForm textarea {
  border: 2px solid #3F2441;
  padding: 1px 2px;
} 
#contactForm input:focus, #contactForm textarea:focus {
  border: 2px solid #EF40B7;
}

#contactSubject {
  width:240px;
}
#contactName, #contactEmail, #contactTel {
  width: 200px;
}
#contactMsg {
  height: 100px;
  width: 260px;
}
#contactSubmit {
  background: url('../images/pink-gradient-modern.png') repeat-x center center;
  color: #FFF;
  font-weight: bold;
}
#contactSubmit:hover {
  cursor: pointer;
}
#contactValidationErrors {
  padding: 0px 0px 10px 0px;
}
#contactValidationErrors p {
  font-size: 12px;
  margin: 5px;
  text-align: center;
}

#emailSuccessContent {
  text-align: center;
}
#emailSuccessContent p {
  font-size: 12px;
  margin: 10px;
  padding: 0px;
}
#emailSuccessContent a {
  color: #44A9E1;
  font-size: 12px;
  font-weight: bold;
}
#emailSuccessContent h1 {
  font-size: 15px;
}

.overClear {
  overflow: hidden;
  position: relative;
}
.secondaryRounded {
  font-size: 16px;
  margin: 0px 5px 15px 0px;
  padding: 10px;
  width: 430px;
}

div.pageContentWrap {
  background: #3F2441;
  padding: 10px;
  position: relative;
}

h1 { color: #FFF; margin:0px; padding: 10px; }
h2.roundHeader { 
  background: url('../images/light-grey-mod-grad.png') repeat-x center -2px;
  color: #e60cdc;
  font-size:14px;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px;
}
h2.roundHeader span {
  float: right;
  font-weight: normal;
  text-align: right;
}
h2.roundHeader span a {
  text-decoration: none;
}
h2.roundHeader span a:hover {
  text-decoration: underline;
}
a.mailto {
  color: #3DBE23;
  text-decoration: underline;
}

 a:hover.mailto {
   color: #3DBE23;
 }

a img {
  border: none 0px;
}

