body {
  background-color: #6A6E7C;
  margin: 0;
  padding: 0;
  font-family: Arial,Verdana,sans-serif;
}
div, ul, li {
  padding: 0;
  margin: 0;
}
p, h2, h3, h4 {
  margin: 15px 10px;
  color: #737A7E;
}
div-content-home p, h2, h3, h4 {
  margin: 15px 10px;
  color: #737A7E;
}
a {
  text-decoration: none;
  color: #737A7E;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}

div#page {
  width: 824px;
  min-height: 600px;
  margin: 0 auto;
  background: url('image/background.gif') repeat-y;
  padding: 0 12px;
}

div#header-welcome {
  width: 800px;
  height: 111px;
  background: url('image/banner-welcome.gif') no-repeat;
  position: relative;
}

div#header {
  width: 800px;
  height: 111px;
  background: url('image/banner.gif') no-repeat;
  position: relative;
}
div#header h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5px;
  bottom: -11px;
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-family: Times New Roman,Times,serif;
  text-transform: uppercase;
  font-weight: normal;
}

ul#menu {
	height: 24px;
	width: 650px;
	padding: 3px 0;
	text-align: center;
}
ul#menu li {
	display: block;
	float: left;
	width: 96px;
	height: 20px;
	background: url('image/gray-button.gif') no-repeat;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
ul#menu li.current {
  background: url('image/orange-button.gif') no-repeat;
}
ul#menu li a {
  font-size: 9px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

div#image {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/working-with-us.jpg);
	background-repeat: no-repeat;
}

div#image-home {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/image.jpg);
	background-repeat: no-repeat;
}

div#image-working-with-us {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/working-with-us.jpg);
	background-repeat: no-repeat;
}

div#image-what-we-do {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/what-we-do.jpg);
	background-repeat: no-repeat;
}

div#image-careers {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/careers.jpg);
	background-repeat: no-repeat;
}

div#image-contact {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/contact.jpg);
	background-repeat: no-repeat;
}

div#image-our-people {
	width: 197px;
	position: relative;
	float: right;
	height: 490px;
	z-index: 0;
	top: -30px;
	background-image: url(image/our-people.jpg);
	background-repeat: no-repeat;
}



div.content-home {
  min-height: 490px;
  width: 800px;
  background: url('image/image.jpg') 100% 0 no-repeat;
}
div.content-home p {
  font-size: 14px;
  margin: 8px 10px;
  line-height: 20px;
}

div.content {
	min-height: 490px;
	width: 800px;
	background-image: url(image/squares.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
div.content p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 20px;
}

div.content h1 {
	font-size: 25px;
	color: #737A7E;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}
div.content h2 {
	font-size: 21px;
	color: #737A7E;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}
div.content h3 {
	font-size: 18px;
	color: #737A7E;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}
div.content h4 {
	font-size: 15px;
	color: #737A7E;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}
div.content h5 {
	font-size: 12px;
	color: #737A7E;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}

div.info {
  min-height: 325px;
  width: 600px;
  text-align: center;
}

/*
div.info img {
	margin-right: 15px;
	clear: none;
}
*/

div#footer {
	text-align: center;
	padding-top: 5px;
	padding-right: 200px;
	width: 600px;
	border-top: 2px dotted #737A7E;
	float: none;
}
div#footer p {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

span.em {
  color: #DF681F;
}
span.s {
  font-weight: bold;
}
h2.name {
  text-transform: uppercase;
  font-size: 40px;
  font-family: Times,Times New Roman,serif;
  font-weight: bold;
}

ul.mixedlist {
	text-transform: uppercase;
	color: #737A7E;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 90%;
}
ul.mixedlist li {
  display: inline;
  white-space: nowrap;
  line-height: 18px;
}
ul.mixedlist li img {
  vertical-align: middle;
}

ul.standard {
	text-transform: none;
	color: #737A7E;
	font-weight: normal;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: left;
}
ul.standard li {
	display: list;
	white-space: normal;
	line-height: 1.5em;
	list-style-image: url(image/dot.gif);
}
ul.standard li img {
  vertical-align: middle;
  margin-right: 15px;
}

ul.partners {
	text-transform: none;
	color: #737A7E;
	font-weight: normal;
	width: 95%;
	font-size: 12px;
	margin-right: auto;
	text-align: left;
	margin-left: 20px;
}
ul.partners li {
	white-space: normal;
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom: 20px;
	display: block;
	/*float: right;*/
  min-height: 140px;
}
ul.partners li img {
	vertical-align: top;
	margin-right: 15px;
	float: left;
	clear: left;
	margin-bottom: 30px;
}

.top {
	color:#DF681F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}
.top a:link, .top a:visited, .top a:active {
color:#DF681F;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
}
.top a:hover {
color:#DF681F;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:underline;
}

.top-float-right {
	color:#DF681F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	float: right;
}
.top-float-right a:link, .top a:visited, .top a:active {
color:#DF681F;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
}
.top-float-right a:hover {
color:#DF681F;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:underline;
}

.contact-details-map {
	float:left;
	width:120px;
	margin-top: 5px;
	display: block;
	height: 500px;
	margin-left: 10px;
}

.float {
	float:left;
	display: block;
}

#our-people-nelson {
	float:left;
	display: block;
	width: 200px;
	height: 360px;
}

#our-people-richmond {
	float:left;
	display: block;
	width: 380px;
	height: 360px;
}
