/*--------------------- 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:#1E2018 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/16px Arial, Helvetica, sans-serif; 
	color:#A6B073;
	}

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

h1	{ font-size:1.2em; color:#F6E6B1; }
h2	{ font-size:1.1em; color:#F6E6B1; }
h3	{ font-size:1.0em; color:#F6E6B1; }
h4	{ font-size:1.0em; color:#F6E6B1; }

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

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

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

.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	
#column-left p.pa-solo {
	margin:0 0 15px 155px;
	padding:0 0 0 0;
	}
	
img.img-left { 
	float:left; 
	margin:0 10px 0 0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

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

body#homicide-page object {
	margin-left:15px;
	}
	
/* ----- global form elements ----- */ 

form {
	width:191px;
	margin:0 0 15px 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 #12130E;
	color:#000;
	width:186px; /* 5 pixels 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:191px; padding:0; } /* same width as form - !important */

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

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


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 0; }

#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:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

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


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

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

input.submit, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:61px;
	height:16px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:135px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:11px;
		width:262px;
		top:14px;
		height:96px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:531px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0 20px 18px 14px;
		}
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			padding-bottom:5px;
			}
			body#index #column-left ul li { 
			background:none;
			padding-left:20px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul li {
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:20px;
		}
			
	#column-left ul li ul { margin:5px 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left ul.list-practice-areas {
	line-height:20px;
	padding:0 0 0 14px;
	margin:0 0 0 0;
	width:230px;
	float:left;
		}
		
		#column-left ul.list-practice-areas li a { color:#9EA967; }
		
		#column-left ul.list-practice-areas a:link, #column-left ul.list-practice-areas a:visited	{ text-decoration:none; outline:none; }
		#column-left ul.list-practice-areas a:hover, #column-left ul.list-practice-areas a:active	{ text-decoration:underline; outline:none; }
		
	#column-left ul.list-stories li {
		margin-bottom:18px;
		}
		
object#youtube {
	margin-left:14px;
}

/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 19px 18px 19px;
		}
	#column-right form { margin-left:19px; }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:none;
			list-style-type:disc;
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:none;
			list-style-type:disc;
			margin-left:5px;
			}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:346px; background:url("../images/header-graphic.jpg"); } 

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

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

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:88px; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#sex #subhead { background:url("../images/subhead-sex.jpg"); }
	body#fraud #subhead { background:url("../images/subhead-fraud.jpg"); }
	body#drug #subhead { background:url("../images/subhead-drug.jpg"); }
	body#homicide-page #subhead { background:url("../images/subhead-homicide.jpg"); }
	body#theft-page #subhead { background:url("../images/subhead-theft.jpg"); }
	body#dui #subhead { background:url("../images/subhead-dui.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#stories #subhead { background:url("../images/subhead-winning-record.jpg"); }
	body#press-media #subhead { background:url("../images/subhead-press.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"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-practice-areas {
	height:63px;
	background:url("../images/subhead-practice-areas.jpg") ;
	}

#subhead-winning-records {
	height:63px;
	background:url("../images/subhead-winning-record.jpg") ;
	}

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

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

/* footer
 * ------------------------------------------------------------------------- */
#wrap-footer {
	background:#9EA967 url("../images/bg-footer.jpg") top repeat-x;
	width:100%;
	}
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#11130E;
	padding:20px 0 10px 0;
	}

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

#footer a { color:#11130E; }

#footer ul {margin-bottom:18px;}

#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 #11130E;
	}

	#footer li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 46px;}
#nav-02 { width: 51px;}
#nav-03 { width: 55px;}
#nav-04 { width: 65px;}
#nav-05 { width: 72px;}
#nav-06 { width: 106px;}
#nav-07 { width: 54px;}
#nav-08 { width: 84px;}
#nav-09 { width: 43px;}
#nav-10 { width: 64px;}
#nav-11 { width: 53px;}
#nav-12 { width: 66px;}


/*-------------- (-79px) X position of button / (-36px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -46px -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -97px -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -152px -36px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -217px -36px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -289px -36px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -395px -36px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -449px -36px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -533px -36px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -576px -36px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -640px -36px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -693px -36px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  0px -36px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -46px -36px no-repeat; }
body#sex #nav-03 { background:url("../images/nav.jpg") -97px -36px no-repeat; }
body#fraud #nav-04 { background:url("../images/nav.jpg") -152px -36px no-repeat; }
body#drug #nav-05 { background:url("../images/nav.jpg") -217px -36px no-repeat; }
body#homicide-page #nav-06 { background:url("../images/nav.jpg") -289px -36px no-repeat; }
body#theft-page #nav-07 { background:url("../images/nav.jpg") -395px -36px no-repeat; }
body#dui #nav-08 { background:url("../images/nav.jpg") -449px -36px no-repeat; }
body#faqs #nav-09 { background:url("../images/nav.jpg") -533px -36px no-repeat; }
body#stories #nav-10 { background:url("../images/nav.jpg") -576px -36px no-repeat; }
body#press-media #nav-11 { background:url("../images/nav.jpg") -640px -36px no-repeat; }
body#contact #nav-12 { background:url("../images/nav.jpg") -693px -36px 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:#12130E;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

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

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

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

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

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

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover, #nav-08 ul a:hover { 
	background-image:none;
	background-color:#B7C379;
	color:#1F2018;
	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:185px; }		
#nav-04 ul, #nav-04 li { width:185px; }
#nav-05 ul, #nav-05 li { width:217px; }		
#nav-06 ul, #nav-06 li { width:220px; }
#nav-07 ul, #nav-07 li { width:145px; }		
#nav-08 ul, #nav-08 li { width:155px; }


/* --- superlawyer ---- */
	.sl_badge_150 {width:150px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;margin:10px 0 0 35px;}
	.sl_badge_150 .profile {padding:2px;}
	.sl_badge_150 a {color:rgb(131,7,30);text-decoration:none;}
	.sl_badge_150 a:hover {text-decoration:underline;}
	.sl_badge_150 .online{width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
	.sl_badge_150 .visit { text-align:center; font-size:12px; }

#column-right .sl_badge_150 {
border-color:#C3D080 #C3D080 #56839A;
border-style:solid;
border-width:4px;
font-size:16px;
line-height:1.5;
margin:9px 1px 0 20px;
padding:0 16px 10px;
text-align:center;
width:150px;
}

#column-right .sl_badge_150 .profile {
padding:10px;
font-size:16px;
}

#column-right .sl_badge_150 .online {
font-size:16px;
}

#column-right .sl_badge_150 .visit {
font-size:15px;
text-align:center;
}