/* CSS Document for Screens */

/* color palette
Body
Text #555
Background color #e0e0e0
Top bar background-color: #333;	
Bright red  #b50c21
Menu #9a0000
Top menu hover over: background-color: #ccc;
Dropdown menu: background-color: rgba(6,6,6,.65); 
Dropdown menu hover over: #b50c21;
Sub sub menu: background-color: rgba(154, 0, 0, 0.8);
Sub sub menu hover over: background-color: rgba(6,6,6,.65);	
Tagline:#9a0000;
Workers
Currentjobs h2: background-color: #666;
Registernow h2:	background-color: #999;
Testimonials h2: background-color: #A84240;
Custoemr
.centralRecruitment:background-color: #A84240;
.centralAxis:background-color: #024166;
.centralTraining:background-color: #52769A;

*/
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
}
/* Text */
h1 {
	margin: 0 0 1em 0;
	padding: 20px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	color: #A84240;
	border-top: 1px solid #dedede;
}
.immediateh2 {
	margin-bottom: 0.5em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #ccc;
}
h3 {
	margin: 0.5em 0 .5em 0;
	font-size: 1.2em;
	color: #fff;
}
h4 {
	margin: 0 0 1.5em 0;
	font-size: 1em;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #9a0000;
	text-decoration: none;
}
a:visited {
	color: #b50c21;
}
a:hover {
	text-decoration: underline;
}
.redtext {/*used to emphasize text*/
	color: #9a0000;
	font-weight: bold;
}
/* top bar */
#topContact {
	height: 40px;
	background-color: #333;/*position:fixed;
	width:100%;
	z-index:200;
	top:0;this is for creating fixed top bar*/
}
#contact {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #e0e0e0; /*color for font icons*/
}
#contact a {
	text-decoration: none;
	color: #fff;
}
#phoneNumber, #phonedirectory {
	margin: 0px;
	padding: 0 20px;
	border-right: 1px solid #e0e0e0;
}
#phoneNumber i.fa-phone-square { /* this colours the padlock*/
	padding-right: 10px;
}
#phonedirectory a:hover {
	color: #ccc;
}
/* Telephone Directory*/
#tooltip_container {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	width: 275px; /* need i.e. rule */
	background-color: #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ccc;
	z-index: 103;
	padding: 5px 10px;
	margin: 0px;
	line-height: 1.5em;
}
#tooltip_container::before { /* creates arrow*/
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	top: -15px;
	left: 30px;
	width: 0;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: #999 transparent;
}
#tooltip_container ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
#tooltip_container ul li span {
	float: left;
	width: 150px;
}
.tooltip-html-source {
	display: none;
}
#login, #twitter {
	float: right;
	margin: 0;
	padding: 0;
}
#login {
	margin: 0 7px 0 0;
}
#login a, #twitter a {
	border-left: 1px solid #e0e0e0;
	padding: 0 10px;
}
#login a:hover i.fa-lock, #twitter a:hover i.fa-twitter { /* this colours the padlock*/
	color: #b50c21;
}
#login i.fa-lock { /* this colours the padlock*/
	padding-right: 2px;
}
/*page*/
#page {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 3px #999;
}
/* Header*/ header {
	background: #fff;
	position: relative;/*padding-top:50px; for using fixed top bar*/
}
header a.centrallogo {
	position: absolute;
	display: block;
	width: 250px;
	height: 115px; /* links are normally inline elements*/
	background: url(../images/centrallargelogogif.gif) no-repeat 0 0;
	background-size: contain; /*this ensures the logo is scaled to fit the width and height properties*/
	top: 15px; /*65px if use fixed top bar*/
	left: 20px;
}
header a.centrallogo span { /*this is here to hide the words Central Recruitment*/
	display: none;
	background-color: #ffffff;
}
/* Menus */
/*top-level*/
#topNavigation {
	padding: 100px 0 0 0; /*pushes recruitment/training menu down 100px from top*/
}
#topNavigation::after {/*ensures that the links appear on their own line*/
	content: '';
	display: block;
	clear: both;
}
#topNavigation ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	float: right;
	padding-right: 2%;
}
#topNavigation ul li {
	display: inline-block;
	float: left;
	margin: 0 0 10px 0;
	height: 100%;
}
#topNavigation ul a:hover {
	background-color: #e0e0e0;
	border-right: 2px solid #b50c21;
}
#topNavigation ul li a {
	display: inline-block; /*will behave like graphics*/
	padding: 10px 20px;
	text-decoration: none;
	color: #777;
	border-right: 2px solid #999;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
