/* global elements
------------------------------------------------------------------------------- */

body {
	text-align: center;
	height: 100%;
	background-color: #f3f3f3;
}

img {
	display: block;
	border-style: none;
}

img.social-media {
	display: inline;
}

sup {
	font-size: .6em;
	vertical-align: .3em;
}

div.stop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	height: 0;
	display: block;
}

div.last {
	display: none;
}

html>body div.last {
	display: block;
}

div.page_wrapper {
	margin: 0px auto 0px auto;
	width: 922px;
	position: relative;
	/* min-height: 100%; */
	text-align: left;
}

div.column {
	float: left;
	/* display: block; */
	display: inline;
}

div.proof_this {
	

/* margin: 100px 0 0 0 !important;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #efefef;
	padding: 20px;
	display: block;
	opacity: 0.55;
	width: 200px;
	text-align: left;*/
	display: none;
}

div.input_group {
	clear: both;
	background: url(images/contact_textbox.gif) no-repeat right;
	height: 30px;
	width: 378px;
}

div.contact_form div.required img.requirement_status {
	background: url(../images/forms/required_yes.gif) no-repeat -3px;
}

html>body div.contact_form div.required img.requirement_status {
	background: url(../images/forms/required_yes.gif) no-repeat right;
}

div.contact div.contact_form div.message img.requirement_status {
	background: url(../images/forms/required_message.gif) no-repeat -3px;
}

html>body div.contact div.contact_form div.message img.requirement_status {
	background: url(../images/forms/required_message.gif) no-repeat right;
}

div.field_message {
	clear: both;
	background: url(images/contact_textarea.gif) no-repeat right;
	height: 135px;
	width: 378px;
}

div.input_group label {
	font-size: 11px;
	color: #555555;
	line-height: 26px;
	display: block;
	float: left;
	width: 75px;
	text-align: right;
}

div.contact_form div.message label {
	color: #8E0000;
}

div.input_group img {
	float: left;
}

div.input_group input,
div.input_group textarea {
	float: left;
	border-style: none;
	border-width: 0;
	background-color: transparent;
	width: 275px;
	position: relative;
	top: 7px;
	left: 6px;
	font-family: "Helvetica", Arial, Helvetica Neue, Geneva, sans-serif;
	font-size: .8em;
}

div.input_group textarea {
	height: 109px;
}

input.submit_button {
	margin-left: 86px;
	float: left;
}

img.clear_button {
	float: left;
}

/* page_header
------------------------------------------------------------------------------- */

div.page_header {


/*	height: 147px; */

/*	height: 137px; */
	height: 120px;
	width: 922px;
}

body.splash div.page_header {
	height: 0px;
}

div.identity {
/* 090828	width: 350px; */
	width: 325px;
	float: left;
	display: block;
}

body.splash div.identity {
	visibility: hidden;
}

div.identity img {
	

/* margin-top: 34px; */
	

/* margin-top: 24px; */
	margin-top: 14px;
}

div.global_navigation {
	width: 572px;
	display: block;
	float: left;
}

body.splash div.global_navigation {
	visibility: hidden;
}

/* main navigation
-------------------------------*/

div.global_navigation ul {
	

/* margin-top: 34px; */
	margin-top: 14px;
/

* width: 572px; */
}

ul, ul li {
	font-size: 12px;
	color: #007DB1;
	list-style-type: none;
}

ul.sub {
	display: none;
}

div.firm div.show_hide,
div.resources div.show_hide,
div.login div.show_hide


/* div.contact div.show_hide */ {
	display: none;
}

div.show_hide {
	display: block;


/* border: 1px solid #ac9f71;*/
	position: absolute;

/*	top: 24px;*/
	top: 4px;
/* 090828	left: 450px;*/
	left: 425px;
}

div.show_hide div.bracket_left,
div.show_hide ul.sub {
	display: inline;
}

div.attorneys li.attorneys div.show_hide {
	background: url(images/showhide_line_attorneys.gif) no-repeat;
}

div.services li.services div.show_hide {
	background: url(images/showhide_line_services.gif) no-repeat;
}

div.contact li.contact div.show_hide {
	background: url(images/showhide_line_contact.gif) no-repeat;
}

/* div.global_navigation div.show_hide {
	width: 448px;
}*/

div.global_navigation div.show_hide {
	width: 460px;
}

div.bracket_left {
	background: url(images/showhide_bracket_left.gif) no-repeat;
	margin-left: 65px;
	float: left;
	display: block;
	width: 10px;
	height: 104px;
}

div.bracket_right {
	background: url(images/showhide_bracket_right.gif) no-repeat;
	float: left;
	display: block;
	width: 10px;
	height: 104px;
}

