@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------------------------------*/
/* MISC */
/* --------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #000;
}

.smallSpacer {
	clear: both;
	padding: 5px 0;
}

.spacer {
	clear: both;
	padding: 10px 0;
}

.clear { clear: both; }
.requiredSymbol { color: #900; }
.highlight { color: #ff821b; /*color: #b5de64;*/ }

/* --------------------------------------------------------------------------------*/
/* LAYOUT */
/* --------------------------------------------------------------------------------*/
.column {
	float: left;
}

#container {
	background: url(../images/bodyBG.png) top left repeat-y;
}

#header, #footer, #container {
	margin: 0 auto;
	width: 1000px;
}

#left {
	width: 300px;
	border-right: #204c86;
	background: url(../images/menuBG.png) bottom left no-repeat #112847;
}

#right {
	float: right;
	width: 300px;
}

#middle {
	width: 375px;
}

#middle.full {
	width: 685px;
}

#scroller {
	width: 100%;
	overflow: auto;
	height: 525px;
}

/* --------------------------------------------------------------------------------*/
/* ACCOUNT BOX */
/* --------------------------------------------------------------------------------*/
#accountBox {
	float: left;
	width: 40%;
}
/* --------------------------------------------------------------------------------*/
/* CV FORMATTING */
/* --------------------------------------------------------------------------------*/
#cvBox {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;

	color: #777;
	border: 1px solid #555;
	background-color: #f2f2f2;
}

#cvBox h2 {
	clear: both;
	width: 90%;
	margin: 10px auto 20px auto;

	color: #000;
	text-align: center;
}

#cvBox h3 {
	width: 90%;
	margin: 0 auto;

	color: #000;
	border-bottom: 1px solid #ccc;
}

#cvBox h4 {
	margin: 10px 0 0 30px;
	font-size: 15px;
	color: #333;
}

#cvBox a {
	color: #000;
	text-decoration: none;
}

#cvBox ul {
	list-style-type: none;
	margin: 10px 0 30px 40px;
}

#cvBox ul li { margin: 10px 0; }

#cvBox .modified, #cvBox .username {
	margin: 0 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#cvBox .modified { float: left; }
#cvBox .username { float: right; }

/* --------------------------------------------------------------------------------*/
/* HEADINGS AND PARAGRAPHS */
/* --------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight: normal;
	text-align: left;
}

h2 {
	font-size: 27px;
	color: #3f8fcf;
}

h3 {
	font-size: 19px;
	color: #56a7e2;
}

h4 {
	font-size: 17px;
	color: #56a7e2;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}

/* --------------------------------------------------------------------------------*/
/* FORMS */
/* --------------------------------------------------------------------------------*/
form { width: 100%; }

form div {
	clear: both;
	width: 100%;
	padding: 4px 0;
}

form div label, form div input, form div select, form div textarea {
	float: left;
}

form div label {
	display: block;
	width: 20%;
	margin-right: 10px;

	line-height: 25px;
	text-align: right;
}

form div input, form div textarea {
	width: 50%;
	background-color: #d3e3f1;
}

form div select { width: 20%; }

form div select option { font-weight: normal; }

form div textarea.comments { height:100px; }

form div input, form div textarea, form div select {
	border: 1px solid #555;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------*/
/* HYPERLINKS & BUTTONS */
/* --------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #ff821b;
}

a:hover {
	text-decoration: underline;
	color: #ffa43d;
}

input.checkbox {
	width: auto;
}

input.button {
	float: left;
	width: auto;

	margin: 0 10px 0 0;
	padding: 5px 10px;

	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;

	background: url(../images/buttonBG.png) bottom left repeat-x #fff;
	color: #555;

	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.button:hover { color: #42b03a; }
input.button.cancel:hover { color: #dc4242; }

input.button:active {
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
}

/* --------------------------------------------------------------------------------*/
/* HEADER */
/* --------------------------------------------------------------------------------*/
#header, #footer { clear: both; }

#header {
	background: url(../images/headerBG.png) bottom right repeat-x;
	border-top: 1px solid #fff;
}

#header h1 {
	float: left;
	display: block;
	width: 391px; /*262px;*/
	height: 100px;
	background: url(../images/logo.png) top left no-repeat;

	text-indent: -999em;
	overflow: hidden;
	color: #fff;
	font-size: 31px;
	font-weight: normal;
}

#header #navBar {
	clear: both;
	border: 1px solid #fff;
	border-left-width: 0;
	border-right-width: 0;
	background: url(../images/menuBG2.png) bottom left repeat-x #1b4071;
}

#header ul {
	width: 1000px;
	margin: 0 auto;
	list-style-type: none;
}

#header ul #benefits {
	float: right;
	width: 290px;
	height: 16px;

	border-left: 1px solid #fff;
	border-right: 0;

	text-align: right;
}

#header ul #benefits a {
	font-size: 11px;
}

#header ul.smallLinks {
	float: right;
	width: auto;
	background-color: #1b4071;
	border: 1px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	background: url(../images/menuBG2.png) bottom left repeat-x #1b4071;
}

#header ul li {
	float: left;
	padding: 5px 5px;

	border-right: 1px solid #fff;
}

#header ul.smallLinks li {
	border: 0;
	margin: 0 10px;
	color: #fff;
}

