@charset "UTF-8";
/* CSS Document */
/* Table of Contents:

Global Styles  (body, paragraphs, lists, etc)
Header
Page Structure
Headings
Text Styles
	
*/
/* Reset
--------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }



/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family:'Arial', Lucida Sans, Helvetica sans-serif; 
	color:#5d5757; 
	text-align:left; 
	height:100%; 
	font-size:.90em; 
	background:url(../images/bDrop_body.gif) repeat-x; 
	background-color:#f6f4f4; 
	}
	
/*clearfix */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}


/* Page Structure
--------------------------------------------------------------------------------------- */

#home, #legal, #firm, #people {
	margin:0 auto; 
	width:915px; 
	min-height:100%; 
	}
	
* html #home, * html #legal { 
	height:100%; 
	}

#header { 
 	height:120px;
	background:url(../images/bDrop_header.gif) no-repeat; 
	}

#nav { 
	float:right; 
	padding:0; 
	margin-top:96px; 
	list-style:none; 
	height:24px; 
	position:relative; 
	z-index:500; 
	font-family:arial, verdana, sans-serif;
	}

#nav li { 
	float:left;  
	margin:0;  
	padding:0;
	}

#nav li a {  
	height:24px;  
	display:block;  
	margin:0;  
	padding:0;
	}

#nav li.top {
	display:block; 
	float:left; 
	height:15px;
	}

#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	height:35px; 
	}

#nav li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	height:35px; 
	}

#nav li:hover {
	position:relative; 
	z-index:200;
	}

#nav li:hover ul#sub {
	left:10px; 
	top:24px; 
	background:#f6f4f4; 
	padding:3px; 
	border:1px solid #dddddd; 
	white-space:nowrap; 
	width:145px; 
	height:auto; 
	z-index:900;
	}

#nav li:hover ul#sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:145px; 
	font-weight:500; 
	}
	
#nav li:hover iframe#drop {
	display:block; 
	}

#nav li:hover ul#sub li a {
	display:block; 
	font-size:10px; 
	height:20px; 
	width:145px; 
	line-height:18px; 
	text-indent:5px; 
	color:#6a1451; 
	text-decoration:none; 
	text-transform:uppercase; 
	}

#nav li:hover ul#sub li a:hover { 
	color:#bc8d0d; 
	}
	

	


#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute; 
	z-index:500; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

#home #banner { 
	background:url(../images/bDrop_banner.gif) no-repeat; 
	height:184px; 
	}
	
#firm #banner, #people #banner { 
	background:url(../images/bDrop_banner.gif) no-repeat; 
	height:150px; 
	}
	
#flash { 
	height:180px; 
	}
	
#drop {
	width:140px;
	margin-left:10px;
	height:125px;
	border:none;
	display:none;
	}

#teasers {
	height:368px; 
	}

#teasers ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	}

#teasers ul li { 
	float:left;  
	margin:0;  
	padding:0;
	}

#teasers ul li a {  
	height:184px;  
	display:block;  
	margin:0;  
	padding:0;
	}

#content {
	padding-top:5px;
	background:url(../images/bDrop_content.gif) no-repeat;
	}

.col01 {
	float:left;
	padding:34px 10px;
	}

.col02 {
	float:right;
	padding:10px 20px;
	width:565px;
	}

.freecall {
	background:url(../images/bDrop_freecall.gif) no-repeat;
	padding:18px 25px 1px 25px;
	margin-left:-3px;

	}
	
.freecallBot {
	background:url(../images/bDrop_freecall_bot.gif) no-repeat;
	height:23px;
	margin-bottom:10px;
	margin-left:-3px;
	}
	
.freecall img {
	padding-top:10px;
	}
	
.break {
	background:url(../images/bDrop_break.gif) bottom no-repeat;
	height:15px;
	margin:25px 0;
	padding-bottom:10px;
	font-family:'Times New Roman', Georgia sans-serif;
	font-size:11px;
	}
	
.download {
	margin:20px 0;
	}
	
.download img {
	float:left; 
	margin-right:15px;
	margin-bottom:15px;
	}
	
#people .col02 img {
	float:right;
	margin:15px 0 15px 20px;
	}
	
	
/* Sub Navigation
---------------------------------------------------------------------------------------- */

#subNav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	font-size:12px; 
	line-height:16px; 
	font-family:'Times New Roman', Georgia sans-serif;
	}

#subNav ul li { 
	margin-bottom:10px;  
	padding: 0;
	}
		
#subNav ul li a {      
	color:#4b193c;
	text-decoration:none;
	margin: 0;  
	padding: 0;
	display:block;
	}

#subNav ul li a:hover {    
	color:#bc8d0d;
	text-decoration:none;
	margin: 0;  
	padding: 0;
	}
	
#subNav ul li ul { 
	margin:8px 0 0 10px; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	font-size:12px; 
	line-height:16px; 
	font-family:'Times New Roman', Georgia sans-serif;
	}

#subNav ul li ul li { 
	margin:0;  
	padding: 0;
	}
		
#subNav ul li ul li a {      
	color:#4b193c;
	text-decoration:none;
	margin: 0;  
	padding: 0;
	display:block;
	}

#subNav ul li ul li a:hover {    
	color:#bc8d0d;
	text-decoration:none;
	margin: 0;  
	padding: 0;
	}

#footer {
	background:url(../images/bDrop_footer.gif) no-repeat; 
	padding:10px 0;
	width:915px;    
	}

#footer .col01, #footer .col02 {
	float:left; 
	width:320px; 
	font-family:'Georgia', Times New Roman, Georgia sans-serif; 
	color:#706a6a; 
	font-size:10px; 
	font-weight:normal; 
	line-height:14px;
	text-transform:uppercase; 
	}

