html,body {
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	font-family: Arial, Helvetica, serif;
	background-color: #f1f0e8;
	font-size: 11pt;
}

h1 {
	color: #333333;
	margin:0;
	padding:0;
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 400;
}
h2 {
	color: #333333;
	margin:0;
	padding:0;
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 400;
}
h3 {
	color: #333333;
	margin:0;
	padding:0;
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 700;
}
h4 {
	color: #333333;
	margin:0;
	padding:0;
	font-weight:bold;
	margin-bottom:10px;
	font-size:13.5pt;
}
.attorneybio p {
	margin-top:0;
}


a {
	color: #8b8c53;
	text-decoration: none;
}
a.active {
	color: #333333;
}

a.button {
	display:inline-block;
	background-color:#8b8c53;
	color:#fff;
	padding: 3px 18px 3px 16px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	font-size: 10pt;
	margin-top:10px;
	line-height:16pt;
}
a.button:hover {
	background-color:#f56b1f;
}
img {
	border:0;
}
ul {
	/*margin:10px;
	padding:10px;*/
}

h2 a {
	color: #4b4b4b;
}
h2 a:hover {
	color: #f56b1f;
}

.container {
	width: 870px; 
	margin:auto;
	overflow:hidden;
	position:relative;
}

.header {
	height: 136px;
	background-color: #334a57;
}

.header-inner {
	padding: 35px 0 20px 0;
	position: relative;
	margin: auto;
	overflow:hidden;
}
.header-short {
	height: 116px;
	background-color: #334a57;
}

.header-short-inner {
	padding: 25px 0 20px 0;
	position: relative;
	margin: auto;
	overflow:hidden;
	height:71px;
}

.logo {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
.search-box {
	position:absolute;
	width:200px;
	height:30px;
	bottom:20px;
	right:30px;
}

.wrapper {
	width: 1140px;
	margin:auto;
	background-color: #fff;
}

.topnav {
	background-color: #f1f0e8;
}

.topnav-inner {
	margin: 0 88px; 0 92px;
}

.topnav ul {
	overflow:visible;
	margin: 0;
	padding: 0;
	width: 100%;
	height:60px;
}
.topnav ul li {
	list-style: none;
	margin:0;
	padding:0; 
	float:left;
	height:60px;
	position:relative;
	background-color: #f1f0e8;
}
.topnav ul li.current_page_item,li.current-page-ancestor a {
	background-color: #fff;
}
.topnav ul li a {
	display:block;
	height: 40px;
	padding: 20px 56px 0 56px;
	color: #333333;
	font-family: "PT Sans", Arial, serif;
	font-weight: 700;
	font-size: 11pt;
	text-transform: uppercase;
	border-left: 1px dotted #ccc;
}
.topnav ul li a:hover {
	background-color: #fff;
}
.topnav #menu-item-47 {
	border-right: 1px dotted #ccc;
}

/*submenus*/
.topnav ul ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width:200px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
background-color: #f1f0e8;
}
 
.topnav ul li ul {
top:60px; /* Positioning:Calc with top level horz list height */
-moz-box-shadow:0 2px 10px #000; /* CSS 3 */
}
.topnav ul li#menu-item-48 ul li {
	width:260px;
	height:70px;
}
.topnav ul li#menu-item-46 ul li {
	width:230px;
	height:56px;
}
.topnav ul li ul li a {
	padding: 15px 56px;
}
.topnav ul li#menu-item-46 ul li a {
	padding: 15px 56px 0 56px;
}

 
.topnav ul ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
topnav ul ul li {
float:none; /* umm.. Appear below the previous one. */

}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
.topnav ul ul,
.topnav ul li:hover ul ul,
.topnav ul ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
.topnav ul li:hover ul,
.topnav ul ul li:hover ul ,
.topnav ul ul li ul li:hover ul
{ display: block; }
 
.topnav ul li * a:hover {
/* Change color of links when hovered */
background: #fff;
}


