/*--------------------- 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:#332D27;
	text-align:center; 
	font:12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.1em; color:#EFE8E0; padding-top:20px;}
h2	{ font-size:1.1em; color:#CFAD8E; padding-top:10px; }
h3	{ font-size:1.0em; color:#BF8547; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#DED9CD; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#fff; text-decoration:underline; outline:none; font-weight:bold; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	font-size:11px;
	}
	
.small{
	font-size:11px;
	color:#CFAD8E;
	}
	
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:185px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }
#column-left form label	{ font-size:.95em; color:#413A32; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#DED9CD !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #413A32;
	color:#000;
	width:180px; /* 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:11px;
	}
	
select { width:185px; padding:0; } /* same width as form - !important */

textarea { height:60px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:150px; 
	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; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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 167px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.gif");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:126px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:13px;
		width:285px;
		top:46px;
		height:56px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:305px;
	float:left;
	}
	
	#column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 60px 10px 60px;
		}
	#column-left form { margin-left:55px; }
	
	#column-left p{
	color:#413A32;
	margin:0 60px 10px 55px;
		}
	
#practice-areas-list ul { margin-left:60px;}
	#practice-areas-list ul li { 
		background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
		padding-left:20px;
		margin-bottom:8px;
		color:#8F6B47;
		}

	
	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-left a:link, #column-left a:visited	{ color:#413A32; text-decoration:underline; outline:none; font-weight:200; }
#column-left a:hover, #column-left a:active	{ color:#9F9181; text-decoration:underline; outline:none; font-weight:200; }
			
/* ----- column-right ----- */

#column-right {
	width:475px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0 40px 10px 23px;
		}
	#column-right form { margin-left:0px; }
	
		/* 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 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	.content-list{ margin-left:60px;}
	 .content-list ul li{ 
		background:transparent url("../images/list.gif") 0px -2px no-repeat;
		padding-left:15px;
		margin-bottom:8px;
		line-height:8px;
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.gif");
	height:39px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:300px;background:url("../images/header.jpg");  } /* sets height for all non-flash headers */

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:31px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead.gif"); }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.gif"); }
	body#auto #subhead { background:url("../images/subhead-auto.gif"); }
	body#brain-injury #subhead { background:url("../images/subhead-brain-injury.gif"); }
	body#birth-injury #subhead { background:url("../images/subhead-birth-injury.gif"); }
	body#cancer #subhead { background:url("../images/subhead-cancer.gif"); }
	body#cerebral #subhead { background:url("../images/subhead-cerebral.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#failure #subhead { background:url("../images/subhead-failure.gif"); }
	body#firm #subhead { background:url("../images/subhead-firm.gif"); }
	body#medmal #subhead { background:url("../images/subhead-medmal.gif"); }
	body#personal-injury #subhead { background:url("../images/subhead-personal-injury.gif"); }
	body#practice-areas #subhead { background:url("../images/subhead-practice-areas.gif"); }
	body#product #subhead { background:url("../images/subhead-product.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.gif"); }

/* ----- subhead framework with varying heights ----- */


body#index h2#subhead-index-attorneys { margin:0 0 0 0; padding: 0;}

#subhead-index-attorneys {
	height:84px;
	background:url("../images/subhead-index-lawyers.gif") ;
	}

#subhead-quick-contact {
	height:46px;
	background:url("../images/subhead-quickcontact.gif") ;
	margin-bottom:10px;
	}
	

#subhead-locate {
	height:183px;
	background:url("../images/subhead-locate.jpg") ;
	position:relative;
	}
	
	/* index page link within #push-to-talk */		
	#subhead-locate a {	
		position:absolute;
		left:50px;
		width:215px;
		top:76px;
		height:82px; 
		}
	#subhead-locate a span {
		display:none;
		}
		
#subhead-featured {
	height:35px;
	background:url("../images/subhead-featured.gif") ;
	}

		
#did-you-know {
	height:106px;
	background:url("../images/did-you-know.gif") ;
	margin-bottom:10px;
	}
	
#push-to-talk {
	position:relative;
	background:url("../images/ptt.gif");
	height:137px;
	}
	/* index page link within #push-to-talk */		
	#push-to-talk a {	
		position:absolute;
		left:40px;
		width:222px;
		top:39px;
		height:83px; 
		}
	#push-to-talk a span {
		display:none;
		}

/* ----- column-left ----- */


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:685px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FAF6EC;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FAF6EC; font-weight:100; text-decoration:underline; }

#footer a:hover, #footer a:active { color:#DED9CD; font-weight:100; text-decoration:underline; }

#footer ul {
	margin-top:10px;
	margin-bottom:15px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:00px 5px 0 7px;
	display: inline;
	border-left: 1px solid #FAF6EC;
	line-height:20px;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:475px; 
	height:131px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:131px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 59px; margin-left: 0px;}
#nav-02 { width: 73px;}
#nav-03 { width: 85px;}
#nav-04 { width: 75px;}
#nav-05 { width: 96px;}
#nav-06 { width: 73px;}


/*-------------- (-79px) X position of button / (-131px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif")  -0px -131px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -59px -131px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -132px -131px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -217px -131px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -292px -131px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -388px -131px no-repeat; }

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#DED9CD;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:1px solid #fff;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border-top:1px solid #EEEBE5;
	border-bottom:1px solid #C1B9A5;
	font-size:11px;
	}	

#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:#413A32;
	text-decoration:none;
	font-weight:100;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-04 ul a:hover { 
	background-image:none;
	background-color:#DED9CD;
	color:#8F8374;
	text-decoration:none;
	font-weight:100;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:125px; }


/*-------------- subsuv-nav vert ------------- */
#sub-nav {
	background:url("../images/sub-nav.jpg") top left no-repeat;					
	width:305px;		/* Width of buttons, not entite image (or half of entire image) */
	height:246px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#sub-nav li span { display: none; }

#sub-nav li {
	float:left;
	list-style:none;
	}

#sub-nav li, #sub-nav a { 
	height:82px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the sub-nav should begin */
#sub-nav-01 { margin-top:0px; width:305px; }

/* margin-top if there is a spacing between each sub-nav button */
#sub-nav-02, #sub-nav-03, #sub-nav-04, #sub-nav-05, #sub-nav-06 { margin-top:0; width:305px; }

#sub-nav-01 a:hover { background:url("../images/sub-nav.jpg") -305px  -0px no-repeat; }
#sub-nav-02 a:hover { background:url("../images/sub-nav.jpg") -305px  -82px no-repeat; }
#sub-nav-03 a:hover { background:url("../images/sub-nav.jpg") -305px  -164px no-repeat; }
