@charset "UTF-8";
/* CSS Document */

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
/*	padding: 0 10%;	*/	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	}
	
#left_column {
	position: relative;
	float: left;
	}
	
#right_column {
	position: relative;
	width: 708px;
	float: right;
	margin-top: 26px;
	}
	
a img {
	border: none
	}
	
#fine_print {
	width: 964px;
	clear: both;
	padding-top: 1px;
	}
	
.address, .disclaimer {
	font-size: 9px;
	}
	
.address {
	font-size: 11px;
	float: left;
	width: 600px;
	}
	
.disclaimer, .disclaimer a:link, .disclaimer a:visited, .disclaimer a:hover, .disclaimer a:active {
	font-size: 9px;
	color: #000000; 
	text-align: right;
	float: right;
	width: 350px;
	}
	
.disclaimer a:link, .disclaimer a:visited, .disclaimer a:hover, .disclaimer a:active {
	color: #000000; 
	text-decoration: underline;
	}
	
#logo {
	padding-bottom: 14px;
	} 
	
#left-sidebar-nav {
	background-color: #FFFFFF;
	border: #E6E7E8;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0px;
	line-height: 1.5em;
	width: 228px;
	}	
	
#left-sidebar-head {
	font-size: 16px;
	color: #221d5b;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	text-transform: uppercase;
	/*border-bottom: solid 1px #E6E7E8;*/
	/*background-color: #221d5b;*/
	}
	
#left-sidebar-nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	}
	
#left-sidebar-nav li {
	border-top: solid 1px #E6E7E8;
	list-style: none;
	padding: 10px 10px 10px 10px;
	}
	
/*#left-sidebar-nav li a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}*/
	
/*#left-sidebar-nav li a:hover, #left-sidebar-nav li a:active {
	color: #ffffff;
	background-color: #221d5b;
	}*/
	
/*.left_nav {
	margin-top: -3px;
	padding-top: 8px;
	}*/
	
/*.left_nav li{
	margin-top: 0px;
	margin-left: 8px;
	list-style-type: none;
	}*/
	
/*.left_nav hr {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 188px;
	}*/
	
/*#recent_news_image {
	padding-top: 0px;
	padding-bottom: 0px;
	}*/
	
/*#recent_news_corners {
	background-image: url(images/box_bottom.gif);
	width: 230px;
	height: 15px;
	}*/
	
.feed-item {
	font-size: 12px;
	/*margin-top: 15px;*/
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-top: solid 1px #E6E7E8;
	}
	
.feed-item a {
	color: #000000;
	text-decoration: none;
	}
	
.hover, .active {
	background-color: #221d5b;
	color: #ffffff;
	}
	
.hover a, .active a {
	color: #ffffff;
	}	
	
/*.news_feed {
	margin-top: 2px;
	margin-bottom: 0px;
	}*/
	
/*.read_more {
	font-size: 9px;
	}*/

/*.read_more a:link, .read_more a:visited {color: #81c341; text-decoration: none}
.read_more a:hover, .read_more a:active {color: #81c341; text-decoration: underline}*/
	
hr {
	color: #E6E7E8;
	height: 0px;
	border-style: solid;
	border: 1px 0px 0px 0px;
	margin-top: 18px;
	}

/*top navigation bar=======================================*/

#navbar{
	width:auto;
	/*background:url(images/navigation_bkgd.gif) left top repeat-x;*/
	margin-bottom: 18px;
	/*border: solid 1px #000000;*/
	/*background-color: #ffffff;*/
	}
	
#inbar{
	display:block;
	/*background:url(images/navigation_right.gif) right top no-repeat;*/
	text-align: center;
	}
	
.navi {
	/*background:url(images/navigation_left.gif) left top no-repeat;*/
	margin:0;
	padding:0;
	list-style-type:none;
	height: 22px;
	position: relative;
	}

/*#navbar ul, #navbar ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	}*/
	
#navbar ul li{
	float:left;
	display:block;
	line-height: 22px;
	}
	
#navbar ul li a {
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	}
	
#navbar a:link, #navbar a:visited {
	color: #221d5b; 
	text-decoration: none;
	}
	
#navbar a:hover, #navbar a:active {
	color: #ffffff; 
	text-decoration: none;
	background-color: #221d5b;
	}
	
#navbar ul li a.active-trail {
	background-color: #221d5b;
	color: #ffffff;
	}

.navi_point, .last_navi {
	width: 139px;
	}
	
.last_navi {
	width: 146px;
	} 
	
.navi_point { 
	border-right: 1px solid #000000;
	}