#footer .col02 {
	float:right; 
	text-align:right;
	width:500px;   
	}

/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}

#header h1 a, #header h1 a:hover { 
	height:120px; 
	width:308px; 
	background:url(../images/hd_logo.gif) no-repeat; 
	text-indent:-9999px; 
	padding:0; 
	margin:0;
	display:block; 
	}
	
h2 {
	color:#4b193c;
	font-size:1.5em;
	margin-bottom:.3em; 
	line-height:1.25em;
	font-family:'Times New Roman', Georgia sans-serif;
	}
		
h3 {
	color:#6e1654;
	font-size:1.2em;
	margin-bottom:.3em; 
	line-height:1.25em;
	/* font-size:.90em; 
	line-height:1.25em; 
	margin-bottom:.9em;*/
	text-transform:uppercase;
	font-family:'Times New Roman', Georgia sans-serif;
	}
	
h4 {
	color:#4f4848;
	font-size:1em;
	font-weight:bold;
	line-height:0.875em;
	margin-bottom:0.438em;
	font-family:'Times New Roman', Georgia sans-serif;
	}
	
h5 {
	color:#4b193c;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	font-family:'Times New Roman', Georgia sans-serif;
	}
	
#people h5 {
	margin-top:25px;
}

/* Text Styles
--------------------------------------------------------------------------------------- */

p { 
	line-height:1.5em; 
	margin-bottom:.75em; 
	font-weight:normal; 
	}

.list {
	list-style-type:decimal; 
	margin:0 10px 8px 10px; 
	list-style-position:inside;
	}
	

	
ul.list2  { 
	line-height:1.5em;
	margin:0 10px 12px 5px;
	list-style-image:url(../images/ic_point.gif); 
	padding:0 0 0 10px;  
	list-style-position: outside;
	}


/* Links
--------------------------------------------------------------------------------------- */

#content a, a:visited, a:hover {
	text-decoration:none; 
	margin:0; 
	padding:0; 
	color:#6e1654; 
	}

#content a:hover { 
	color:#bc8d0d;
	}

#nav li a.firm { 
	width:92px; 
	height:24px; 
	background: url(../images/bt_firm.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav li a.legal { 
	width:140px; 
	height:24px; 
	background: url(../images/bt_legal.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav li a.people { 
	width:110px; 
	height:24px; 
	background: url(../images/bt_people.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav li a.news { 
	width:74px; 
	height:24px; 
	background: url(../images/bt_news.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav li a.contact { 
	width:86px; 
	height:24px; 
	background: url(../images/bt_contact.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav li a.firm:hover { 
	background: url(../images/bt_firm.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#nav li a.legal:hover { 
	background: url(../images/bt_legal.gif) bottom no-repeat; 
	margin:0px; 
	padding:0;
	}

#nav li a.people:hover { 
	background: url(../images/bt_people.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#nav li a.news:hover { 
	background: url(../images/bt_news.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#nav li a.contact:hover { 
	background: url(../images/bt_contact.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.business { 
	width:308px; 
	height:184px; 
	background: url(../images/bt_business_law.jpg) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.commercial { 
	width:300px; 
	height:184px; 
	background: url(../images/bt_commercial.jpg) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.property { 
	width:307px; 
	height:184px; 
	background: url(../images/bt_property_law.jpg) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.family { 
	width:308px; 
	height:184px; 
	background: url(../images/bt_family.jpg) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.personal { 
	width:300px; 
	height:184px; 
	background: url(../images/bt_personal_injury.jpg) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#teasers ul li a.wills { 
	width:307px; 
	height:184px; 
	background: url(../images/bt_wills_estates.jpg) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.business:hover { 
	background: url(../images/bt_business_law.jpg) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.commercial:hover { 
	background: url(../images/bt_commercial.jpg) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#teasers ul li a.property:hover { 
	background: url(../images/bt_property_law.jpg) bottom no-repeat;  
	margin:0; 
	padding:0;
	}

#teasers ul li a.family:hover { 
	background: url(../images/bt_family.jpg) bottom no-repeat;
	margin:0; 
	padding:0;
	}

#teasers ul li a.personal:hover { 
	background: url(../images/bt_personal_injury.jpg) bottom no-repeat;
	margin:0; 
	padding:0;
	}
	
#teasers ul li a.wills:hover { 
	background: url(../images/bt_wills_estates.jpg) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

#footer .col02 a, a:link, a:visited, a:hover {
	margin-left:20px; 
	text-decoration:none; 
	color:#6e1654; 
	}

#footer .col02 a:hover {
	color:#ba8905;
	}


/* Tables
--------------------------------------------------------------------------------------- */

#mytable { width: 500px; padding: 0; margin: 0px 0 9px 0px; font-size:12px;}

#mytable th {  color: #950c14;	border-right: 1px dashed #900c0c;  border-bottom: 1px dashed #900c0c; border-top: 1px dashed #900c0c;  text-align: left; padding: 6px 6px 6px 12px;	background: #e8dbc1; font-family:'Lucida Fax', Lucida Grande, Arial sans-serif; text-align:left; line-height:16px;  font-size:12px; }

#mytable th.nobg { border-top: none; border-left: none; border-right: 1px dashed #900c0c; background: none;}
#mytable td { border-right: 1px dashed #900c0c; border-bottom: 1px dashed #900c0c; background: #ebe1cb; padding: 6px 6px 6px 12px; color: #6c5f41;}
#mytable th.spec, #mytable th.specalt { border-left: 1px dashed #900c0c; border-top: 0; font-size:12px; font-family:'Lucida Fax', Lucida Grande, Arial sans-serif; background-color:#e8dbc1; color: #950c14;}










