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

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

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.0em; color:#000; }
h3	{ font-size:1.0em; color:#000; }
h4	{ font-size:1.0em; color:#000; }
h1 span,h2 span,h3 span, h4 span { display:none; }
#column-left h1 a,#column-left h2 a,#column-left h3 a,#column-left h4 a { color:#444E58;}
a:link,a:visited	{ color:#000000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000000; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	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 90px;
	}

img.img-right { 
	float:right; 
	margin:5px 25px 10px 10px; 
	}

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

/* Hover styles for drop down items */

#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover,
#nav-05 ul a:hover, #nav-06 ul a:hover {
	background-image:none;
	background-color:#F0F;
	}

/* width of drop down menu - choose width that allows items to display on one line */

#nav-02 ul, #nav-03 li { width:150px; }		
#nav-03 ul, #nav-03 li { width:175px; }
# nav-04 ul li {
	background-color:#FDF;
}


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

fieldset { 
	margin:0px;
	padding-left:20px;
	width:160px;
}

form {
	width:160px;
	margin:0 0 15px 0; /* set margin left and right below */
	padding: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 #000;
	color:#000;
	width:155px; /* 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:1.0em;
	}

select { width:160px; padding:0; } /* same width as form - !important */

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

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


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 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:175px; } /* fixes display issue - 5px larger than input field */

#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; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1050px;
	margin:0 auto;
	text-align:left;
	}
 #wrap {
	background:url("../images/bg-wrap-inside.jpg") repeat-y;
	width:1050px;
	margin:0 auto;
	text-align:left;
	}
#inner-wrap {
	background:transparent url("../images/bg-inner-wrap.jpg") 0 0 repeat-y;
	width:1050px;
}

/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	width:266px;
	float:left;
	background:transparent url("../images/bg-left-col.jpg") 0px 0px no-repeat;
	min-height:449px;
	}
body#thankyou #column-left {
	height:400px;
	}
	
body#contact #column-right {
	height:400px;
	}

	#column-left {
	width:784px;
	float:left;
	background:transparent url("../images/bg-left-col.jpg") 0px 0px no-repeat;
	min-height:449px;
	}
	
	#column-left form,
	#column-left p, 
	#column-left h1, 
	#column-left h2, 
	#column-left h3, 
	#column-left h4,
	#column-left ul,
	#column-left ol,
	#column-left dl {
	margin:0px 25px 10px 90px;
	color:#000;
		}
	
	#column-left h2, 
	#column-left h3, 
	#column-left h4 {padding:2px;  color:#444E58; border-bottom:1px solid #444e58;}
	
	#column-left ul.anchors {
		padding:7px;
		background-color:#634837;
		width:350px;
		border:1px solid #ffffff;
		}
	#column-left ul.anchors-middle {
		padding:7px;
		background-color:#634837;
		width:350px;
		border:1px solid #ffffff;
		margin-left: 265px;
		}
		#column-left ul.anchors a {color:#ffffff;}
		#column-left ul.anchors-middle a {color:#ffffff;}
	#column-left ul.anchors li {background:none; padding-left:0px;}	
	#column-left ul.anchors-middle li {background:none; padding-left:0px;}	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px; /* pushes text to the right to display bg img */
			}
		#column-left ul li ul {
			margin-left:15px;
			} 
		
		
	/* single column list */
	#column-left ol { padding-left:5px; }
		#column-left ol li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px; /* pushes text to the right to display bg img */
			}
		#column-left ol li ol { 
			margin-left:15px;
			}

	/* 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.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:518px;
	float:left;
	background:transparent url("../images/bg-middle-col.jpg") 0 0 repeat-y;
	}

	#column-middle p, 
	#column-middle h1, 
	#column-middle h2, 
	#column-middle h3, 
	#column-middle h4, 
	#column-middle ul, 
	#column-middle ol, 
	#column-middle dl {
		margin:0px 25px 10px 25px;
		color:#000;
		}
	#column-middle form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px; /* pushes text to the right to display bg img */
			}


	/* 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.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}			
			
		#column-middle #about-top {
			background:url(../images/index-about-top.jpg) 0px 0px no-repeat;
			width:518px;
			float:left;
			padding:47px 0px 0px 0px;
			}
			#column-middle #about-top p,
			#column-middle #about-top h2 { margin:10px 44px 10px 233px; color:#ffffff;}
			#column-middle #about-top a {color:#ffffff;}		
			#column-middle #about-bottom {
			background:url(../images/index-about-bottom.jpg) 0px 0px no-repeat;
			width:518px;
			height:37px;
			float:left;
			}
		#column-middle #about-wrap {
			background:url(../images/index-about-wrap.jpg) 0px 0px repeat-y;
			width:518px;
			float:left;
			}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:266px;
	float:left;
	background:transparent url("../images/bg-right-col.jpg") right top no-repeat;
	min-height:449px;
	}
body#thankyou #column-right {
	height:400px;
	}
	#column-right p, 
	#column-right h1,
	#column-right h2,
	#column-right h3,
	#column-right h4,
	#column-right ul,
	#column-right ol, 
	#column-right dl {
		margin:0px 70px 10px 20px;
		}

	#column-right form { margin-left:0px; padding:0; }
	
	#column-right a { color:#fff; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-right #call-us {
	padding-top:95px;
	background:url("../images/call-us.jpg") left top no-repeat;
}

#column-right #quick-contact {
	height:62px;
	background:url("../images/quick-contact.jpg") left top no-repeat;
}

/* ------------------------ header framework ------------------------ */
#header-graphic {position:relative; height:310px; background:url("../images/header-graphic.jpg"); }
	#header-graphic a {
	position:absolute;
	left:84px;
	top:97px;
	width:300px;
	height:164px;
		}
		#header-graphic a span {display:none;}