#header ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ff821b;
}

#header ul.smallLinks li a {
	color: #fff;
	font-size: 11px;
}

#header ul.smallLinks li a:hover {
	text-decoration: underline;
}

#header #signupLink {
	background-color: #ff821b;
}

/* --------------------------------------------------------------------------------*/
/* LEFT */
/* --------------------------------------------------------------------------------*/
#left h3, #left h4, #left table, #left img, #left p {
	margin-left: 10px;
}

#left table {
	width: 94%;
	text-align: left;
}

#left table td, #left table th {
	color: #fff;
	padding: 2px 0;
	width: 50%;
}

#left p {
	width: 90%;
	display: block;
	float: left;
	font-size: 11px;
	color: #fff;
}

#left a, #left table td a, #newVacancies a {
	color: #fff;
}

#left img { margin-top: 20px; }

#left form {
	clear: both;
	margin: 0 0 0 10px;
}

#left form label {
	color: #fff;
}

#left form label, #left form input {
	clear: both;
	margin: 0;
	text-align: left;
	width: 250px;
}

#left form .button {
	width: auto;
	clear: none;
	background-color: #fff;
}

.forgotPassword {
	clear: none;
	float: right;
	width: 20%;
	margin: 10px 0 0 0;

	font-size: 11px;
}

/* --------------------------------------------------------------------------------*/
/* MIDDLE */
/* --------------------------------------------------------------------------------*/
#middle {
	margin-left: 10px;
}

/* --------------------------------------------------------------------------------*/
/* RIGHT */
/* --------------------------------------------------------------------------------*/
#right h3, #right p, #right a {
	margin-left: 10px;
}

#right .colouredBox, #right .advert {
	padding: 10px 0;
	margin: 0;
}

#right .colouredBox {
	background: url(../images/menuBG.png) top left no-repeat #112847;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

#right .colouredBox * {
	width: 155px;
}

#right .colouredBox p {
	color: #fff;
}
/* --------------------------------------------------------------------------------*/
/* FOOTER */
/* --------------------------------------------------------------------------------*/
#footer {
	height: 75px;
	border-top: 1px solid #fff;
	background: url(../images/footerBG.png) top left repeat-x;
	/*background-color: #365884;*/
}

#footer ul {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;

	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0 10px;
}

#footer ul li, #footer ul li a {
	font-size: 11px;
	color: #fff;
}

/* --------------------------------------------------------------------------------*/
/* NEW VACANCIES */
/* --------------------------------------------------------------------------------*/
#newVacancies {
	margin: 0;
	width: 100%;
	border: 1px solid #fff;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #ff821b;
}

#newVacancies table {
	width: 280px;
	margin: 10px 0 0 10px;
}

#newVacancies table td.date {
	text-align: right;
}

#newVacancies h4 {
	width: auto;
	margin: 10px 0 0 10px;
	color: #fff;
}

/* --------------------------------------------------------------------------------*/
/* VACANCY LIST */
/* --------------------------------------------------------------------------------*/
.vacancyBox {
	width: 345px;
	margin: 0 0 10px 0;
	border: 1px solid #555;
}

.vacancyBox .vacancyTitle, .vacancyBox ul {
	float: left;
	clear: both;
}

.vacancyBox .vacancyTitle {
	width: 345px;
	padding: 5px 0;
	text-indent: 10px;
	font-size: 15px;

	color: #fff;
	background: url(../images/menuBG2.png) bottom left repeat-x #1b4071;
}

.vacancyBox ul {
	width: 99%;
	margin: 10px 0 0 10px;
	list-style-type: none;
}

.vacancyBox ul li {
	float: left;
	margin: 0 10px 0 0;
	color: #1b4071;
}

.vacancyBox p {
	width: 95%;
	margin: 10px 0 0 10px;
}

.vacancyBox form {
	margin: 10px 0 0 10px;
	clear: both;
}

.vacancyBox form .button { margin-left: 0; }

/* --------------------------------------------------------------------------------*/
/* LOGIN FORM */
/* --------------------------------------------------------------------------------*/
#loginForm {
	border: 1px solid #555;
	width: 375px;

	margin-top: 20px;
	padding: 10px 0;
}

#loginForm p, #loginForm h3, #loginForm h4 {
	margin-left: 20px;
}

#loginForm label { width: 95px; }
#loginForm label .required { color: #CC0000; }
#loginForm .forgotPassword {
	float: left;
}
/* --------------------------------------------------------------------------------*/
/* ADVERTS */
/* --------------------------------------------------------------------------------*/
#advertOne {
	border: 1px solid #112847;
	background: url(../images/menuBG.png) bottom left no-repeat #112847;
}

#advertOne ul {
	float: right;
	margin: 20px 0;
	width: 95%;
	list-style-type: none;
}

#advertOne ul li {
	margin: 10px 0;
	padding: 5px 3px;

	text-align: right;
	color: #fff;
	font-size: 15px;
	background-color: #ff821b;
	/*background: url(../images/highlightBG.png) bottom left no-repeat #f30;*/
}

#advertOne p {
	color: #fff;
	font-size: 19px;
	line-height: 25px;
	margin: 0 10px 10px 10px;
}

