/*
   To generate sprites: navigate to the smart sprites folder:
   cd /Users/markjohnson/Sites/_helpers/smartsprites-0.2.8
   ./smartsprites.sh --root-dir-path /home/user/example
*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
blockquote, q {
  quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
  border: none;
}
/* Remember to define your own focus styles! */
:focus {
  outline: 0;
}
/* end reset */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* general - mixins -------------------------------------------------------------------------------- */
.line-hover {
  text-decoration: none;
}
.line-hover:hover {
  text-decoration: underline;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.upper {
  text-transform: uppercase;
}
/*Drop shadows*/
/*Transitions*/
/*Buttons*/
/*Add an alphatransparency value to any background or border color (via Elyse Holladay)*/
/*Gradients*/
/* general - structure -------------------------------------------------------------------------------- */
#wrapper, div.body_inside {
  /*width: 934px;*/

  width: 914px;
  margin: 0 auto;
}
/* general - misc -------------------------------------------------------------------------------- */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.45em;
  border: none;
}
/* general - links -------------------------------------------------------------------------------- */
a {
  color: #d4453e;
}
/* general - text -------------------------------------------------------------------------------- */
body {
  font-family: arial;
  font-size: 16px;
  line-height: 24px;
  color: #626262;
}
/* Line-height should always be unitless! */
body {
  line-height: 1.5;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* general - forms -------------------------------------------------------------------------------- */
/*A special hack is included for IE8 since it does not apply padding correctly on fieldsets*/
label {
  font-weight: bold;
}
fieldset {
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 1em;
}
fieldset, #IE8#HACK {
  padding-top: 1.4em;
}
legend, #IE8#HACK {
  margin-top: 0;
  margin-bottom: 0;
}
input[type=text], input[type=password], textarea {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
  border-color: #666;
}
/* icons -------------------------------------------------------------------------------- */
span.icon {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  text-indent: -9999px;
  zoom:1;
}
span.icon.arrow_grey {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -0px top;

  width: 7px;
  height: 7px;
  margin-left: 5px;
}
span.icon.arrow_grey_l {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -12px top;

  width: 7px;
  height: 7px;
  margin: 0;
}
span.icon.search {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -24px top;
  width: 12px;
  height: 12px;
  margin: 0;
}


span.icon.arrow_red {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -41px top;

  width: 7px;
  height: 7px;
  margin-left: 4px;
}
span.icon.speech_bubble {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -53px top;

  width: 21px;
  height: 18px;
  margin-right: 8px;
}
span.icon.globe {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -79px top;

  width: 17px;
  height: 17px;
  margin-right: 8px;
  margin-top: -6px;
}
span.icon.footer_carbon {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -101px top;

  width: 66px;
  height: 81px;
  margin: 0;
}
span.icon.footer_certified {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -172px top;

  width: 54px;
  height: 79px;
  margin: 0;
}
span.icon.linkedin {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -231px top;

  width: 20px;
  height: 20px;
  margin: 0;
}
span.icon.rss {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -256px top;

  width: 20px;
  height: 20px;
  margin: 0;
}
span.icon.twitter {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -281px top;

  width: 14px;
  height: 20px;
  margin: 0;
}
span.icon.facebook {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -300px top;

  width: 10px;
  height: 20px;
  margin: 0;
}
/*end of icons*/
/* header -------------------------------------------------------------------------------- */
#header {
  padding: 60px 0 30px;
  position: relative;
  zoom: 1;
}

#header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#header h1 {
  float: left;
}
#header h1 a {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite.png');
  background-position: -315px top;

  width: 193px;
  height: 63px;
  display: block;
  text-indent: -9999px;
	position: absolute;
	bottom: 30px;
}
ul.super_nav {
  position: absolute;
  top: 0;
  right: 0;
}
ul.super_nav li {
  padding-left: 5px;
  float: left;
}
ul.super_nav li a {
  line-height: 12px;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
}
ul.super_nav li a.docs {
  color: #333333;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f2f1;
  padding: 0 25px;
  text-decoration: none;
}
ul.main_nav {
  padding-top: 35px;
  padding-bottom: 3px;
  float: right;
  zoom: 1;
  border-bottom: 5px solid #d4453e;
  z-index: 1001;
}


ul.main_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
ul.main_nav > li {
  float: left;
  padding-left: 5px;
  position: relative;
}
ul.main_nav a {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-variant: small-caps;
  text-transform: uppercase;
  /*font-size: 18px;*/

  font-size: 13px;
  text-decoration: none;
  line-height: 28px;
  display: inline-block;
  color: #d4453e;
  padding: 0 8px;
}