#topNavigation ul li:nth-child(1) a:hover {
	border-right: 2px solid #003399;
}
#topNavigation ul li:nth-child(2) a:hover {
	border-right: 2px solid #3A9E46;
}
a.mobile_menu {
	width: 32px;
	height: 32px;
	background: url(../images/icon_menu.svg) no-repeat 0 0;
	background-size: contain;
	display: none;
}
#hamburger_menu {
	height: 32px;
	background-color: #9a0000;
	display: none;
	padding-left: 92%;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
/* second-level*/
#secondNavigation {
	background-color: #9a0000;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 110;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 2px;
}
#secondNavigation::after {
	content: '';
	display: block;
	clear: both;
}
#secondNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondNavigation > ul {
	padding-left: 0px;
}
#secondNavigation > ul>li {
	float: left;
}
#secondNavigation ul li a { /*top level menus*/
	display: inline-block; /*will behave like graphics*/
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	width: 100px; /*width of top level menu items*/
	text-align: center;
}
#secondNavigation ul:first-child > li:first-child a {   /* home button not as wide as others*/
	width: 20px;
}
#secondNavigation li {
	border-right: 1px solid #fff;
}
#secondNavigation ul li:hover > ul {/*target uls that are direct descendants of lis in their hover state*/
	display: block; /*shows sub menus when hover over top menus*/
}
#secondNavigation ul li a:hover {
	background-color: #ccc; /*top menu hover over back colour*/
}
#secondNavigation ul ul { /* dropdown menu*/
	position: absolute;
	top: 100%;
	background-color: rgba(6,6,6,.65); /*dropdown menu back colour*/
	display: none; /* this is where sub menus are hidden*/
	color: #fff;
}
#secondNavigation ul ul li { /* width of dropdown menus*/
	position: relative;
	width: 200px;
}
#secondNavigation ul ul li a {
	font-size: .95em;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 180px;
	padding: 10px 0px 15px 20px;
	text-align: left;
}
#secondNavigation ul ul li a:hover {
	width: 180px;
	background-color: #b50c21;
	color: #fff;
}
/*sub menus*/
#secondNavigation ul ul ul {
	left: 100%;
	top: 2px;
	background-color: rgba(154, 0, 0, 0.8);
	border-top: 1px solid #fff;
}
#secondNavigation ul ul ul li a {
	color: #fff;
}
#secondNavigation ul ul ul li a:hover {
	color: #fff;
	background-color: rgba(6,6,6,.65);
}
div[id^="topPicture"], div[id*="topPicture"] {
	width: 1000px;
	height: 350px;
	background-size: contain; /*background graphic sized to fit element*/
	position: relative;/*background graphic sized to fit element*/
}
#topPicture {
	background: url(../images/mixedracewoman.jpg) no-repeat 0 0;
}
#topPicture2 {
	background: url(../images/candidates1000.jpg) no-repeat 0 0;
}
#topPicture3 {
	background: url(../images/customers1000.jpg) no-repeat 0 0;
}
#topPicture4 {
	background: url(../images/ourservices1000.jpg) no-repeat 0 0;
}
#topPicture5 {
	background: url(../images/contactus1000.jpg) no-repeat 0 0;
}
div[id^="topPicture"] h1, div[id*="topPicture"] h1 {
	color: #fff;
	font-size: 3em;
	position: absolute;
	top: 65%;
	left: 5%;
	border: 0px;
	width: 55%;
	padding-bottom: 10px;
}
div[id^="topPicture"] .overlay, div[id*="topPicture"] .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to left, rgba(0,0,0,0) 45%, rgba(0,0,0,.7)99%);
	background-size: 100%;
}
.headingText {
	color: #fff;
	position: absolute;
	left: 5%;
	border: 0px;
	padding-bottom: 10px;
}
.oneLine {
	font-size: 3em;
	top: 60%;
	width: 45%;
}
.twoLine {
	font-size: 3em;
	top: 45%;
	width: 45%;
}
/* Section - All*/
.readmore {
	background-color: #ccc;
	color: #666;
	margin: 0 10px;
	padding: 10px 10px 10px 0;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
}
.readmore:hover {
	color: #fff;
}
/*individual page css*/
#breadcrumbs p {
	margin: 0;
	padding: 15px 0 15px 40px;
	color: #555;
	background-color: #efefef;
}
#breadcrumbs a {
	text-decoration: none;
	color: #555;
}
#breadcrumbs a:hover {
	color: #9a0000;
	text-shadow: 1px 1px #ccc;
}
/*Main content 2 columns*/
#sideBar {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}
#mainContent {
	width: 75%;
	float: right;
	margin: 0;
	padding: 0;
	padding-bottom: 20px/*background-color:red;*/
}
#mainContentNoSideBar {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px/*background-color:red;*/
}
#mainContentShortNoSideBar {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;/*background-color:red;*/
	height: 500px;
}
#page:after {
	clear: both;
	content: "";
	display: block;
}
/*left sidebar*/
#sideBar nav ul {
	list-style: none;
}
#sideBar nav ul li {
	background-color: #efefef;
	border-radius: 0 0 0 15px;
	padding: 10px 0px 10px 10px;
	border-right: 5px solid #9a0000;
	margin: 0;
	margin-bottom: 5px;
	display: inline-block;
	width: 175px;
}
#sideBar nav ul li a {
	color: #555;
}
#sideBar nav ul li a:hover {
	color: #9a0000;
	text-shadow: 1px 1px #ccc;
	text-decoration: none;
}
#sideBar nav ul li a.selected {
	color: #9a0000;
}
#sideBar p {
	color: #9a0000;
	background-color: #efefef;
	border-radius: 0 0 0 15px;
	border-right: 5px solid #9a0000;
	font-size: 1.35em;
	padding: 20px;
	padding-right: 10px;
	margin: 50px 20px 20px 20px;
	font-family: 'Open Sans';
	line-height: 1.25em;
}
#sideBar p.inverse {
	background-color: #9a0000;
	border-right: 5px solid #efefef;
	color: #efefef;
}
/*main content*/
#mainContent h1, #mainContentNoSideBar h1, #mainContentShortNoSideBar h1 {
	border-top: none;
	font-size: 1.6em;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent h2, #mainContentNoSideBar h2 {
	color: #666;
	font-size: 1.25em;
	padding: 20px 0 0 10px;
	margin-bottom: 5px;
}
#mainContent h3, #mainContentNoSideBar h3 {
	color: #9a0000;
	font-size: 1.15em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#mainContent h4, #mainContentNoSideBar h4 {
	margin: 30px 0 10px 10px;
	font-size: 1em;
	color: #9a0000;
}
#mainContent p, #mainContentNoSideBar p, #mainContentShortNoSideBar p {
	margin: 0px 35px 15px 10px;
	padding: 0;
}
#mainContent p.coloured {
	border-radius: 0 0 0 15px;
	padding: 20px;
	font-family: 'Open Sans';
	font-size: 1.45em;
	margin-top: 40px;
	background-color: #efefef;
	border-right: 5px solid #9a0000;
	color: #9a0000;
}
#mainContent p.inverse {
	color: #efefef;
	background-color: #9a0000;
	border-right: 5px solid #efefef;
}
#mainContent p.coloured a {
	color: #fff;
	font-weight: bold;
}
#mainContent p.coloured a:visited {
	color: #fff;
	font-weight: bold;
}
ul.arrows {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1.55em;
}
ul.arrows li:before {
	content: "\003e \0020";
	font-size: 1em;
	font-weight: bold;
	padding-right: 10px;
	color: #9a0000;
}
ul.arrows li {
	padding-left: 20px;
}
ol {
	line-height: 1.35em;
}
/*footer*/
footer {
	background-color: #666;
	margin: 0;
	padding: 20px 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
footer::after {
	content: '';
	display: block;
	clear: both;
}
/* Footer menu*/
.footerMenu {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 15px 0 30px 40px;
	text-align: left;
}
.footerMenu::after {
	content: '';
	display: block;
	clear: both;
}
.footerMenu i.fa-circle { /*circles are hidden until smaller sizes*/
	display: none;
}
.footerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerMenu > ul>li { /*top menus*/
	float: left;
	font-size: .95em;
}
.footerMenu ul > li li { /*smaller menus*/
	font-size: .9em;
}
.footerMenu ul li a { /*top level menus*/
	color: #fff;
	padding: 3px 20px;
	display: inline-block;
	text-decoration: none;
	width: 140px; /*width of top level menu items */
}
/*div containing contact details*/
.footerAddress {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	border-top: 1px solid #fff;
	min-height: 95px;
	background-size: contain;
}
.telno {
	border-right: 1px solid #eaeaea;
	padding-right: 10px;
	margin-right: 8px;
}
.footerAddress p {
	padding-left: 20px;
}
.footerAddress .copyright, .footerAddress .registeredcompanyno, .footerAddress .designer {
	font-size: .5em;
}
.footerAddress .registeredcompanyno, .footerAddress .designer {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}
.footerAddress a.footerlogo {
	position: absolute;/*this is here so that the image floats at the same height as the address*/
	display: block;
	width: 175px;
	height: 62px;
	background: url(../images/centralfooterlogosmall.gif) no-repeat 0 0;
	background-size: contain; /*background graphic sized to fit element*/
	margin-left: 85%;
	top: 20px;
}
.socialmediaBar {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0 20px 20px;
	font-size: 1.25em;
	text-align: left;
	background-color: #666;/*#efefef;*/
	display: none;
}
#twitterBar a .fa.fa-twitter.fa-fw.fa-lg {
	color: #efefef; /*#999;*/
	padding: 0px;
}
.sharebar {
	background-color: #efefef;
	margin: 0 0 0 10px;
	padding: 20px 0px 5px 10px;
	border-radius: 0 0 0 15px;
	display: inline-block;
}
.sharebar .share {
	font-family: 'Open sans', sans-serif;
	font-size: 1.5em;
	padding-right: 10px;
	color: #9a0000;
}
.sharebar [class^="fa"] {
	padding-left: 5px;
	padding-right: 5px;
}
#gridViewSpacer {
	margin-bottom: 150px;
}
/*Job alert*/
#jobalert {
	background-color: #efefef;
	border-radius: 0 0 0 15px;
	border-right: 5px solid #9a0000;
	padding: 20px 10px 20px 20px;
	margin: 50px 20px;
}
#sideBar #jobalert p {
	font-size: 1em;
	font-family: Arial, Helvetica;
	color: #555;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	border: none;
	width: auto;
}
.asptextboxJA {
	border: 1px solid #999;
	height: 20px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 2px;
	font-family: Calibri;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.asptextboxJA:focus, .asptextbox:focus, .aspdropdown:focus, .asptextboxNotAppForm:focus, .asptextboxLong:focus {
	-moz-box-shadow: 0 0 1px 1px #0080FF;
	-webkit-box-shadow: 0 0 1px 1px #0080FF;
	box-shadow: 0 0 1px 1px #0080FF;
}
/*Job page*/
#searchBox {
	background-color: #efefef;
	width: 90%;
	margin: 30px 0px 30px 10px;
	padding: 20px 0px 20px 15px;
}
.searchDropdown {
	font-size: 1em;
	width: 75%;
	font-family: 'Open sans';
	margin-right: 10px;
}
.searchButton {
	font-family: 'Open sans', sans-serif;
	background-color: #9a0000;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	border: none;
}
.searchButton:hover {
	cursor: pointer;/*box-shadow: 0 4px 8px 0 rgba(181, 12, 33, 0.2), 0 6px 20px 0 rgba(181, 12, 33, 0.19);**/
}
#MainContent_gvJobs h3, #gvJobs h3 { /*had to add MainContent as after using master pages, the page source shows the grid is called MainContent_gvJobs*/
	color: #efefef;
	background-color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	width: 90%;
	border-right: 5px solid #b50c21;
	padding: 10px 0px 10px 20px;
	margin: 0px;
	margin-left: 5px;
}
/*links at bottom in square boxes*/
.GridPager a, .GridPager span {
    display: block;
    height: 20px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    margin-top: 5px;
    margin-bottom:20px;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #555;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #b50c21;
    color: #fff;
    border: 1px solid #8D3836;
}

