/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


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


/* ----- type selectors ----- */ 
body { 
	background:#EBE8E1 url("../images/bg-body.gif") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#001A3D;
	}

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

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#012353; }
h3	{ font-size:1.0em; color:#47668F; }

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

a:link,a:visited	{ color:#47668F; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#001A3D; text-decoration:underline; outline:none; }

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
p.caption{
	font-size:11px;
	}

p.quote{
	padding: 10px 40px;
	line-height: 20px;
	font-weight:400;
	color:#47668F;
	}
	
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
img.img-center {	
	display: block;
    margin-left: auto;
    margin-right: auto }
	
img.img-testimonials {	
	margin:135px 10px 0px 40px; 
	float:left;}
	
/* ----- global form elements ----- */ 

form {
	width:135px;
	margin:10px 0 15px 0;
	}

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

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 #414141;
	color:#414141;
	width:145px; /* 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:.95em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

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

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

/* ----- pop-up article ----- */ 
 
#article{ text-align:left; 
			margin-top: 15px;}
		
/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0px 10px 0; }

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	color:#404040;
	}
	
#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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


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

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

input.submit-contact-main { margin:85px 0 10px 220px; }

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


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

#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:751px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-index {
	background:url("../images/bg-wrap-index.gif") repeat-y;
	width:751px;
	margin:0 auto;
	text-align:left;
	}
	
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:77px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:15px;
		width:350px;
		top:10px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- content-left ----- */

#column-left {
	width:209px;
	float:left;
	}
	
	#column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 25px 10px 35px;
		}
		
	#column-left p{
		color:#EBE8E1;
		margin:0 25px 10px 35px;
		font-size:11px;
		}
	#column-left p.title{
	font-size:14px;
	}
	
	#column-left form { margin-left:35px; }
	
	#column-left p.fb img {
		display:block;
		margin: 0px auto 6px auto;
	}
	
	#column-left p.fb strong {
		font-size: 13px;		
	}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#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 a:link,#column-left a:visited	{ color:#FFEDB8; text-decoration:underline; outline:none; }
	#column-left a:hover,#column-left a:active	{ color:#FFDB6F; text-decoration:underline; outline:none; }
			
.sl_badge_150 {
margin-left:25px;
}	

			
/* ----- content-middle ----- */

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

	/* multi column list */
	#column-middle ul { padding-left:5px; } 
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle 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;
			}
			
.thumb-video {
	margin: 0 0 15px 15px;
	height: 216px;
	background: url("http://d2agh9ata29wb8.cloudfront.net/a/abclawcenters/abc-start.jpg");
	width: 288px;

	}
	.thumb-video a {
		display:block;
		height: 216px;
		width: 288px;
	}
			
			
/* ----- content-right ----- */

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

	#column-right p, #column-right h1, #column-right h3, #column-right ul, #column-right dl {
		margin:0 35px 15px 25px;}
		
		#column-right h2{
		margin:15px 35px 20px 25px;}
			 
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-inside.gif") 0px 5px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom:5px;
			}
			
			
	#event-photos{
	width:500px;
	margin-left:35px;
	
	}
	#event-photos-2{
	width:500px;
	margin-left:35px;
	
	}
	
	
	#event-photos p{
	font-size: 11px;
	color:#3D5476;
	text-align:center;
	}
	
	#event-photos-right{
	float:left;
	width:200px;
	}
	#event-photos-left{
	float:left;
	width:200px;
	}
		
	#event-photos-center{
	margin:0 50px 0 100px;
	width:200px;
	}
	
	#captions
	{width:480px;
	margin-left:25px;
	font-size:11px;
	}
	#caption-left{
	width:230px;
	float:left;
	}
	#caption-right{
	width:230px;
	float:left;
	margin-left:8px;
	}
	/* ----- content-right-index ----- */
	
	#column-right-index {
	width:210px;
	float:left;
	}

	#column-right-index h1, #column-right-index h2, #column-right-index h3, #column-right-index ul, #column-right-index dl {
		margin:0 15px 10px 25px;
		}
		
	#column-right-index p{
		color:#FFEDB8;
		padding:0 15px 10px 25px;
		}
		 
		#column-right-index a:link,#column-right-index a:visited	{ color:#FFEDB8; text-decoration:underline; outline:none; }
		#column-right-index a:hover,#column-right-index a:active	{ color:#FFDB6F; text-decoration:underline; outline:none; }
	
	#column-right-index form { margin-left:0px; }
	 
	/* single column list */
	#column-right-index ul { padding-left:5px; }
		#column-right-index ul li { 
			background:transparent url("../images/bullet.gif") 0px 5px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom:5px;
			color:#FFEDB8;
			}
			
	span.awards-bold { font-size:13px; font-weight:bold; }
	
