@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#top {
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 965px;
}
#menu {
	width: 965px;
	height: 42px;
}
#body_content {
	width: 965px;
}
#body_text {
	width: 500px;
	padding-top: 25px;
	text-align: center;
}
#line {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4B7296;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}
.oneColFixCtr #mainContent {
}
#boxes {
	float: left;
	width: 223px;
}
#content {
	float: left;
	background-image: url(images/body_content_BG.jpg);
	width: 742px;
	height: 493px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
.attorney_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #45678A;
}
#attorney {
	clear: left;
	float: left;
	margin-bottom: 25px;
	width: 100%;
}
#fadeshow1 {
	float: left;
	height: 221px;
	width: 698px;
}
#toolbox {
	float: left;
	width: 267px;
	height: 221px;
}
.location_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contact_column {
	float: left;
	height: 265px;
	width: 280px;
}
#location {
	clear: both;
	float: left;
	height: 170px;
	width: 525px;
	text-align: center;
	margin-left: 175px;
}
#offices {
	float: left;
	height: 215px;
	width: 965px;
	clear: both;
}