div.services li.services ul.sub {
	display: block;
	margin: 0px;
	float: left;
	margin: 23px 12px 10px 12px;
}

div.attorneys li.attorneys ul.sub {
	display: block;
	margin: 10px 12px 10px 12px;
/*

position: absolute;
	top: 34px;*/
}

div.contact li.contact ul.sub {
	display: block;
	margin: 0px;
	float: left;
	margin: 15px 12px 10px 12px;
}

div.attorneys li.attorneys ul.list2 {
	/*

left: 725px; */
		margin-left: 28px;
}

div.attorneys li.attorneys ul.list1,
div.attorneys li.attorneys ul.list2 {
	display: block;
	float: left;
	overflow: auto;
}

div.global_navigation div.show_hide ul.list2 {
	margin-right: 5px;
}

ul li a {
	line-height: 14px;
}

a:link, a:visited {
	color: #231F20;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

li.current a,
li.current {
	color: #007DB1;
	font-weight: bold;
}

li.current a ul li a,
li.current ul li a {
	color: #000000;
	font-weight: normal;
}

li.current a ul li a.current,
li.current ul li a.current {
	color: #007DB1 !important;
}

body div#content p.staff-email,
p.staff-email a:link,
p.staff-email a:hover,
p.staff-email a:visited {
	color: #007DB1;
	text-decoration: underline;
}

/* font-weight: bold !important;*/


/* page_body
------------------------------------------------------------------------------- */

div.page_body {
	margin-top: -20px;
}

html>body div.page_body {
	margin-top: 0px;
}

h4.skip {
	position: absolute;
	top: 50px;
	left: 460px;
}

h4.skip a {
	color: #cccccc;
}

div.page_body div#content {
	border: 1px solid #dcdcdc;
	width: 920px;
	padding-bottom: 25px;
	background-color: #fff;
}

/*  fix spacing at bottom of pages IE6 */
div.page_body div#content {
	padding-bottom: 0px;
}

html>body div.page_body div#content {
	/* padding-bottom: 25px; */
	 padding-bottom: 10px; 
}

body.bio div.page_body div#content {
	border: 1px solid #dcdcdc;
	width: 920px;
	/* height: 580px; */
	height: auto;
	/* padding-bottom: 25px; */
	padding-bottom: 10px; 
}

html>body.bio div.page_body div#content {
	padding-bottom: 0;
	
}

body div#content div.introduction p {
	color: #007DB1;
	line-height: 25px;
	font-weight: 200;
	font-size: 20px;
}

body div#content p {
	color: #666666;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 12px;
}

div.page_body div#content div.exp_mod {
	margin: 30px 0 0 45px;
}

div.page_body div#content div.column div.directions {
	width: 500px;
}

div.page_body div#content div.sleeve-1 div.exp_mod {
	margin-right: 45px;
}

div.page_body div#content div.column div.contact_form {
	width: 378px;
}

div.page_body div#content div.column div.contact_form,
div.page_body div#content div.column div.contact_form form {
	float: left;
}

div.page_body div#content div.column div.media {
	margin: 30px 0 0 45px;
}

div.page_body div#content div.photos {
	/* Stay inside 414px */
	margin-right: 0;
	margin-left: 41px;
	/* 090828 width: 345px; */
	width: 495px;
}

/* img.bio_photo { */

/* Stay inside 414px */

/*	margin: 17px;
	float: left;	
}*/

div.bio_photo {
	

/* Stay inside 414px */
	margin: 10px;
	float: left;
	width: 80px;
	height: 80px;
}

html>body div.bio_photo {
	

/* Stay inside 414px */
	margin: 17px;
}

div.bio_photo a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
}

div.bio_photo a h2 {
	visibility: hidden;
}

/* oldhamwn
-------------------------------------------------------------------*/

div.oldhamwm a {
	background: url(../images/staff/thumb_oldhamwm.gif) no-repeat;
}

div.oldhamwm a:hover {
	background-image: url(../images/staff/thumb_oldhamwm_f2.gif);
}

div.oldhamwm a.current {
	background-image: url(../images/staff/thumb_oldhamwm_f3.gif);
}

/* gerney
-------------------------------------------------------------------*/

div.gerney a {
	background: url(../images/staff/thumb_gerney.gif) no-repeat;
}

div.gerney a:hover {
	background-image: url(../images/staff/thumb_gerney_f2.gif);
}

div.gerney a.current {
	background-image: url(../images/staff/thumb_gerney_f3.gif);
}

/* oldhamja
-------------------------------------------------------------------*/

