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

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none;}

#interiorcontentcontainer img, #interiorcontentcontainer iframe {max-width: 100%;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #000000 url(../images/BKGD.jpg) top center no-repeat;
	text-align: center;
}
div#wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
h1 a:hover {
	border: none;
}
.fl {
	float: left;
	margin-right: 20px;
}
.fr {
	float: right;
	margin-left: 10px;
}


/* = Header
----------------------------------------------------*/

div#headercontainer {
	width: 100%;
	height: 217px;
	position: relative;
	background: url(../images/headerBkgd.png) top left no-repeat;
}
div#headercontainer h1 {
	width: 264px;
	height: 55px;
	background: url(../images/ErftmierLawLogo.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 90px;
	top: 135px;
}
div#headercontainer h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}






/* = Header
----------------------------------------------------*/

div#imagecontainer {
	width: 100%;
	height: 180px;
	background: url(../images/photoBkgd.png) top left no-repeat;
	position: relative;
}
div#imagecontainer.home {
	width: 100%;
	height: 180px;
	background: url(../images/photoBkgdHome.png) top left no-repeat;
	position: relative;
}
div#imagecontainer img{
	position: absolute;
	top: 21px;
	left: 21px;
}

div#imagecontainer img.mobile {display: none;}


/* = Home Page
----------------------------------------------------*/

div#homecontentcontainer {
	width: 100%;
	background: url(../images/homeContentBkgd.png) top left no-repeat;
	padding-bottom: 20px;
}

div#homecontentcontainer div#left{
	width: 560px;
	float: left;
	margin-left: 90px;
	margin-top: 40px;
}
div#homecontentcontainer div#right{
	width: 215px;
	float: right;
	margin-right: 75px;
	margin-top: 50px;
	text-align: right;
}



/* = Interior Page
----------------------------------------------------*/

div#interiorcontentcontainer {
	width: 100%;
	background: url(../images/contentBkgd.png) repeat-y;
	padding-bottom: 30px;
}
div#interiorcontentcontainer div#wideleft{
	width: 650px;
	float: left;
	margin-left: 90px;
	margin-top: 40px;
}
div#interiorcontentcontainer a.email {
	height: 25px;
	display: block;
	float: right;
	text-align: right;
	background: url(../images/email.png) top right no-repeat;
	padding-right: 33px;
	margin-right: 10px;
	padding-top: 7px;
	font: 10px Helvetica, Arial, sans-serif;
	color: #8b8b8b; /*gray*/
	text-decoration: none;
}
div#interiorcontentcontainer a:hover.email {
	color: #a99667; /*brown*/
}

div#divider{
	width: 100%;
	height: 5px;
	border-bottom: 1px dotted #808080;
	margin-bottom: 25px;
}
div#interiorcontentcontainer div#left{
	width: 370px;
	float: left;
	margin-left: 90px;
	margin-right: 50px;
	margin-top: 40px;
}
div#interiorcontentcontainer div#right{
	width: 380px;
	float: left;
	margin-right: 75px;
	margin-top: 40px;
}





/* = Footer
----------------------------------------------------*/

div#footer {
	background: url(../images/contentBkgd.png) repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 45px;
	text-align: left;
}
div#footer address.phone{
	border: none;
}
div#footer address {
	display: block;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #4c4c4c;
}
div#footer address, div#footer address a {
	font: 10px Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	text-decoration: none;
}
div#footer address span.fax {
	font: 10px "Times New Roman", Times, serif;
	font-style: italic;
}
div#footer p.copyright{
	font-size: 10px;
	line-height: normal;
	color: #808080;
	display: block;
	float: right;
}



/* = Navigation 
----------------------------------------------------*/
ul#nav {
	margin: 0 auto;
	width: 615px;
	height: 52px;
	background: url(../images/nav.png) top left no-repeat;
	display: block;
	position: relative;
}
ul#nav li {
	display: block;
	float: left;
	margin-right: 65px;
}
ul#nav li a {
	display: block;
	height: 52px;
	text-indent: -9999px;
}
ul#nav li a:hover {
	border: none;
}
ul#nav li#ourfirm {
	left: 0;
	width: 80px;
}
ul#nav li#ourfirm a:hover, ul#nav li#ourfirm a#active {
	background:url(../images/nav.png) 0 -52px;
}
ul#nav li#practiceareas {
	width: 135px;
}
ul#nav li#practiceareas a:hover, ul#nav li#practiceareas a#active {
	background:url(../images/nav.png) -145px -52px;
}
ul#nav li#ourpeople {
	width: 105px;
}
ul#nav li#ourpeople a:hover, ul#nav li#ourpeople a#active {
	background:url(../images/nav.png) -345px -52px;
}
ul#nav li#contact {
	width: 100px;
	margin-right: 0;
}
ul#nav li#contact a:hover, ul#nav li#contact a#active {
	background:url(../images/nav.png) -515px -52px;
}


