@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#474747;
}

body { background-color:#e8e8e8;}

.clr { clear:both;}

#wrapper {
	width:990px;
	float:left;
	padding:0 0px;
	background:url(/images/page_bg.jpg) repeat-x top #ffffff;
}

#header {
	float:left;
	width:988px;
	padding-left:2px;
	min-height:90px;
  	height:auto !important;
	height:90px;
}

#logo {
	float:left;
	width: 252px;
}

#home_flash {
	float:right;
	width: 735px;
	height: 185px;
}


/*  START menu zone  */
#menuh {
	float:left;
	width:989px;
	height: 22px;
	display:inline;
	margin:2px 0 2px 1px;
}

#menuh li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	display:inline;
	margin-left:1px;
}

li.bt_1, li.bt_1:link, li.bt_1:visited {float:left; height:22px; width:30px; background:url(/images/home.gif) no-repeat bottom left;}
li.bt_1:hover, li.bt_1_sel {float:left; height:22px; width:30px; background:url(/images/home.gif) no-repeat top left;}

li.bt_2, li.bt_2:link, li.bt_2:visited {float:left; height:22px; width:104px; background:url(/images/firm.gif) no-repeat bottom left;}
li.bt_2:hover, li.bt_2_sel {float:left; height:22px; width:104px; background:url(/images/firm.gif) no-repeat top left}

li.bt_3, li.bt_3:link, li.bt_3:visited {float:left; height:22px; width:116px; background:url(/images/attorneys.gif) no-repeat bottom left;}
li.bt_3:hover, li.bt_3_sel {float:left; height:22px; width:116px; background:url(/images/attorneys.gif) no-repeat top left}

li.bt_4, li.bt_4:link, li.bt_4:visited {float:left; height:22px; width:145px; background:url(/images/practice.gif) no-repeat bottom left;}
li.bt_4:hover, li.bt_4_sel {float:left; height:22px; width:145px; background:url(/images/practice.gif) no-repeat top left}

li.bt_5, li.bt_5:link, li.bt_5:visited {float:left; height:22px; width:264px; background:url(/images/iis.gif) no-repeat bottom left;}
li.bt_5:hover, li.bt_5_sel {float:left; height:22px; width:264px; background:url(/images/iis.gif) no-repeat top left}

li.bt_6, li.bt_6:link, li.bt_6:visited {float:left; height:22px; width:82px; background:url(/images/cases.gif) no-repeat bottom left;}
li.bt_6:hover, li.bt_6_sel {float:left; height:22px; width:82px; background:url(/images/cases.gif) no-repeat top left}

li.bt_7, li.bt_7:link, li.bt_7:visited {float:left; height:22px; width:115px; background:url(/images/locations.gif) no-repeat bottom left;}
li.bt_7:hover, li.bt_7_sel {float:left; height:22px; width:115px; background:url(/images/locations.gif) no-repeat top left}

li.bt_8, li.bt_8:link, li.bt_8:visited {float:left; height:22px; width:125px; background:url(/images/contact.gif) no-repeat bottom left;}
li.bt_8:hover, li.bt_8_sel {float:left; height:22px; width:125px; background:url(/images/contact.gif) no-repeat top left}

a.top { float:left; height:22px; width:100%;}
	
#menuh a.sub_button {
	line-height:22px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	padding:0px 0px 0px 9px;
	
	white-space:nowrap;
	height:22px;
}

#menuh a.sub_button:hover { background-color:#839190;}

#menuh li li { 
	margin-left:0px;
	border-bottom:1px solid #6c6c6c;
	border-left: 5px solid #1a524e;	
	background-color:#a6a6a6;
	width:100%;
}

#menuh li li.last_item { border-bottom:none;}
	

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:22px;
	display:none;
	clear:both;
	left:0;
	border-top: 2px solid #e0e0e0;
}
.sub_1 { width:100px;}
.sub_2 { width:175px;}
.sub_3 { width:125px;}
.sub_4 { width:140px;}
.sub_5 { width:150px;}
.sub_6 { width:190px;}
.sub_7 { width:111px;}
.sub_8 { width:120px;}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul
{display:block;}


/*  END menu zone  */

#page_content {
	float:left;
	width:988px;
	border-bottom:1px solid #1a524e;
	border-top:1px solid #1a524e;
	margin:2px 0 0 0;
	padding:2px 0 2px 2px;
	overflow:hidden;
	position:relative;
	
}

#right_content {
	float:right;
	width:710px;
	padding:12px 12px;
}

#right_content_inner {
	float:right;
	min-height:600px;
	height: auto !important;
	height: 600px;
	width:689px;
 	padding:15px 20px 25px 25px;
}

/*  START left menu zone  */

#left_menu {
	float:left;
	width:232px;
	background-color:#e8e8e8;
	padding:12px 14px 10020px 6px;
	margin: 0 0 -10000px 0;
}

