@charset "utf-8";
body {
	font: 14px Century Gothic, Arial, sans-serif;
/*	background: #081C31;*/
	background: url(../img/headerBG.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;}
	
a {
	color: #081C31;
	font-weight: bold;}
a:hover {
	color: #8C7D4E;}

img {
	border: none;}
		
#container {
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;}
	
#header {
	margin: 0;
	background: url(../img/header.jpg) no-repeat;
	height: 167px;
	width: 800px;}

#spinningLogo {
	margin-left: 18px;
	margin-top: 5px;}
#mainText {
	position: absolute;
	top: 20px;}	
	
#mainContent {
	padding: 0 15px 0 0;
	margin: 0;
	float: right;
	width: 550px;
	text-align: justify;}
#mainContent img.aboutUsFloats {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #081C31;}
#mainContent .aboutUs {
	padding: 1px 10px;
	background: #EAEAEA;}
#mainContent a.profileHypers {
	cursor: pointer;}
#mainContent.usefulLinks {
	/*font-size: 0.85em;*/
	width: 570px;
	padding: 0;}
#mainContent.usefulLinks td {
	text-align: left;
	vertical-align: top;}


#slogan {
	margin-bottom: 10px;
	margin-left: 15px;}
	
#sidebar {
	clear: both;
	margin-left: 15px !important; /* OTHER BROWSERS */
	margin-left: 7px; /* IE6 */
	width: 180px;
	float: left;
	padding: 0;
	margin-bottom: 50px;}	
	
#latestJobs {
	border: dotted 1px #081C31;
	padding: 2px 5px;
	font-size: 0.8em;
	clear: both;}
.latestJobs {
	margin: 0;}
.latestJobs img {
	position: relative;
	top: 5px;
	left: 4px;
	margin: 0;
	padding: 0;}
	
#badges {	
	text-align: center;
	margin: 10px 0 0;}
#badges img {
	margin: 5px 0 0;}

#footer {
	clear: both;
	font-size: 0.8em;
	margin-bottom: 25px;
	padding-top: 50px;}
#footer hr {
	height: 1px;
	color: #081C31;
	background: #081C31;
	margin-bottom: 10px;}
#footerLeft {
	float: left;
	width: 140px;}
#footerRight {
	float: right;
	width: 210px;
	text-align: right;}
#footerMiddle {
	padding: 0 0 0 150px;
    margin: 0;
	text-align: center;}
	
#flashMovie {
	float: right;
	width: 550px;
	height: 320px;
	margin-right: 15px;}
	
#addJobTable td, #addJobTable2 td, .addJobTable td {
	vertical-align: top;}
	
#aboutUsImages img {
	border: 1px solid #081C31;
	margin: 0 30px 0 30px;}
#aboutUsImages td {
	text-align: center;
	font-size: 0.9em;}	
	
.txtUnderline {
	text-decoration: underline;}
.txtWilson {
	font-weight: bold;
	color: #081C31;}
.txtHalligan {	
	font-weight: bold;
	color: #8C7D4E;}
.txtBold {
	font-weight: bold;}
.txtCentre {
	text-align: center;}
.txtRight {
	text-align: right;}
.txtItalic {
	font-style: italic;}	
	
.floatRight {
	float: right;}


/***************************************/
#navcontainer {
	float: left;
	margin-left: 0;}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;}

#navcontainer a {
	display: block;
	line-height: 19px;
	padding: 3px 0 3px 10px;
	width: 164px;
	background-color: #081C31;
	border-bottom: 1px solid #EEEEEE;
	border-left: 3px solid #8C7D4E;
	border-right: 3px solid #8C7D4E;
	font-weight: bold;}

#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;}

#navcontainer a:hover, #navcontainer a.current {
	background-color: #8C7D4E;
	color: #FFFFFF;}
