/* @group   Henry Spiegel Milling, LLC v1.0
   Company: Synergema Consulting Group
   Author : Philip Schalm
   Email  : info@synergema.com
*/
/* @end */

/* @group Standard Elements */
* {
	margin: 0;
	padding: 0;
	/* border: none; */
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;

}

abbr {
	text-decoration: none;
	border: none;
}

p {
	margin: 1.5em 0em;
}

.body {
	background: #3c382e;
	font-family: Arial, sans-serif;
	color: #3c3c3c;
	line-height: 1.57em;
}
a img {
	border: none;
}

img.right {
	float: right;
	border: 1px solid #DDD4BC;
	margin-left: 10px;
}

/* @end */

/* @group Layout */

#page .inner {
	width: 958px;
	margin:  0 auto;
}

#header {
	height: 117px;
	background: url('/images/header_back.gif') center center repeat-x;
	padding-bottom: 1em;
	margin-bottom: 36px;
}

#subheader {
	background: url('/images/subheader_back.gif') center center repeat-x;
}

#navbar {
	border-top: 3px solid #e0d9cb;
	border-bottom: 5px solid #28251e;
	z-index: 1;
	position: absolute;
	top: 117px;
	width: 100%; 
}

* html #navbar {
	font-size: 13px;
}

#content {
	background: #f7f3e9 url('/images/content_back.gif') center top repeat-x;
}

#content .inner {
	padding-top: 4px;
	background: #f7f3e9 url('/images/content_inner_back.gif') center top repeat-x;
}

#sidebar {
	width: 263px;
	margin-left:  -958px;
	display: inline;
	float: left;
	background: transparent url('/images/sidebar_back.png') top center no-repeat;
	min-height: 603px;
}

* html #sidebar {
	height: 603px;
}

#sidebar .inner {
	width: auto;
	padding: 0;
	background: none;
}

#main {
	width: 695px;
	float: left;
	background: transparent url('/images/main_back.png') top center repeat-x;
	min-height: 603px;
	display: inline;
	margin-left: 263px;
}

* html #main {
	height: 603px;
}

#main .inner {
	width:  auto;
	margin: 25px;
	padding: 0;
	background: none;
}

/* @end */

/* @group Header */

/* @group Logo */

#logo {
	background: url('/images/logo.png') center center no-repeat;
	width:  505px;
	height: 67px;
	font-size: 10%;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	margin-top: 28px;
	outline: none;
}


/* @end */



/* @end */

/* @group Meta */

#meta {
	margin-top: 12px;
	font-size: 93%;
	color: #6e695d;
	position:absolute;
	top:0;left:874px;
	text-align:right;
}

#meta span {
	border: none;
	margin: 0.25em 2px 0.2em 0;
	padding-right: .5em;
	line-height: 1.25em;
	overflow: visible;
	position: relative;
	right: -3px;
}

#meta .phone strong {
	font-size: 24px;
	position: relative;
	padding-top:18px;
	top: 1px;
}

#meta a:hover {
	text-decoration: none;
}

#meta a {
	color: #5c7d7e;
	border-right: 1px solid #5c7d7e;
	padding: 0 .75em 0 .4em;
}

#meta a.first {
	border-right: 1px solid #5c7d7e;
}

#meta a.last {
	border: none;
}

/* @end */

/* @group Navbar */

#navbar {
	background: #545047 url('/images/nav_back.gif') left bottom repeat-x;
	font-size: 100%;
	text-align: center;
}

#navbar ul {
	position: relative;
	z-index: 10;
	overflow: visible;
}

* html #navbar ul {
	float: left;
	margin-bottom: 0;
}

#navbar li, #navbar a {
	float: left;
	display: inline;
}

#navbar .last span {
	border: none;
	background: none;
}

#navbar a {
	color: #dfd7c2;
	text-decoration: none;
	border: none;
	border-top: 3px solid #e0d9cb;
	border-bottom: 5px solid #28251e;
	background: #545047 url('/images/nav_back.gif') left bottom repeat-x;
	line-height: 1em;
	margin-top: -3px;
	margin-bottom: -5px;
}

#navbar a:hover, #navbar li.current_list a {
	color: #fff;
	border-top-color: #839994;
}

