@charset "UTF-8";
/* CSS Document */

body{
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	background-image: url(images/building-strategies-bg.png);
	background-position: top center;
	background-repeat:no-repeat;
}
#wrapper {
	position:relative;
	text-align:left;
	width: 1077px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 100px;
	padding: 0 0 0 0;
}

#left{
	float:left;
	width: 330px;
	padding-left: 83px;
	padding-top: 8px;
}

#centre{
	float: right;
	width: 450px;
	padding-left: 0px;
	padding-right: 205px;
	padding-top: 50px;
	}

.logo{
	margin-bottom:30px;
	border:0px;
	margin-left: 30px;
}

.menuimg{
	margin-bottom:19px;
	border:0px;
}
.contact{
	margin-bottom:5px;
	border:0px;
}

.map{
	margin-left: 42px;
	border:0px;
}

.heading { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #ECAD1E;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}
.copy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}