* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	background: #9CC url(img/bg.jpg) repeat-y 50%;
}
img {
	border: none;
}
.padded {
	margin-left: 0;
	padding: 5px;
}
a {
	text-decoration: none;
	color: #00817B;
}
a:hover {
	background-color: #CFD;
}
p {
	margin-bottom: 1em;
}
h1, h2, h3 {
	color: #00817B;
}
h1 {font-size: 26px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}

table {
	width: 100%;
	margin-bottom: 1em;
	background-color: #00817B;
}
th,td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
th {
	background-color: #00817B;
	font-weight: normal;
	color: White;
}
td {
	background-color: #EEE;
}

/* MAIN DIVS */
#container {
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#header {
	height: 150px;
	margin-top: 10px;
	background-color: #FFF;
}
#header a:hover {
	background-color: Yellow;
}
#header a {
	float: left;
	margin-right: 11px;
}
#content {
	width: 480px;
	padding-left: 10px;
	float: right;
}
#content ul {
	padding-left: 20px;
}
#content li {
	list-style-position: outside;
	list-style-image: url(img/bullet.gif);
	margin-bottom: 1em;
}
#search {
	clear: both;
	position: relative;
}
#search form {
	position: absolute;
	right: 0px;
	top: 9px;
}
#search input {
	background-color: #EEE;
}
#search input:focus {
	background-color: #FFF;
}
#search #searchButton {
	background-color: #00817B;
	color: White;
}
#news {
	border: 1px solid #00817B;
	padding: 5px 0 8px 0;
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	padding-top: 10px;
}

/* NAVIGATION BAR */
#nav {
	margin-top: -10px;
	font-size: 0.9em;
	float: left;
	text-transform: uppercase;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a {
	display: block;
	color: #00817B;
	background-color: transparent;
	letter-spacing: 2px;
}
#nav a:hover {
	background-color: #CFD;
}
#nav #active a {
	color: #066;
	font-weight: bold;
}
#nav #hsnav * {
	/* start from fresh. */
	margin: 0px;
	padding: 0px;
}
#nav #hsnav {
	text-transform: none;
}
#nav #hsnav ul {
	padding-top: 10px;
	margin-left: 20px;
}
#nav #hsnav ul li {
	padding-bottom: 10px;
	list-style-image: url(img/bullet_subnav.gif);
}
#nav #hsnav ul li.selected {
	font-weight: bold;
}
#nav #hsnav a:hover {
	color: black;
	text-decoration: underline;
}

/* TABS */
div#tabs {
	clear: both;
}
#tabs ul {
	padding: 10px 10px 0 0;
	list-style: none;
}
#tabs li {
	display: inline;
}
#tabs a {
	float: left;
	background: url("img/tab_left.gif") no-repeat left top;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("img/tab_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #FFF;
}
#tabs a:hover {
	background-position: 0% -42px;
}
#tabs a:hover span {
	background-position: 100% -42px;
}
#tabs #active a {
	color: #FFF;
	background-position: 0% -42px;
}
#tabs #active a span {
	color: #FFF;
	background-position: 100% -42px;
}

/* PANELS */
.panel {
	float: right;
	text-align: left;
}
.panelTop {
	font-size: 12px;
	padding-right: 20px;
	line-height: 16px;
	padding-top: 4px;
	font-weight: bold;
	background: url(img/panel_tr.gif) no-repeat bottom right;
	text-align: center;
}
.panel img {
	float: left;
}
.panel p {
	font-size: 0.9em;
	text-align: center;
	background: url(img/panel_mid.gif) repeat-y top right;
	padding: 10px 15px 0 10px;
	margin: 0;
}
.panelBot {
	line-height: 20px;
	background: url(img/panel_br.gif) no-repeat top right;
}

/* FORMS */
#jobForm fieldset {
	clear: right;
	border: 1px solid #CCC;
	background: url(img/bg_fieldset.gif) repeat-x top;
	padding: 0 15px 15px 15px;
	margin-bottom: 20px;
	color: #FFF;
}
#jobForm label { 
	clear: left;
	float: left;
	width: 130px;
	line-height: 1.6em;
}
#jobForm input, #jobForm textarea, #jobForm div, #jobForm select {
	float: left;
	width: 309px;
	line-height: 1em;
	margin-bottom: 10px;
	padding: 1px;
}
#jobForm p {
	width: 150px;
	float: left;
}
#jobForm fieldset label.checkbox {
	clear: none;
	width: auto;
	margin-left: 0;
	background-color: transparent;
}
#jobForm fieldset input.checkbox {
	width: auto;
	margin-left: 6px;
	background-color: transparent;
}
#jobForm legend {
	background-color: #00817B;
	color: #FFF;
	border: 1px solid #CCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 15px;
	font-style: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.button {
	display: block;
	float: left;
	text-align: center;
	padding: 4px;
	background: #00817B none;
}
.silver {
	background: url("img/tab_right.gif") no-repeat left top;
	color: #006633;
	border: 1px solid #CCC;
	border-top: none;
	width: 60px;
	margin-right: 5px;
}

/* MAPS */
#mapUK {
	position: absolute;
	left: -80px;
	top: -23px;
	background: url(img/map.gif) no-repeat left;
	height: 508px;
	width: 425px;
}
#mapUK a.branchspot {
	width: 11px;
	height: 10px;
	background: url(img/branch.gif) no-repeat center;
}
#mapUK a.branchspot_on {
	width: 11px;
	height: 10px;
	background: url(img/branch_on.gif) no-repeat center;
}
#mapUK a.branchspot:hover {
	background: url(img/branch_on.gif) no-repeat center;
}
#googlemap {
	width: 95%;
	height: 300px;
	border: 3px solid #00817B;
}

/* OTHERS */
#agencyList {
	clear: both;
	width: 95%;
	border: 3px solid #00817B;
	background-color: #FFD;
	padding: 10px;
}

#recruitTool form {
	display: inline;
}
#recruitTool a {
	display: inline;
	margin-right: 10px;
}

