/*--------------------- 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 span */
span { display:none; }

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


/* ----- type selectors ----- */ 
body { 
	background:#0D1A60 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.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#0C1767; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; 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:145px;
	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:#EBE9E3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #1F4489;
	color:#000;
	width:140px; /* 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:145px; 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 20px 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: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; }

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

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

	
#masthead { position:relative; background:url("../images/masthead.gif"); height:133px; }/* index page link within #masthead */
	#masthead a { position:absolute; left:19px; width:272px; top:27px; height:93px; }
		
		
		
		
		
		

/* ----- column-left ----- */

#column-left { width:188px; float:left; }
	#column-left p, #column-left h1, #column-left h2, #column-left h3 { margin:5px 12px 10px 23px; }
	#column-left form { margin-left:23px; }
	
	#title-review-case { background:url("../images/title-review-case.gif"); height:91px; }
	#title-our-location { background:url("../images/title-our-location.gif"); height:54px; }
	#title-contact-location { background:url("../images/title-contact-location.gif"); height:91px; }
	
	/* single column list */
	#column- ul { padding-left:5px; }
		#column- ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column- ul { padding-left:5px; } 
		#column- ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* 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.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right { width:554px; float:left; }
	#column-right p, #column-right h1, #column-right h2, #column-right h3 { margin:5px 15px 10px 20px; }
	
#column-right-sub { width:554px; float:left; }
	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3 { margin:5px 54px 10px 36px; }
	 
#content-container { width:554px; float:left; }
	#left-content { width:366px; float:left; }
		#left-content p, #left-content h1, #left-content h2, #left-content h3 { margin:5px 32px 5px 36px; }
		
	#subhead-index { background:url("../images/subhead-index.gif"); height:91px; }
		#defending-victims-banner { position:relative; background:url("../images/defending-victims-banner.gif"); height:134px; }/* index page link within #masthead */
			#defending-victims-banner a { position:absolute; left:256px; width:101px; top:69px; height:49px; }
		#title-your-investment { background:url("../images/title-your-investment.gif"); height:99px; }
	#right-content { width:188px; float:left; }
		#right-content ul.list { margin:5px 10px 5px 10px; }
	
	#title-verdicts { background:url("../images/title-verdicts.gif"); height:79px; }
	#title-stockbroker { background:url("../images/title-stockbroker.gif"); height:79px; }
	
	/* single column list */
	#right-content ul.list { padding-left:5px; }
		#right-content ul.list li { 
			background:transparent url("../images/list-style.gif") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right-sub ul { padding-left:40px; } 
		#column-right-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:13px;  /* pushes text to the right to display bg img */
			width:420px;
			line-height:20px; 
			}
	
	/* definition list */
	#column- dl { padding-left:5px; }
		#column- dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column- dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/page-footer.gif");
	height:120px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#sub-bottom-wrap {
	background:url("../images/sub-page-footer.gif");
	height:120px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-graphic { background:url("../images/header-graphic.jpg"); height:206px; width:742px; } /* sets height for all non-flash headers */

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

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

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

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.gif"); }
	body#practice-areas #subhead { background:url("../images/subhead-practice-areas.gif"); }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }
	body#personal-injury #subhead { background:url("../images/subhead-personal-injury.gif"); }
	body#medical-malpractice #subhead { background:url("../images/subhead-medical-malpractice.gif"); }
	body#criminal #subhead { background:url("../images/subhead-criminal.gif"); }
	body#auto #subhead { background:url("../images/subhead-auto-accident.gif"); }
	body#truck #subhead { background:url("../images/subhead-truck-accident.gif"); }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle-accident.gif"); }
	body#stockbroker #subhead { background:url("../images/subhead-investment.gif"); }
	body#litigation #subhead { background:url("../images/subhead-litigation.gif"); }
	body#faq #subhead { background:url("../images/subhead-faq.gif"); }
	body#start #subhead { background:url("../images/subhead-start.gif"); }
	body#transactions #subhead { background:url("../images/subhead-transactions.gif"); }
/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


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

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

#footer a:link, #footer a:visited { color:#D8D8CB; }

#footer a:hover, #footer a:active { color:#D8D8CB; }

#footer ul {margin-top: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 #D8D8CB;

	}

	#footer li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 81px; margin-left: 0px;}
#nav-02 { width: 138px;}
#nav-03 { width: 135px;}
#nav-04 { width: 82px;}
#nav-05 { width: 193px;}
#nav-06 { width: 113px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#nav-01 a:hover { background:url("../images/nav.gif")   -0px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif")  -81px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -219px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -354px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -436px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -629px -43px no-repeat; }

/* 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:#DCDCCE;	/* 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 #0C1767;
	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:#0C1767;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#9A9FC1;
	color:#DADACE;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 li { width:200px; }	

#nav-03 ul { width:200px; margin-top:43px; }	
/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-areas {
	background:url("../images/nav-practice-areas.gif") top left no-repeat;					
	width:188px;		/* Width of buttons, not entite image (or half of entire image) */
	height:628px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-areas li span { display: none; }

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

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

/* margin-top to set where the nav should begin */
#nav-areas-01 { margin-top:105px; width:162px; }

/* margin-top if there is a spacing between each nav button */
#nav-areas-02, #nav-areas-03, #nav-areas-04, #nav-areas-05, #nav-areas-06, #nav-areas-07, #nav-areas-08, #nav-areas-09 { margin-top:10px; width:162px; }

#nav-areas-01 a:hover { background:url("../images/nav-practice-areas.gif") -188px  -105px no-repeat; }
#nav-areas-02 a:hover { background:url("../images/nav-practice-areas.gif") -188px  -164px no-repeat; }
#nav-areas-03 a:hover { background:url("../images/nav-practice-areas.gif") -188px  -223px no-repeat; }
#nav-areas-04 a:hover { background:url("../images/nav-practice-areas.gif") -188px  -282px no-repeat; }
#nav-areas-05 a:hover { background:url("../images/nav-practice-areas.gif") -188px -341px no-repeat; }
#nav-areas-06 a:hover { background:url("../images/nav-practice-areas.gif") -188px -400px no-repeat; }
#nav-areas-07 a:hover { background:url("../images/nav-practice-areas.gif") -188px -459px no-repeat; }
#nav-areas-08 a:hover { background:url("../images/nav-practice-areas.gif") -188px -518px no-repeat; }
#nav-areas-09 a:hover { background:url("../images/nav-practice-areas.gif") -188px -577px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav #nav-03 #sub-nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#DADACE;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:200px; /* Set to same width as in #sub-nav */
	margin-top:-20px; /* Set to each button height, same as used above */
	}

#nav #nav-03 #sub-nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #0C1767;
	border-top:none;
	}
	
#nav #nav-03 #sub-nav li ul li.first {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #0C1767;
	}
	
	
	#nav #nav-03 #sub-nav li#sub-nav-02 ul li.top-border {
		border-top:1px solid #0C1767;
		}
#nav #nav-03 #sub-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 #nav-03 #sub-nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav #nav-03 #sub-nav a:link, #nav #nav-03 #sub-nav a:visited, #nav #nav-03 #sub-nav a:hover, #nav #nav-03 #sub-nav a:active {
	font-size:1.0em;
	color:#0C1767;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#sub-nav-01 ul a:hover, #sub-nav-02 ul a:hover { 
	background-image:none;
	background-color:#9A9FC1;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#sub-nav-01 ul, #sub-nav-01 li { width:98px; }		
#sub-nav-02 ul, #sub-nav-02 li { width:120px; }
