/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/

.style1 {color: #FF0000}

/* 
 ----------------------------------------------------------------------------
  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:#E2E2E2 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.0em; color:#000; }
h2	{ font-size:1.0em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0A2A49; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#BB7C3A; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	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;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:1.0em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#939393 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #07386A;
	color:#000;
	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:1.0em;
	}
	
select { width:150px; 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:20px 0 10px 0; }

#contact-main label { 
	width:145px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:0.9em;
	}
	
#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:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 50px 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:774px;
	margin:0 auto;
	text-align:left;
	}

#news-ticker { 
	margin-top:3px;
 	}
		
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:83px;
	}

/* ----- content-left ----- */

#column-left {
	background:url("../images/bg-column-left.jpg") no-repeat;
	width:194px;
	float:left;
	font:11px/15px Arial, Helvetica, sans-serif;
	clear: both;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:30px 10px 10px 20px;
		}
		
		#column-left p.top{
		margin:10px 10px 10px 20px; text-align:center;
		}
	#column-left form { margin-left:27px; }
		
	/* definition list */
	#column-left dl { padding:0; }
		#column-left dl dt {
			font-weight:bold;
			color:#000;
			}
		#column-left dt {margin-bottom:15px;}
		#column-left dd.phone {margin-top:10px; text-align:center;}
			
			#case-review-hd { background:url("../images/case-review-hd.jpg") no-repeat; width:178px; height:45px; margin:0 0 20px 14px;}
			#our-address-hd { background:url("../images/our-address-hd.jpg") no-repeat; width:178px; height:44px; margin:30px 0 0 14px;}
			
/* ----- content-right ----- */

#column-right {
	width:580px;
	float:left;
	clear: right;
	}

	#column-right p, #column-right h2, #column-right h3, column-right ul.body #column-right dl {
		margin:0 195px 10px 15px;
		}
		#column-right h1 { margin:19px 195px 10px 15px;}
	    #column-right form { margin:0px; }
	 
	/* single column list */
	#column-right ul.body { margin-left:25px; margin-bottom:10px; font-weight:bold; }
		#column-right ul.body li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:29px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic { height:218px;} /* sets height for all non-flash headers */

	body#index #header-graphic, body#diagnose #header-graphic, body#thankyou #header-graphic { background:url("../images/header-index.jpg");}
	body#about #header-graphic, body#news #header-graphic { background:url("../images/header-about.jpg"); }
	body#birth-injuries #header-graphic { background:url("../images/header-birth-injury.jpg");}
	body#contact #header-graphic, body#faq #header-graphic { background:url("../images/header-contact.jpg"); }
	body#lap-mal #header-graphic { background:url("../images/header-lap-mal.jpg"); }
	body#med-mal #header-graphic { background:url("../images/header-med-mal.jpg"); }
	body#nursing #header-graphic, body#other #header-graphic { background:url("../images/header-nursing.jpg"); }
	body#referrals #header-graphic, body#resources #header-graphic, body#sitemap #header-graphic,  body#veterans #header-graphic { background:url("../images/header-referrals.jpg"); }
	body#vioxx #header-graphic { background:url("../images/header-vioxx.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#birth-injuries #subhead { background:url("../images/subhead-birth-injuries.jpg");}
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#diagnose #subhead { background:url("../images/subhead-diagnose.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#lap-mal #subhead { background:url("../images/subhead-lap-mal.jpg"); }
	body#med-mal #subhead { background:url("../images/subhead-med-mal.jpg"); }
	body#nursing #subhead { background:url("../images/subhead-nursing.jpg"); }
	body#other #subhead { background:url("../images/subhead-other.jpg"); }
	body#referrals #subhead { background:url("../images/subhead-referrals.jpg"); }
	body#resources #subhead { background:url("../images/subhead-resources.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#veterans #subhead { background:url("../images/subhead-veterans.jpg"); }
	body#vioxx #subhead { background:url("../images/subhead-vioxx.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:774px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer p {
	color:#0A2A49;
	margin-bottom:10px;
	margin-top:10px;
	}

#footer a:link, #footer a:visited { color:#0A2A49; }

#footer a:hover, #footer a:active { color:#BB7C3A; }

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 2px 0 5px;
	display: inline;
	border-left: 1px solid #0A2A49;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.gif") top left no-repeat;					
	width:187px;		/* Width of buttons, not entite image (or half of entire image) */
	height:218px;		/* Height of entire image */
	margin:0;
	padding:0;
	margin-left:7px;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:24px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0; width:187px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09 { margin-top:0; width:187px; }

#nav-01 a:hover { background:url("../images/nav.gif") -187px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -187px  -24px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -187px  -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -187px  -72px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -187px -96px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -187px -120px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.gif") -187px -144px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.gif") -187px -168px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.gif") -187px -192px no-repeat; }


/* Nav - Buttons
 * ------------------------------------------------------------------------- */

#nav-buttons {
	background:url("../images/nav-buttons.jpg") top left no-repeat;					
	width:180px;		/* Width of buttons, not entite image (or half of entire image) */
	height:455px;		/* Height of entire image */
	margin:0;
	padding:0;
	margin-left:1px;
	float:right;
	}

#nav-buttons li span { display: none; }

#nav-buttons li {
	float:left;
	list-style:none;
	}

#nav-buttons li, #nav-buttons a { 
	height:65px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-buttons-01 { margin-top:0; width:180px; }

/* margin-top if there is a spacing between each nav button */
#nav-buttons-02, #nav-buttons-03, #nav-buttons-04, #nav-buttons-05, #nav-buttons-06, #nav-buttons-07 { margin-top:0; width:180px; }

