/*--------------------- Last Modified --> 2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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:#e8e9eb url("../images/bg-body.jpg") repeat-x;
	text-align:center; 
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#a8563a; }
h2	{ font-size:1.1em; color:#005e91; }
h3	{ font-size:1.0em; color:#7b90a7; }

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

a:link,a:visited	{ color:#000; text-decoration:underline; }
a:hover,a:active	{ color:#7b90a7; text-decoration:underline; }

/* ----- 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; 
	}
	
.qc-text {
	padding-top:90px;
	}
	
/* ----- global form elements ----- */ 

form {
	width:168px;
	padding:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#1f4a81;
	width:168px; /* 5 pixles smaller than form width !important */
	height:17px;
	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:.85em;
	}
	
select { 
	width:172px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:107px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:43px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:0px 0 0 60px; }

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


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:200px; 
	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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select, input.submit-contact-main  { 
	background-color:#005E91 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #005E91;
	color:#fff;
	}

#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* Welcome Framework
 * ------------------------------------------------------------------------- */

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

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:94px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:29px;
		width:252px;
		top:29px;
		height:40px; 
		}
	#masthead a span {
		display:none;
		}

/* Bio Framework
 * ------------------------------------------------------------------------- */
#wrap-bio {
	width:550px;
	background:#fff;
	margin:0 auto;
	text-align:left;
	}
	#wrap-bio p, #wrap-bio h1 {
		margin:0 15px 10px 15px;
		}
	#wrap-bio h1	{ font-size:1.2em; color:#a8563a; }

/* ----- featured buttons ----- */

#btns-featured {
	width:782px;
	background:url("../images/bg-featured-buttons.jpg") repeat-y;
	clear:both;
	color:#fff;
	float:left;
	}
	
	#button-one {
		width:265px;
		float:left;
		background:url("../images/bg-featured-btn-one.jpg") no-repeat;
		}
		#button-one div.content {
			padding:45px 0 0 29px;
			width:216px;
			}
			
		#button-one form {
			margin:0;
			padding:0;
			float:left;
			width:210px;
			}

		#button-one select { 
			background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
			border:1px solid #c6a646;
			color:#000;
			width:167px; /* 5 pixles smaller than form width !important */
			height:22px;
			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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
			font-size:.90em;
			float:left;
			}
			input#go {
				background:url("../images/btn-featured-go.gif");
				height:25px;
				width:26px;
				border:none;
				float:right;
				cursor:pointer;
				}
			
	#button-two {
		width:253px;
		float:left;
		background:url("../images/bg-featured-btn-two.jpg") no-repeat;
		}
		#button-two div.content {
			padding:35px 0 0 19px;
			width:216px;
			}

	#button-three {
		width:264px;
		float:left;
		background:url("../images/bg-featured-btn-three.jpg") no-repeat;
		}
		#button-three div.content {
			padding:35px 0 0 19px;
			width:216px;
			}


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

#content-left {
	width:518px;
	float:left;
	}
	
	#content-left p, #content-left h1, #content-left h2, #content-left h3, #content-left ul, #content-left dl, #content-left ol, #content-left form {
		margin:0 34px 8px 34px;
		}

	#content-left h1.heading {
		margin:0;
		padding:0;
		}
		
	#content-left #attorney {
		float:left;
		width:270px;	
		margin:0;
		padding:0;	
		}
	
		/* background image list items */
	#content-left ul { 
		padding-left:5px; 
		}
	#content-left ul li { 
		background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
		padding-left:24px;
		}

	/* background image list items index page FAQs */
	#content-left ul.featured { 
		width:212px;
		float:left;
		padding-left:34px;
		margin:0;
		}
	#content-left ul.featured li { 
		background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
		padding-left:20px;
		padding-bottom:5px;
		}
	
	#btn-need-attoryney {
		position:relative;
		background:url("../images/btn-need-attoryney.jpg");
		height:168px;
		}
		/* contact link within #masthead */		
		#btn-need-attoryney a.contactlink {	
			position:absolute;
			left:51px;
			width:136px;
			top:117px;
			height:19px; 
			}
		/* learn more link within #masthead */		
		#btn-need-attoryney a.learnmore {	
			position:absolute;
			left:213px;
			width:91px;
			top:117px;
			height:19px; 
			}
		#btn-need-attoryney a span {
			display:none;
			}
/* ----- content-right ----- */

#content-right {
	width:264px;
	float:left;
	color:#fff;
	}

#content-right.contactus {
	background:url("../images/bg-content-right-contactus.jpg") no-repeat;
	}
	
#content-right.expertise {
	background:url("../images/bg-content-right-expertise.jpg") no-repeat;
	}

	#content-right p, #content-right ul, #content-right dl, #content-right ol {
		margin:0 31px 20px 25px;
		text-align:center;
		}
	#content-right form {
		text-align:left;
		margin:0 0 75px 40px;
		padding:0;
		}

		/* background image list items */
	#content-right ul { 
		padding-left:5px; 
		text-align:left;
		padding-bottom:30px;
		}
	#content-right ul li { 
		background:transparent url("../images/bullet-right.gif") 0px 3px no-repeat;
		padding-left:24px;
		}

	#content-right a:link,#content-right a:visited	{ color:#fff; text-decoration:underline; }
	#content-right a:hover,#content-right a:active	{ color:#e8e9eb; text-decoration:underline; }
	
	#btn-sponsored-by {
		position:relative;
		background:url("../images/btn-sponsored-by.jpg");
		height:103px;
		}
		/* home link within #masthead */		
		#btn-sponsored-by a {	
			position:absolute;
			left:60px;
			width:133px;
			top:5px;
			height:74px; 
			}
		#btn-sponsored-by a span {
			display:none;
			}


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:24px;
	clear:both;
	width:100%;
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	}
	

