/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				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: .7em;
}

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: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #e35223;
	font-size: 1.6em;
}

h2 {
	color: #e35223;
	font-size: 1.2em;
}

/***********************************************************************
	FORMS
************************************************************************/

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: 35%; }

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;
}

form#reginterest div {
	margin-top: 5px;
}

form#reginterest label {
	color: #F85417;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/

div#container {
	width: 720px;
	margin: 0 auto;
}

div#content-top {
	background: url('../i/layout/topcont.jpg') no-repeat;
	width: 716px;
	height: 23px;
}

div#content-container {
	background: url('../i/layout/contrep.jpg') repeat-y;
	width: 716px;
	float: left;
	padding: 0px 0px 10px 20px;
}

div#content {
	float: right;
	width: 470px;
	margin-right: 40px;
	text-align: justify;
}

div#content p {
	color: #000;
	font-size: 1.1em;
	margin-top: 10px;
	line-height: 1.3em;
}

div.bottom-logo {
	float: left;
	width: 440px;
	margin: 5px 0px;
}
div.bottom-logo a { color: #E35223; }
div.bottom-logo a:hover { color: #000; }
div.bottom-logo img,
div.bottom-logo img.bottom {
	float: left;
	margin: 10px;
}
div.bottom-logo img.bottom {
	margin-bottom: 10px 10px 30px 0px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#header {
/*	background: url('../i/layout/header.jpg') no-repeat;*/
	width: 718px;
	height: 203px;
	position: relative;
	z-index: 9;

/*	padding-top: 145px;*/
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#sorter a.selected, div#resultpag a.selected {
	font-weight: bold;
	background: #FDFEB2;
	padding-left: 2px;
	padding-right: 2px;
}

div#resultpag, div#sorter {
	margin-top: 8px;
}

li.currentPage a {
	font-weight: bold;
	background: #FDFEB2;
	padding-left: 2px;
	padding-right: 2px;
}

div#resultpag span {
	float: left;
}

div#resultpag ul li {
	float: left;
	margin-left: 10px;
}

div.job-vacancy {
	border: 1px solid #EF6537;
	margin-top: 10px;
	margin-bottom: 30px;
}

div.job-header {
	background: #EF6537;
	padding-left: 10px;
	padding-bottom: 1px;
}

div.job-header h2 a {
	color: #FFF;
	font-size: 1.2em;
}

span.job-dateadded {
	float: right;
	color: #FDFEB2;
	padding-right: 8px;
	padding-top: 2px;
}

div.job-body span {
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	color: #000;
}

div.job-body span em {
	color: #EF6537;
	font-style: normal;
}

div.job-body a {
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	font-weight: bold;
}

.tooltip {
	width: 350px;
	color: #fff;
	border: 1px solid #000;
}

.tooltip .title {
	background: #EF6537;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}

.tooltip .content {
	background: #FDFEB2;
	color: #000;
	padding: 5px;
}

div.latest {
	float: right;
	width: 190px;
	margin: 10px 10px 15px 20px;
	padding: 10px;
	background: #F8F1C3;
}

div.latest h2 {
	text-align: left;
}
div.latest h1 a {
	color: #E35223;
}

div.latnews,
div.latvac {
	padding-bottom: 5px;
	border-bottom: 1px dotted #E35223;
}
div.latnews {
	text-align: left;
}
div.latnews a.latestnews {
	color: #E35223;
	font-weight: bold;
	display: block;
	text-align: right;
}
div.latest p {
	margin: 0px;
}

a.latestvac {
	float: right;
	color: #E35223;
	font-weight: bold;
}

p.quote {
	width: 430px;
	margin: 10px 0px 0px 10px;
	padding-left: 10px;
	font-size: 1.2em;
	font-style: italic;
	color: #999;
}

p.quote span {
	font-weight: bold;
	font-size: 1.4em;
	color: #EF6537;
}


div.about-person img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 13px;
}
div.news-item,
div.about-person{
	float: left;
/*	padding: 10px;*/
/*	background-color:#ffefea*/;
	margin-top: 10px;
	border-bottom: 1px dashed #ef6336;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
div.news-item {
	width: 470px;
}
div.about-person a:hover{
	color: #ef6336;
}
div.news-item h1 a {
	color: #E35223;
}
div#news-archive {
	float: left;
	width: 470px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #ef6336;
}
div#news-archive a {
	float: left;
	margin: 5px 5px 0px 5px;
	text-decoration: underline;
}
img.news-image {
	float: right;
	clear: right;
	margin: 12px 0px 0px 15px;
}
a:hover{
	color: #ef6336;
}
div.mailwrapper{
	float: right;
	width: 200px;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 20px;
}
div#content div.mailwrapper div.maildiv form fieldset label{
	width: 80px;

}
div#content div.mailwrapper div.maildiv form fieldset input{
	width: 100px;

}
div#content div.mailwrapper div.maildiv form fieldset textarea{
	width: 100px;

}
div#content div.mailwrapper div.maildiv form  div.fmspacer{
	width: 100px;
	height: 2px;

}
div#content div.mailwrapper div.maildiv form  div.fmsubmit input{
	width: 80px;
	margin:0px;
	margin-left: 95px;
	float: left;
	
}
div.contact-info{
	float: left;
	width: 190px;
	padding-right: 10px;
}