.main_content a.button {
	padding: 15px 20px;
	color: #fffeff;
	background-color: #a84144;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #dadada;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px 0px;
}
.main_content a.button:hover {
	color: #e7e7e7;
}
.main_content a.button.gray, .main_content a.button.grey {
	background-color: #8f8e93;
}
.main_content a.button.orange {
	background-color: #e2b453;
}
.main_content a.button.blue {
	background-color: #4d6ba3;
}

ul.main_nav a:hover, ul.main_nav > li.hovered a {
  color: #fff;
  background-color: #d4453e;
}
ul.main_nav li ul {
  display: none;
  position: absolute;
  top: 28px;
  left: 5px;
}
ul.main_nav li ul li {

}
ul.main_nav li ul li a {
  display: block;
  zoom:1;
  background-color: #d4453e;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  color: #fff;
}
html.ie7 ul.main_nav li ul li {
  background-color: #d4453e;
}
ul.main_nav li ul li a:hover {
  background-color: #8c1d17;
}
ul.main_nav li.hovered ul {
  display: block;
  z-index: 1001;
}
/* content -------------------------------------------------------------------------------- */
.featured_image {
  padding-bottom: 45px;
  margin: 0 -10px;
}
.featured_image > div {
  display: none;
  text-indent: -9999px;
  height: 336px;
}
.featured_image > div.innovation {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -0px top;
}
.featured_image > div.focus {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -936px top;
}
.featured_image > div.experience {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -1870px top;
}
.featured_image > div.value {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -2804px top;
}
.leader {
  width: 460px;
  float: left;
  padding-bottom: 10px;
}
.leader h2 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #d4453e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d4453e;
  font-weight: normal;
}
.ideals {
  zoom: 1;
  float: right;
  padding-top: 20px;
}
.ideals:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.ideals > div {
  padding: 25px 10px 20px;
  background-color: #f2f2f1;
  zoom: 1;
  width: 386px;
}
.ideals > div:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.ideals h2 {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
}
.ideals a.scroll, .ideals ul span {
  height: 61px;
  text-indent: -9999px;
}
.ideals a.scroll {
  display: inline-block;
  position: relative;
  width: 30px;
  float: left;
}
.ideals a.scroll span.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.ideals ul {
  float: left;
  /*width: 340px;*/

  padding: 0;
  margin: 0px 0px 0px 30px;
}
.ideals ul li {
  float: left;
  padding-left: 10px;
}
.ideals ul li:first-child {
  padding-left: 0;
}
.ideals ul li a {
  display: inline-block;
  text-decoration: none;
	color: #5b5b5b;
}
.ideals ul li a span {
  display: inline-block;
  width: 74px;
  text-indent: -9999px;
}

.ideals ul li a.innovation {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -3738px top;
}
.ideals ul li a.innovation span {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -3812px top;
}
.ideals ul li a.focus {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -3886px top;
}
.ideals ul li a.focus span {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -3961px top;
}
.ideals ul li a.experience {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -4036px top;
}
.ideals ul li a.experience span {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -4111px top;
}
.ideals ul li a.value {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -4186px top;
}
.ideals ul li a.value span {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('../images/sprite-jpg.jpg');
  background-position: -4261px top;
}
.ideals ul li a:hover span, .ideals ul li a.active span {
  background-image: none;
}
ul.ideal_labels {
	margin: 5px 0px 5px 30px;
}
ul.ideal_labels li {
	width: 74px;
	font-size: 12px;
	text-align: center;
	padding-left: 0px;
	margin-right: 10px;
	color: #3f3f3f;
}
form {
  padding: 30px 0;
  zoom: 1;
  clear: both;
}
form:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
form h2 {
  text-transform: uppercase;
  color: #626262;
  font-size: 14px;
  padding-bottom: 5px;
}

#content div.content_inside div.sidebar div.sidebox div.side_title, #content div.content_inside div.sidebar div.sidebox div.side_title a {
  text-transform: uppercase;
  color: #626262;
  text-decoration:none;
  font-size: 14px;
  padding-bottom: 5px;	
}
form label, form input, form button > span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  padding: 6px 5px;
  margin: 0;
  border-width: 1px;
}

form label {
  border: 1px solid transparent;
}
form input {
  width: 190px;
}
form div {
  position: relative;
  float: left;
}
form div label {
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 0;
}