div.oldhamja a {
	background: url(../images/staff/thumb_oldhamja.gif) no-repeat;
}

div.oldhamja a:hover {
	background-image: url(../images/staff/thumb_oldhamja_f2.gif);
}

div.oldhamja a.current {
	background-image: url(../images/staff/thumb_oldhamja_f3.gif);
}

/* kramer
-------------------------------------------------------------------*/

div.kramer a {
	background: url(../images/staff/thumb_kramer.gif) no-repeat;
}

div.kramer a:hover {
	background-image: url(../images/staff/thumb_kramer_f2.gif);
}

div.kramer a.current {
	background-image: url(../images/staff/thumb_kramer_f3.gif);
}

/* oby
-------------------------------------------------------------------*/

div.oby a {
	background: url(../images/staff/thumb_oby.gif) no-repeat;
}

div.oby a:hover {
	background-image: url(../images/staff/thumb_oby_f2.gif);
}

div.oby a.current {
	background-image: url(../images/staff/thumb_oby_f3.gif);
}

/* peterson
-------------------------------------------------------------------*/

div.peterson a {
	background: url(../images/staff/thumb_peterson.gif) no-repeat;
}

div.peterson a:hover {
	background-image: url(../images/staff/thumb_peterson_f2.gif);
}

div.peterson a.current {
	background-image: url(../images/staff/thumb_peterson_f3.gif);
}

/* desaussure
-------------------------------------------------------------------*/

div.desaussure a {
	background: url(../images/staff/thumb_desaussure.gif) no-repeat;
}

div.desaussure a:hover {
	background-image: url(../images/staff/thumb_desaussure_f2.gif);
}

div.desaussure a.current {
	background-image: url(../images/staff/thumb_desaussure_f3.gif);
}

/* galeano
-------------------------------------------------------------------*/

div.galeano a {
	background: url(../images/staff/thumb_galeano.gif) no-repeat;
}

div.galeano a:hover {
	background-image: url(../images/staff/thumb_galeano_f2.gif);
}

div.galeano a.current {
	background-image: url(../images/staff/thumb_galeano_f3.gif);
}

/* scarpitti
-------------------------------------------------------------------*/

div.scarpitti a {
	background: url(../images/staff/thumb_scarpitti.gif) no-repeat;
}

div.scarpitti a:hover {
	background-image: url(../images/staff/thumb_scarpitti_f2.gif);
}

div.scarpitti a.current {
	background-image: url(../images/staff/thumb_scarpitti_f3.gif);
}

/* oldhamjk
-------------------------------------------------------------------*/

div.oldhamjk a {
	background: url(../images/staff/thumb_oldhamjk.gif) no-repeat;
}

div.oldhamjk a:hover {
	background-image: url(../images/staff/thumb_oldhamjk_f2.gif);
}

div.oldhamjk a.current {
	background-image: url(../images/staff/thumb_oldhamjk_f3.gif);
}

/* nass
-------------------------------------------------------------------*/

div.nass a {
	background: url(../images/staff/thumb_nass.gif) no-repeat;
}

div.nass a:hover {
	background-image: url(../images/staff/thumb_nass_f2.gif);
}

div.nass a.current {
	background-image: url(../images/staff/thumb_nass_f3.gif);
}

/* skinner
-------------------------------------------------------------------*/

div.skinner a {
	background: url(../images/staff/thumb_skinner.gif) no-repeat;
}

div.skinner a:hover {
	background-image: url(../images/staff/thumb_skinner_f2.gif);
}

div.skinner a.current {
	background-image: url(../images/staff/thumb_skinner_f3.gif);
}

/* varian
-------------------------------------------------------------------*/

div.varian a {
	background: url(../images/staff/thumb_varian.gif) no-repeat;
}

div.varian a:hover {
	background-image: url(../images/staff/thumb_varian_f2.gif);
}

div.varian a.current {
	background-image: url(../images/staff/thumb_varian_f3.gif);
}

/* gary
-------------------------------------------------------------------*/

div.gary a {
	background: url(../images/staff/thumb_gary.gif) no-repeat;
}

div.gary a:hover {
	background-image: url(../images/staff/thumb_gary_f2.gif);
}

div.gary a.current {
	background-image: url(../images/staff/thumb_gary_f3.gif);
}

/* knapic
-------------------------------------------------------------------*/

div.knapic a {
	background: url(../images/staff/thumb_knapic.gif) no-repeat;
}

div.knapic a:hover {
	background-image: url(../images/staff/thumb_knapic_f2.gif);
}

div.knapic a.current {
	background-image: url(../images/staff/thumb_knapic_f3.gif);
}



/* page body
-------------------------------------------------------------------*/

