/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#38383b url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/17px  Arial, Helvetica, sans-serif; 
	color:#313348;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#313348; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#38383b; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#73869d; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
	
p span.case {font-weight:bold;}	

h2.top {padding-top:20px;}
	
	
img.img-left { 
	float:left; 
	margin:0px 10px 0px 0px;
	}

body#irs img.img-left { 
	float:left; 
	margin:0px 10px 0px 0px;
	}


img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
img.img-center {
	margin-left:100px; 
	}
	
img.img-logo {margin:20px 0 20px 60px;}	
	
	
.highlighted {color: #697e9e; font-weight: bold;}


/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	
	}

form label	{ font-size:.95em; } 

form label.clear {margin-top: 90px;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#73869d !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #E0E0E0;
	color:#fff;
	width:196px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:60px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

/* ------------------------ IRS form elements ------------------------ */

#irs #column-right form {margin-left:170px;}




/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; width: 400px; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:0px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#contact-main label.injury textarea { height:20px;}

input.radio {width: 12px; background-color: transparent !important; margin-left: 20px;}
div.radio {width: 150px; margin:-10px 0 0 250px; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:910px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:268px;
	float:left;
	margin-left: 20px;
	display:inline;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 28px 10px 38px;
		}

	#column-left form { padding-left:38px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:602px;
	float:left;
	margin-right: 20px;
	display:inline;
	}
	
	body#blog #column-right {
	width:580px;
	float:left;
	margin-right: 20px;
	display:inline;
	}
	
	body#results #column-right {
	width:580px;
	float:left;
	margin-right: 20px;
	display:inline;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 10px 28px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			line-height:18px;
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:413px; position: relative; background:url("../images/header-index.jpg"); }
													 /* sets height for all non-flash headers */
	#header-graphic a {
	position: absolute;
	top: 10px;
	left: 399px;
	width: 127px;
	height: 105px;
}
	/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	*/

/* ------------------------ subhead framework ------------------------ */
#subhead { height:90px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#attorney #subhead { background:url("../images/subhead-lawyers.jpg"); }
	body#results #subhead { background:url("../images/subhead-results.jpg"); }
	body#publications #subhead { background:url("../images/subhead-publications.jpg"); }
	body#personal-injury #subhead { background:url("../images/subhead-areas.jpg"); }
	body#medmal #subhead { background:url("../images/subhead-medical-malpractice.jpg"); }
	body#tbi_spinal #subhead { background:url("../images/subhead-spinal-brain.jpg"); }
	body#nursing #subhead { background:url("../images/subhead-nursing.jpg"); }
	body#product #subhead { background:url("../images/subhead-product.jpg"); }
	body#actos #subhead { background:url("../images/subhead-actos.jpg"); }
	body#avandia #subhead { background:url("../images/subhead-avandia.jpg"); }
	body#gadolinium #subhead { background:url("../images/subhead-gadolinium.jpg"); }
	body#remicade #subhead { background:url("../images/subhead-remicade.jpg"); }
	body#trasylol #subhead { background:url("../images/subhead-trasylol.jpg"); }
	body#ortho-evra #subhead { background:url("../images/subhead-ortho-evra.jpg"); }
	body#kugel-mesh #subhead { background:url("../images/subhead-kugel-mesh.jpg"); }
	body#amiodarone #subhead { background:url("../images/subhead-amiodarone.jpg"); }
	body#fosamax #subhead { background:url("../images/subhead-fosamax.jpg"); }
	body#neurontin #subhead { background:url("../images/subhead-neurontin.jpg"); }
	body#renu #subhead { background:url("../images/subhead-renu.jpg"); }
	body#zelnorm #subhead { background:url("../images/subhead-zelnorm.jpg"); }
	body#medtronic #subhead { background:url("../images/subhead-medtronic.jpg"); }
	body#irs #subhead { background:url("../images/subhead-irs.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#defective #subhead { background:url("../images/subhead-defective.jpg"); }