.GridPager a:hover {
    text-decoration: underline;
}

#jobdescription {
	background-color: #efefef;
	width: 90%;
	border-radius: 0 0 0 15px;
	border-right: 5px solid #b50c21;
	padding: 20px 10px 2px 10px;
	margin: 0px 0px 15px 5px;
	clear: both;
	overflow: auto;
}
#jobdescription ul {
	list-style-type: none;
	font-family: 'Open sans';
	text-indent: -1.3em;
	border-left: 1px solid #555;
}
#jobdescription li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.mainjd {
	width: 55%;
	float: left;
	font-family: 'Open sans';
	padding: 5px 10px;
}
.jddetails {
	width: 40%;
	float: left;
}
/*Job details page*/
#MainContent_gvBookingDetails, #MainContent_gvjobDetails {
	padding: 20px 20px 0px 20px;
	margin: 20px 35px 0px 10px;
}
.jobtitle {
	color: #9a0000;
	font-size: 1.5em;
	border-top: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
	padding-left: 0px;
	font-family: 'Open sans';
	font-weight: bold;
}
.titles {
	font-weight: bold;
	font-family: 'Open sans';
	padding-bottom: 20px;
}
.jobsasplabel {
	margin: 0 0 10px 10px;
	padding-right: 10px;
	display: inline-block;
	font-weight: bold;
}
.errornote {
	color: #b50c21;
	font-weight: bold;
	margin-left: 10px;
}
/*register now*/
#SelectionTitleBar1000 {
	background-color: #999;
	padding: 10px 0px 20px 5px;
	margin: 0px 20px 0px 10px;
}
#SelectionTitleBar1000 h2 {
	color: #fff;
}
#Selection1000Grey {
	/*width: 978px;*/
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding-top: 0px 0px 0px 20px;
	margin: 0px 20px 20px 10px;
	overflow: hidden;
}
#Selection1000Grey h3 {
	color: #333;
	padding: 10px 20px;
	margin: 0;
	background-color: #d6d6d6;
	font-size: 1em;
	margin-bottom: 20px;
}
#Selection1000Grey p {
	padding: 10px 20px 20px 30px;
	margin: 0;
}
.asplabel {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-left: 20px;
	width: 250px;
	display: inline-block;
}
#Selection1000Grey .asplabel {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-left: 20px;
	width: 250px;
	display: inline-block;
}
.asplabelCheckbox {
	text-align: left;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	vertical-align: top;
	width: 250px;
	display: inline-block;
}
.asplabelLong, .aspErrorlabel {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-left: 20px;
	vertical-align: top;
	width: 250px;
	display: inline-block;
}
.aspErrorlabel {
	color: #9a0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: .95em;
	width: auto;
	text-align: left;
}
.asptextbox, .aspDatebox {
	border: 1px solid #999;
	height: 20px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 2px;
	font-family: Calibri;
	font-size: 1.1em;
	color: #555;
}
.aspFileUpload {
	border: 1px solid #999;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 2px;
	font-family: Calibri;
	font-size: 1.1em;
	color: #555;
}
.aspDatebox {
	width: 80px;
}
.aspdropdown {
	color: #555;
	border: 1px solid #999;
	height: 25px;
	padding-left: 5px;
}
.aspCheckbox {
	vertical-align: top;
	padding-left: 0px;
}
.aspUploadButton {
	height: 30px;
	font-size: 1em;
	margin-top: 10px;
}
.ajax__calendar_header {
	height: 30px;
	width: 100%;
	background-color: #9a0000;
	color: #fff;
	font-size: 1.1em;
}
.ajax__calendar_footer {
	height: 15px;
	background-color: #ccc;
}
.ajax__calendar, .ajax__calendar_container {
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.submitButton, .applyButton {
	font-family: 'Open sans', sans-serif;
	background-color: #9a0000;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	border: none;
	display: block;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	transition: background-color .5s ease;
}
.submitButton:hover, .applyButton:hover {
	cursor: pointer;/*box-shadow: 0 4px 8px 0 rgba(181, 12, 33, 0.2), 0 6px 20px 0 rgba(181, 12, 33, 0.19);**/
	background-color: red;
}
.applyButton {
	margin-left: 10px;
	margin-top: 10px;
}
.vs1 {
	color: #9a0000;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
	border: 2px solid #9a0000;
	font-family: 'Open sans';
}
.vs1 li {
	padding-bottom: 10px;
}
.rfv {
	vertical-align: top;
}

@media screen and (max-width: 970px) {
#sideBar nav ul {
	padding-left: 10px;
}
#sideBar nav ul li {
	width: 170px;
}
#sideBar p {
	padding-left: 10px;
	margin-left: 10px;
	width: 165px;
}
.footerMenu ul li ul {
	display: none;
}
.footerMenu i.fa-circle {
	display: inline-block;
	padding: 0px 10px 0 7px;
	font-size: .25em;
}
.footerMenu {
	padding-left: 20px;
}
.footerMenu ul li a {
	width: auto;
	margin: 0;
	padding: 5px;
}
.aspUploadButton {
	margin-left: 275px;
}
}

