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

html {
	height :100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}	

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	background-color: #fff;
	font-size: 1em;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.25em;
	margin: 1.5em 0 0.5em 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #191750;
}

h4 {
	font-size: 1.75em;
	color: #191750;
	padding: 0 0 10px 20px;
}

p {
	line-height: 1.5em;
}

.blue {color: #031774;}
.grey {color: #031774;}
span.heading{font-size: 1.25em; font-weight: bold; color: #000;}


.bjh 
{
	font-size: 1.25em;
	font-weight:bold;
	}

.oneColElsCtr #container {
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

.oneColElsCtr #container #header {
	position: relative;
	width: 960px;
	height: 170px;
	z-index: 200;
}

.oneColElsCtr #container #header #logo {
	position: absolute;
	top: 40px;
	width: 126px;
	height: 106px;
	background-image: url(../images/bjh-logo.gif);
}

/*********************************************************************************** Navigation & Dropdown menu */
#navigation{
	position: absolute;
	top: 134px;
	left: 186px;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
#navigation{
	position: absolute;
	top: 134px;
	left: 186px;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
#navigation li{
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
#navigation table{
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 24px;
}

/* style the Navigation links */
#navigation ul li a,
#navigation ul li a:visited,
#navigation ul li a:active {
	display: block;
	font-size: 14px;
	height: 38px;
	padding: 0 15px;
	color: #191750;
	text-decoration:none;
	text-align:center;
	float: left;
}

#navigation ul li a:hover{
	 color:#999;
	 text-decoration:none;
}

/* style the drop down links hover */
#navigation ul ul li a,
#navigation ul ul li a:visited,
#navigation ul ul li a:active {
	margin: 0;
	margin-left: -9px;
	padding: 3px 5px 3px 15px;
	width: 170px;
	height: 16px;
	font-size: 11px;
	color: #191750;
	text-align: left;
	background: url(../images/dropNav-off.jpg) no-repeat;
	border-bottom: 1px dotted #bbb;
}

#navigation ul ul li a:hover{
	color:#444;
	background: url(../images/dropNav-on.jpg) no-repeat;
}

/* hide the sub level links */
#navigation ul ul {
	visibility:hidden;
	position:absolute;
	top: 37px;
	left:8px;
	width:170px;
	height:0;
}

/* make the sub level visible on hover list or link */
#navigation ul li:hover ul,
#navigation ul a:hover ul{
	visibility:visible;
}

/* pink border between nav links */

.navborder {
	width: 1px;
	height: 18px;
	background: #d94398;
	float: left;
}	/*********************************************************** END NAV */

.oneColElsCtr #container .maincontent {
	position: relative;
	margin: 0 0 20px 0;
	padding: 60px 50px 40px 50px;
	width: 858px;
	border: 1px solid #acabab;
}

.homePage {height: 440px; background: url(../images/bg-home.jpg) no-repeat 0 80px;}
.aboutPage {height: 440px;}
.servicesPage {height: 680px; background: url(../images/bg-services.jpg) no-repeat 580px 80px;}	
.projectsPage {overflow: auto;}
.contactPage {height: 440px;}


.oneColElsCtr #container .maincontent .textWrapper {
	position: absolute;
	width: 480px;
}
	
#text-home {top: 280px;} /* Position text wrapper in Home page */
#text-aboutus {top: 120px;}/* Position text wrapper in About Us page */
#text-services {top: 120px;} /* Position text wrapper in Services-Normal page */


.oneColElsCtr #container .maincontent #servicesWrapper {
	position: absolute;
	width: 600px;
	height: 902px;
}

.oneColElsCtr #container .maincontent #servicesWrapper ul.services,
.oneColElsCtr #container .maincontent #servicesWrapper ul.servicesBtm,
.oneColElsCtr #container .maincontent #servicesWrapper ul.servicesAdd {
	list-style: inside disc;
	float: left;
}

.oneColElsCtr #container .maincontent #servicesWrapper ul.services {
	margin: 5px 30px 30px 0;
}

.oneColElsCtr #container .maincontent #servicesWrapper ul.servicesBtm {
	margin: 0 30px 20px 0;
}

.oneColElsCtr #container .maincontent #servicesWrapper ul.servicesAdd {
	margin: 0 0 15px 0;
}