form button {
  background-color: #d4453e;
  border: 0;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  float: left;
  padding: 0;
  margin: 0 0 0 5px;
  text-transform: uppercase;
}
form button > span {
  display: inline-block;
  border: 2px solid #d4453e;
  padding-right: 10px;
  padding-left: 10px;
}
form button span.icon.search {
  margin: -2px 12px 0 0;
}
.col_2 {
  zoom: 1;
  padding: 30px 0;
  border-top: 1px dotted #e1e0e0;
  clear: both;
}
.col_2:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.col_2 h2 {
  padding-bottom: 20px;
}
.col_2 > div {
  float: right;
  width: 410px;
}
.col_2 > div:first-child {
  padding-right: 45px;
  float: left;
  border-right: 1px solid #d7d3c7;
}
.content ul {
  list-style: none;
  padding-bottom: 20px;
}
.content ul li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  background-image: url(../images/list_square.png);
  padding-bottom: 15px;
}
div.see_all {
	height: 20px;
}
a.more, div.see_all a {
  float: right;
  font-size: 12px;
  text-decoration: none;
  text-decoration: none;
}
a.more:hover, div.see_all a:hover {
  text-decoration: underline;
}
/* footer -------------------------------------------------------------------------------- */
#footer {
  padding: 20px 0;
  zoom: 1;
  clear: both;
	border-top: 1px dotted #e1e0e0;
}
#footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#footer > div {
  float: left;
  width: 550px;
}
#footer > div a, #footer > div p {
  color: #92928b;
  font-size: 12px;
}
#footer > div p {
  padding-bottom: 20px;
}
#footer > div span.icon {
  margin-right: 20px;
}
.footer_links {
  float: right;
}
.footer_links li {
  float: left;
  padding-left: 8px;
}
.footer_links a {
  display: inline-block;
  text-decoration: none;
}

html.ie7 .ideals ul li a span {
	cursor: pointer;
}
html.ie7 #wrapper span.icon,
html.ie7 .ideals ul li a span { text-indent:0; line-height:0; font-size:0; overflow:hidden }/*ie7 hack */

html.ie7 #wrapper form button span.search.icon {
	margin-right: 3px;
	padding: 0;
}
html.ie7 #wrapper form button {
	border: 3px solid #D4453E;
}
#wrapper form button span.search.icon {
	vertical-align: center;
	margin: 3px 5px 7px 0;
	padding: 0;
}
#wrapper form button {
	padding: 2px 10px 0px;
	height: 28px;
	overflow: hidden;
}

#main div.col_2.content div ul li a {
	color: #818181;
	text-decoration: none;
}

#main div.col_2.content div ul li a:hover {
	color: #626262;
	text-decoration: underline;
}



/* div#content {
	border-top: 10px solid #7b7c7c;
} */

div.sidebar {
	float: left;
	width: 260px;
	margin: 30px 0px 30px 0px;
	padding: 20px;
	border: 1px dotted #e1e0e0;
	background-color: #fdfdfd;
}

.sidebar form#everything, .sidebar form#lawyers {
	padding-top: 0px;
}

.sidebar .sidebox {
	border-bottom: 1px dotted #e1e0e0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.main_content {
	float: right;
	width: 590px;
	margin: 30px 0px 30px 10px;
}

.no-sidebar div.main_content {
	float: none;
	width: 900px;
	margin: 30px auto;
}

ul.practice-list {
	margin: 20px 30px;
}

ul.practice-list li a {
	color: #626262;
	text-decoration: none;
}
ul.practice-list li a:hover {
	text-decoration: underline;
}

div.sidebox_inside ul {
  list-style: none;
  padding-bottom: 20px;
}
div.sidebox_inside ul li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  background-image: url(../images/list_square.png);
  padding-bottom: 15px;
	font-size: 13px;
}

div.sidebox_inside ul li a {
	text-decoration: none;
	color: #444;
}
div.sidebox_inside ul li a:hover {text-decoration:underline;}

.main_content h2, .main_content h3, .main_content h4, .main_content h5 {
	margin-bottom: 10px;
}

h3.contact-h3 {
	clear: both;
	border-bottom: 1px dotted #d4453e;

}

.main_content h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #d4453e;
  margin-bottom: 20px;
}

.main_content h1.attorney {
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #d5d6d6;
}

.main_content h1 span.subtitle p {
	margin: 0px;
}

.main_content h2 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 10px;
  color: #444;
}
.main_content p {
	margin-bottom: 20px;
}