div#content a img.map{
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
div#content a p.map{
	float: right;
	margin-top: 5px;
}

div#map {
	border: 1px solid #FFFFFF;
	width: 258px;
	height: 200px;
	float: right;
}

a.fmap {
	float: right;
}

img.paraimg {
	float: left;
	margin: 10px;
}

img.paraimgright {
	float: right;
	margin: 10px;
}

img.wordimg {
	float: left;
	margin: 0px;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

div#navbar {
/*margin-left: 15px;*/
/*	background: url('../i/layout/navbar.jpg') no-repeat;*/
	width: 716px;
	height: 55px;
	position: relative;
	z-index: 10;
	margin-top: -60px;
/*	background-color: Aqua;*/
}

div#navbar ul {
	padding-top: 11px;
	margin-left: 29px;
}

div#navbar ul li {
	font-size: 1.1em;
	float: left;
	height: 34px;
	margin-right: 28px;
	padding-right: 2px;
}

div#navbar ul li a {
	float: left;
/*	padding-left: 5px;
	padding-right: 5px;*/
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 7px;
	display: block;
	height: 27px;
	color: #EF6336;
	font-weight: bold;
}
* html div#navbar ul li a {
	float: left;
/*	padding-left: 5px;
	padding-right: 5px;*/
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 7px;
	display: block;
	height: 27px;
	color: #EF6336;
	font-weight: bold;
}

/*div#navbar ul li:hover a {
	background: url('../i/layout/linkhov.gif') top left no-repeat;
	border-bottom: 3px solid #FDD420;
	color: #fff;
}*/
div#navbar ul li a:hover {
/*	background: url('../i/layout/linkhov.gif') top left no-repeat;*/
	border-bottom: 3px solid #bb2e1b;
	color: #bb2e1b;
}

div#navbar ul li:hover {
/*	background: url('../i/layout/linkhovright.gif') top right no-repeat;*/

}

div.navtop {
	background: url('../i/layout/navtop.jpg') no-repeat;
	width: 188px;
	height: 18px;
}

div#navigation, div#jobsearch, div#socialmedia {
	background: url('../i/layout/navrep.jpg') repeat-y;
	width: 188px;
}

div#socialmedia ul li {
	padding: 1px 0px 1px 32px;
	margin: 1px 0px;
	font-size: 1em;
	background-position: 10px center;
	background-repeat: no-repeat;
}
div#socialmedia ul li.twitter { background-image: url('../i/icons/twitter.gif'); }
div#socialmedia ul li.fbook { background-image: url('../i/icons/facebook.gif'); }
div#socialmedia ul li a { color: #EF6336; }
div#socialmedia ul li a:hover { color: #cb3100; }

div#socialmedia ul,
div#navigation ul {
	width: 179px;
	margin-left: 4px;
}

div#navigation ul li {
	background: #ef6336;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1em;
	border-bottom: 1px solid #FFF;
}

div#navigation ul li.new a {
	background: url('../i/icons/new.gif') left no-repeat;
	padding-left: 32px;
}

