@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #141313;
	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: #141313;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 124px less than a full 1024px 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #141313;
	background-image:url(images/banner_top1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	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. */
	height:143px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-repeat:no-repeat;
	/*background-image:url(images/gavel.jpg);*/
	background-position:bottom;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #141313;
	background-image:url(images/banner_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:125px;
}
.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* main content divs, left, right */

#mainContent #leftContent{
	float:left;
	width:350px;
	vertical-align:top;
	padding:0 0 10px 25px;
	min-height:400px;
	}

#mainContent #rightContent{
	vertical-align:top;
	margin: 0 0 0 370px; /* 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 20px 10px 20px;
	border-left:thin #C1C5B6 solid;
	overflow:visible;
}

/*CSS Nav */
#nav-menu{
	padding-top:10px;
	height:40px;
	}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
font-size:95%;
font-family:Verdana, Geneva, sans-serif;
}

#nav-menu li
{
float: left;
margin: 0;
height:30px;
}

#nav-menu li a
{
height:30px;
padding-top:8px;
padding-left:4px;
float: left;
display: block;
border-top: 0.1em solid #47526E;
border-bottom: 0.1em solid #47526E;
color: #8DA6AB;
text-decoration: none;
text-align: center;
}

.firm a
{
font: 15px Georgia, "Times New Roman", Times, serif;
padding-left:5px;
padding-right:10px;
}

.attorneys a
{
font: 15px Georgia, "Times New Roman", Times, serif;
padding-right:10px;
}

.practice a
{
font: 15px Georgia, "Times New Roman", Times, serif;
padding-right:10px;
}

.contact a
{
font: 15px Georgia, "Times New Roman", Times, serif;
padding-right:10px;
}

.footerText a
{
	font: 110% Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
}

#nav-menu li a:hover
{
color: #47526E;
text-decoration: none;
}

#nav-menu li a:active
{
color: #47526E;
text-decoration: none;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */
/*end nav*/

/*CSS SubNav */
#subnav-menu{
	padding:10px 0 0 15px;
	height:40px;
	width:275px;
	}

#subnav-menu ul
{
list-style:url(images/li_image.gif);
padding: 0;
margin: 0;
}

#subnav-menu li
{
margin: 0;
}

#subnav-menu li a
{
display: block;
color: #8DA6AB;
text-decoration: none;
text-align: left;
}

#subnav-menu li a:hover
{
color: #47526E;
text-decoration: none;
}

#subnav-menu li a:active
{
color: #47526E;
text-decoration: none;
}

/* Hide from IE5-Mac \*/
#subnav-menu li a
{
float: none;
}
/* End hide */

div#subnav-menu li a { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold; 
	margin-bottom:10px;
}

/*end subnav*/

.selected{
	color:#47526E !important;
	}

/* header styles */
h1 {
	color:#8DA6AB;
	font: 155% Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	text-transform:uppercase;
	}
h2 {
	color:#8DA6AB;
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	}
h3 {
	color:#8DA6AB;
	font: 120% Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	}
h4 {
	/*used for subnav menu cufon replacement*/
	color:#47526E !important ;
	font: 130% Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:10px;
	}

#bgimage{
	background-repeat:no-repeat;
	background-position:left;
	height:97px;
	width:340px;
	position:relative;
	padding:0;
	margin: 0 0 0 -15px;
	}

.attorneypic{
	/* didn't use the fltrt utility class because I figured this div might need more control */
	float:right;
	padding:0 5px 5px 10px;
	}	

.attorneyH{
	/* sets the attorney name darker than the rest of the H in which it is contained.*/
	color:#47526E !important; 
	}

a {
		color:#47526E !important;
		text-decoration:none;
	}

.legaltext {
	color:#666;
	font-size:9px;
	}

#footer {
}

#footer a {
	}
	
#disclaimer{
	position:relative;
	padding:25px 0 5px 0;
	}

/* utility styles */
.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;
}