.pagebanner {
	height: 250px;
	position: relative;
	background-color:#fff;
	background-image:url('images/bg_inside_2.jpg');
	background-repeat: no-repeat;
	background-position:0 0;
}
.pagebanner.bg_1 {
	background-image:url('images/bg_inside_1.jpg');
}
.pagebanner.bg_2 {
	background-image:url('images/bg_inside_2.jpg');
}
.pagebanner.bg_3 {
	background-image:url('images/bg_inside_3.jpg');
}
.pagebanner.bg_4 {
	background-image:url('/wp-content/uploads/2020/06/bg_inside_2020.jpg');
}

.pagebanner-title-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	padding-top:16px;
	background: rgba(52,73,83,.8);
	color: #e8ead3;
}

.pagebanner-title-box p {
	margin:0;
	font-size:28pt;
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 400;
}

.breadcrumbs {
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	border-bottom: 2px solid #d9d8d0;
	height: 26px;
	margin-top: 18px;
	margin-left: -10px;
	padding-left: 10px;/*bottom border sticks out to the left*/
}

.content {
	padding-bottom: 90px;
}

.content-inner {
	padding-top: 46px;
	overflow: hidden;
}

.leftnav {
	font-weight: bold;
	width: 203px;
	float:left;
}

.leftnav-inner {
	padding-right:30px;
}

.leftnav ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:5px;
}
.leftnav ul li {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 18px;
}
.leftnav ul li a:hover {
	color: #333;
}
.leftnav ul li.current-menu-item a {
	color: #333;
}

.rightbar {
	width: 203px;
	float:left;
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 400;
	color:#333333;
}

.rightbar-inner {
	padding-left:30px;
}
.rightbar h2 {
	font-size:14pt;
	margin-bottom:4px;
}
.rightbar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.rightbar ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.rightbar li.widget {
	margin-bottom:20px;
}
.rightbar li.cat-item {
	margin-bottom:12px;
	line-height: 18pt;
}
.rightbar li.cat-item a {
	text-decoration:none;
	border-bottom: 1px #8b8c53 dotted;
}
.rightbar li.cat-item a:hover {
	border-bottom: none;
}

p.navtitle {
	margin-top:2px;
}
p.current-menu-item a {
	color: #333;
}

.bottomcta {
	padding-top:30px;
	border-top: 2px solid #d9d8d0;
}
.bottomcta p {
	font-size: 12pt;
}

.content-main {
	width: 667px;
	float:left;
}
.content-main p {
	line-height:16pt;
}

.content-main-inner {
	padding-right:120px;
	padding-bottom:20px;
}

.content-main ul li {
	margin:0;
	padding:0;
	margin-bottom: 15px;
	line-height:16pt;
}

.content-main .fullwidth {
	width: 870px;
}



.footer {
	background-color: #334a57;
	color: #fff;
}
.footer-inner {
	padding: 35px 0 30px 0;
}
.footer p {
	margin-top:0;
	font-size: 10pt;
	line-height: 16pt;
}
.footer a {
	color: #fff;
	text-decoration:none;
	border-bottom: 1px #fff dotted;
}
.footer a:hover {
	color: #f56b1f;
}
.footer_left {
	width: 229px;
	float:left;
}

.footer_mid {
	width: 190px;
	float:left;
	margin-left: 140px;
}
.footer_right {
	width: 220px;
	float:left;
	margin-left:80px;
}
.footerdeep {
	background-color: #041721;
	color: #fff;
}
.footerdeep p {
	font-size: 9pt;
}

/*home page styles*/
.homebottom {
	overflow:hidden;
	color: #525252;
}
.homebottom h1 {
	color: #393831;
	font-size: 18pt;
	line-height: 22pt;
}
.homebottomleft {
	width: 572px;
	float:left;
	background-color: #d3d1c2;
	height: 380px;
}
.homebottomleft p {
	line-height:16pt;
}
.homebottomleft-inner {
	padding: 60px 105px 75px 140px;
}
.homebottomright {
	width: 568px;
	float:left;
	background-color: #e1dfd0;
	height: 380px;
	font-size:9pt;
}
.homebottomright-inner {
	padding: 50px 140px 42px 46px;
}
#homebanners {
	overflow:hidden;
}
.homepagebanner {
	height: 406px;
	background-color:#fff;
	position:relative;
	width:1140px;
	display:block;
	float:left;
	background-image:url('images/bg_home_1.jpg');
	background-repeat: no-repeat;
	background-position:0 0;
}