@media screen and (max-width: 900px) {
.footerAddress {
	height: 180px;
}
.footerAddress p {
	text-align: center;
}
.footerAddress a.footerlogo {
	position: static;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}
}

@media screen and (max-width: 825px) {
.asplabel, .asplabelLong {
	text-align: left;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
}
#Selection1000Grey .asplabel {
	text-align: left;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
}
.asplabelCheckbox {
	margin-left: 30px;
}
.asptextbox, .aspdropdown, .aspDatebox, .aspFileUpload, .aspUploadButton {
	margin-left: 30px;
}
#sideBar {
	width: 30%;/*display:none; */
}
#mainContent {
	width: 70%;
}
#secondNavigation ul li a { /*top level menus*/
	width: auto; /*width of top level menu items*/
}
#secondNavigation ul:first-child > li:first-child a {   /* home button not as wide as others*/
	width: auto;
}
#secondNavigation ul:first-child > li:last-child a {
	width: auto;
}
#topPicture {
	background: url(../images/mixedracewoman825.jpg) no-repeat 0 0;
}
#topPicture2 {
	background: url(../images/candidates825.jpg) no-repeat 0 0;
}
#topPicture3 {
	background: url(../images/customers825.jpg) no-repeat 0 0;
}
#topPicture4 {
	background: url(../images/ourservices825.jpg) no-repeat 0 0;
}
#topPicture5 {
	background: url(../images/contactus825.jpg) no-repeat 0 0;
}
div[id^="topPicture"], div[id*="topPicture"] {
	width: 825px;
	height: 289px;
	background-size: cover;
}
.oneLine, .twoLine, .threeLine {
	font-size: 2.5em;
}
.fourLine {
	font-size: 1.5em;
}
}

