/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	background: url(../i/layout/page-bg.gif) left top repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#content p {
	font-size: 1.2em;
	margin: 1em 0;
}
h1 {
	color: #BF26BF;
	font-size: 1.7em;
	margin-bottom: 10px;
}
h2 {
	color: #BF26BF;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
}
a#headerlink {
	float: left;
	display: block;
	width: 373px;
	height: 105px;
	background: url(../i/layout/logo.jpg) no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
h2#downloads-for-job-seekers {
	height: 23px;
	margin-left: 5px;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url(../i/layout/header-downloads-for-job-seekers.gif) left top no-repeat;
	margin-bottom: 10px;
}
h2#testimonials {
	height: 23px;
	margin-left: 5px;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url(../i/layout/header-testimonials.gif) left top no-repeat;
	margin-bottom: 10px;
}
h2#mission-statement {
	height: 23px;
	margin-left: 5px;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url(../i/layout/header-mission-statement.gif) left top no-repeat;
	margin-bottom: 10px;
}
span.testimonial-from {
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-style: italic;
	float: right;
	margin-bottom: 10px;
}
*html span.testimonial-from {
	width: 95%;
	color: #666;
	font-style: italic;
	float: right;
	margin-bottom: 10px;
}
span.infoHeader {
	float: left;
	display: block;
	width: 80px;
}
span.jobTitle {
	display: block;
	font-size: 1.2em;
	color: #BF26BF;
	margin-bottom: 5px;
}
span.jobInfo {
	display: block;
	padding-left: 20px;
	font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
}
img.right {
	float: right;
	margin-left: 10px;
}
span.homeText {
	font-size: 1.2em;
}
a.pdf {
	display: block;
	height: 14px;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../i/icons/doc.gif) no-repeat;
}
/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	width: 990px;
	height: 116px;
}
div#teltop {
	display: block;
	float: right;
	width: 199px;
	height: 90px;
	background: url(../i/layout/top-tel.gif) no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
div#top-banner {
	width: 960px;
	height: 190px;
	margin-left:15px;
}
div#left-nav {
	width: 320px;
	float: left;
}

div.left-box {
	width: 320px;
	background: url(../i/layout/box-content.gif) top repeat-y;
}
div.left-box-header {
	width: 320px;
	padding-top: 28px;
	background: url(../i/layout/box-header.gif) top no-repeat;
}
div.left-box-content {
	width: 290px;
	padding-left: 15px;
	padding-right: 15px;
}
div.left-box-footer {
	width: 320px;
	padding-bottom: 28px;
	background: url(../i/layout/box-footer.gif) bottom no-repeat;
}
div#main-content {
	float: left;
	width: 670px;
}
div#top-images img {
	float: left;
	margin-left: -1px;
}
div.main-text {
	clear: both;
	padding: 20px;
}
div.main-text {
	color: #000;
	text-align: justify;
}
div.main-text a {
	color: #BF26BF;
}
div.main-text a:hover {
	color: #6F146F;
}
div#enquirelinks {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div.job-vacancy table {
	width: 100%;
	font-size: 1.2em;
}
div.job-vacancy th.vacancy {
	color: #fff;
	width: 290px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #BF26BF;
}
div.job-vacancy th.norm {
	color: #fff;
	width: 210px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #BF26BF;
}
div.job-vacancy th.viewmore {
	color: #fff;
	width: 100px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #BF26BF;
}
div.job-vacancy td {
	padding: 5px;
	color: #666;
	background-color: #fff;
	border-bottom: solid 1px #BF26BF;
}
div#enquire-form label {
	width: 120px;
}

/***********************************************************************
	SIDE ELEMENTS
************************************************************************/
div.left-box-info {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
div.left-box-info li {
	font-size: 1.2em;
	height: 24px;
	padding-left: 20px;
	margin-bottom: 5px;
}
div.left-box-info li a {
	display: block;
	height: 14px;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../i/icons/doc.gif) no-repeat;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#nav ul {
	margin-bottom: 10px;
}
div#nav ul li a {
	font-size: 1.2em;
	color: #000;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	display: block;
	width: 255px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background: #ececec url(../i/layout/nav-bullet-norm.gif) left no-repeat;
}
div#nav ul li a:hover {
	color: #fff;
	background: url(../i/layout/menu-seleted.gif) left no-repeat;
	margin-bottom: 5px;
}

div#nav ul li a.navpol {
	font-size: 1.2em;
	color: #000;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	display: block;
	width: 255px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background: #ececec url(../i/layout/nav-bullet-norm-pol.gif) left no-repeat;
}
div#nav ul li a.navpol:hover {
	color: #fff;
	background: url(../i/layout/menu-seleted-pol.gif) left no-repeat;
	margin-bottom: 5px;
}

* html div#nav ul li {
	margin-bottom: 5px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 100%;
	height: 123px;
	background: url(../i/layout/footer-bg.gif) repeat-x;
}
div#footer-content {
	width: 950px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#footer-nav {
	float: left;
	width: 990px;
	margin-bottom: 10px;
}
div#footer-nav li {
	float: left;
	font-size: 1.2em;
	display: block;
	color: #979292;
	padding-right: 5px;
}
div#footer-nav li a {
	color: #979292;
	padding-right: 5px;
}
div#footer-nav li a:hover {
	color: #fff;
}
div#footer-legal {
	float: left;
	font-size: 1.2em;
	margin-bottom: 10px;
}
a.optix {
	float: left;
	clear: left;
	color: #979292;
	font-size: 1.2em;
}
a.optix:hover {
	color: #fff;
}
div#footer-content img {
	float: right;
}
/***********************************************************************
	MESSAGES
************************************************************************/

/***********************************************************************
	FORMS
************************************************************************/
div.req {
	margin-top: 10px;
}
label.login {
	width: 150px;
	font-size: 1.2em;
	padding: 3px;
}
input.inputLogin {
	width: 150px;
	font-size: 1.2em;
	padding: 3px;
	border: solid 1px #BF26BF;
}	
input.loginButton {
	margin-top: 20px;
	margin-left: 156px;
	padding: 3px 15px 3px 15px;
	border: solid 1px #BF26BF;
}

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	OTHER
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