div#navigation ul li.new:hover a {
	background: url('../i/icons/new.gif') left no-repeat;
	padding-left: 32px;
}

div#navigation ul li:hover {
	background: #fed760;
}

div#navigation ul li:hover a {
	color: #ef6336;
	background: url('../i/layout/bulleth.gif') left no-repeat;
}

div#navigation ul li.lispace {
	background: #FFF;
	padding-left: 25px;
	color: #ef6336;
}

div#navigation ul li a {
	padding-left: 15px;
	margin-left: 10px;
	background: url('../i/layout/bullet.gif') left no-repeat;
	color: #FFF;
}

div.navbot {
	background: url('../i/layout/navbot.jpg') no-repeat;
	width: 188px;
	height: 18px;
}

div#lefty {
	float: left;
	width: 200px;
}

div#socialbox,
div#jobbox {
	margin-top: 20px;
}

div#jobbox h2 {
	margin-left: 10px;
}

div#jobbox form {
	color: #e35223;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div#jobbox form div.check input {
	float: left;
	width: 30px;
	border: none;
}

div#jobbox form div.check label {
	width: 140px;
	text-align: left;
	height: 20px;
}

div#jobbox form span {
	margin-bottom: 4px;
	display: block;
}

input#Position {
	border: 1px solid #1c5180;
	background: #e0e0db;
}

div#content  ul {
	margin-top: 10px;
	margin-left: 30px;
}

div#content ul li {
	list-style: square;
	color: #E1501B;
}

/*expanding nav*/
/*div#content-container div#lefty div#navigation ul li ul li{
	display: none;
}
div#content-container div#lefty div#navigation ul li:hover ul li{
	display: block;
}
div#content-container div#lefty div#navigation ul li.sfhover ul li.sfhover{
	display: block;
}*/



div#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
		z-index: 99;
}

div#navigation li:hover ul {
/*	left: auto;*/
}

div#navigation li:hover ul, #nav li.sfhover ul {
	left: 294px;
	padding-top: 14px;
	
}
div#navigation li ul ul {
/*	margin: -2.05em 0 0 10em;*/
margin:0px;

}
div#navigation li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;

}
div#navigation li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
/*	left: auto;*/
margin-left: 180px;
margin-top: -32px;
color: #fff;
}
 div#content-container div#lefty div#navigation ul li ul li a{
 	color: #fff;
	background: url('../i/layout/bullet.gif') left no-repeat;

 }
 div#content-container div#lefty div#navigation ul li ul li a:hover{
 	color: #e85a2c;
		background: url('../i/layout/bulleth.gif') left no-repeat;
 }
  div#content-container div#lefty div#navigation ul li ul li{
  	border-left: 2px solid #fff;
  }
/***************/

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	height: 162px;
	margin-left: -1px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div#footercontainer {
	width: 717px;
	background: url('../i/layout/footer.jpg') no-repeat;
	margin: 0 auto;
}

* html div#footer {
	margin-left: -52px;
}

div#siteinfo-legal a {
	color: #FFF;
}

div#siteinfo-legal {
	color: #FFF;
/*	font-size: 0.9em;*/
	padding: 110px 0px 0px 20px;
}
div#siteinfo-legal img {
	float: right;	
	margin: -33px 20px 0px 5px;
}
* html div#siteinfo-legal img {
	float: right;	
	margin: -53px 15px 0px 0px;
}
div#siteinfo-credits {
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	color: #BBB;
}

div#siteinfo-credits a {
	color: #666;
}
h2{
	padding-top: 5px;
}
a.links{
	float: left;
	padding: 3px;
	width: 402px;
	padding-left: 20px;
	background-color: #F5F5F5;
	margin-bottom:1px;
}
a.links:hover{
	float: left;
	padding: 3px;
	width: 392px;
	padding-left: 30px;
	background-color: #FFF5EE;
	margin-bottom:1px;
}
div#content img.left-image{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#content img.right-image{
	float: right;
	margin-left: 10px;
}

div#resultpag ul.tablePaginater li {
	list-style: none;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.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;
}


/*********************************************************************
contact form styling from formailer
*********************************************************************/


div#content .mailwrapper {
	text-align: center;
	width: 240px;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {

}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}
/******************************************************************/