#navbar a span {
	display: block;
	padding: 14px 17px;
	border-right: 1px solid #5c574c;
	background: transparent url('/images/nav_active_back.gif') right bottom no-repeat;
}

#navbar a:hover span, #navbar .current_link span {
	padding: 14px 18px;
	border:none;
	background-repeat: repeat-x;
}

#navbar a:hover, #navbar li.current_list a {
	background: #3a342c url('/images/nav_active_back.gif') left bottom repeat-x;
	margin-left: -1px;
}


/* @end */

/* @group SubHeader */

#subheader .inner {
	padding: 13px 0 14px;
	background: url('/images/subheader_inner_back.gif') center center repeat-x;
	height: 166px;
	position: relative;
}

#body_home #subheader .inner {
	height: auto;
}

/* @end */

/* @group Content */

#content {
	color: #555049;
	/*font-size:  108%;*/
}


/* @group Sidebar */

#sidebar h3 {
	margin: 2em auto 1em;
	font-size: 116%;
	width: 236px;
	background: url('/images/subheading_header_top.png') center top no-repeat;
	line-height: 1.8em;
}

#sidebar h3 span {
	display: block;
	padding-left: 15px;
	background: url('/images/subheading_header_bottom.png') center bottom no-repeat;
}

/* @group Key Practice Areas */

.related_areas {
	width: 197px;
	padding: 16px 19px 12px;
	margin: 20px auto 10px;
	border: 1px solid #ddd4bc;
	background: #ede7d7;
	display: inline-block;
}

html>body .related_areas {
	display: block;
}

.related_areas:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.related_areas h4 {
	font-size: 123.1%;
	font-weight: normal;
	font-family: Georgia;
	color: #547071;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd4bc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.related_areas li {
	clear: left;
}

.related_areas a {
	color: #6f6960;
	font-size: 93%;
	margin-right: 15px;
	background: url('/images/practice_areas_a_hover.gif') -20px 0 no-repeat;
	float: left;
	clear: left;
}

.related_areas a:hover {
	color: #9d2427;
	background: #fff0c5 url('/images/practice_areas_a_hover.gif') right center no-repeat;
	padding-right: 15px;
	margin-right: 0;
}

/* @end */

/* @group Nav */

#sidebar .nav {
	background: url('/images/subnav_ul_back.gif') right top repeat-y;
}

#sidebar ul.nav {
	font-size: 108%;
	width: 100%;
	list-style: none;
}

#sidebar .nav li {
	margin-left: 27px;
}

#sidebar .nav li, #sidebar .nav a, #sidebar .nav span {
	display: block;
	list-style: none;
}

* html #sidebar .nav li,
* html #sidebar .nav a,
* html #sidebar .nav span {
	float: left;
	display: inline;
}

#sidebar .nav a {
	color: #555049;
	text-decoration: none;
	line-height: 2.71em;
	cursor: pointer;
	border-top: 1px dashed #e2dac4;
	position: relative;
}

* html #sidebar .nav a {
	width: 236px;
}

#sidebar .nav .first_child a {
	border-top: none;
}

#page #sidebar .nav a:hover, #page #sidebar .nav a.current_link {
	color: #b83838;
	background: url('/images/subnav_a_back.gif') right top repeat-y;
	bottom: -1px;
	z-index: 10;
	padding: 0;
	border: 1px solid #dcd3bb;
	border-width: 1px 0;
	font-weight: bold;
}

#page #sidebar .nav a.current_link,
#page #sidebar .nav a.current_link:hover {
	background: url('/images/subnav_active_back.png') right center repeat-y;	
}

#sidebar .nav .first a:hover span, #page #sidebar .nav a.current_link span {
	margin-top: -1px;
}

html>body #sidebar .nav .first a:hover span, html>body #page #sidebar .nav a.current_link span {
	margin-top: -2px;
	margin-bottom: -1px;
}

#sidebar .nav a:hover span, #page #sidebar .nav a.current_link span {
	margin-top: -1px;
	margin-bottom: -2px;
	padding: 0 0 2px;
	background: url('/images/subnav_span_back.png') left top repeat-y;
}

* html #sidebar .nav a:hover span,
* html #page #sidebar .nav a.current_link span {
	background: none;
	filter :progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/subnav_span_back.png',sizingMethod='crop');
		position: relative;
	top:  -1px;
}

