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

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

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

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

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:none; 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:-20px 0 5px 0; 
	}

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

form {
	width:150px;
	margin:10px 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #AE9686;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
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 0px 10px 155px; }

#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: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 0 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:780px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:126px;
	}

	#masthead a {	
		position:absolute;
		left:31px;
		width:291px;
		top:48px;
		height:50px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:233px;
	float:left;
	font:12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#7C7E73;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 24px 19px 36px;
		}
		
	#subhead-quick-contact {
		background:url("../images/subhead-quick-contact.jpg");
		height:125px;
		margin-bottom: -40px;
		}
		
		#subhead-quick-contact span {
			display: none; 
			}
			
	#subhead-locate {
	background:url("../images/subhead-locate.jpg");
	height:125px;
	margin-bottom: -40px;
	}
	
		#subhead-locate span {
			display: none; 
			}
			
	#column-left form { margin-left:37px; }
				
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:233px;		/* Width of buttons, not entite image (or half of entire image) */
	height:280px;		/* Height of entire image */
	margin-bottom:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:44px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav button */
#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:233px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -233px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -233px  -44px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -233px  -88px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -233px -132px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -233px -176px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -233px -220px no-repeat; }


#logo {
	position:relative;
	background:url("../images/img-logo.jpg");
	height:146px;
	}

	#logo a {	
		position:absolute;
		left:57px;
		width:138px;
		top:15px;
		height:64px; 
		}
	#logo a span {
		display:none;
		}

			
/* ----- content-right ----- */

#column-right {
	width:547px;
	float:left;
	}
	
	body#thankyou #column-right {
	width:547px;
	float:left;
	height:600px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 38px 15px 30px;
		}
	#column-right #mp-launch {float:right; width:234px; height:258px}
	
	#btn-learn {
		position:relative;
		background:url("../images/btn-learn.jpg");
		height:58px;
		}
		
		#btn-learn .learn {	
			position:absolute;
			left:27px;
			width:122px;
			top:4px;
			height:33px; 
			}
			
		#btn-learn .evaluation {	
			position:absolute;
			left:161px;
			width:232px;
			top:4px;
			height:33px; 
			}
			
		#btn-learn span {
			display:none;
			}
			
	#have-a-case {
		background:url("../images/bg-have-a-case.jpg");
		font-size:11px;
		color:#000;
		z-index:1;
		}
		
		#have-a-case p, #have-a-case h1, #have-a-case h2, #have-a-case h3 {
			margin: 0 38px 15px 165px;
			background:transparent;
			color:#000;
			}
			
		#have-a-case a:link, #have-a-case a:visited	{ color:#000; text-decoration:underline; outline:none; }
		#have-a-case a:hover, #have-a-case a:active	{ color:#000; text-decoration:none; outline:none; }
			
	#subhead-have-a-case {
		background:url("../images/subhead-have-a-case.jpg");
		height:197px;
		margin-bottom: -125px;
		}
		
		#subhead-have-a-case span {
			display: none;
			}
			
	#btn-learn-wht {
		position:relative;
		background:url("../images/btn-learn-wht.jpg");
		height:54px;
		width:391px;
		margin-left:156px;
		}
		
		#btn-learn-wht .learn-wht {	
			position:absolute;
			left:2px;
			width:130px;
			top:0px;
			height:38px; 
			}
			
		#btn-learn-wht .contact {	
			position:absolute;
			left:143px;
			width:131px;
			top:0px;
			height:38px; 
			}
			
		#btn-learn-wht span {
			display:none;
			}
			
	#meet-our-attorneys {
		float:left;
		width:274px;
		}
		
		#subhead-meet-our-attorneys {
			background:url("../images/subhead-index-meet.jpg");
			height:115px;
			}
			
			#subhead-meet-our-attorneys span {
				display:none;
				}
				
		#btn-attorneys {
			position:relative;
			background:url("../images/btn-attorneys.jpg");
			height:40px;
			width:178px;
			}
			
			#btn-attorneys a {	
				position:absolute;
				left:27px;
				width:145px;
				top:0px;
				height:40px; 
				}
				
			#btn-attorneys span {
				display:none;
				}
		
	#ortho-risks {
		float:left;
		width:273px;
		}
		
		#ortho-risks p, #ortho-risks h1, #ortho-risks h2, #ortho-risks h3 {
			margin:0 38px 15px 18px;
			} 
		
		#subhead-ortho-risks {
			background:url("../images/subhead-index-ortho.jpg");
			height:115px;
			}
			
			#subhead-ortho-risks span {
				display:none;
				}
				
		#btn-learn-more {
			position:relative;
			background:url("../images/btn-learn-more.jpg");
			height:40px;
			width:145px;
			}
			
			#btn-learn-more a {	
				position:absolute;
				left:15px;
				width:121px;
				top:0px;
				height:40px; 
				}
				
			#btn-learn-more span {
				display:none;
				}
	 
	/* single column list */
	#column-right #meet-our-attorneys ul { padding-left:0; margin:0 0 15px 0; width:115px; float:left; }
		#column-right #meet-our-attorneys ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
		#column-right #meet-our-attorneys ul.atty-col1 { padding-left:30px;}
			
	#column-right ul { padding-left:0; }
		#column-right ul 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:45px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-graphic { 
	height:217px;
	background:url("../images/header.jpg");
	} 
	
	#header-graphic span { display: none; }

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

#subhead { height:113px; } /* sets height for all subheads */

	#subhead span { display:none; }

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#side-effects #subhead { background:url("../images/subhead-side-effects.jpg"); }
	body#legal-rights #subhead { background:url("../images/subhead-legal-rights.jpg"); }
	body#timeline #subhead { background:url("../images/subhead-timeline.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"); }


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

#footer p {
	color:#000;
	margin-bottom:10px;
	}

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

#footer a:hover, #footer a:active { color:#000; text-decoration:underline; }

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

	#footer li.first { border: none; }
