body {
	background: #F0F0F0 url(../images/header_bg.png) repeat-x scroll left
		top;
	color: #222222;
	font-family: Verdana, Arial, Sans;
	font-size: small;
	line-height: 1.2em;
	min-width: 1000px;
}

body,h1 {
	margin: 0;
	padding: 0;
}

a {
	color: #6ba1ff;
}

a:hover {
	color: #c42e17;
}

img {
	border: 0;
}

h2 {
	font-size: 160%;
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #6C89A7;
}

h2 span {
	font-weight: normal;
	letter-spacing: 0px;
	color: #555;
	font-size: 60%;
}

h3 {
	font-size: 120%;
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #6C89A7;
}

input,textarea {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, sans;
	font-size: 100%;
	color: #222;
	background-color: #fff;
}

input {
	padding: 2px 4px;
}

textarea {
	width: 600px;
}

.button {
    border: 1px solid #B6D1FF;
    padding: 6px 6px;
    background: #D0E1EB url(../images/web/button_bg.png) repeat-x top;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    color: #6A92D6;
}

img {
	border: 1px solid #3D7BA8;
}

#header {
	height: 175px;
	background: transparent url(../images/header.png) no-repeat left top;
	border-bottom: 2px solid #aaa;
	position: relative;
}

#header h1 a {
	display: block;
	position: absolute;
	height: 120px;
	width: 50%;
	top: 15px;
	left: 10px;
}

#header h1 span {
	display: none;
}

#navigation {
	position: absolute;
	bottom: 0px;
	left: 100px;
}

#navigation {
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation li a,#navigation li span {
	display: block;
	float: left;
	padding: 10px 10px 5px;
	font-size: 110%;
	text-decoration: none;
}

#navigation li span {
	color: #6ba1ff;
}

#content_wrapper {
	background: #FFF;
	padding: 30px 20px;
}

#content {
	width: 800px;
	margin: 0 auto;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 20px;
	border-top: 2px solid #aaa;
	margin: 0 !important;
}

#footer a span {
	font-size: 50%;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.people img {
	border: 3px solid black;

}

.feesTable {
	border: none;
}

.feesTable {
	background-color: #f0f0f0;
	padding: 15px;
}

.feesTable thead {
	font-weight: bold;
	text-align: center;
}

.feesTable .type {
	text-align: center;
}

.feesTable .included {
	background-color: #d5e5ff;
}

.feesTable .extralegal {
	background-color: #d0e1eb;
}

.feesTable .extranonlegal {
	background-color: #cccccc;
}

.contactForm label {
	font-weight: bold;
}

.contactForm td {
	padding: 2px;
}

.clientCaseStudies {
	text-align:justify
}

.clientCaseStudies thead {
	font-size: +1.2em;
	font-weight: bold;
	border: 5px solid white;
}

.clientCaseStudies tbody td {
	text-indent: 30px;
	border: 5px solid white;
	background-color: #f0f0f0;
}

.errorMsg{
	color: red;
	font-size: 1.2em;
}