.lt_menu_title {
	float:left;
	width:214px;
	background:url(/images/p_grey.gif) no-repeat top left;
	border-bottom:1px solid #a4b5b4;
	padding:0 0 5px 18px;
}



/*  End left menu zone  */

/*  Start footer  */
#footer {
	width:974px;
	float:left;
	background-color:#e1e1e1;
	padding:10px 8px;
}



#footer_menu a:link, #footer_menu a:visited {
	font-size:10px;
	color:#9c9c9c;
	padding:0 5px;
	line-height:16px;
}

#footer_menu a:hover {color:#1a524e}

#footer_menu {
	float:left;
	width:500px;
}

#footer_right {
	text-align:right;
	float:right;
	width:400px;
}

#footer_right p, #footer_right a:link, #footer_right a:visited {
	font-size:10px;
	color:#9c9c9c;
	line-height: 16px;
	padding: 0 0 0 0;
}


/*  End footer  */
/*  END all pages elements  */

/*  Start home page elements  */
#header_home {
	float:left;
	width:988px;
	margin-left: 2px;
	display: inline;
  	height:185px;
}

.home_title {
	width:100%;
	background:url(/images/p_white.gif) no-repeat top left;
	border-bottom:1px solid #a4b5b4;
	padding:0 0 5px 0;
	margin-bottom:10px;
	float: left;
}

.double_line {
	margin-top:-15px;
	position: relative;
}

.home_title img { padding-left:18px;}

.home_column {
	float:left;
	width:220px;
	margin:20px 23px 5px 0;
	display:inline;
}

.right_col { margin:20px 0px 10px 0;}
.img_home { margin-top:20px;}

p.home_p {
	line-height:18px;
	padding:0 0 18px 20px;
}

/*  End home page elements  */
/*  Start inner pages elements  */

#header h1 {
	margin-left:12px;
}

#page_title {
	float:left;
	padding-top:50px;

}

#profile {
	float:left;
	width:493px;
	background-color:#e5e5e5;
	margin: 14px 4px 20px 0;
	min-height:275px;
  	height:auto !important;
	height:275px;}

.profile_head {
	color:#ffffff;
	background-color:#1a524e;
	height:20px;
	padding-left:20px;
	line-height:20px;
	font-size:14px;
	width:474px;
}

#profile .column_lt, #case .column_lt  {
	float:left;
	width:205px;
	padding-right:42px;
	border-right:1px solid #a4b5b4;
	margin:13px 0 0 20px;
	display:inline;
}

#profile .column_rt {
	float:left;
	width:166px;
	padding-left:42px;
	border-left:1px solid #a4b5b4;
	margin:13px 0 0 0px;
	display:inline;
}

#profile .column_lt p, #case .column_lt p {
	padding:0 0 0 4px;
	line-height:16px;
	margin-bottom:8px;
}

#profile .column_lt p.item_name, #case .column_lt p.item_name, #case .column_rt p.item_name {
	width:201px;
	height:15px;
	line-height:15px;
	background-color:#c3c3c3;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 0 4px;
	margin-bottom:0px;
}

#profile .column_rt p {
	line-height:16px;
	margin-bottom:15px;
	padding:0 0 0 0;
}

#profile .column_rt p.item_name {
	width:166px;
	height:15px;
	line-height:15px;
	color:#1a524e;
	font-weight:bold;
	margin-bottom:0px;
	padding:0 0 0 0;
}

.profile_img {
	float:left;
	border:1px solid #1a524e;
	margin: 14px 0 20px 0;
}

.att_column {
	float:left;
	width:205px;
}

.att_column li { list-style:none; 
 clear:both; float:left;
	background:url(/images/arrow_white.gif) no-repeat top left;
	padding-left: 9px;
}
.att_column h4.top_space { margin-top:25px;}

.att_column a:link, .att_column a:visited {
	font-weight:bold;
	color:#000000;
	line-height:25px;
	white-space:nowrap;
}


.att_column a:hover { color:#1a524e;}

#case {
	padding:16px 13px 20px 13px;
	background-color:#e5e5e5;
	margin-bottom:20px;
}

#case .column_lt { border-right:none;margin:0 0 0 0;}

#case .column_rt {
	float:right;
	width:226px;
}

#case .column_rt p.item_name { width:222px; margin:8px 0 3px 0; float:left;}
#case .column_rt span { margin:3px 0 0 4px; width:222px; float:left; display:inline;}

#update { float:left; display:inline; margin:5px 0 0 4px; width:222px;}

#email {	
	float:left;
	width:163px;
	height:17px;
	border:1px solid #c3c3c3;
	margin-right:3px;
	padding-top:3px;
}

#go {	
	float:left;
	width:39px;
	height:22px;
	background:url(/images/send_bt.gif) no-repeat;
}

.history_img, .news_img {
	margin:0 0 20px 24px;
}

.history_quote {
	width:235px;
	padding-left:105px;
}

