body {
  background: #EFF0DE;
	color: #15696B;
	font-size: 85%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  text-align: left;
	width: 804px;
	margin: 0 auto;
	background: url(../img/main-bg.png) repeat-y 0 0;
	overflow: hidden;
}

#header {
  height: 122px;
	background: url(../img/header.png) no-repeat 0 0;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;	
}

#header dl, #header dt, #header dd {
  display: inline;
}

#header a {
  position: absolute;
	display: block;
	left: 577px; top: 74px;
	width: 202px; height: 18px;
	text-indent: -9999px;
}

#footer {
  background: #EFF0DE url(../img/footer.png) no-repeat 0 0;
	padding: 24px 16px;
	font-size: 76%;
}

#masthead {
  overflow: hidden;
	position: relative;
	padding-top: 2px;
}

h1 {
  background: url(../img/mastheads/index.jpg) no-repeat 0 0;
	padding-top: 190px;
	margin-left: 210px;
	width: 582px;
}

#accident   h1 { background-image: url(../img/mastheads/accident.jpg); }
#business   h1 { background-image: url(../img/mastheads/business.jpg); }
#litigation h1 { background-image: url(../img/mastheads/litigation.jpg); }
#conveyancy h1 { background-image: url(../img/mastheads/conveyancy.jpg); }
#family     h1 { background-image: url(../img/mastheads/family.jpg); }
#employment h1 { background-image: url(../img/mastheads/employment.jpg); }
#IHT        h1 { background-image: url(../img/mastheads/IHT.jpg); }
#wills      h1 { background-image: url(../img/mastheads/wills.jpg); }

h1 span {
  display: block;
  background: #25A9AE url(../img/h1-bg.png) repeat-y 0 0;
	padding: 8px 22px;
	color: white;
	font-size: 180%;
	position: absolute;
	bottom: 1px; top: 192px; height: auto;
	width: 538px;
}

ul#menu {
  font-size: 95%;
	padding-left: 12px;
	width: 195px;
	float: left;
	list-style: none;
	margin-top: 2px;
}

ul#menu li { display: block; border-bottom: 2px solid white; }
ul#menu a { display: block; padding: 3px 16px; font-weight: bold; }
ul#menu b { display: block; padding: 3px 16px; font-weight: bold; background: #A7E9EB;	color: #15696B; text-decoration: none; }

ul#menu a:link    { background: #EFF0DE;	color: #15696B; text-decoration: none; }
ul#menu a:visited { background: #EFF0DE;	color: #15696B; text-decoration: none; }
ul#menu a:focus   { background: #A7E9EB;	color: #15696B; text-decoration: none; }
ul#menu a:hover   { background: #A7E9EB;	color: #15696B; text-decoration: none; }
ul#menu a:active  { background: #A7E9EB;	color: #15696B; text-decoration: none; }

ul.bulleted { list-style: none; margin-bottom: 24px; }
ul.bulleted li { background: url(../img/bullet.png) no-repeat 0 5px; padding-left: 40px; padding-top: 2px; padding-bottom: 2px; }

#main {
	width: 534px;
	margin-left: 212px;
	padding: 32px 24px 8px 24px;
	position: relative;
	font-size: 90%;
	min-height: 300px;
}

#sidebar {
  position: absolute;
	left: -200px; top: 0;
	width: 195px;
	font-size: 100%;
	text-align: center;
}

#home #main {
  padding-right: 233px;
  width: 323px;
  background: url(../img/staff.jpg) no-repeat 100% 0;
  min-height: 261px;
}

#home #sidebar .vcard {
  height: 277px;
  margin-bottom: 0;
}

#home .contact-email {
  position: absolute;
  top: 270px;
}

#sidebar .vcard {
	background: #A7E9EB;
	color: #16696B;
	font-weight: bold;
	padding: 12px;
	/*width: 171px;*/
	border-bottom: 2px solid white;
	text-align: left;
	margin-bottom: 50px;
}

.vcard .adr { margin-bottom: 12px; }
.vcard .note { margin-top: 12px; font-weight: normal; }

p { margin-bottom: 12px; }

.portrait-holder {
  padding-left: 160px;
	position: relative;
}

.portrait-holder img.portrait {
  position: absolute;
	left: 0; top: 0; width: 142px;
}

a.contact-email {
  padding-top: 4px;
	padding-bottom: 4px;
	min-height: 16px;
	background: white url(../img/page.png) no-repeat 0 50%;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 38px;
}

a.contact-email:link    { color: #16696B; }
a.contact-email:visited { color: #16696B; }
a.contact-email:focus   { color: #A7E9EB; }
a.contact-email:hover   { color: #A7E9EB; }
a.contact-email:active  { color: #16696B; }

/* ----------------------- */

abbr.req {
  font-weight: bold;
  font-size: 120%;
  border: none;
  margin-left: 5px;
}

form .row {
  overflow: hidden;
  margin-bottom: 10px;
}

form .row .label {
  float: left;
  width: 150px;
  color: black;
}

form .row .field {
  float: left;
  overflow: visible;
  margin-right: 2px;
  margin-bottom: 2px;
}

form .row .field .txt {
  width: 200px;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: black;
}

form .row .error {
  clear: left;
  padding-left: 149px;
  color: red;
}

form .submit {
  padding-left: 149px;
}

form .submit input {
  padding: 4px 8px;
}

fieldset {
  border: none;
  padding-left: 150px;
  padding-top: 5px;
  margin-bottom: 10px;
}

fieldset label {
  margin-right: 10px;
}

fieldset input {
  margin-right: 3px;
}

fieldset legend {
  margin-left: -150px;
}

/* -------------------- */

.errorbox {
  margin-bottom: 15px;
  background: #E5E5E5;
  padding: 10px;
}

.errorbox h3 {
  font-weight: bold;
  color: #006500;
  margin-bottom: 10px;
}

.errorbox li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../img/bullet.gif) no-repeat 0 7px;
}