#nav-buttons-01 a:hover { background:url("../images/nav-buttons.jpg") -180px -0px no-repeat; }
#nav-buttons-02 a:hover { background:url("../images/nav-buttons.jpg") -180px -65px no-repeat; }
#nav-buttons-03 a:hover { background:url("../images/nav-buttons.jpg") -180px -130px no-repeat; }
#nav-buttons-04 a:hover { background:url("../images/nav-buttons.jpg") -180px -195px no-repeat; }
#nav-buttons-05 a:hover { background:url("../images/nav-buttons.jpg") -180px -260px no-repeat; }
#nav-buttons-06 a:hover { background:url("../images/nav-buttons.jpg") -180px -325px no-repeat; }
#nav-buttons-07 a:hover { background:url("../images/nav-buttons.jpg") -180px -390px no-repeat; }


/* Nav - Buttons
 * ------------------------------------------------------------------------- */

#top-btn {
	width:214px;		/* Width of buttons, not entite image (or half of entire image) */
	height:22px;		/* Height of entire image */
	margin:0;
	padding:0;
	margin-top:61px;
	margin-right:9px;
	float:right;
	}

#top-btn li span { display: none; }

#top-btn li {
	float:left;
	list-style:none;
	}

#top-btn li, #top-btn a { 
	height:22px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#top-btn-01 { width:58px; }
#top-btn-02 { width:78px; }
#top-btn-03 { width:78px; }


.news-btn { margin-left:18px;}

.charity_thumb { margin-left:13px; }
.charity_thumb p.h3	{ font-size:1.10em; color:#000; font-weight:bold; }
.charity_thumb p.thumb-margin { margin-top:0px; }
#text { margin-left:7px; margin-bottom:5px; }
/*-----------------------------------------------------------------------*/
/*--------------------- Last Modified  2006.05.13 --------------------*/
/*-----------------------------------------------------------------------*/


/* newsfeed elements
 * ------------------------------------------------------------------------- */

 /* Classes:
 * 
 *  .news-menu ---------------------- div wrapper for category drop-down select menu
 *
 *  .news-item ---------------------- div wrapper for each news item (headline/excerpt/body/etc)
 *      .open/.closed --------------- used with .news-item (class="news-item open") - switches with show/hide article
 *      .news-headline -------------- div wrapper for headline header
 *          .news-details ----------- paragraph that holds date & news source information
 *      .news-excerpt --------------- div wrapper for article lead paragraph
 *          .news-toggle-top -------- show/hide link
 *      .news-article --------------- full article body text
 *          .news-toggle-btm -------- show/hide link
 *
 */

#wrap-news-menu {
    width:370px;
    height:25px;
	margin:0 15px 10px 25px;
	padding:0;
    border-bottom:1px solid #000;
    }

	#wrap-news-menu form {
		margin:0;
		padding:0;
		width:370px;
	}

	#wrap-news-menu label {
		color:#000;
		margin:4px 0 0 0;
		padding:0;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		}

	#wrap-news-menu select {
		margin-left:15px;
		z-index:0;
		width:160px;
		}

a:link,a:visited	{ color:#0A2A49; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#BB7C3A; text-decoration:underline; outline:none; }

#wrap-news-feed {
	margin:0 0px 10px 0;
	width:370px;
}

#wrap-news-feed .news-item {
	margin-left:20px;
	margin-bottom:25px;
	padding-left:0px;
    }

	#wrap-news-feed .news-item.open		{ border-left:1px solid #ABACBB; }
	#wrap-news-feed .news-item.closed	{ border-left:1px solid #000066; }

#wrap-news-feed .news-item ul {	padding-left:3px; list-style:none; }

#wrap-news-feed .news-item ul li {
	_position:relative;	/* to fix the IE bullet peekaboo pug */
	padding-left:9px;
	line-height:16px;
	list-style:none;
	background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
	}

#wrap-news-feed .news-item p.news-details {
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#41484F;
	border:none;
	background:transparent;
    }

#wrap-news-feed .news-item p.news-toggle-top {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:87px;
	font-size:10px;
    }

#wrap-news-feed .news-item p.news-toggle-btm {
    padding:0 0 0 0;
    width:87px;
    margin-left:0;
    margin-top:0;
    }

	#wrap-news-feed .news-item.open p.news-toggle-btm, #wrap-news-feed .news-item.open p.news-toggle-top		{ border-bottom:1px solid #ABACBB;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom:1px solid #000066;}

#wrap-news-feed .news-item p.news-toggle-btm a, #wrap-news-feed .news-item p.news-toggle-top a {
	font-size:10px;
	text-decoration:none;
	padding-left:0;
	margin-left:0;
    }

#wrap-news-feed .news-item .news-headline { margin-left:0px; }

#wrap-news-feed .news-item .news-headline h2 {
	margin:10px 0 0 0;
	padding:5px 5px 0 5px;
	font-weight:bold;
    }

#wrap-news-feed .news-item .news-excerpt { margin:5px 0 0 0; padding:0; }

#wrap-news-feed .news-item .news-excerpt p, #wrap-news-feed .news-item .news-article p {
	margin:0px 5px 7px 0;
	padding:0 5px 0 5px;
	color:#000;
    }

#wrap-news-feed .news-item p { border:none; background:transparent; }

/* end newsfeed elements
 * ------------------------------------------------------------------------- */
 
.disclaimer {
	font-size: 9px;
	margin-left: 5px;
}
.disclaimer li {
	font-size: 9px;
	list-style-type: disc;
}
#disclaimer-list {
	float: left;
	clear: both;
	width: 194px;
}
#disclaimer-list p {
	text-align: center;
}
#disclaimer-list ul {
	margin-left: 20px;
	font-size: 9px;
}
#disclaimer-list li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 8px;
}
.address {
	text-align: center;
}
