@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border:none;
}

#container {
	width: 70%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	clear: both;
	background-image: url(/imgs/headerbg.png);
	background-position:left;
	background-repeat:no-repeat;
	height: 135px;
}

#logo {
	float: left;
	width: 19%;
	text-decoration: none;
}

#nav {
	padding-top: 2px;
	float: left;
	width: 20%;
	font-family: Arial;
	font-size: 10px;
}

#nav ul {
	padding-top: 2px;
	margin-left:0px;
	margin-right:0px;
	list-style:none;
} 
#subnav ul {
	padding-top: 2px;
	margin-left:0px;
	margin-right:0px;
	list-style:none;
} 
#subnav ul li{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 13px;
} 
#nav ul li{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 15px;
} 
#projectstab {
	margin-top: 15px;
	font-family: Arial;
	font-size: 10px;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	height:15px;
	background-color: #bceee6;
}
#arrowhead {
	background-image: url(http://jldb.co.uk/imgs/arrowhead.png);
	width: 7px;
	height: 15px;
	float:left;
	margin-top: 15px;
}
#subnav a:hover {
	background-color: #fff200; 
	color: #000000; 
	text-decoration: none; 
	padding-left: 4px;
	padding-right: 4px;
}
#subnav a:link {
	background-color: #fff200; 
	color: #000000; 
	text-decoration: none; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
#subnav a:visited {
	background-color: #fff200; 
	color: #000000; 
	text-decoration: none; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

#nav a:hover {
	position:relative;
	top: 0px;
	background-color: #fff200; 
	color: #000000; 
	text-decoration: none; 
	padding-top: 2px; 
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
#nav a:link {
	background-color: #fff200; 
	color: #000000; 
	text-decoration: none; 
	padding-top: 2px; 
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
#nav a:visited {
	background-color: #fff200; 
	color: #000000; 
	text-decoration: none; 
	padding-top: 2px; 
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.linkProject {
	float: left;
}

#subnav {
	padding-top: 2px;
	float: left;
	width: 40%;
	font-family: Arial;
	font-size: 10px;
	margin-left: -20px;
}

#toptab {
	width: 102px;
	margin-top: 20px;
	background-color: #9ee6db;
	float: left;
	clear: left;
}

#sepline {
	width: 100%;
	height: 2px;
	background-color: #9ee6db;
	float: left;
	clear: left;
}

#projinfo {
	clear:left;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#projectTab {
	float:left;
	font-family: Arial;
	margin-right: 28px;
	color: #adadad;
	text-transform: uppercase;
}

#projectid {
	float:left;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

#maincontainer {
	float: left;
	width: 100%;
	clear: both;
	font-family: arial;
	font-size: 12px;
}

#maincontainer ul {
	list-style-type:none; 
	vertical-align: middle;
}

#maincontainer li { 
    background:url(http://jldb.co.uk/imgs/bullet.png) no-repeat 0px 2px;
	padding: 0 0 0 30px;
	line-height: 1.5;
}
#pagecontainer {
	width: 66%;
}

#intro {
	clear: both;
	width: 66%;
	font-style: italic;
	font-weight: normal;
}

#col1 {
	float: left;
	width: 33%;
	text-align:justify;
	
}
#col2 {
	float: left;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding 10px 10px 10px 10px;
	text-align:center;
}
#col3 {
	float: left;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding 10px 10px 10px 10px;
	text-align:center;
}


#images {
	float: left;
	width: 60px;
}

#footer {
	float: left;
	width: 100%;
	clear: both;
	font-family: arial;
	font-size: 10px;
	color: #8e8e8e;
	margin-top: 10px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	position: relative;
	margin-left: 10px;
}

h2 {	
	font-family: helvetica;
	font-size: 14px;
	color: #999;
}