@charset "utf-8";
body  {
	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;
	font-size:.9em;
}
#mainNavigation { height:23px; min-height:23px; max-height:23px; overflow:hidden; font-family:Arial, Helvetica, sans-serif; font-size:.8em; }
#mainNavigation a { text-decoration: none; color:#FBEDC2; }
#mainNavigation a:hover { color: #996600; }
.divider { color:#FBEDC2; }
#leftbaraddress {
	text-align:center;
	color:#000066;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
}
/* LEFT SIDE NAVIGATION */
#navigationPractice { text-align:center; font-weight:bold; font-size:.7em; font-family:Arial, Helvetica, sans-serif;}
#navigationPractice ul { padding:12px 0 0 0; margin:0; list-style: none; }
#navigationPractice ul li { display: inline; }
#navigationPractice ul li a { text-decoration: none; padding: 2px 0 2px 0; display: block; color:#996600;}
#navigationPractice ul li a:hover { background-color: #9d7460; color: #e9e1d3; }


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	vertical-align:top;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subhead { font-family:"Times New Roman", Times, serif; font-size:1.5em; font-weight:bold; padding:0 0 15px 0; }
table.InternetExplorerFix { margin-top:20px; }
#disclaimer { color: #8f5b42; text-align: center; padding: 0 10px 0 0; font-size: .6em;}
img.left { margin-right:10px; }
.attorneys ul li { margin-top:15px; }

.seminars #mainContent { padding-right:20px; }
.firm-overview #mainContent { padding-right:20px; }
.attorneys #mainContent { padding-right:20px; }
.tocpracticeareadescriptions #mainContent { padding-right:20px; }
.contact #mainContent { padding-right:20px; }
.family-law #mainContent { padding-right:20px; }
.workers-compensation #mainContent { padding-right:20px; }
.tax-planning #mainContent { padding-right:20px; }
.estate-planning-probate #mainContent { padding-right:20px; }
.serious-personal-injury #mainContent { padding-right:20px; }
.medical-malpractice #mainContent { padding-right:20px; }
.real-estate #mainContent { padding-right:20px; }
.business-commercial-law #mainContent { padding-right:20px; }
.banking #mainContent { padding-right:20px; }
.truck-accidents #mainContent { padding-right:20px; }
.aririekes #mainContent { padding-right:20px; }
.stevenriekes #mainContent { padding-right:20px; }
.haroldzabin #mainContent { padding-right:20px; }
.stevenwatson #mainContent { padding-right:20px; }
.richardmcmillin #mainContent { padding-right:20px; }
.wallacehopkins #mainContent { padding-right:20px; }
.howardepstein #mainContent { padding-right:20px; }
.davidchristensen #mainContent { padding-right:20px; }
.elizabethborchers #mainContent { padding-right:20px; }
.dirkblock #mainContent { padding-right:20px; }
.davidwilson #mainContent { padding-right:20px; }
																				
h1.pressHeading {
 	text-transform:uppercase;
	font-size:1em; 
	text-align:center;
	width:85%;
	margin:0 auto;
}