/* haeder framework
 * ------------------------------------------------------------------------- */
#header-graphic {
	height:192px;
	}
	
	body#index #header-graphic {
		background:url("../images/header-index.jpg") no-repeat;
		}
	
	body#contact #header-graphic {
		background:url("../images/header-contact.jpg") no-repeat;
		}

	body#about #header-graphic {
		background:url("../images/header-about.jpg") no-repeat;
		}

	body#birth_injury_info #header-graphic {
		background:url("../images/header-birth-injury-info.jpg") no-repeat;
		}

	body#birth_injury #header-graphic {
		background:url("../images/header-birth-injury.jpg") no-repeat;
		}

	body#medical_negligence #header-graphic {
		background:url("../images/header-medical-negligence.jpg") no-repeat;
		}

	body#faq #header-graphic {
		background:url("../images/header-faq.jpg") no-repeat;
		}

	body#cerebral_palsy #header-graphic {
		background:url("../images/header-cerebral-palsy.jpg") no-repeat;
		}

	body#birth_paralysis #header-graphic {
		background:url("../images/header-birth-paralysis.jpg") no-repeat;
		}

	body#shoulder_distocia #header-graphic {
		background:url("../images/header-shoulder-distocia.jpg") no-repeat;
		}

	body#brachial_plexus_palsy #header-graphic {
		background:url("../images/header-brachial-plexus-palsy.jpg") no-repeat;
		}

	body#erbs_klumpkes_palsy #header-graphic {
		background:url("../images/header-erbs-klumpkes-palsy.jpg") no-repeat;
		}

	body#other_birth_injuries #header-graphic {
		background:url("../images/header-other-birth-injuries.jpg") no-repeat;
		}

	body#sitemap #header-graphic {
		background:url("../images/header-sitemap.jpg") no-repeat;
		}
	
	body#thankyou #header-graphic {
		background:url("../images/header-thankyou.jpg") no-repeat;
		}
	

/* subhead framework
 * ------------------------------------------------------------------------- */
#subhead {
	height:101px; /* sets height for all subheads */
	}
	body#index #subhead {
		background:url("../images/subhead-welcome.gif"); 
		}

	body#contact #subhead {
		background:url("../images/subhead-contact.gif"); 
		}

	body#about #subhead {
		background:url("../images/subhead-about.gif") no-repeat;
		}

	body#birth_injury_info #subhead {
		background:url("../images/subhead-birth-injury-info.gif") no-repeat;
		}

	body#birth_injury #subhead {
		background:url("../images/subhead-birth-injury.gif") no-repeat;
		}

	body#medical_negligence #subhead {
		background:url("../images/subhead-medical-negligence.gif") no-repeat;
		}

	body#faq #subhead {
		background:url("../images/subhead-faq.gif") no-repeat;
		}

	body#cerebral_palsy #subhead {
		background:url("../images/subhead-cerebral-palsy.gif") no-repeat;
		}

	body#birth_paralysis #subhead {
		background:url("../images/subhead-birth-paralysis.gif") no-repeat;
		}

	body#shoulder_distocia #subhead {
		background:url("../images/subhead-shoulder-distocia.gif") no-repeat;
		}

	body#brachial_plexus_palsy #subhead {
		background:url("../images/subhead-brachial-plexus-palsy.gif") no-repeat;
		}

	body#erbs_klumpkes_palsy #subhead {
		background:url("../images/subhead-erbs-klumpkes-palsy.gif") no-repeat;
		}

	body#other_birth_injuries #subhead {
		background:url("../images/subhead-other-birth-injuries.gif") no-repeat;
		}

	body#sitemap #subhead {
		background:url("../images/subhead-sitemap.gif") no-repeat;
		}

	body#thankyou #subhead {
		background:url("../images/subhead-thankyou.gif") no-repeat;
		}
	
/* footer
 * ------------------------------------------------------------------------- */

#wrap-footer {
	width:782px;
	margin:0 auto;
	text-align:center;
	}

#footer {
	width:758px;
	background-color:#454545;
	margin:0 auto;
	padding-bottom:10px;
	}


#footer p {
	color:#dedede;
	margin:0 34px;
	font-size:0.90em;
	}

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

#footer a:hover, #footer a:active {
	color:#7b90a7;
	}

#footer ul {padding:10px 34px; font-size:.95em; font-weight:bold;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	}


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

#nav li, #nav a { height:37px; display:block; }

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

#nav-01 { width: 79px; margin-left: 13px;}
#nav-02 { width: 72px;}
#nav-03 { width: 124px;}
#nav-04 { width: 117px;}
#nav-05 { width: 118px;}
#nav-06 { width: 143px;}
#nav-07 { width: 106px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.gif")  -13px -37px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.gif")  -92px -37px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.gif") -164px -37px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.gif") -288px -37px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.gif") -405px -37px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.gif") -523px -37px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.gif") -666px -37px no-repeat;}


/*-------------- Optional - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.gif")  -13px -37px no-repeat; }
body#about #nav-02 { background:url("../images/nav.gif") -92px -37px no-repeat; }
body#birth_injury_info #nav-03 { background:url("../images/nav.gif") -164px -37px no-repeat; }
body#cerebral_palsy #nav-04 { background:url("../images/nav.gif") -288px -37px no-repeat; }
body#birth_paralysis #nav-05 { background:url("../images/nav.gif") -405px -37px no-repeat; }
body#other_birth_injuries #nav-06 { background:url("../images/nav.gif") -523px -37px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.gif") -666px -37px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#454545;	/* 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 #5D5D5D;
	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;
	width:100%;
	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-03 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#545454;
	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:150px; }		
#nav-05 ul, #nav-05 li { width:170px; }

