@charset "utf-8";

/* RESET STYLES */
/* Tables still need 'cellspacing="0"' in the markup. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
:focus {
	outline:0;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong {
	font-weight:bold;
}



.jumpto, 
.top, 
#nav-site-wrap h2, 
#nav-help-wrap h2 {
	position:absolute;
	top:0;
	left:-9999px;
}
.clear {
	clear:both;
}
.left {
	margin:0 20px 20px 0;
	float:left;
}
.right {
	margin:0 0 20px 20px;
	float:right;
}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}



html, 
body {
	padding:0;
	color:#000;
	background-color:#fff;
	text-align:center;
}



#main {
	position:relative;
	width:960px;
	margin:0 auto;
}



#head {
	height:100px;
}
#head h1 {
	position:absolute;
	top:53px;
	right:0;
	width:320px;
	height:93px;
	margin:0;
	font-size:1.8em;
}
#head h1 span {
	position:absolute;
	top:0;
	right:0;
	width:320px;
	height:93px;
	color:#000;
	background:transparent url("/img/logo.gif") no-repeat 0 0;
	display:block;
}



#nav-site {
	position:absolute;
	top:0;
	left:0;
	width:960px;
	list-style:none;
}
#nav-site li {
	float:left;
}
#nav-site li a {
	width:160px;
	padding:20px 0;
	color:#87a6d8;
	background:transparent url("/img/bg.jpg") repeat-x 0 -53px;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	float:left;
}
#nav-site li a:hover {
	color:#000;
	background:#efefef url("/img/bg.jpg") repeat-x 0 0;
}
#home #nav-home a, 
#home #nav-home a:hover, 
#aboutus #nav-aboutus a, 
#aboutus #nav-aboutus a:hover, 
#servicesprovided #nav-servicesprovided a, 
#servicesprovided #nav-servicesprovided a:hover, 
#investment #nav-investment a, 
#investment #nav-investment a:hover, 
#recruitment #nav-recruitment a, 
#recruitment #nav-recruitment a:hover, 
#contactus #nav-contactus a, 
#contactus #nav-contactus a:hover {
	color:#000;
	background:transparent none;
}


#nav-site li ul {
	position:absolute;
	top:40px;
	left:250px;
	border-top:0.5em solid #333;
	border-bottom:0.5em solid #333;
	display:none;
}
#nav-site li ul li {
	float:none;
}
#nav-site li ul li a {
	width:auto;
	padding:0.3em 1em;
	color:#fff;
	background-color:#333;
	text-transform:none;
	text-align:left;
	float:none;
}
#nav-site li ul li a:hover {
	color:#333;
	background:#fff none;
}
#nav-site li:hover ul {
	display:block;
}
#servicesprovided #nav-servicesprovided a:hover {
	color:#000;
	background:#efefef url("/img/bg.jpg") repeat-x 0 0;
}
#servicesprovided  #nav-servicesprovided ul li a {
	color:#fff;
	background:#333 none;
}
#servicesprovided #nav-servicesprovided ul li a:hover {
	color:#333;
	background:#fff none;
}



#content-wrap {
	position:relative;
	width:960px;
	padding:63px 0;
}
#content {
	text-align:left;
}
#content h1 {
	margin-bottom:1em;
	font-size:1.6em;
}
#content h2 {
	margin-bottom:0.5em;
	color:#87a6d8;
	background-color:transparent;
	font-size:1.3em;
}
#content h3 {
	margin-bottom:1em;
	font-size:1.2em;
}
#content h4 {
	margin-bottom:1em;
	font-size:1em;
}
#content p {
	margin-bottom:1em;
	font-size:0.9em;
	line-height:1.3;
}
#content ul, 
#content ol {
	margin:0 0 1em 1.5em;
	line-height:1.3;
}
#content ul {
	font-size:0.9em;
	list-style-type:disc;
}
#content ol {
	margin:0 0 1em 1.8em;
}
#content ol li, 
#content ul li {
	margin-bottom:0.4em;
}



#content form {
	margin-bottom:1em;
}
#content form div {
	margin-bottom:0.2em;
}
#content form div label span {
	width:100px;
	float:left;
}
#content form div input {
	width:250px;
	border:1px solid #000;
}
#content form div textarea {
	width:250px;
	border:1px solid #666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
#content form div button {
	width:254px;
	margin:0 0 0 100px;
	cursor:pointer;
}



#aboutus #content {
	text-align:center;
}
.staffinfo {
	width:48%;
	margin-left:25%;
	padding-right:2%;
	text-align:left;
	float:left;
}
.staffinfo img {
	border:1px solid #606060;
}
.twocol {
	margin:20px 0;
	padding:20px 0 0;
	border-top:1px solid #87a6d8;
	border-bottom:1px solid #87a6d8;
	clear:both;
}
.twocol .staffinfo {
	margin-left:0;
}



#investment #content p span {
	width:50px;
	display:block;
	float:left;
}



#servicesprovided .contactdetails p {
	margin-bottom:0.2em;
	clear:both;
}
#servicesprovided #content p span {
	width:150px;
	display:block;
	float:left;
}



#contactdetails1 {
	position:absolute;
	top:7em;
	left:0;
	width:50%;
}
#contactdetails2 {
	position:absolute;
	top:7em;
	left:50%;
	width:50%;
}
#contactdetails3 {
	position:absolute;
	top:23em;
	left:0;
	width:100%;
	text-align:center;
	clear:both;
}
#contactus #content p span {
	width:80px;
	display:block;
	float:left;
}



#servicesprovided #content ul li ul {
	margin:-1.2em 0 0 8em;
	font-size:1em;
	list-style:none;
}
#servicesprovided #content ul li ul li {
	margin-bottom:0.1em;
}
#servicesprovided #content ul li ul li span {
	width:50px;
	display:block;
	float:left;
}



#servicesprovided table {
	font-size:0.9em;
	line-height:1.3;
	clear:both;
}
#servicesprovided table th, 
#servicesprovided table td {
	width:33%;
	padding:0.2em 1em;
	border:1px solid #333;
	text-align:center;
}
#servicesprovided table th {
	color:#fff;
	background-color:#88a7d8;
	font-weight:bold;
}





#errorconsole {
	position:absolute;
	z-index:999;
	top:10px;
	left:10px;
	border:1px solid #000;
	color:#000;
	background-color:#fff;
	font-size:1.4em;
	text-align:left;
}