/* ----- index-testimonials ----- */
 
#index-testimonials {
	background:url("../images/img-testimonials.jpg") no-repeat;
	height:173px;
	position:relative;
	}
	
	/* link within #index-testimonials */		
	#index-testimonials a#testi-link {	
		position:absolute;
		left:18px;
		width:123px;
		top:140px;
		height:14px; 
		}
		#index-testimonials a#testi-link span {
			display:none;
		}

	#index-testimonials .thumb-video {
				height: 216px;
				background: url("http://eiiwebassets.s3.amazonaws.com/a/abclawcenters/nicole.jpg") no-repeat;
				width: 288px;
				position:absolute;
				top:170px;
				}
				#index-testimonials .thumb-video a {
					display:block;
					height: 216px;
					width: 288px;
				}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.gif");
	height:78px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.gif");
	margin-top:50px;
	height:78px;
	clear:both;
	width:100%; /* fix for Safar */
	}
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:179px; background:url("../images/header.jpg"); }
#header-graphic a {	
		position:absolute;
		left:270px;
		width:600px;
		top:80px;
		height:180px; 
		}
	#header-graphic a span {
		display:none;
		}
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:236px; margin-bottom: -160px;} /* sets height for all subheads */
#subhead.sepsis { height:236px; margin-bottom: -180px;} /* sets height for all subheads */

	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.gif"); }
	body#news #subhead { background:url("../images/subhead-news.gif"); }
	body#practice #subhead { background:url("../images/subhead-practice.gif"); }
	body#birth #subhead { background:url("../images/subhead-birth.gif"); }
	body#cerebral #subhead { background:url("../images/subhead-cerebral.gif"); }
	body#erbs #subhead { background:url("../images/subhead-erbs.gif"); }
	body#premature #subhead { background:url("../images/subhead-premature.gif"); }
	body#retardation #subhead { background:url("../images/subhead-retardation.gif"); }
	body#sepsis #subhead { background:url("../images/subhead-sepsis.gif"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.gif"); }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }


/* ----- subhead framework with varying heights ----- */

#subhead-index { 
			background:url("../images/subhead-home.gif");
			height: 166px;
			margin-bottom: -90px; 
				}

#subhead-quick-contact {
	height:236px;
	background:url("../images/subhead-quick-contact.jpg");
	margin-bottom : -145px;
	}
	
#subhead-inthenews {
	padding: 40px 0px 0px 0px;
	background:url("../images/subhead-inthenews.gif");
	background-repeat:no-repeat;
	}
	
#subhead-index-practice {
	height:236px;
	background:url("../images/subhead-index-practice.jpg");
	margin-bottom: -185px;
	}

#subhead-checklist {
	height:275px;
	background:url("../images/subhead-checklist.gif");
	background-repeat:no-repeat;
	margin-bottom: -209px;
	}

#subhead-results{
	height:36px;
	background:url("../images/subhead-results.gif");
	}
#subhead-helpfulResources{
	height:36px;
	background:url("../images/img-helpfulResources.jpg");
	}
#subhead-index-awards {
	height:139px;
	background:url("../images/subhead-index-awards.gif");
	margin-bottom: -70px;
	}
	
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:650px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer p {
	color:#47668F;
	margin-bottom:10px;
	margin-top: 10px;
	}

#footer a:link, #footer a:visited { color:#002353; }

