/*--------------------- 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:#579 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px/22px "Georgia", Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#0B2840;
	}

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

h1	{ font-size:18px; color:#456DA0; font-weight:normal; }
h2	{ font-size:16px; color:#C60; }
h3	{ font-size:14px; color:#456DA0; }

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

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

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

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.about {
	font-style:italic;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

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

form {
	width:216px;
	margin:0 0 24px 0;
	}

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

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

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #7B7B7B;
	color:#12334F;
	width:211px; /* 5 pixles smaller than form width !important */
	height:18px;
	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:11px;
	}
	
select { width:216px; padding:0; } /* same width as form - !important */

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

#contact-business { display: none; } /* do not remove */ 


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

#contact-main label, #commentform 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,
#commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select,
#commentform label select { width:177px; }
	
#contact-main label textarea,
#commentform label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

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

input.submit-contact-main, input.commentform-submit { margin:85px 0 5px 243px; }

input.submit { 
	background:url("../images/btn-submit.jpg");
	width:213px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:804px;
	margin:0 auto;
	text-align:left;
	}
	
	#bg-wrap-gradient {
		background:url("../images/bg-wrap-gradient.jpg") no-repeat;
		width:804px;
		}
	

/* ----- column-left ----- */

#column-left {
	width:527px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 27px 24px 36px;
		}
		
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
				
/* ----- column-right ----- */

#column-right {
	width:277px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 36px 24px 28px;
		}
	#column-right form { margin-left:29px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:10px;  }
		#column-right dl dt {
			font-weight:bold;
			color:#0B2840;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			#column-right dl dt a { text-decoration:none; text-transform:uppercase; }
			
			#column-right dl dd a { font-weight:normal; }
			
	#bg-practice-areas {
		background:url("../images/bg-practice-areas.jpg");
		width:277px;
		padding-bottom:10px;
		}
	
/* ----- newsticker ----- */

#newsticker {
background:url("../images/newsticker.jpg");
height:59px;
width:804px;
}
	
body#news #column-left form label, body#news #column-left form select { margin-left:35px }
	
	
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:45px;
	clear:both;
	width:100%; 
	}

/* ----- Click to Call ----- */
body#index #ctc {
	background:url("../images/ctc.jpg") no-repeat;
	width:265px;
	height:108px;
	position:relative;
	margin-bottom:-30px;
	margin-top:-20px;
	}

body#sitemap #ctc {
	background:url("../images/ctc.jpg") no-repeat;
	width:265px;
	height:108px;
	position:relative;
	margin-bottom:-30px;
	margin-top:-20px;
	}



#ctc {
	background:url("../images/ctc-sub.jpg") no-repeat;
	width:265px;
	height:108px;
	position:relative;
	margin-top:-20px;
	}
	
	#ctc a {
		position:absolute;
		width:192px;
		height:47px;
		top:26px;
		left:38px;
		}
		
		#ctc span { display:none; }

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:334px; } 
#header-graphic {
	position:relative;
	background:url("../images/header-index.jpg");
	height:334px;
	}
 /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#practice-areas #header-graphic { background:url("../images/header-02.jpg"); }
	body#auto #header-graphic { background:url("../images/header-03.jpg"); }
	body#disability #header-graphic { background:url("../images/header-01.jpg"); }
	body#dui #header-graphic { background:url("../images/header-03.jpg"); }
	body#erisa #header-graphic { background:url("../images/header-04.jpg"); }
	body#erisa-appeals #header-graphic { background:url("../images/header-04.jpg"); }
	body#erisa-litigation #header-graphic { background:url("../images/header-04.jpg"); }
	body#erisa-overview #header-graphic { background:url("../images/header-04.jpg"); }
	body#insurance-denials #header-graphic { background:url("../images/header-01.jpg"); }
	body#motorcycle #header-graphic { background:url("../images/header-03.jpg"); }
	body#pera #header-graphic { background:url("../images/header-02.jpg"); }
	body#personal-injury #header-graphic { background:url("../images/header-03.jpg"); }
	body#slip-and-fall #header-graphic { background:url("../images/header-03.jpg"); }
	body#tbi #header-graphic { background:url("../images/header-03.jpg"); }
	body#truck #header-graphic { background:url("../images/header-03.jpg"); }
	body#uim #header-graphic { background:url("../images/header-03.jpg"); }
	body#workers-comp #header-graphic { background:url("../images/header-01.jpg"); }
	body#wrongful-death #header-graphic { background:url("../images/header-02.jpg"); }
	body#news #header-graphic { background:url("../images/header-01.jpg"); }
	body#blog #header-graphic { background:url("../images/header-04.jpg"); }
	body#contact #header-graphic { background:url("../images/header-02.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-03.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-02.jpg"); }
	/* index page link within #masthead */		
	#header-graphic a {	
		position:absolute;
		left:44px;
		width:366px;
		top:0px;
		height:83px; 
		}
	#header-graphic a span {
		display:none;
		}