.sub_navi {  
    margin:0;  
    padding:0;  
    list-style-type:none;  
    display:none;
	background-color:#d4d5d4;
	}
	
.sub_navi li {
	padding: 4px 0px;
	background-color:#d4d5d4;
	width: 135px; 
	}
	
.sub_navi li a {
	font-size: 10px;
	text-align: left;
	line-height: 1.8em;
	}
	
/*.practice_areas li a {
	width: 260px;
	}*/
	
/*.about_us li a {
	width: 116px;
	}*/
	
/*======================================================*/
	
.body_text {
	padding-left: 4px;
	line-height: 1.5em;
	}
	
/*sub-pages=============================================*/
	
/*.top {
	background-image: url(images/top_corners.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 2px 0px 0px 0px;
	}*/

#sub_body_text {
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 1.5em;
	/*background-image: url(images/shadow_right.gif);*/
	/*background-repeat: repeat-y;
	background-position: right;*/
	width: 700px;
	border: #E6E7E8 solid 1px;
	}

/*.bottom {
	background-image: url(images/bottom_corners.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}*/
	
#sub_body_text p {
/*	padding: 0px 10px 0px 10px;*/
	margin-bottom: 0px;
	}
	
#sub_body_text ul {
	margin-bottom: 0px;
	}
	
#sub_body_text ul li {
	margin-left: 30px;
	}
	
#sub_body_text a:link, #sub_body_text a:visited, #sub_body_text a:hover, #sub_body_text a:active {
	color: #000000; 
	text-decoration: underline;
	}
	
#sub_body_text a:hover, #sub_body_text a:active {
	color: #221d5b; 
	text-decoration: underline;
	} 

h2 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	/*padding: 5px 10px 0px 10px;*/
	margin-top: 0;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	/*padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 10px;*/

	}

/*#body_and_image img {
	float: left;
	padding-left: 10px;
	padding-top: 18px;
	}*/
	
/*div#body_and_image img.first_img {
	padding-top: 0px;
	}*/
	
/*#body_and_image h3, #body_and_image p {
	padding-left: 70px;
	}*/
	
/*#body_and_image p {
	margin-bottom: 0;
	padding-bottom: 5px;
	}*/
	
/*.left_nav {
	background-color: #FFFFFF;
	border: #E6E7E8;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	padding: 0 20px 0 20px;
	margin-bottom: 0px;
	margin-left: 0px; for IE
	width: 188px;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 1.5em;
	}*/
	
/*.left_nav li a:link, .left_nav li a:visited {
	color: #221d5b;
	font-size: 12px;
	text-decoration: none;
	}*/
	
/*.left_nav li a:hover, .left_nav li a:active {
	color: #221d5b;
	font-size: 12px;
	text-decoration: underline;
	}*/
	
/*.left_nav {
	margin-top: -3px;
	padding-top: 8px;
	}*/
	
/*.left_nav li{
	margin-top: 0px;
	margin-left: 8px;
	list-style-type: none;
	}*/
	
/*.left_nav hr {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 188px;
	}*/
	
/*.arrow {
	list-style-image: url(images/green_arrow.gif);
	list-style-position: outside;
	}*/
	
#sub_body_text table {
	margin-left: 10px;
	text-align: left;
	border: none;
	}
	
.attorney_img {
	width: 70px;
	padding-bottom: 30px;
	}
	
.attorney_name {
	width: 250px;
	vertical-align: bottom;
	padding-bottom: 30px;
	}
	
#attorney_head img {
	float: left;
	padding-left: 10px;
	}
	
#attorney_head h2, #attorney_head h3, #attorney_head p {
	padding-left: 140px;
	}
	
#attorney_head {
	padding-bottom: 75px;
	}
	
.map {
	border: 1px solid black;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	}
	
#contact {
	padding-bottom: 25px;
	vertical-align: top;
	}
	
.file_size {
	font-size: 9px;
	color: #000000;
	}
	
.pdf {
	float: left;
	text-align: center;
	margin-top: 0px;
	}
	
.reader {
	margin-top: 30px;
	}
	
#sub_body_text .article a:link, #sub_body_text .article a:visited {
	color: #636667;
	font-size: 12px;
	text-decoration: none;
	}
	
#sub_body_text .article a:hover, #sub_body_text .article a:active {
	color: #81c341;
	font-size: 12px;
	text-decoration: underline;
	}
	
#left-body-text, #right-body-text {
	width: 325px;
	}

#left-body-text {
	float: left;
 	}
	
#right-body-text {
	float: right;
	}
 
 li.feed-item{
 	#margin-left: 40px;
 }
 

	

/*======================================================*/

