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

address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select, textarea
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	background: #d8d8d8 url(images/banner-bg.png) repeat-x 0px 33px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 965px;
	margin: 0 auto;
	background-color: #5a5a5a;
	padding-bottom: 5px;
}

#header {
	background: #5a5a5a url(images/banner.gif) no-repeat;
	height: 123px;
	padding-left: 50px;
	padding-top: 45px;
	position: relative;
}

#content {
	width: 870px;
	margin: 0 auto;
	background-color: #d4d5d7;
	padding: 15px;
	position: relative;
}

.content_body p {
	margin-bottom: 12px;
	margin-right: 15px;
}

#firm p {
	margin-bottom: 12px;
	margin-left: 20px;
}

#firm, #contact {
	margin-left: 20px;
}

#footer {
}

#nav {
	text-align: center;
	font-size: 17px;
	color: white;
	margin-top: 8px;
}

#nav a, a:visited { color:white; text-decoration: none; }
#nav a:hover { color: #ccc; }

.copyright {
	text-align: center;
	font-size: 11px;
	margin: 2px 0;
}

.copyright a { color: inherit; }

.menu_box {
	width: 145px;
	height: 22px;
	font-size: 18px;
	color: white;
	position: absolute;
}

.menu_box a, a:visited { color:white; text-decoration: none; }
.menu_box a:hover { color: #ccc; }

.title {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#firm .title { margin-left: 0px; }

.people_box, .services_box, .enq_box, .contact_box {
	width: 710px;
	padding: 10px;
	border: 1px solid #fff;
	margin: 10px 0px 5px 60px;
	display: inline;
	float: left;
	padding-right: 20px;
	background-color: #e8e8e8;
}

.services_box  p, .people_box p {
	margin: 0px 10px 12px 185px;
}

.people_box h2, .services_box h2, .enq_box h2, .contact_box h2 {
	background-color: #333;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}

.services_box h2, .people_box h2 { padding-left: 195px; }

.enq_box {
	width: 460px;
	margin: 10px 0 10px 20px;
}

.contact_box {
	width: 270px;
	margin: 10px 0 0 20px;
}

.contact_box a { color: inherit; text-decoration: underline; }

.contact_box p, .services_box p, .people_box p, .enq_box form {
	padding-left: 10px;
}

.reg_office {
	clear: both;
	font-size: 11px;
	text-align: center;
}