@media screen and (max-width: 700px) {/*this media query is mainly for the footer that breaks down at thsi size*/
#sideBar {
	display: none;
}
#mainContent {
	width: 100%;
}
#mainContent p, #MainContent_gvBookingDetails, #MainContent_gvjobDetails {
	width: 90%;
	margin-left: 20px;
}
#mainContent h1, h2, h3, ul {
	margin-left: 10px;
}
#mainContent ul {
	margin-left: 50px;
}
.jobsasplabel, .applyButton {
	margin-left: 20px;
}
#secondNavigation {
	padding: 0px;
	background-color: #9a0000;
	height: 0px;
	overflow: hidden;
}
header a.centrallogo {
	height: 100px;
}
a.mobile_menu {
	display: block;
}
#hamburger_menu {
	display: block;
}
#secondNavigation ul, #secondNavigation ul ul {
	display: block;
	position: static;
}
#secondNavigation > ul {
	padding: 0;
}
#secondNavigation > ul >li {
	float: none;
	margin-top: 0px;
}
#secondNavigation ul li:hover {
	background: none;
}
#secondNavigation ul li a {
	width: auto;
	display: block;
	margin: 4px 10px;
	padding: 6px 15px 6px 12px;
	border-bottom: 1px solid rgba(255,255,255, .25);
	text-align: left;
	background-color: #A84240
}
#secondNavigation ul li a:hover {
	background-color: rgba(255,255,255, .2);
}
#secondNavigation ul ul {
	background: none;
}
#secondNavigation ul ul li a {
	margin-left: 30px;
}
#secondNavigation ul ul ul li a {
	margin-left: 60px;
}
#secondNavigation ul:first-child > li:first-child a, #secondNavigation ul:first-child > li:last-child a, #secondNavigation ul:first-child > li:last-child > ul > li a {   /* home button not as wide as others*/
	width: auto;
}
#secondNavigation li {
	border: 0px;
}
#secondNavigation ul ul li { /* width of dropdown menus*/
	position: relative;
	width: auto;
}
#secondNavigation ul ul li a {
	font-size: .95em;
	color: #fff;
	border: 0px;
	width: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid rgba(255,255,255, .25);
}
#secondNavigation ul ul li a:hover {
	width: auto;
	background-color: #b50c21;
	color: #fff;
	border-right: 1px solid #fff;
}
#secondNavigation ul ul ul {
	border-top: none;
}
#secondNavigation ul ul ul li a:hover {
	background-color: #b50c21;
}
#mainContent p.coloured {
	width: auto;
}
#breadcrumbs p {
	padding-left: 20px;
}
.sharebar {
	margin: 0 0 0 20px;
}
.footerAddress .designer {
	display: block;
	border-left: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 520px) {
header a.centrallogo {
	width: 100%; /*set so that the logo takes up the entire width of the header*/
	background-position: center;
	left: 0px;
}
#phonedirectory, #twitter {
	display: none;
}
#login {
	float: none;
}
#login a {
	border-right: 1px solid #e0e0e0;
	border-left: none;
}
#topNavigation ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	float: none;
	padding-top: 20px;
}
#topNavigation ul li {
	display: inline-block;
	float: none;
	margin: 10px 0 0px 0;
	height: 100%;
}
#hamburger_menu {
	padding-left: 90%;
}
.footerMenu > ul > li {
	float: none;
	margin-top: 0px;
}
.footerMenu i.fa-circle {
	display: none;
}
.footerAddress p {
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}
.socialmediaBar {
	display: block;
}
div[id^="topPicture"], div[id*="topPicture"] {
	display: none;
}
#centralContactDetails {
	font-size: .65em;
}
#centralContactDetails .telno, .footerAddress .copyright {
	display: none;
}
#centralContactDetails, .footerAddress .registeredcompanyno {
	border-left: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}
