﻿body {	
	font-family: verdana,sans-serif;
	background: #333333; 
	margin: 0px; 	
}

p {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 10pt;
	color: #222;
	margin-bottom: -6px;
	margin-right: 10px;
}

a.normal:link {color: #000066; text-decoration: underline; font-weight: normal; font-size: 10pt; }
a.normal:visited {color: #000066; text-decoration: underline; font-weight: normal; font-size: 10pt; }
a.normal:hover {color: #2429b6; text-decoration: underline; font-weight: normal; font-size: 10pt; }
a.normal:active {color: #000066; text-decoration: underline; font-weight: normal; font-size: 10ptm; } 

h1 {
	font-size: 1.3em;
	margin-top: 5px;
	color: #222222; 
}

h2 {
	font-size: 1.0em;
	color: #000066;
	margin-top: 20px;
	text-align: center;
}

h2 a:link {color: #000066; text-decoration: underline; font-weight: bold; font-size: 1.0em; }
h2 a:visited {color: #000066; text-decoration: underline; font-weight: bold; font-size: 1.0em; }
h2 a:hover {color: #2429b6; text-decoration: underline; font-weight: bold; font-size: 1.0em; }
h2 a:active {color: #000066; text-decoration: underline; font-weight: bold; 	font-size: 1.0em; } 

h3 {
	font-size: 0.9em;
	text-decoration: underline;
	color: #000066;
	margin-top: 25px;
}

.border {
	border: 1px #555555 solid;
	margin: 5px;
}

.imageside {
	border-width: 0px;
	margin-bottom: 8px;
}

.form {
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	margin-top: 18px;
	background-color: #ffffff;
}

#header {
	position: relative;
	width: 948px;
	margin: 5px 6px 5px 6px;
	height: 160px;
	background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	background-image: url('images/stuart_barnes_ltd_logo.gif');
	background-repeat: no-repeat;
	height: 160px;
	width: 386px;
}

#searchbox {
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
}

#flashcontent {
	position: relative;
	width: 528px;
	height: 152px;
	float: right;
	background-image: url('images/flash_bg.gif');
	background-repeat: no-repeat;
	margin-right: 3px;
	margin-top: 2px;
	padding-top: 14px;
	text-align: center;
	color: white;
	font-size: 10pt;
}

a.flashtext:link {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 10pt; }
a.flashtext:visited {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 10pt; }
a.flashtext:hover {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 10pt; }
a.flashtext:active {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 10ptm; }


.mag {
	margin-top: -5px;
	margin-bottom: -5px;
}

#navbar {
	width: 949px;
	height: 32px;
	background-image: url('images/navbar.gif');
	background-repeat: no-repeat;
	margin: 0 6px 8px 6px;
	text-align: center;
	color: white;
}

.navbar a:link {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 10pt; margin: 2px 11px 0px 11px;	line-height: 32px; }
.navbar a:visited {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 10pt;  margin: 2px 11px 0px 11px; line-height: 32px;}
.navbar a:hover {color: #fef01f; text-decoration: none; font-weight: bold; font-size: 10pt;  margin: 2px 11px 0px 11px; line-height: 32px;}
.navbar a:active {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 10pt;  margin: 2px 11px 0px 11px; line-height: 32px;} 

#main {
	position: relative;
	width: 928px;
	min-height: 300px;
/*	background-image: url('images/bg_main.gif'); This is the grey colour background */
/*	background-image: url('images/bg_blue.gif'); This is the blue colour background */
	background-image: url('images/sky.jpg');
	background-repeat: no-repeat;
	margin: 0px 6px 5px 6px;
	padding: 10px;
}


#leftcol {
	float: left;
	width: 525px;
}

#leftcol-wide {
	float: left;
	width: 928px;
}

#rightcol { 
	margin: 0;
	float: left;
	width: 403px;
	height: 1%; /* Hack */
	text-align: right;
}

#rightcolleft { 
	background-color: #ffffff;
	border: 1px #777777 solid;
	padding: 0px 10px 0 10px;
	margin: 0 0 10px 0;
	float: left;
	width: 380px;
	height: 1%; /* Hack */
	text-align: left;
}

#rightcoljobs { 
	margin: 0;
	float: left;
	width: 380px;
	height: 1%; /* Hack */
	text-align: left;
	/* background-color: #fef34c; This is for a solid yellow backgroud */
	background-image: url('images/papergrey.gif');
	border: 1px #555555 dashed;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.jobstimes {
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

a.jobs:link {color: #000066; text-decoration: underline; font-weight: bold; }
a.jobs:visited {color: #000066; text-decoration: underline; font-weight: bold; }
a.jobs:hover {color: #2429b6; text-decoration: underline; font-weight: bold; }
a.jobs:active {color: #000066; text-decoration: underline; font-weight: bold; }

#staffname {
	font-family: Verdana;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 15pt;
	font-weight: bold;	
	color: #222222;
}

#staffimage {
	float: right;
	border: 1px #666666 solid;
	margin-right: 30px;
	margin-top: -3px;
}

#staffbox {
	width: 500px;
	height: 130px;
	/* background-image: url('images/bg_staff.gif'); This is for the yellow gradient background */
	background-image: url('images/badge.png');
	background-repeat: no-repeat;
	border: 0;
	padding: 18px 30px 20px 25px;
}

#stafftext {
	margin: 0;
	padding: 0;
}

a.staff:link {color: #000066; text-decoration: underline; font-weight: normal; }
a.staff:visited {color: #000066; text-decoration: underline; font-weight: normal; }
a.staff:hover {color: #2429b6; text-decoration: underline; font-weight: normal; }
a.staff:active {color: #000066; text-decoration: underline; font-weight: normal; }

#promo {
	background-image: url('images/promo_laptop.jpg');
	width: 464px;
	height: 208px;
	margin-top: 25px;
}

#footer {
	clear: both;
	width: 960px;
	height: 101px;
	background-image: url('images/footer_960.gif');
	background-repeat: no-repeat;
	text-align: left;
}

.footer {
	color: #333333; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 15px 0px 0px 80px; 
	font-size: 8pt;
	padding: 10px;
}

.footer a:link {color: #333333; text-decoration: underline; font-weight: normal; }
.footer a:visited {color: #333333; text-decoration: underline; font-weight: normal; }
.footer a:hover {color: #000000; text-decoration: underline; font-weight: normal; }
.footer a:active {color: #333333; text-decoration: underline; font-weight: normal; } 

#map {
	border: 1px #444444 sollid;
}