.main_content ul {
  list-style: none;
  padding-bottom: 20px;
}
.main_content ul li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  background-image: url(../images/list_square.png);
  padding-bottom: 15px;
}

.main_content ul li a {
	text-decoration: none;
	color: #626262;
}
.main_content ul li a:hover {text-decoration:underline;}

.main_content ul.practice-list li {
	float: left;
	width: 230px;
	padding-bottom: 2px;
}

div.sidebox_inside ul.practice_nav li {
  padding-bottom: 5px;
}

div.sidebox_inside ul.practice_nav li a:hover {
	text-decoration: none;
		  border-bottom: 2px solid #d4453e;
}
div.sidebox_inside ul.practice_nav li.on a {
	  border-bottom: 2px solid #d4453e;
}

ul.news_list li span {
	color: #d4453e;
}


.contact_tel{ float:left; width:100px; display:inline; margin-left:15px; text-align:center; color:#767676;}
        .contact_tel p{line-height: 220%;
	font-size: 12px;
}
        .contact_tel a{ display:block; padding-top:50px; line-height:normal; background: url(../images/ico_contact.png) no-repeat center -82px; font-size:12px;}

div#sidebar_contact.sidebox_inside {
	height: 100px;
}
        
        .contact_tel span{ display:block; padding-top:50px; line-height:normal; background:url(../images/ico_contact.png) center -82px no-repeat; font-size:12px;}
        
        .contact_email{ float:left; width:100px; display:inline; margin-left:26px; text-align:center; color:#767676;}

div.additional {
	clear: both;
	margin: 25px 0px;
	padding: 20px;
	height: auto;
}
div.vcf {
	clear: both;
	float: left;
	padding-left:60px;
	padding-top: 13px;
	background: url(../images/vcard.png) no-repeat 0 -52px;
	height: 35px;
	font-size: 12px;
}


div.linkedin {
	clear: both;
	float: left;
	padding-left:60px;
	padding-top: 13px;
	background: url(../images/rimon-linkedin.png) no-repeat 0 -52px;
	height: 35px;
	font-size: 12px;
}


        .contact_email p{line-height: 220%;
	font-size: 12px;
}
        .contact_email a{ display:block; padding-top:50px; line-height:normal; background: url(../images/ico_contact.png) no-repeat center 0; font-size:12px;}
div.sidebox form#everything div.search_send input.input_search{
	width: 100px;
	float: right;
	color: #fff;
	background-color: #d4453e;
	border: none;
	font-size: 14px;
}

div.attorney_snippet {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px;
	position: relative;
}

div.attorney_snippet h2{
	height: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.attorney_snippet h2 a{
	font-size: 18px;
	text-decoration: none;
}

div.attorney_snippet h2 span.subtitle {
	font-size: 13px;
}

div.attorney_snippet span.info_labor {
	font-size: 12px;
}
div.attorney_snippet span.info_labor a{
	text-decoration: none;
		color: #cf423d;

}
div.attorney_snippet div.para_info {
	float: left;
	width: 400px;
}

div.clear_fix {
	clear: both;
	height: 1px;
}
div.attorney_snippet p.brief_head {
	clear: both;
	width: 200px;
	float: right;
	font-size: 12px;
}
p.brief_head:hover {
	cursor: pointer;
}

div.attorney_snippet p.brief_head span.brief_right {
	display: block;
}
div.attorney_snippet div.brief_body {
	width: 380px;
	z-index: 1000;
	position: absolute;
	top: 50px;
	background: #fff;
	left: 0;
	padding: 10px 20px 0px 0px;
	border-left: 3px solid #d4453e;
	border-top: 1px dotted #b6b7b7;
	border-right: 1px dotted #b6b7b7;
	border-bottom: 1px dotted #b6b7b7;
margin-bottom: 0px;
	background-color: #f8f8f8;

}
div.attorney_snippet div.brief_body img {
	float: left;
	margin-bottom: 10px;

}
div.attorney_snippet div.brief_body p{
	display: block;
	float: left;
	width: 270px;
	border-bottom: 1px dotted #b6b7b7;
	margin-left: 10px;
	font-size: 11px;
	}
div.attorney_snippet div.brief_body p.no-bottom-border {
	border-bottom: none;
}
div.attorney_snippet p.full-profile {
	display: block;
	float: right;
	font-size: 12px;
	padding: 3px 8px;
	background-color: #d4453e;
	color: #fffeff;
}
div.attorney_snippet p.full-profile a {
	color: #fff;
	text-decoration: none;
	  text-transform: uppercase;
	font-size: 10px;
}

div.attorney_snippet p.brief_head span.brief_right a{
	text-decoration: none;
}

#content div.content_inside div.main_content h1 span.subtitle {
	font-size: 20px;
	color: #636363;
}
div.main_content div.para_info {
	font-size: 13px;
	margin-bottom: 20px;
}
div.main_content div.contact_left {
	display: block;
	float: left;
	width: 270px;
	height: 150px;
	margin-right: 10px;
	font-size: 13px;
}