/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:67px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#practice-areas #subhead { background:url("../images/subhead-practice-areas.jpg"); }
	body#auto #subhead { background:url("../images/subhead-auto.jpg"); }
	body#disability #subhead { background:url("../images/subhead-disability.jpg"); }
	body#dui #subhead { background:url("../images/subhead-drunk.jpg"); }
	body#erisa #subhead { background:url("../images/subhead-erisa.jpg"); }
	body#erisa-appeals #subhead { background:url("../images/subhead-appeals.jpg"); }
	body#erisa-litigation #subhead { background:url("../images/subhead-litigation.jpg"); }
	body#erisa-overview #subhead { background:url("../images/subhead-overview.jpg"); }
	body#insurance-denials #subhead { background:url("../images/subhead-insurance.jpg"); }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle.jpg"); }
	body#pera #subhead { background:url("../images/subhead-pera.jpg"); }
	body#personal-injury #subhead { background:url("../images/subhead-personal.jpg"); }
	body#slip-and-fall #subhead { background:url("../images/subhead-slip.jpg"); }
	body#tbi #subhead { background:url("../images/subhead-traumatic.jpg"); }
	body#truck #subhead { background:url("../images/subhead-truck.jpg"); }
	body#uim #subhead { background:url("../images/subhead-um.jpg"); }
	body#workers-comp #subhead { background:url("../images/subhead-workers.jpg"); }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.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"); }


/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-qcontact {
	height:107px;
	background:url("../images/title-qcontact.jpg") ;
	}

#title-qcontact {
	height:120px;
	background:url("../images/title-qcontact-sub.jpg") ;
	}
body#sitemap #title-qcontact {
	height:107px;
	background:url("../images/title-qcontact.jpg") ;
	}
	

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:120px;
	background:url("../images/title-locate.jpg") ;
	}

#title-choose {
	height:62px;
	background:url("../images/title-choose.jpg") ;
	}

#title-practice-areas {
	height:214px;
	background:url("../images/title-practice-areas.jpg") ;
	margin-bottom:-94px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
.btn-read-more {
	position:relative;
	z-index:99;
	width:100px;
	height:31px;
	display:block;
	background:url("../images/btn-read-more.jpg") no-repeat;	
	}
	
	.btn-read-more span { display:none; }

/* ------------------------------------- Buttons ---------------------------------------- */
#banner {
	background:url("../images/banner.jpg");
	width:527px;
	height:207px;
	position:relative;
	margin-top:-34px;
	}
	
	#banner a {
		position:absolute;
		width:93px;
		height:23px;
		top:158px;
		left:406px;
		}
	
	#banner span { display:none; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:804px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

#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;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }
	
	#footer a { color:#fff; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:804px; 
	height:48px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 114px; margin-left: 11px;}
#nav-02 { width: 116px;}
#nav-03 { width: 152px;}
#nav-04 { width: 136px;}
#nav-05 { width: 115px;}
#nav-06 { width: 149px;}


/*-------------- (-79px) X position of button / (-48px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -11px -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -125px -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -241px -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -393px -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -529px -48px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -644px -48px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about #nav-02 { background:url("../images/nav.jpg") -125px -48px no-repeat; }
body#practice-areas #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#personal-injury #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#auto #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#motorcycle #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#tbi #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#truck #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#uim #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#slip-and-fall #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#pera #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#erisa #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#erisa-overview #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#dui #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#erisa-litigation #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#wrongful-death #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#workers-comp #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#disability #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#erisa-appeals #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#insurance-denials #nav-03 { background:url("../images/nav.jpg") -241px -48px no-repeat; }
body#news #nav-04 { background:url("../images/nav.jpg") -393px -48px no-repeat; }
body#blog #nav-05 { background:url("../images/nav.jpg") -529px -48px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -644px -48px 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:#D3D3D3;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

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

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

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

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.9em;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}

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

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#4D7BA7;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:210px; }		

#nav-03 ul { margin-top:48px; }

/* ------------------------------ Styles for Wordpress -------------------------- */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.meta, .feedback {
	margin:0 27px 0 36px;
	}

body#blog ol.commentlist { margin-left:0; }

.postmetadata {
	margin: 30px 0;
	padding: 0 10px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#column-left ol {
		margin:0 27px 24px 56px;
		}
body#blog h2 { color:#456DA0; }		
h3.storytitle a { color:#C60; }
div.feedback a { color:#456DA0; }

/* Comment form 'commentform' css is with 'contact-main' 
/  form css. XHTML of the conmment form has been converted to 
/  the Einstein format in 'comments.php' to keep consistency 
/  throughout the site.
*/

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
	}

#column-left #commentform { margin-left:30px; }


body#blog #column-right {
	background:url("../images/bg-right.jpg") top left no-repeat;
	width:260px;
	}
	
#column-right #menu {
	margin-top:30px; 
	}
	
body#blog #column-right #title-qcontact {
	height:120px;
	background:url("../images/title-qcontact-sub.jpg") ;
	width:266px;
	}
	
#column-right #searchform { margin:0 0 24px 0; padding:0; }

#column-right #menu ul { 
		margin:0 20px 24px 10px;
		} 
#column-right #menu ul li { background:none; margin-left:0; }

	#column-right #menu ul li ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:15px;  /* pushes text to the right to display bg img */
		}
	
#searchform #s {
	width: 190px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	width: 60px;
	height:24px;
	background-color:#FFFFFF;
	}

#searchform #s, #searchsubmit {
	margin-bottom:4px;
	}


/* ------------------------------ End Styles for Wordpress -------------------------- */	

/*---------- SWF POSITIONING ----------*/
#noflash {
background:#ffffff url("../images/index-header-bg.jpg");
text-align:center;
height:312px;
}

#noflash-ticker {
	text-align:center;
	}

#noflash-ticker, #noflash-ticker a {
	color:#fff;
	}
	
#noflash-ticker noscript ins {
	color:#0B2840;
	}
	