div.contact div.page_body div#content div.first {
	

/*width: 382px;*/
	width: 380px;
}

body.direction_page div.contact div.page_body div#content div.first {
	width: 300px;
}

div.directions h2 {
	margin-bottom: 8px;
}

div.page_body div#content div.first div.exp_mod {
	margin-right: 0px;
}

div.page_body div#content div.sleeve-2 {
	margin: 0;
}

div.page_body div#content div.contact_info p em {
	color: #007DB1;
	font-weight: 300;
	font-style: normal;
	display: block;
	width: 11px;
	float: left;
}

body.index div.sleeve-2 div.first,
body.detail div.sleeve-2 div.first,
body.bio div.sleeve-2 div.first {
	width: 450px;
}

body.detail div.services div.sleeve-1 div.first {
	width: auto; 
/*	width: 740px; */
/* height: 300px; */
	overflow: auto;
	padding-right: 45px;
}

body.detail div.services div.sleeve-1 div.first div.exp_mod {
	margin-right: 45px;
}

body.detail div.attorneys div.sleeve-2 div.first,
body.bio div.attorneys div.sleeve-2 div.first {
	/* 090828 width: 506px;*/
	width: 376px;
}

body.detail div.attorneys div.sleeve-2 div.first div.detail,
body.bio div.attorneys div.sleeve-2 div.first div.detail,
div.firm div.sleeve-2 div.first div.detail,
div.home div.sleeve-2 div.first div.detail,
div.services div.sleeve-2 div.first div.detail,
div.contact div.sleeve-2 div.first div.detail {
	/* height: 280px; */
	overflow: auto;
}

body.detail div.attorneys div.sleeve-2 div.first div.exp_mod p,
body.bio div.attorneys div.sleeve-2 div.first div.exp_mod p {
	margin-right: 8px;
}

body.detail div.attorneys div.sleeve-2 div.first div.introduction,
body.bio div.attorneys div.sleeve-2 div.first div.introduction {
	height: auto;
}

ul.template-list {
	margin: 20px;
}

ul.template-list li {
	margin: 8px;
}

/* page_footer
------------------------------------------------------------------------------- */

div.page_footer {
	margin-top: 0px;
	height: 30px;
	bottom: 0px;
	display: block;
}

div.page_footer {
	margin-top: -10px;
	height: 20px;
}

html>body div.page_footer {
	margin-top: 0px;
	height: 30px;
}

div.page_footer p {
	color: #777777;
	font-size: 11px;
	margin: 0 auto 0 auto;
	line-height: 30px;
}

div.page_footer p {
	line-height: 20px;
}

html>body div.page_footer p {
	line-height: 30px;
}

div.page_wrapper div.page_footer,
div.page_wrapper div.page_footer p {
	text-align: center;
}

/* Fonts
------------------------------------------------------------------------------- */

body, div, p, li, h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/* font-family: "Helvetica", Arial, Helvetica Neue, Geneva, sans-serif; */
}

h4 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

/* Navigation Animation Support Styles
-------------------------------------------------------------------------------- */

body {
	background-color: #F3F3F3;
}

div.services li.services ul.sub, div.attorneys li.attorneys ul.sub, div.contact li.contact ul.sub {
	display: none;
	float: left;
	margin: 23px 0px 0px;
	width: 0px;
}
div.services li.services ul.sub{
	margin: 23px 0px 0px;
	}
	
div.attorneys li.attorneys ul.sub{
	margin: 10px 12px;
	}
	
div.contact li.contact ul.sub{
	margin: 15px 12px 10px;
	}

div.global_navigation div.show_hide {
	width: 100px;
}

div.bracket_right {
	float: right;
}

/* Flash Preload
------------------------------------------------------------------------------- */
object#preload-flash {
	visibility: hidden;
}


/* News Section
------------------------------------------------------------------------------- */
div.page_body div#content div.recent {
	width: 312px;
}

.archive-item {
	margin-bottom: 20px;
}

.news .detail h1 {
	font-size: 14px;
}

.archive-item h2,
.news .detail h2 {
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;
}

.archive-item h1,
.archive-item h2 {
	font-size: 12px;
	line-height: 14px;
	/* font-weight: normal; */
}

.news .detail h2 {
	margin-bottom: 15px;
}

a.quicklink {
	position: relative;
	top: 10px;
	font-size: 12px;
}

.story-titles li {
	margin-bottom: 15px;
}

body div#content p.stamp,
body div#content em.stamp {
	font-size: 10px;
	color: #007DB1;
	margin-bottom: 2px;
	font-style: normal;
}

.archive-item hr {
	margin-top:-10px;
}