/* = Mobile Nav
----------------------------------------------------*/

ul.topnav {
  padding: 2px 12px 0;
  box-sizing: border-box;
  text-align: center;
}

ul.topnav li {display: inline-block;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
}

ul.topnav li a:hover {background-color: rgba(0,0,0,0.35);}

ul.topnav li.icon {display: none;}
ul.topnav li.icon a{font-size:18px;}



/* = Text Styles
----------------------------------------------------*/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	font-size: 14px;
}
h2 {
	font: 16px/20px Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #4d8696; /*teal*/
	padding-bottom: 20px;
}
h2 span.title {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2.practices {
	font: 16px/20px Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #4d8696; /*teal*/
	padding-bottom: 3px;
}
p {
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	padding-bottom: 15px;
}
p.disclaimer {
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	padding-bottom: 8px;
}
p span.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
div#right a,
p a {
	font: 12px/20px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #4c4c4c; /*gray*/
	text-decoration: none;
}
div#right a:hover, p a:hover {
	color: #ffffff;
	background: #a99667; /*brown*/
}

div#homecontentcontainer div#right p{
	font: bold 11px/16px Helvetica, Arial, sans-serif;
	color: #f2f2f2;
	padding-bottom: 9px;
}



div#homecontentcontainer div#left ul#text {
	display: block;
	padding: 0 0 8px 12px;
}
div#interiorcontentcontainer div#left ul#text li {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #363b74; /*dark blue*/
	padding: 0 80px 5px 13px;
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 0 4px;
} 


@media(max-width:1023px){
	div#wrapper {width: 100%; background: #f2f2f2; overflow: hidden;}	
	div#homecontentcontainer,div#headercontainer, div#interiorcontentcontainer {background: transparent;}
	ul.topnav {background: #000; width: 100%; padding: 0; text-align: left;}
	div#homecontentcontainer div#left, div#homecontentcontainer div#right, div#interiorcontentcontainer div#wideleft,
	div#interiorcontentcontainer div#left, div#interiorcontentcontainer div#right, div#footer 
	{width: 100%; float: none;margin: 0 auto; padding: 0 25px; box-sizing: border-box;}
	div#headercontainer {height: 143px;}
	div#headercontainer h1 {left: 20px;top: 70px;}
	div#homecontentcontainer div#right {background-color: #a99667; text-align: left;padding-top: 25px;}
	div#homecontentcontainer div#right p {font-size: 13px;}
	div#footer {padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #333;}
	div#footer address, div#footer address a {font-size: 12px;}
	div#footer address, div#footer p.copyright {float: none;border:none;padding: 2px 0;}
	div#footer p.copyright {margin-top: 10px;}
	div#imagecontainer, div#imagecontainer.home {position: relative;background: transparent;background-image: none; height: 250px;}
	div#imagecontainer img.mobile {margin-left: -300px; top: 0;left: 50%; width: 600px; height: auto; border: 20px solid #fff; -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);}
	div#imagecontainer img.desktop {display: none;}
	div#imagecontainer img.mobile {display: block;}
	#interiorcontentcontainer iframe {height: 400px;}
}
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative; z-index: 1000;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  .fl {
  	width: 50%;
  }
}


/* = Navigation  WITH PUBLICATIONS
----------------------------------------------------ul#nav {
	left: 96px;
	width: 795px;
	height: 52px;
	background: url(../images/nav.png) top left no-repeat;
	display: block;
	position: relative;
}
ul#nav li {
	display: block;
	float: left;
	margin-right: 65px;
}
ul#nav li a {
	display: block;
	height: 52px;
	text-indent: -9999px;
}
ul#nav li a:hover {
	border: none;
}
ul#nav li#ourfirm {
	left: 0;
	width: 80px;
}
ul#nav li#ourfirm a:hover, ul#nav li#ourfirm a#active {
	background:url(../images/nav.png) 0 -52px;
}
ul#nav li#practiceareas {
	width: 135px;
}
ul#nav li#practiceareas a:hover, ul#nav li#practiceareas a#active {
	background:url(../images/nav.png) -145px -52px;
}
ul#nav li#ourpeople {
	width: 105px;
}
ul#nav li#ourpeople a:hover, ul#nav li#ourpeople a#active {
	background:url(../images/nav.png) -345px -52px;
}
ul#nav li#publications {
	width: 115px;
}
ul#nav li#publications a:hover, ul#nav li#publications a#active {
	background:url(../images/nav.png) -515px -52px;
}
ul#nav li#contact {
	width: 100px;
	margin-right: 0;
}
ul#nav li#contact a:hover, ul#nav li#contact a#active {
	background:url(../images/nav.png) -695px -52px;
}
*/