.oneColElsCtr #container .maincontent #servicesWrapper ul.services li,
.oneColElsCtr #container .maincontent #servicesWrapper ul.servicesBtm li,
.oneColElsCtr #container .maincontent #servicesWrapper ul.servicesAdd li {
	margin: 3px 0;
	color: #031774;
}

.oneColElsCtr #container .maincontent .projectsWrapper {
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 20px 20px 20px 0;
	width: 836px;
	overflow: auto;
	border: 1px solid #acabab;
}


.project
{
	position: relative;
	margin: 0 0 20px 20px;
	width: 189px;
	height: 183px;
	background: url(../images/project-bg-off.png) repeat-x top;
	float: left;
	color: #fff;
	text-decoration: none;	
	}



.project a,
.project a:visited,
.project a:active {
	color: #fff;
	text-decoration: none;
}

.project a:hover {
	background: url(../images/project-bg-on.png) repeat-x top;
	color: #191750;
	text-decoration: none;
}

.project img
{
	
	height:138px;
	width:189px;
	}
.projectLargeImage img
{
	
	height:348px;
	width:488px;
	}
p.title {
	margin: 0;
	padding: 7px 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	}
	
p.location {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	font-weight: bold;}


.oneColElsCtr #container .maincontent .projectLargeImage {
	width: 488px;
	height: 348px;
	border: 1px solid #e1e1e1;
	float: left;
	margin-right: 50px;
}

.oneColElsCtr #container .maincontent .projectInformation {
	padding: 20px;
	width: 276px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	float: left;
}

p.building {
	font-size: 1.5em;
	font-weight: bold;
	color: #191750;
}

p.buildingLocation,
p.sector,
p.projectstxt,p.projecttxt,
p.client,
p.value,
p.role,
p.description{
	padding: 0 0 8px 0;
	font-size: 1em;
	color: #191750;
}

.oneColElsCtr #container .maincontent .projectInformation span {
	 color: #666666;
    display: block;
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 -3px;
}

.oneColElsCtr #container .maincontent .projectInformation .backbtn a {
	display: block;
	width: 96px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/back-btn.jpg);
	margin: 20px 0;
}

.oneColElsCtr #container .maincontent ul.contact {
	margin-right: 100px;
	position: relative;
	top: 225px;
	left: 70px;
	display: block;
	list-style: none;
	float: left;
}

.oneColElsCtr #container .maincontent ul.contact li.office {
	margin-bottom: 5px;
	color: #031774;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.oneColElsCtr #container .maincontent ul.contact li {
	color: #031774;
	line-height: 1.5em;
}

.oneColElsCtr #container .maincontent ul.contact li a,
.oneColElsCtr #container .maincontent ul.contact li a:visited,
.oneColElsCtr #container .maincontent ul.contact li a:active {
	/*color: #999;*/
	text-decoration:underline;
}

.oneColElsCtr #container .maincontent ul.contact li a:hover {
	/*color: #999;*/
	text-decoration: underline;
}

.additional {margin-bottom: 10px;}
.clear {clear: both;} /* clears floating */


.oneColElsCtr #container #footer {
	position: relative;
	width: 960px;
	height: 26px;
	background: #191750;
	
}

.oneColElsCtr #container #footer #copyright,
.oneColElsCtr #container #footer #telephone {
	position: absolute;
	font-size: 0.85em;
	color: #fff;
	letter-spacing: 1px;
}
	
.oneColElsCtr #container #footer #copyright {
	top: 7px;
	left: 20px;
}
	
.oneColElsCtr #container #footer #telephone {
	top: 7px;
	right: 20px;
	width: 450px;
	text-align: right;
}

.oneColElsCtr #container .maincontent .imgWrapper {
	position: absolute;
	top: 120px;
	left: 600px;
	width: 324px;
	height: 190px;
}

.oneColElsCtr #container .maincontent .imgWrapper .mugshot {
	width: 140px;
	height: 190px;
	
	margin: 0 20px 0 0;
	float: left;
}

.oneColElsCtr #container .maincontent .imgWrapper .mugshot img {
	position: absolute;
	border: 1px solid #ccc;
}

.oneColElsCtr #container .maincontent .imgWrapper .mugshot h1{
	position: relative;
	top: 169px;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #333;
}


.clients .logoWrapper img

{
	margin: 0 17px 0 0 ;
	}
