@charset "UTF-8";
/* Langton Howarth Stylesheet */
/* Created by Pixel Vector */
/* www.pixelvector.co.uk */

body
	{
	background-color: #000;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	}
	
p {
	margin: 0 0 11px 0;
	}
	
/* Site Container - Center align content */
#container
	{
	margin-left: auto;
	margin-right: auto;
	width: 918px;
	}

/* Site Header */
#topcontainer
	{
		display:block;
		position:relative;
	width: 918px;
	}
#topleft
	{
	float: left;
	height: 110px;
	width: 459px;
	}
#topright
	{
	float: right;
	text-align: right;
	font-size: 17px;
	font-weight: 400;
	padding-top: 20px;
	height: 60px;
	width: 459px;
	}
#topright a {
	color: #fff;
	text-decoration: none;
	}
#mainnav
	{
	clear: both;
	width: 918px;
	}
#navredspace
	{
	clear: both;
	background-color: #841E23;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 919px;
	}
	
.position-absolute
{
	position:absolute;
	right:3px;
	margin:0;
	padding:0;
}

#jobtype
{
	margin:0;
	padding:0 0 0 15px;
}

#applynowform
{
	border:1px solid #930;
	padding:0px 0 0 10px;
	margin:30px 0 0 0;
}
.errormsg
{
	font-weight:bold;
	color:#F00;
}
	
/* Page Content */
#contentcontainer
	{
	clear: both;
	width: 918px;
	}
	

/* Featured Jobs */
#jobscontainer
	{
	margin: 10px 0px 10px 0px;
	width: 918px;
	}
#featuredjobcontainer
	{
	float: left;
	background-image: url(../images/bg-featured-job.jpg);
	background-repeat: no-repeat;
	color: #B10000;
	height: 175px;
	padding: 10px;
	width: 225px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 115px;
	width: 205px;
	}
html>body #featuredjobcontainer
	{
	height: 115px;
	width: 205px;
	}
#featuredjobcontainer h1
	{
	font-size: 12px;
	font-weight: 600;
	color: #000;
	padding: 0px;
	margin: 0px;
	}
#featuredjobbuttons
	{
	font-size: 12px;
	text-align: left;
	color: #333;
	}
#featuredjobbuttons a
	{
	font-size: 11px;
	color: #b10000;
	text-decoration: none;
	}
#featuredjobbuttons a:hover
	{
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	}
#featuredjobbuttons img
	{
	padding-left: 5px;
	vertical-align: middle;
	}
#featuredjobspacer
	{
	float: left;
	width: 6px;
	}
	
/* Site Footer */	
#footer
	{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #999;
	text-align: right;
	padding-top: 5px;
	border-top: 5px solid #000;
	width: 918px;
	}
	
#footer a
	{
	color: #999;
	text-decoration: none;
	}
#footer a:hover
	{
	color: #fff;
	text-decoration: none;
	}
	
#emmaphoto
	{
	margin-right: 20px;
	}
	
.newsimage { 
	margin: 0 15px 15px 0;
	border: 1px solid #333;
	
	}
	
	
/********************************************************************************
Hacks & Fixes
********************************************************************************/

/* Remove Safari Focus Outline */
input:focus { 
	outline: none;
	}  
	
textarea:focus { 
	outline: none; 
	}  

/* Remove Firefox Link Outlines */
a, a:visited, a:active, a:focus { 
	outline: 0; 
	}
	
/* Clearfix for Div Content */
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	}
.clearfix { 
	display: inline-block; 
	}
html[xmlns] .clearfix { 
	display: block; 
	}
* html .clearfix { 
	height: 1%; 
	}

	