div.contact_left p {
	display: block;
	float: left;
	padding-top: 18px;
}

div.main_content div.contact_left strong {
	color: #d4453e;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 0px;
}

div.main_content div.contact_left img {
	margin: 20px 10px 30px 0px; 
	float: left;
	clear: both;
}

div.main_content h2 {
	clear: both;
}

#content div.content_inside div.main_content div.paginate {
	float: right;
	font-size: 12px;
	margin: 20px 0px;
}

div.blog_index{
	margin-bottom: 40px;
	padding:0px 15px;
}

div.blog_index h2 a{
	text-decoration: none;
	line-height: 30px;
}

div.blog_index h2 {
	border-top: 5px solid #b4b5b5;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: block;
	margin-top: 40px;
	padding-top: 30px;
}

div.blog_index div.para_info {
	font-size: 12px;
	margin-bottom: 20px;
	clear: both;
}

div.left_column {
	width: 50%;
	float: left;
}

div.right_column {
	width: 280px;
	float: right;
}

div.location_box {
	width: 100%;
	clear: left;
}

div.blog_index p {
	font-size: 14px;
	clear: both;
}

div.para_info img {
	margin-right: 5px;
}

span.info_date, span.info_relation {
	display: block;
	float: left;
}
div.para_info.individual-entry span.info_date {
	width: 100%;
	margin-bottom: 20px;
}

.sidebar div.quote_person {
	text-align: center;
}
.sidebar div.quote_person p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777878;
	margin-top: 10px;
}
.sidebar div.search_option {
	display: block;
	width: 100%;
}
.sidebar form {
	padding: 0px 0px 20px;
}
.sidebar form .search_option input {
	width: 20px;
}
.sidebar form .search_option label {
	clear: both;
	position: relative;
	width: 50px;
}

.search_forms form input.input_keyword {
	width: 250px;
	margin: 0px 0px 15px;
	color: #aaa;
}
.search_forms .search_send {
	width: 100%;
}
.search_forms .search_send p a {
	font-size: 12px;
	text-decoration: none;
	line-height: 35px;
}
.search_forms form button span.icon.search {
  margin: -4px 10px 0 0;
  width: 10px;
  height: 12px;
  padding: 0px 0px 0px 0px;
}

.search_forms form button {
	float: right;
	padding: 2px 10px 0px;
	height: 28px;
	overflow: hidden;
}

/* Update Styles to show bar under inside pages */

.body_inside #header {
	background: url() no-repeat 0 140px;
	height: 70px;
		padding-bottom: 0px;

}
.body_inside #header h1 a {
	bottom: 10px;
}
.body_inside ul.main_nav {
	border-bottom: none;
}

div.body_inside form.contact_form input{
	display: block;
	float: left;
	position: relative;
}

div.body_inside form.contact_form label {
	display: block;
	float:left;
	width:130px;
	position: relative;
}

div.body_inside form.contact_form div.row textarea {
	width: 400px;
	height: 100px;
	position: relative;
	float: left;
}

div.body_inside form.contact_form div.row {
	clear: both;
	margin: 5px 0px;
}

div.body_inside form.contact_form input.input_send {
  background-color: #d4453e;
  border: 0;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  float: left;
  padding: 0;
  margin: 20px 0 0 446px;
  text-transform: uppercase;
  float: right;
  padding: 2px 10px 0px;
  height: 28px;
  width: 100px;
  overflow: hidden;
}
div#search_body.body_inside div.main_content h2 {
	margin-bottom: 0px;
}
div#search_body.body_inside div.main_content h2 a{
	text-decoration: none;
	display: block;
	font-size: 20px;
	margin-top: 30px;
	clear: both;
}

div#deco-bar {
	width: 914px;
	height: 59px;
	background-color: #fff;
}

#main div.leader h2 a {
	text-decoration: none;
}

#main div.ideals h2 a {
	text-decoration: none;
}
div.main_content  small {
	font-size: 12px;
}
