@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #727272 url(../images/site_bg.jpg) repeat-x top center;
	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;
}
img {
	border: 0;
}
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	padding: 20px 0px 21px 0px;  
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 0;
}
.oneColFixCtrHdr #siteMenu {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #siteMenu a{
	margin: 0;
	padding:0;
}
.oneColFixCtrHdr #siteMenu object{
	display: block;
}
.oneColFixCtrHdr #mainContent {
	background:#FFF;
	padding: 0 20px;
	text-align: justify
}
.oneColFixCtrHdr #mainContent h1{
	margin: 0;	
	padding: 25px 0 0 0;
	font-size: 24px;
	letter-spacing: -1pt;
}
.oneColFixCtrHdr #mainContent p{
	font-size: 13px;
	color:#333;
	line-height: 1.8em; 
}
.oneColFixCtrHdr #mainContent a{
	text-decoration: none;
	color: #5078CC;
}
/* the homepage */
.oneColFixCtrHdr #mainContent #homeLeft{
	margin: 0;	
	padding: 0;
}
.oneColFixCtrHdr #mainContent #homeRight{
	margin: 0;	
	padding: 0 0 0 10px;
	position:relative;
	float: right; 
	width: 440px; 
}
.oneColFixCtrHdr #mainContent #homeRight blockquote{
	margin: 0;
	padding: 15px;
	background: #E5E5E5 url(../images/quotebox_right.gif) right center no-repeat;
	
}
.oneColFixCtrHdr #mainContent #homeRight blockquote p{
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #mainContent #footerLeft{
	margin: 0;	
	padding: 0 460px 0 0;
}
.oneColFixCtrHdr #mainContent #footerLeft h1{
	margin: 0 0 8px 0;	
	padding: 12px 23px 19px;
	background: #E5E5E5 url(../images/quotebox_bottom_left.gif) bottom left no-repeat;
}
.oneColFixCtrHdr #mainContent #footerLeft p{
	padding: 0 0 0 18px;	
	margin: 0 0 0 5px;
}
.oneColFixCtrHdr #mainContent #footerRight{
	margin: 0;	
	padding: 0;
	position:relative;
	float: right; 
	width: 450px; 
}
.oneColFixCtrHdr #mainContent #footerRight h1{
	margin: 0 0 8px 0;	
	padding: 12px 23px 19px;
	background: #E5E5E5 url(../images/quotebox_bottom_left.gif) bottom left no-repeat;
}
.oneColFixCtrHdr #mainContent #footerRight p{
	padding: 0 0 0 18px;	
	margin: 0 0 0 5px;
}
.bullet_phone{
	background:url(../images/icon_phone.gif) left center no-repeat;
}
.bullet_fax{
	background:url(../images/icon_fax.gif) left center no-repeat;
}
/* ------------------- */
/* practice areas */
.oneColFixCtrHdr #mainContent #practicesMenu{
	margin: 0;	
	padding: 0;
	position:relative;
	float: left; 
	width: 241px; 
}
.oneColFixCtrHdr #mainContent #practicesContent{
	margin: 0;	
	padding: 0 0 0 300px;
	background:url(../images/sidebar_left_bg.jpg) top left no-repeat;
}
.oneColFixCtrHdr #mainContent #practicesContent li{
	font-size: 13px;
	color:#333;
	padding: 5px auto;
	list-style: square;
	line-height: 2em;
}
/* ------------------- */
/* lawyers */
.oneColFixCtrHdr #mainContent #lawyersMenu{
	margin: 0;	
	padding: 0;
	position:relative;
	float: left; 
	width: 241px; 
}
.oneColFixCtrHdr #mainContent #lawyersContent{
	margin: 0;	
	padding: 0 0 0 300px;
	background:url(../images/sidebar_left_bg.jpg) top left no-repeat;
}
.oneColFixCtrHdr #mainContent #lawyersContent .lawyerLink{
	margin: 5px;
	padding: 0;
}
.oneColFixCtrHdr #mainContent #lawyersContent blockquote{
	margin: 15px 0;
	padding: 55px 25px;
	background: #DBE9F8 url(../images/quotebox_blue_left.gif) left center no-repeat;
	
}
.oneColFixCtrHdr #mainContent #lawyersContent blockquote p{
	text-align: center;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent #lawyersContent li{
	font-size: 13px;
	line-height: 1.5em;
	color:#333;
	padding: 5px auto;
	list-style: square;
}
/* ------------------- */
.oneColFixCtrHdr #footer {
	height: 59px;
	background: url(../images/footer_bg.jpg) top center;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.oneColFixCtrHdr #footer p {
	color:#CCC;
	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 */
	font-size: 12px;
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color:#CCC;
	margin: 0px 10px 0px 0px;
}
.fltrt { 
	float: right;
	margin-left: 15px;
}
.fltlft { 
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navbar-iframe {
   display: none !important;
}