/* ------------------------ subhead framework ------------------------ */
#subhead { height:84px;} /* sets height for all subheads */
#subhead span { display:none; }
	body#index #subhead { background:url("../images/subhead-index.jpg"); margin:0; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); margin:0; }
	body#medmal #subhead { background:url("../images/subhead-medmal.jpg"); margin:0;  }
	body#workers #subhead { background:url("../images/subhead-workers.jpg"); margin:0;  }
	body#personal #subhead { background:url("../images/subhead-personal.jpg"); margin:0;  }
	body#car #subhead { background:url("../images/subhead-car.jpg"); margin:0;  }
	body#other #subhead { background:url("../images/subhead-other.jpg"); margin:0;  }
	body#construction #subhead { background:url("../images/subhead-construction.jpg"); margin:0;  }
	body#other-practice #subhead { background:url("../images/subhead-other-practice.jpg"); margin:0;  }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.jpg"); margin:0;  }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); margin:0;  }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); margin:0;  }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); margin:0;  }
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

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

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}
#subtitle-verdicts {
	height:52px;
	background:url("../images/subtitle-verdicts.jpg") ;
	}
#subtitle-contact {
	height:47px;
	background:url("../images/subtitle-contact.jpg") ;
	}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg") 0 bottom no-repeat;
	width:100%; /* fix for Safar */
	height:36px;
	clear:both; /* important - do not remove */
	}
#bottom-wrap {
	background:url("../images/bottom-wrap-inside.jpg") 0 bottom no-repeat;
	width:100%; /* fix for Safar */
	height:36px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:1050px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	margin:0px 87px 10px 87px;
	}

#footer a:link, #footer a:visited { color:#000; text- }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:0px 87px 10px 87px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
		line-height:20px;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

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

#nav span { display: none; }

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

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

#nav-01 { width: 65px; margin-left: 72px; }
#nav-02 { width: 57px;}
#nav-03 { width: 170px;}
#nav-04 { width: 187px;}
#nav-05 { width: 152px;}
#nav-06 { width: 192px;}
#nav-07 { width: 80px;}

#nav-01 a:hover { background:url("../images/nav.jpg") -72px -60px; }
#nav-02 a:hover { background:url("../images/nav.jpg") -137px -60px; }
#nav-03 a:hover { background:url("../images/nav.jpg") -194px -60px; }
#nav-04 a:hover { background:url("../images/nav.jpg") -364px -60px; }
#nav-05 a:hover { background:url("../images/nav.jpg") -551px -60px; }
#nav-06 a:hover { background:url("../images/nav.jpg") -703px -60px; }
#nav-07 a:hover { background:url("../images/nav.jpg") -895px -60px; }

body#index #nav-01 { background:url("../images/nav.jpg") -72px -60px; }
body#about #nav-02 { background:url("../images/nav.jpg") -137px -60px; }
body#medmal #nav-03 { background:url("../images/nav.jpg") -194px -60px; }
body#workers #nav-04 { background:url("../images/nav.jpg") -364px -60px; }
body#personal #nav-05 { background:url("../images/nav.jpg") -551px -60px; }
body#verdicts #nav-06 { background:url("../images/nav.jpg") -703px -60px; }
body#contact #nav-07 { background:url("../images/nav.jpg") -895px -60px; }

/* ------------------------ 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:#5A646E;	/* 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 #273039;
	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:#FFFFFF;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#273039;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:187px; }		
#nav-05 ul, #nav-05 li { width:152px; }


/* ----------------------- VERTICAL SIDE NAVIGATION ----------------------------- */

#column-left ul#side-nav {
	background:url("../images/side-nav.jpg") 0 0 no-repeat;					
	width:201px;
	height:671px;
	margin-left:65px;
	margin-right:0px;
	padding:0px;
	}

#column-left #side-nav li span { display: none; }

#column-left #side-nav li {float:left; list-style:none; position:relative; background:none;}

#column-left #side-nav li, #column-left #side-nav a { 
	height:56px;
	display:block;
	padding:0;
	}
#column-left #side-nav-01 li, #column-left #side-nav-01 a { 
	height:135px;
	display:block;
	padding:0;
	}
	
	#column-left #side-nav a span {
		display:none;
	}

#column-left #side-nav-01 { margin:15px 0 0 0; width:201px; height:135px;  }
#column-left #side-nav-02 { margin:147px 0 0 0; width:201px;}
#column-left #side-nav-03, 
#column-left #side-nav-04, 
#column-left #side-nav-05, 
#column-left #side-nav-06,
#column-left #side-nav-07,
#column-left #side-nav-08 { margin:9px 0 0 0; width:201px; }

#column-left #side-nav-01 a:hover { background:url("../images/side-nav.jpg") -202px  -15px no-repeat; }
#column-left #side-nav-02 a:hover { background:url("../images/side-nav.jpg") -202px  -218px no-repeat; }
#column-left #side-nav-03 a:hover { background:url("../images/side-nav.jpg") -202px  -283px no-repeat; }
#column-left #side-nav-04 a:hover { background:url("../images/side-nav.jpg") -202px  -348px no-repeat; }
#column-left #side-nav-05 a:hover { background:url("../images/side-nav.jpg") -202px -413px no-repeat; }
#column-left #side-nav-06 a:hover { background:url("../images/side-nav.jpg") -202px -478px no-repeat; }
#column-left #side-nav-07 a:hover { background:url("../images/side-nav.jpg") -202px -543px no-repeat; }
#column-left #side-nav-08 a:hover { background:url("../images/side-nav.jpg") -202px -608px no-repeat; }