.news_item { float:left; clear:both; height:30px; width:675px; padding:0 0 0 14px; line-height:30px;}
.grey_bg { background-color:#d7d7d7;}

.news_item a { color:#000000;}

.list_title {
	color:#000000;
	font-weight:bold;
	padding: 15px 0 10px 17px;
	float: left;
	width: 200px;
}

.simple_list {
	float:left;
	padding-left:28px;
}

.simple_list li {
	list-style:none;
	width:200px;
	line-height:20px;
}

.simple_list li a { font-weight:bold;
background:url(/images/arrow_white.gif) no-repeat top left;
	padding-left: 12px;
}

.download_block {
	float:left;
	width:450px;
	background-color:#e5e5e5;
	padding-bottom:10px;
	position:relative;
}

.download_head {
	color:#ffffff;
	background-color:#1a524e;
	height:20px;
	padding-left:20px;
	line-height:20px;
	font-size:14px;
	margin-bottom:10px;
}

.dl_lt {
	float:left;
	width:280px;
	border-right:1px solid #a4b5b4;
	padding:15px 0 15px 18px;
}

a.dl_link:link, a.dl_link:visited {
	font-weight:bold;
	line-height:20px;
}

.dl_rt {
	position:absolute;
	text-align:center;
	right: 30px;
	top: 55%;
	height: 70px;
	margin-top: -30px;
}

.dl_rt a:link, .dl_rt a:visited  { font-size:10px; text-decoration:underline;}

.monitor_content {
	float:left;
	width:450px;
	margin-top: 30px;
}

hr.p_monitor  {
	width:450px;
	color:#a4b5b4;
	background-color:#a4b5b4;
	height: 1px;
	float: left;
	margin:15px 0;
}

/*  Styles all pages  */

a:link, a:visited {
	text-decoration:none;
	color:#1a524e;
}
a:hover { text-decoration:underline; color:#1a524e;}

#right_content_inner a:link, 
#right_content_inner a:visited { 
	text-decoration:none;
	color:#1a524e;
	}
	
#right_content_inner a:hover { 
	text-decoration:underline; 
	color:#1a524e;
	}

.read_more {
	width:100%;
	float:left;
	text-align:right;
	line-height:16px;
	margin: 3px 0 20px 0;
}

.read_more a { color:#a5a5a5; font-size:11px; }

ul.arrow { margin:0 0 0 0; float:left;}
ul.arrow li {
	list-style:none;
	margin-left:4px;
	clear:both;
}

ul.arrow li li { margin:5px 0 5px 10px; float:left; display:inline; }

ul.arrow li a {
	float:left;
	background:url(/images/arrow_white.gif) no-repeat top left;
	padding-left: 12px;
	width: 204px;
	line-height:18px;
}
#left_menu ul.arrow { margin:12px 0 0 0;}
#left_menu ul.arrow li a.lt_menu {
	background:url(/images/arrow_grey.gif) no-repeat top left;
	margin-bottom: 10px;
}

#left_menu ul.arrow ul li a.lt_menu {
	background:url(/images/arrow_grey.gif) no-repeat top left;
	margin-bottom: 0px;
}

#left_menu ul.reset { margin:0 0 0 0;}
.float_lt { float:left;}
.float_rt { float:right;}

a.lt_menu:link, a.lt_menu:visited {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;	
}

a.lt_menu_sel {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	color:#1a524e;	
}

#left_menu .menu_img { text-align:center;} 

#left_menu hr {
	width:254px;
	color:#1a524e;
	background-color:#1a524e;
	margin: 85px -14px 20px -8px;
	height: 1px;
	float: left;
}

p {
	padding: 0 0 20px 0;
	line-height: 17px;
}

p.italic {
	font-style:italic;
}

p.italic span { text-align:right; clear:both; float:right;}

h1 {
	font-size:32px;
	color:#1a524e;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#1a524e;
	font-weight:normal;
	border-bottom:1px solid #1a524e;
}


h3 {
	font-size:20px;
	font-weight:normal;
	color:#777777;
}
h4 {
	font-size:18px;
	color:#1a524e;
	font-weight:normal;
	
}
h5 {
	margin-top:25px
	font-size:18px;
	color:#1a524e;
	font-weight:normal;
	
}

class="nowrap"
/*  END styles all pages  */

/*  End inner pages elements  */

.wysiwyg ul {
margin-bottom:10em;
}



#right_content_inner .wysiwyg li {
list-style:disc;
margin-left:25px;
margin-bottom: 5px;
}


#right_content_inner .wysiwyg a:link, 
#right_content_inner .wysiwyg a:visited  {
color:#EB5D13;
	text-decoration:none;
}


#right_content_inner .wysiwyg a:hover 
{ text-decoration:underline; color:#EB5D13;}

blockquote {
    padding: 10px;
	
}

table#toolbox {
	clear: both;
}