#footer a:hover, #footer a:active { color:#47668F; }

#footer ul {margin-top:5px;}

#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 #002353;
	}

	#footer li.first { border: none; }

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:751px; 
	height:54px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 60px; margin-left: 8px;}
#nav-02 { width: 116px;}
#nav-03 { width: 129px;}
#nav-04 { width: 185px;}
#nav-05 { width: 148px;}
#nav-06 { width: 95px;}


#nav-01 a:hover { background:url("../images/nav.gif")  -8px -54px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -68px -54px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -184px -54px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -313px -54px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -498px -54px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -646px -54px no-repeat; }

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#EBE8E1;	/* 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:0;
	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:#001A3D;
	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 { 
	background-image:none;
	background-color:#EFD995;
	color:#001A3D;
	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:140px; }		
#nav-03 ul, #nav-03 li { width:140px; }

/* ----------- adding flowplayer css ---------------- */
			/* these two settings will remove borders from playlist entries */
			a:active {
				outline:none;
			}	
			:focus {
				-moz-outline-style:none;
			}
			/* container has a background image */
			#flowplayer {
				padding:0 25px;
				width:685px;
			}
			a.player {
				background:url(http://apnow.s3.amazonaws.com/images/clip.png) scroll no-repeat right top;
				display:block;
				width:425px;
				height:298px;
				text-align:center;
				color:#fff;
				text-decoration:none;
				cursor:pointer;
				float:right;
			}
			/* splash image */
			a.player img {
				margin-top:115px;
				border:0;
			}
			.clips a {
				display:block;
				text-align:left;
			}
			/*{{{ general playlist settings, light gray */
			div.playlist {
				position:relative;
				overflow:hidden;
				height:228px !important;
			}
			div.playlist div.clips {
				position:absolute;
				height:20000em;
			}
			div.playlist, div.clips {
				width:260px;
			}
			div.clips a {
				background:url(http://apnow.s3.amazonaws.com/images/h80.png);
				display:block;
				background-color:#fefeff;
				padding:12px 15px;
				height:46px;
				width:195px;
				font-size:12px;
				border:1px outset #ccc;
				text-decoration:none;
				letter-spacing:-1px;
				color:#000;
			}
			div.clips a.first {
				border-top-width:1px;
				position:absolute;
				top: 0;
				}
			div.clips a.second {
				position:absolute;
				top: 57px;
				}
			div.clips a.third {
				position:absolute;
				top: 114px;
				}
			div.clips a.fourth {
				position:absolute;
				top: 171px;
				}
			div.clips a.playing, div.clips a.paused, div.clips a.progress {
				background:url(http://apnow.s3.amazonaws.com/images/light.png) no-repeat 0px -69px;
				width:225px;
				border:0;
			}
			div.clips a.progress {
				opacity:0.6;
			}
			div.clips a.paused {
				background-position:0 0;
			}
			div.clips a span {
				display:block;
				font-size:11px;
				color:#666;
			}
			div.clips a em {
				font-style:normal;
				color:#f00;
			}
			div.clips a:hover {
				background-color:#f9f9fa;
			}
			div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
				background-color:transparent !important;
			}
			/*}}}*/



			/*{{{ low version */

			div.clips.low a {
				height:31px;
			}
			div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
				background-image:url(http://apnow.s3.amazonaws.com/images/light_small.png);
				background-position:0 -55px;
			}
			div.clips.low a.paused {
				background-position:0 0;
			}
			/*}}}*/


			/*{{{ go buttons */

			a.go {
				display:block;
				width:18px;
				height:18px;
				background:url(http://apnow.s3.amazonaws.com/images/up.png) no-repeat;
				margin:5px 0 5px 105px;
				cursor:pointer;
			}
			a.go:hover, a.go.down:hover {
				background-position:0px -18px;
			}
			a.go.down {
				background-image:url(http://apnow.s3.amazonaws.com/images/down.png);
			}
			a.go.disabled {
				visibility:hidden;
			}

/* ------------   ending flowplayer css ---------------- */
