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

body {
	text-align: center;	
}

div#wrapper {
	/*border: #D1D2D4 solid 1px;*/
	width: 960px;
	margin: auto;
	font-family: Arial;
	font-weight: 100;
	color: #939598;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

div#wrapper h1{
	font-size: 20px;	
}

img#BHAlogo {
	border-right: 1px solid #D1D2D4;
	float: left;
	padding: 0px 15px 15px 0px;
}

img#BHAno {
	float: right;	
}

div#homeWrapper {
	height: 650px;
	width: 960px;
	background-image: url(assets/uploads/homeBg.jpg);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 560px;
	min-width: 960px;
	text-align: right;
}


div#homeWrapper div#homeText {
	font: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 40px 0px 0px 0px;
	width: 480px;	
	float: right;
	color: #585858;
}

div#homeWrapper div#homeText p a{
	color: #5B4180;	
	text-decoration: none;
}

div#homeWrapper div#aboutText {
	font: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 40px 0px 0px 0px;
	width: 480px;	
	float: right;
	color: #585858;
}

div#homeText p.contactDetails {
	color: #5B4180;
	font-weight: bold;
}

div#homeText p.contactDetails span{
	color: #585858;
	font-weight: normal;
}

div#contactWrapper {
	height: 650px;
	min-height: 650px;
	width: 960px;
	border-bottom: #d1d2d4 1px solid;
}

div#contactWrapper div#contactText {
	text-align: center;
	color: #444142;
	font-weight: bold;
}

div#contactWrapper div#contactText div#addressBlock, div#contactWrapper div#contactText div#emailBlock, div#contactWrapper div#contactText div#phoneBlock {
	float: left;
	padding: 200px 60px;
}

div#contactWrapper div#contactText div#emailBlock a{
	color: #444142;
	text-decoration: none;
}

div#contactWrapper div#contactText div#emailBlock span{
	color: #B5B6B8;
}

/*span#telNo {
	padding: 0px 0px 0px 0px;
	color: #739CD2;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	float: right;
}*/

span#leadWord {
	font-weight: bold;
	color: #226B9B;
	font-size: 14px;
}

div#imageDiv {
	padding: 20px 0px 0px 0px;
	margin: 0 0 0 0;
	text-align: center;
	height: 540px;
	min-height: 540px;
}

div#imageDiv img {
	height: 520px;
	min-height: 520px;
}

div#thumbsDiv {
	padding: 0 10px;
	margin: 0 0 0 0;
	text-align: center;
	min-height: 800px;
	max-height: 1000px;
	border-bottom: 1px solid #d1d2d4;
}

div#thumbsDiv div {
	font-size: 14px;
	float: left;
	padding: 25px 10px;
	color: #939598;
	text-decoration: none;
	cursor: hand;
}

div#thumbsDiv img {
	height: 152px;
	min-height: 152px;
	width: 280px;
	border: none;
}

div#moreRelatedWork {
	text-align: right;
	width: 960px;
	padding: 10px 0px 0px 0px;
	min-height: 36px;
}

div#moreRelatedWork a {
	color: #939598;
}

#clearFloatTop {
	clear: both;
	width: 100%;
	height: 1px;
	border-top: 1px solid #D1D2D4;
}

#clearFloat {
	clear: both;
}

#btmColsWrapper {
	width: 960px;
	border-top: 1px solid #D1D2D4;
	border-bottom: 1px solid #D1D2D4;
	line-height: 18px;
}

#client {
	padding: 5px 0px 5px 0px;
	width: 400px;
	border-right: 1px solid #D1D2D4;
	float: left;
}

#project {
	padding: 5px 0px 5px 5px;
	width: 460px;
	border-right: 1px solid #D1D2D4;
	float: left;
}

div#arrowsNext {
	padding: 0px 0px 0px 5px;
	width: 88px;	
	float: right;
	text-align: right;
}

div#arrowsNext #textNext {
	color: #226B9B;
	padding: 5px 5px 5px 5px;
	float: left;
}

div#arrowsNext img.arrowImage {
	float: left;
	display: block;
	padding: 3px 0px;
	text-decoration: none;
	border: none;
}

#btmUnderCols {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #D1D2D4;
	width: 960px;
}

img#prevImg {
	height: 24px;
	background-position: top left;
}

img#nextImg {
	height: 24px;
	background-position: top left;
}