.homepagebanner-title-box {
	position: absolute;
	top: 316px;
	left: 0;
	width: 100%;
	height: 90px;
	padding-top:16px;
	background: rgba(52,73,83,.8);
	color: #e8ead3;
	text-align:center;
}

.homepagebanner-title-box p {
	margin:0;
	font-size:28pt;
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 400;
}

.homemiddle {
	overflow:hidden;
	margin:auto;
}
.homemiddle-inner {
	margin: 30px 60px 20px 60px;
}
.homemiddle h2 {
	font-family: 'Vollkorn', Arial, serif;
	font-weight: 400;
	font-size: 16pt;
	line-height:18pt;
	display:block;
	border-bottom: 1px solid #e1dfd0;
}
.homemiddle p {
	font-size: 10pt;
	line-height:16pt;
	margin-bottom:10px;
}

.blogpreview {
	margin-bottom: 20px;
}
.blogpreview p {
	font-size: 14pt;
	line-height:18pt;
	margin-top:5px;
	margin-bottom:0;
	font-family: 'Vollkorn', Arial, serif;
}
p.blogpreviewlink {
	margin-top:2px;
	font-size:10pt;
	font-family: Arial, serif;
}
p.blogpreviewlink a:hover {
	color:#f56b1f;
}
/*p.blogpreview a {
	color: #393831;
}
p.blogpreview a:hover {
	text-decoration:underline;
}*/

.list_carousel {
	margin: auto;
	width: 934px;
	overflow:hidden;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float:left;
	width: 834px;
}
.list_carousel li {
	width: 230px;
	height: 250px;
	padding: 0;
	margin-right:30px;
	margin-left:18px;
	display: block;
	float: left;
	position: relative;
}
.list_carousel li a.button {
	position: absolute;
	bottom:0;
	left:0;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.prev {
	display:block;
	float:left;
	width:40px;
	height:40px;
	padding-top:80px;
}
.next {
	display:block;
	float:left;
	width:40px;
	height:40px;
	/*margin-left:18px;*/
	padding-top:80px;
}


/*other stuff*/
ul.bios {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
ul.bios li {
	display:inline-block;
	margin:0 14px 28px 0;
	padding:0;
	list-style:none;
	vertical-align:top;
}
ul.bios li.last {
	margin-right:0;
}
.biointro ul {
	margin-top:5px;
}
.biointro ul li {
	margin-bottom:0;
}
.floatparent {
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.name {
	white-space:nowrap;
}


/*post stuff */
.news-post {
	border-bottom: 2px solid #d9d8d0;
	margin-bottom:15px;
}
.news-post p {
	margin-top:4px;
	line-height:18pt;
}
p.post-date {
	margin:0;
	color:#666666;
	font-size:11pt;
}


/*search form*/
input#s {
	height:30px;
	padding-top:0;
	padding-bottom:0;
	width:190px;
	margin:0;
	padding-left:15px;
	border:0;
	position:absolute;
	top:0;
	left:0;
	font-size:10pt;
	-moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px; /* future proofing */
	-khtml-border-top-left-radius: 20px; /* for old Konqueror browsers */
	-moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px; /* future proofing */
	-khtml-border-bottom-left-radius: 20px; /* for old Konqueror browsers */
}
input#searchsubmit {
  background-image:url("images/icon-glass.png");
  background-repeat: no-repeat;
  background-position: 8px 8px;
  width:37px;
  height:30px;
  padding:5px;
  background-color: #8b8c53;
  color:#000;
  text-decoration:none;
  border:0;
  position:absolute;
  top:0;
  left:190px;
  	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px; /* future proofing */
	-khtml-border-top-right-radius: 20px; /* for old Konqueror browsers */
	-moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px; /* future proofing */
	-khtml-border-bottom-right-radius: 20px; /* for old Konqueror browsers */
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #7f7f7f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #7f7f7f;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #7f7f7f;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #7f7f7f;
}
[type="search"] {
	-moz-appearance:    textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}