.footerAddress .designer {
	display: block;
	margin-top: 10px;
}
.searchDropdown {
	width: 90%;
	margin-bottom: 10px;
}
.mainjd, .jddetails {
	width: auto;
	display: block;
}
.mainjd {
	border-bottom: 1px solid #555;
}
#jobdescription ul {
	margin-left: 0px;
	border-left: none;
}
.asplabelCheckbox {
	width: 210px;
}
}

/*.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
	color: #0066cc;
}

.ajax__calendar_body {
	height: 139px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin: auto;
}.ajax__calendar_container {
	padding: 4px;
	position: absolute;
	cursor: default;
	width: 170px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma, verdana, helvetica;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
	top: 0px;
	left: 0px;
	height: 139px;
	width: 170px;
	position: absolute;
	text-align: center;
	margin: auto;
}
.ajax__calendar_container TABLE {
	font-size: 11px;
	border-radius: 5px;
}

.ajax__calendar_title {
	cursor: pointer;
	font-weight: bold;
}

.ajax__calendar_today {
	cursor: pointer;
	padding-top: 3px;
}
.ajax__calendar_dayname {
	height: 17px;
	width: 17px;
	text-align: right;
	padding: 0 2px;
}
.ajax__calendar_day {
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 0 2px;
	cursor: pointer;
}
.ajax__calendar_month {
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.ajax__calendar_year {
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.ajax__calendar .ajax__calendar_footer {
	border-top: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_dayname {
	border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_day {
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_month {
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_year {
	border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
	color: #0066cc;
}
*/