#sidebar .nav .first a:hover span {
	padding-top: 0;
	padding-bottom: 1px;
}

* html #sidebar .nav a:hover span {
	padding-top: 1px;
	padding-bottom: 1px;
}

/* @end */

/* @group Contact Button */

#contact_button {
	width: 238px;
	height: 86px;
	display: block;
	margin: 10px auto;
	background: url('/images/contact_button.png') center center no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

* html #contact_button {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/contact_button.png',sizingMethod='crop');
	cursor: pointer;
}

/* @end */



/* @end */

#main .title {
	color: #506b6c;
	font: italic normal 153.9%/1em Georgia, serif;
	padding: 12px 1px 18px;
	border-top: 1px solid #d7d3c2;
	background: url('/images/h2_bottom.gif') left bottom repeat-x;
	margin-bottom: 12px;
	float: left;
}

* html #main .title {
	margin-bottom: 36px;
}

#main h1[className=title] {
	margin-bottom: 36px;
}

#body_home #main .title {
	margin-bottom: 12px;
}

* html #body_home #main .title {
	margin-bottom: 36px;
}

h2 {
	margin: 1em 0;
	font-size: 131%;
}

#main .content {
	clear: left;
	zoom: 1;
}

/* html #main .content {
	margin-top:  -2em;
}*/

#main .content a {
	color: #9d2427;
}

#content a {
	color: #9d2427;
}

#content a:hover {
	color: #660c0e;
	text-decoration: none;
}

#content a:visited {
	color: #763233;
}

#main .content a:hover {
	text-decoration: none;
}

#main div[className=body] {
	margin-top: -2em;
}

#main ul, #main li {
	list-style: disc;
	list-style-position: inside;
}

#main ul li ul, #main ul li ul li {
	margin-left: 10px;
}

#main .content ul {
	margin-left:  40px;
	margin-bottom: 20px;
}

#main .content .listing, #main .listing li {
	list-style: none;
	margin:  0;
}

#main .listing li {
	margin-top: 16px;
	padding-bottom: 11px;
	background: url('/images/in_the_news_sep.gif') left bottom repeat-x;
}

#main .listing li.last {
	background: none;
}

#main .listing .date {
	font-size: 77%;
	background: #f6d681;
	color: #545047;
	float: left;
	padding: 4px;
	line-height: 1em;
	font-style: italic;
	clear :left
}

#main .listing h2 {
	clear: left;
	font-size: 108%;
	padding: 5px 0;
}

#main .listing h2 p {
	margin: 0;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 5px solid #dbd4c0;
	padding: 35px 0 120px;
	background: #3c382e url('/images/footer_back.gif') top left repeat-x;
	color: #a7a08e;
	font-size: 93%;
}

#footer a {
	color: #94aaab;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .address {
	float: left;
	width: 45%;
}

#footer .address .fn {
	display: block;
	font-size: 107.52%;
	font-weight: bold;
	color: #94aaab;
	margin-bottom: 0.5em;
}

#footer .numbers {
	float: right;
	width: 45%;
	text-align: right;
}

#footer .numbers .type {
	font-weight: bold;
}

#footer .numbers .type {
	font-weight: bold;
}

/* @end */

/* @group Miscellaneous */
.clear {
	display: inline-block;
}

html>body .clear {
	display: block;
}

.clear:after {
	content: "DO NOT TOUCH IT IS NOT REAL";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

* html .clear {
	height: 1%;
}

.hiddenFields {
	height: 0;
	overflow: hidden;
	line-height: 0.1em;
	font-size: 1%;
}


/* @end */

/* Page Specific */

/* @group Home */

/* @group Layout */

#body_home #sidebar {
	width: 266px;
	margin-left: 0;
	background: transparent url('/images/home_sidebar_back.png') top center no-repeat;
	min-height: 536px;
}

* html #body_home #sidebar {
	height: 536px;
}

#body_home #sidebar .inner {
	width: auto;
	padding: 26px 31px 26px 26px;
	background: none;
	position: relative;
}

#body_home #main {
	width: 692px;
	min-height: 536px;
	margin-left: 0;
}

* html #body_home #main {
	height: 536px;
}