/* ----- content bg top - includes gradient at the top of both columns - columns sit 20 inside of this div -----*/
#content {
	background: url("../images/content-bg-top.jpg") top no-repeat;
	float: left;
	width: 910px;
}


/* ------------------------ subhead framework with varying heights ------------------------ */
#title-about-index {
	padding-top:219px;
	width: 290px;
	float: left;
	background:url("../images/title-about-index.jpg") top no-repeat ;
	}
#title-irs-index {
	padding-top:266px;
	width: 312px;
	float: left;
	background:url("../images/title-irs-index.jpg") top no-repeat ;
	}
/* ------------------------ title framework with varying heights ------------------------- */
#title-questions {
	height:68px;
	background:url("../images/title-questions.jpg") ;
	}
#title-concerns {
	height:68px;
	background:url("../images/title-concerns.jpg") ;
	}
#title-locate {
	height:90px;
	background:url("../images/title-locate.jpg") ;
	}
#title-memberships {
	height:68px;
	background:url("../images/title-memberships.jpg") ;
	clear: both;
	}
#title-practice-areas{
	height:90px;
	background:url("../images/title-practice-areas.jpg") ;
	}
	
#index-logos {
	height:68px;
	background:url("../images/index-logos.jpg") ;
	}



/* ------------------------------------- Buttons ---------------------------------------- */
#practice-areas-bg {
		height:620px;
		background:url("../images/practice-areas-bg.jpg") top no-repeat;
		width: 225px;
		margin-left: 27px;	
		font-weight: bold;
		}
		#column-left #practice-areas-bg ul.pi { padding-top: 49px; }
		#column-left #practice-areas-bg ul { padding:44px 0 0 35px; margin: 0px;;}
		
		#column-left #practice-areas-bg li {
			line-height: 25px;
			background: none;
			list-style: none;
			padding-left: 0px;
			}
		#column-left #practice-areas-bg li a:link, #column-left #practice-areas-bg li a:visited { color: #27283c; text-decoration: none; }
		#column-left #practice-areas-bg li a:hover, #column-left #practice-areas-bg li a:active { color: #27283c; text-decoration: underline; }
		#practice-areas-bg span { display:none;   }


/* ------------------------footer framework ------------------------ */
#footer {
	width:830px;
	margin-left: 20px;
	margin-right: 20px;
	margin:0 auto;
	text-align:center;
	background-color: #3a4053;
	font-size: .95em;
	padding: 20px 20px 10px 20px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; text-decoration: none; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:910px; 
	height:50px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:50px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width:  98px; margin-left: 20px;}
#nav-02 { width: 145px;}
#nav-03 { width: 153px;}
#nav-04 { width: 152px;}
#nav-05 { width: 132px;}
#nav-06 { width: 75px;}
#nav-07 { width: 100px;}

/*-------------- (-79px) X position of button / (-50px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -20px -50px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -118px -50px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -263px -50px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -416px -50px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -568px -50px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -700px -50px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -775px -50px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#444C61;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #cecbe0;
	border-top:none;
	
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover{ 
	background-image:none;
	background-color:#cecbe0;
	color:#000000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:175px; }		
#nav-03 ul, #nav-03 li { width:310px; }		
#nav-04 ul, #nav-04 li { width:180px; }
#nav-05 ul, #nav-05 li { width:175px; }		


/*--------------------------------- Blog Styles ---------------------------------*/

body#blog form#searchform {margin: 0px; padding: 0px;}

#categories ul, #archives ul, #meta ul, #search label {font-weight: normal; }
div.meta {margin: 0 40px 10px 28px; color: #3a4053;}
div.feedback {text-align: right; margin: 0 40px 20px 28px;}

body#blog #column-right h2 {margin-top: 5px;}
body#blog #column-right {padding-bottom: 10px}

body#blog form#commentform {
	padding-left: 28px;
}

 input.commentform-submit { width:130px; height:22px; padding:0; margin:0; }