* {
	margin: 0;
	padding: 0;
}

body {
	background: url('/images/bodyBackground5.gif');
}

h2 {
	margin-bottom: 1em;
	color: #00c;
	border-bottom: 1px solid #66c;
/*
	border-right: 12px solid #66c;
*/
}

p {
	padding-bottom: 1em;
}

.clearBoth {
	clear: both;
}
.clearRight{
	clear:right;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 128px;
	background: url('/images/header5.gif');
	background-repeat: no-repeat;
	border-bottom: 2px solid #00c;
}

#nav {
	background: #ccf;
	padding-top: .25em;
	width: 100%;
	font: 80% Gill Sans,Trebuchet MS,Helvetica,arial;
}

#nav ul {
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: .35em;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav a, #nav a:link, #nav a:visited {
	text-decoration: none;
	padding: 0 4px;
	color: #00c;
}

#nav a:hover {
	text-decoration: underline;
	color: #00c;
}

#nav span.current {
	padding: 0 4px;
}

#main {
	color: #333;
	background: #fff;
	background: url('/images/mainBackground.gif');
	background-repeat: repeat-y;
}

#left, #leftHome {
	width: 144px;
	height: 600px;
	float: left;
}

#left {
	background: url('/images/courtColumn3.gif');
}

#leftHome {
	background-image: url('/images/courtColumn4WithQuote.gif');
}

#right {
	margin-left: 144px;
	padding: 1em 3em;
	background: #fff;
}

#rightHome {
	margin-left: 144px;
	height: 600px;
	padding: 2.5em 3em 1em;
/*	width: 656px;
*/
	background: #eef;
}

#rightHome img {
	float: right;
	padding: 0 0 1.5em 1em;
}

#rightHome #address {
	text-align: center;
}

#rightHome #homeLinks {
	padding-top: 20px;
}

#rightHome #homeLinks ul {
	font-family: Gill Sans,Trebuchet MS,Helvetica,arial,sans-serif;
	list-style-type: none;
	margin-left: -1em;
	padding-top: .5em;
}

#rightHome #homeLinks ul li {
	padding-bottom: .5em;
}

#rightHome #homeLinks ul li ul {
	font-size: inherit;
	padding-left: 2.5em;
}

#homeQuote {
	font-style: italic;
	padding: 0 300px 0 0em;
	margin-left: -2em;
	text-align: center;
}

#right ul {
	margin-left: 1em;
}

#breadcrumbs {
	margin-bottom: 4em;
	font: 80% Gill Sans,Trebuchet MS,Helvetica,arial;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	text-decoration: none;
	color: #00c;
}

#breadcrumbs a:active,#breadcrumbs a:hover {
	text-decoration: underline;
	color: #00c;
}

ul.classActions {
	list-style-type: none;
}

p.status {
	padding-left: 1em;
	border-left: 12px solid #66c;
	padding-bottom: 0;
	margin-bottom: 1em;
}

#caseDocs {
	margin-bottom: 1em;
}

#caseDocs h3,#caseDetails h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #66c;
	margin-bottom: 1em;
}

#caseDocs ul {
	list-style-type: none;
}

#caseDocs ul li {

}

#caseDocs p.note {
	font-size: 80%;
	color: #666;
	font-style: italic;
	padding-top: 1em;
	margin: 0 1.25em;
}

#navFooter {
	clear: both;
	text-align: center;
	font: 60% Gill Sans,Trebuchet MS,Helvetica,arial;
	padding-top: 1em; 
	padding-bottom: 2em; 
	background: #ccf;
	border-top: 2px solid #00c;
}

#navFooter #address {
	font-size: 120%;
	color: #00c;	
}

#navFooter ul {
	list-style-type: none;
}

#navFooter ul li {
	display: inline;
	padding: 0 8px;
}

td#contactInfo {
	padding-right: 1em;
} 

td#contactInfoRight p.contactFormSuccess {
	font: 90% Gill Sans,Trebuchet MS,Helvetica,arial;
	width: 18em;
	background: #ccc;
	color: #900;
	padding: 1em; 
} 

form#contactForm {
	font: 90% Gill Sans,Trebuchet MS,Helvetica,arial;
	background: #ccc;
	padding: 1em; 
}

form#contactForm .required {
	color: #f00;
}

a#mapImage img {
	border: none;
	text-decoration: none;
}

a#mapImage {
	border: none;
	text-decoration: none;
}