#body_home #main .inner {
	padding: 24px 40px 36px 33px;
	margin: 0;
}

* html #body_home .inner li {
	zoom: 1;
}

#body_home #contact_button {
	position: absolute;
	left: 7px;
	bottom: 0;
}

* html #body_home #contact_button {
	left: -15px;
}

/* @end */

/* @group SubHeader */

#body_home #subheader {
	background: url('/images/home_subheader_back.png');
}

#body_home #subheader .inner {
	background: url('/images/home_subheader_inner_back.png');
	padding: 12px 14px 14px;
	width: 930px;
}

#body_home #subheader #image {
	width: 679px;
	height: 291px;
	float: left;
	background: url('/images/home_2.jpg');
}

#home_nav {
	
}

span.sidenav_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	padding-bottom:5px;
}

.inthenews_header { 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

#home_nav li, #home_nav a {
	display: inline;
	float: left;
}

#home_nav li {
	width: 234px;
	border-bottom: 1px solid #7c1319;
	border-top: 1px solid #ad3134;
}

#home_nav li a {
	border-left: 7px solid #831a1f;
	padding-left: 18px;
	width: 209px;
	padding-top: 11px;
	text-decoration: none;
	color: #e5d8b6;
	font-size: 93%;
	line-height: 125%;
	background: url('/images/home_subnav_hover.png') 0 -200px no-repeat;
	cursor: pointer;
}

#home_nav li.first {
	border-top: none;
}

#home_nav li.last {
	border-bottom: none;
}

#home_nav li a:hover {
	background: url('/images/home_subnav_hover.png') top left repeat-y;
	border-left-color: #50070e;
}

* html #home_nav li a:hover {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_subnav_hover.png',sizingMethod='crop');
}

#home_nav strong {
	font-size: 148.9%;
	color: #fff;
	display: block;
	line-height: 105.5%;
	padding-right: 16px;
}

#home_nav a span {
	clear: both;
	display: block;
}

#home_nav #hn_five a {
	padding-top: 17px;
	height: 60px;
}

#home_nav #hn_attorneys a {
	height: 59px;
}

#home_nav #hn_practice a {
	height: 61px;
}

#home_nav #hn_contact a {
	height: 55px;
}



/* @end */

/* @group Content */

/* @group Meet Our Attorneys */

#meet_our_attorneys {
	border: 1px solid #d7ceb3;
	width: 616px;
}

#meet_our_attorneys .titlebar {
	background: #ece7d7 url('/images/meet_our_attorneys_title_back.png') bottom left repeat-x;
	border-bottom: 1px solid #d7ceb3;
}

#meet_our_attorneys .titlebar strong {
	line-height: 2.28em;
	font-size: 138.5%;
	font-family: Gerogia, Times, serif;
	color: #547071;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 21px;
	float: left;
}

#meet_our_attorneys .titlebar a {
	color: #778a8a;
	display: inline;
	float: right;
	margin: 6px 5px 0 0;
	line-height: 29px;
	height: 31px;
	text-decoration: none;
	font-size: 85%;
	width: 193px;
	background: url('/images/read_more_profiles_back.png') center center no-repeat;
	text-align: center;
	cursor: pointer;
}

* html #meet_our_attorneys .titlebar a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/read_more_profiles_back.png',sizingMethod='crop');
}

#meet_our_attorneys .titlebar a:hover {
	color: #222;
}

#meet_our_attorneys .profile {
	padding: 13px 18px 20px;
	font-size:  93%;
}

#meet_our_attorneys .photo {
	background: #fefefd;
	border: 1px solid #d3caaf;
	width: 100px;
	height: 95px;
	float: left;
	margin-left: -596px;
	padding: 5px;
	display: inline;
}

#meet_our_attorneys .bio {
	float: left;
	margin-left: 124px;
	width: 472px;
	display: inline;
}

* html #meet_our_attorneys .bio {
	width: 456px;
}

#meet_our_attorneys .bio p {
	line-height: 1.42em;
	margin-bottom: 0.2em;
}

* html #meet_our_attorneys .photo {
	margin-left: -580px;
}

#meet_our_attorneys .profile strong {
	color: #4b4840;
	font-style: oblique;
	font-size:  107.53%;
}

#meet_our_attorneys .profile .meta {
	color: #908a7b;
	display: block;
	padding-bottom: .65em;
}

