
@import "css.php";
@import "css_cases.php";
@import "css_people.php";
@import "css_contact.php";
@import "css_map.php";

* {
	background: none !important;
}

#corner,
#header,
#footerContent,
#contactForm,
table.directions
{
	display: none;
}

#wrapper {
	margin: 0px;
	position: static;
	overflow: visible !important;
}

#content {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible !important;
}

#main {
	float: none !important;
	margin: 0;
	padding: 5px;
	width: 660px;
	overflow: visible !important;
}

#mapcontainer {
	width: 660px;
	float: none !important;
}

#directionsContainer {
	height: auto !important;
	float: none !important;
	overflow: visible !important;
}

#dircontainer {
	width: 660px;
	float: none !important;
	overflow: visible !important;
	padding: 20px 0px 0px 0px;
}

#dir {
	color: #000;
	height: auto !important;
	float: none !important;
	overflow: visible !important;
}

#dirsteps {
	color: #000;
}

#footer {
	margin: 0;
	padding: 20px 0 0 0;
}

#footer table {
	margin: 0;
	width: auto;
}