#meet_our_attorneys .profile .meta a {
	color: #a62b2b;
}

#meet_our_attorneys .profile .meta a:hover {
	text-decoration: none;
}

#meet_our_attorneys .profile .more {
	color: #506b6c;
}

#meet_our_attorneys .profile .more:hover {
	text-decoration: none;
}

/* @end */

/* @group Main */


/* @end */

/* @group Sidebar */

#body_home #sidebar #in_the_news {
	color: #547071;
	border-top: 1px solid #dad2bf;
	text-align: center;
	background: url('/images/in_the_news_back.png') center bottom no-repeat;
	text-transform: uppercase;
	padding: 8px 0;
}

#body_home #sidebar li {
	margin-top: 16px;
	padding-bottom: 21px;
	background: url('/images/in_the_news_sep.gif') left bottom repeat-x;
}

#body_home #sidebar li.last {
	background: none;
}

#body_home #sidebar h3 {
	background: none;
	margin: 0;
	padding: 0.3em 0 0;
	line-height: 1.29em;
	font-size: 108%;
	clear: left;
	width: auto;
}

#body_home #sidebar h3 a {
	color: #555049;
	text-decoration: none;
	display: block;
}

#body_home #sidebar h3 a:hover {
	text-decoration: underline;
}

#body_home #sidebar .date {
	font-size: 77%;
	background: #f6d681;
	color: #545047;
	float: left;
	padding: 4px;
	line-height: 1em;
	font-style: italic;
}

#body_home #sidebar .meta {
	color: #7e796e;
	font-size: 85%;
	line-height: 1.3em;
	display: block;
	padding: 5px 0;
}

#body_home #sidebar a {
	color: #a62b2b;
}

#body_home #sidebar a:hover {
	text-decoration: none;
}

#body_home #sidebar p {
	font-size: 93%;
	margin: .5em 0;
	line-height: 1.5em;
}
/* @end */
/* @end */

/* @end */

/* @group Page Titles */

#page_title {
	width: 929px;
	height: 166px;
	text-indent: -999em;
	font-size: 10%;
	margin: 0 15px;
	position: absolute;
	left: 0;
	top: 13px;
}

#body_attorneys #page_title {
	background: url('/images/attorneys.jpg') center center no-repeat;
}

#body_verdicts_and_settlements #page_title {
	background: url('/images/verdicts.jpg') center center no-repeat;
}

#body_presentations #page_title {
	background: url('/images/presentations.jpg') center center no-repeat;
}

#body_contact #page_title {
	background: url('/images/contact.jpg') center center no-repeat;
}

/* @end */

/* @group Attorneys */

.content .photo {
	background: #fefefd;
	border: 1px solid #d3caaf;
	xwidth: 240px;
	float: right;
	margin: 0 5px 10px 10px;
	display: inline;
	padding:  5px;
}

/* @end */

/* @group Map */

#map input {
	border: 1px solid #ddd;
	padding:  2px;
	margin-top: 2px;
}

/* @end */

/* @group Form */

input.text, textarea {
	display: block;
	width: 250px;
	border: 1px solid #C0BBAF;
	padding: 2px;
}

textarea {
	height: 100px;
}

.logo {
	padding-top:15px;
}

.disclaimer {
	font-size:10px;
}

.disclaimer a {
	font-size:10px;
}

.pad_frm_itm {
padding:3px 0px;
margin:0px;
}

.form-label {
width:140px; /* Width of labels */
padding:0px 5px 0px 0px;
display:inline-block;
vertical-align:top;
}

.form-pct {
 width:300px;
 font:12px Verdana, Arial, Helvetica, sans-serif;
}

.msg-pct {
      width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
      height:70px;
      overflow:auto;
      font:12px Verdana, Arial, Helvetica, sans-serif;
}

.custom-form {

      }

.custom-form fieldset {
margin:0px 0px 10px 0px;
padding:0px;
width:470px; /*  .msg-pct width + 25   */
border:none;
}
        
.custom-form legend {
padding:0px 2px;
font-weight:bold;
}
    
.custom-form fieldset ol {
margin:0px;
padding:0px;
list-style:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}
/* @end */


h1 {
padding: 0 0 15px 0px;
}