/*--------------------- 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:#E3E3CF url("bg-body.jpg"/*tpa=http://www.lawcash.net/images/bg-body.jpg*/) top repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.3em; color:#113F14; }
h2	{ font-size:1.2em; color:#113F14; }
#column-left form h2 {width: 500px; background-color:#E3E3CF; margin: 0 0 20px 0px; padding-left: 7px;}
body#advisory h2, body#sitemap h2 {margin-top: 25px;margin-bottom: 8px;}
h3	{ font-size:1.1em; color:#113F14; }
body#sitemap h3 {margin-left: 35px;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{  color:#15445E; text-decoration:underline; outline:none; font-weight:bold;}
a:hover,a:active	{  color:#28552C; 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: 10px;
	background:url("bullet-green.jpg"/*tpa=http://www.lawcash.net/images/bullet-green.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:auto;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	text-align:center;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#E3E3CF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #28552C;
	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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

input.checkbox { border:none; background-color:transparent !important; width:12px; margin-right:5px; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:255px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
#contact-main label.appsig { width: 500px; text-align:center;}
#contact-main label.left {text-align:left; padding-left: 20px; margin-right: 14px; width: 200px;}
#column-left form p { width: 470px; font-size: .95em; margin-left:20px; margin-bottom: 10px;}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:277px; 
	top:-2px;
	}
#contact-main label.textbox-space {
	height: 100px;
	}
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:70px; overflow:auto; margin-bottom: 30px;}

#contact_business { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, input.submit-application { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
input.submit-application { margin:0px 0 0 243px; }
input.submit-contact-main{ margin:95px 0 0 243px; }

input.submit-search { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	float:left; 
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("bg-wrap.jpg"/*tpa=http://www.lawcash.net/images/bg-wrap.jpg*/) repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}
#masthead {
	position:relative;
	background:url("header-sub.jpg"/*tpa=http://www.lawcash.net/images/header-sub.jpg*/);
	height:179px;
	}
body#index #masthead {
	position:relative;
	background:url("header-index.jpg"/*tpa=http://www.lawcash.net/images/header-index.jpg*/);
	height:199px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:25px;
		width:470px;
		top:50px;
		height:100px; 
		}
	#masthead a span {
		display:none;
		}
	#subnav { background-color:#E3E3CF; width: 180px; padding-top: 10px; float: right; margin: 0 28px 0 10px; display: inline;}
		#subnav p.quick-links {background-color:#28552C; height: 20px; text-align: center; color:#fff; font-weight: bold; width: 180px; margin:0px; font-size: 1.1em;}
		#column-left #subnav ul {margin: 0 4px 10px 0px; padding: 8px 0 0 10px; }
		#column-left #subnav ul li {margin-bottom: 4px;}


/* ----- column-left ----- */

#column-left {
	width:563px;
	float:left;
	}
	/* definition list */
#yahoo-search-results  label {font-weight:bold;}

	#yahoo-search-results dl { padding-left:5px; }
		#yahoo-search-results dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#yahoo-search-results dl dd {
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/images/bullet.jpg*/) 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			margin-bottom:18px;
			}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0 42px 10px 35px;
		}
			#column-left p.top {
			float:left;
			padding-top:210px;
			font-size:15px;
			font-weight:bold;
				}
	#column-left #yahoo-search-results form { 
		margin:80px 30px 0 0;
		float:right; 
		}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/images/bullet.jpg*/) 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	/* single column list */
	#column-left ul.index-bold { padding-left:5px; margin-bottom:25px; }
		#column-left ul.index-bold li { 
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/images/bullet.jpg*/) 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			color: #15445E;
			font-weight: bold;
			}
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/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("bullet.jpg"/*tpa=http://www.lawcash.net/images/bullet.jpg*/) 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		#info-wrap {
			background: url("info-index-wrap.jpg"/*tpa=http://www.lawcash.net/images/info-index-wrap.jpg*/) repeat-y;
			
			}
		#getting-started {
			background: url("subhead-getting-started.jpg"/*tpa=http://www.lawcash.net/images/subhead-getting-started.jpg*/) top no-repeat;
			height: 60px;
			}
		#apply-now {
			background: url("btn-apply-now.jpg"/*tpa=http://www.lawcash.net/images/btn-apply-now.jpg*/) top no-repeat;
			height: 74px;
			position: relative;
			}
			#apply-now a {
				position: absolute;
				top: 0px;
				height: 50px;
				left: 135px;
				width: 265px;
				}
		#contact-us {
			background: url("subhead-contact-us.jpg"/*tpa=http://www.lawcash.net/images/subhead-contact-us.jpg*/) top no-repeat;
			padding-top: 61px;
			}
		#contact-us span {display:none;}
			p.contact-info {
				width: 250px;
				float: left;
				margin:0 10px 10px 10px;
				}
		#info-wrap-bottom {
			background: url("info-wrap-bottom.jpg"/*tpa=http://www.lawcash.net/images/info-wrap-bottom.jpg*/) top no-repeat;
			height: 20px;
			}
		#column-left p.border {
			border: 1px solid #000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: center;
			background-color: #16445E;
			color: #FFFFFF;
			display:block;
			font-weight: bold;
			padding:10px;
			margin:30px 32px 30px 25px;
			}
		#column-left p.border-green {
		  border: 1px solid #16445E;
		  text-align: left;
		  color: #16445E;
		  display:block;
		  font-weight: bold;
		  padding:10px;
		  margin:15px 32px 15px 25px;
		  }
		 #column-left p.border-beige {
		  border: 1px solid #16445E;
		  text-align: left;
		  color: #16445E;
		  background-color:#E3E3CF;
		  font-weight: bold;
		  padding:10px;
		  margin:15px 32px 15px 25px;
		  }
		  #column-left p.check {
		  background:transparent url("check.jpg"/*tpa=http://www.lawcash.net/images/check.jpg*/) no-repeat;
		  text-align: left;
		  display:block;
		  color: #16445E;
		  font-weight: bold;
		  padding:5px 21px;
		  margin:15px 32px 15px 25px;
		  }
		 .blue {
		 color: #16445E;
		 font-weight: bold;
		 }
	     hr.spacer { 
		  width: 510px;
		  position: relative;
		  margin: 20px;
		  color:#006666;
		  }
		 hr.spacer-1 { 
		  width: 510px;
		  position: relative;
		  margin: -10px 20px 20px 20px;
		  color:#006666;
		  }

		  hr.half { 
		  width: 300px;
		  position: relative;
		  margin: 20px;
		  color:#006666;
		  }
		  
		    
#ethics-map {
	background: url("img-ethical-map.jpg"/*tpa=http://www.lawcash.net/images/img-ethical-map.jpg*/) top no-repeat;
	padding-top: 355px; 
	margin-bottom: 10px;
	}
	#ethics-map dl {margin: 0 60px 10px 55px;}
	#ethics-map dl dt {font-weight: bold; margin-bottom: 10px; color:#000000}
	#ethics-map dl dd {width: 130px; float:left;}
	
	
/* ----- column-right ----- */

#column-right {
	width:237px;
	float:left;
	}
	#column-right form {
		margin-left:20px;
		}
	#column-right h2.top {
		margin-top:10px;
		}
	#column-right form label {
		color:#FFFFFF;
		}
		
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 15px 10px 20px;
		color:#ffffff;
		}
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/images/bullet.jpg*/) 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/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-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("bullet.jpg"/*tpa=http://www.lawcash.net/images/bullet.jpg*/) 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#video {
		background: url("video.jpg"/*tpa=http://www.lawcash.net/images/video.jpg*/) top no-repeat;
		height: 120px;
		position:relative;
		}
    #video a {
	  	position: absolute;
		top: 5px;
		height: 100px;
		left: 10px;
		width: 217px;
		}
	#video2 {
		background: url("video2.jpg"/*tpa=http://www.lawcash.net/images/video2.jpg*/) top no-repeat;
		height: 120px;
		position:relative;
		}
		
		#video2 a {
	  	position: absolute;
		top: 5px;
		height: 100px;
		left: 10px;
		width: 217px;
		}

		
	#img-sub { background: url("img-sub-right.jpg"/*tpa=http://www.lawcash.net/images/img-sub-right.jpg*/) top no-repeat; height: 134px; }
	
	
	body#contact #img-sub { background: url("img-contact.jpg"/*tpa=http://www.lawcash.net/images/img-contact.jpg*/) top no-repeat; height: 134px; }
	body#application #img-sub { background: url("img-application.jpg"/*tpa=http://www.lawcash.net/images/img-application.jpg*/) top no-repeat; height: 134px; }
	body#firm-financing #img-sub { background: url("img-firm-financing.jpg"/*tpa=http://www.lawcash.net/images/img-firm-financing.jpg*/) top no-repeat; height: 134px; }
	body#firm-finance-faqs #img-sub { background: url("img-firm-financing.jpg"/*tpa=http://www.lawcash.net/images/img-firm-financing.jpg*/) top no-repeat; height: 134px; }
	body#structured-faqs #img-sub, body#structured-settlements #img-sub { background: url("img-structured-settlements.jpg"/*tpa=http://www.lawcash.net/images/img-structured-settlements.jpg*/) top no-repeat; height: 134px; }
	body#news #img-sub { background: url("img-news.jpg"/*tpa=http://www.lawcash.net/images/img-news.jpg*/) top no-repeat; height: 134px; }
	body#plaintiffs #img-sub { background: url("img-plaintiffs.jpg"/*tpa=http://www.lawcash.net/images/img-plaintiffs.jpg*/) top no-repeat; height: 134px; }
	body#plaintiff-faqs #img-sub { background: url("img-plaintiffs.jpg"/*tpa=http://www.lawcash.net/images/img-plaintiffs.jpg*/) top no-repeat; height: 134px; }
	body#plaintiff-stories #img-sub { background: url("img-plaintiffs.jpg"/*tpa=http://www.lawcash.net/images/img-plaintiffs.jpg*/) top no-repeat; height: 134px; }
	body#cash-advance #img-sub { background: url("img-plaintiffs.jpg"/*tpa=http://www.lawcash.net/images/img-plaintiffs.jpg*/) top no-repeat; height: 134px; }
	body#case-types #img-sub { background: url("img-plaintiffs.jpg"/*tpa=http://www.lawcash.net/images/img-plaintiffs.jpg*/) top no-repeat; height: 134px; }
	body#attorneys #img-sub { background: url("img-attorneys.jpg"/*tpa=http://www.lawcash.net/images/img-attorneys.jpg*/) top no-repeat; height: 134px; }
	body#attorney-faqs #img-sub { background: url("img-attorneys.jpg"/*tpa=http://www.lawcash.net/images/img-attorneys.jpg*/) top no-repeat; height: 134px; }
	body#attorney-testimonials #img-sub { background: url("img-attorneys.jpg"/*tpa=http://www.lawcash.net/images/img-attorneys.jpg*/) top no-repeat; height: 134px; }
	body#ethics #img-sub { background: url("img-attorneys.jpg"/*tpa=http://www.lawcash.net/images/img-attorneys.jpg*/) top no-repeat; height: 134px; }
	body#funding #img-sub { background: url("img-attorneys.jpg"/*tpa=http://www.lawcash.net/images/img-attorneys.jpg*/) top no-repeat; height: 134px; }
	body#about #img-sub { background: url("img-about.jpg"/*tpa=http://www.lawcash.net/images/img-about.jpg*/) top no-repeat; height: 134px; }
	body#advisory #img-sub { background: url("img-about.jpg"/*tpa=http://www.lawcash.net/images/img-about.jpg*/) top no-repeat; height: 134px; }
	body#management #img-sub { background: url("img-about.jpg"/*tpa=http://www.lawcash.net/images/img-about.jpg*/) top no-repeat; height: 134px; }
	body#news #img-sub { background: url("img-news.jpg"/*tpa=http://www.lawcash.net/images/img-news.jpg*/) top no-repeat; height: 134px; }
	body#sitemap #img-sub { background: url("img-contact.jpg"/*tpa=http://www.lawcash.net/images/img-contact.jpg*/) top no-repeat; height: 134px; }
	body#thankyou #img-sub { background: url("img-contact.jpg"/*tpa=http://www.lawcash.net/images/img-contact.jpg*/) top no-repeat; height: 134px; }
	body#search #img-sub { background: url("img-application.jpg"/*tpa=http://www.lawcash.net/images/img-application.jpg*/) top no-repeat; height: 134px; }
	
	#testimonials-plaintiffs {
		background: url("right-col-testimonials.jpg"/*tpa=http://www.lawcash.net/images/right-col-testimonials.jpg*/) top no-repeat;
		padding-top: 53px; 
		}
	#testimonials-attorneys {
		background: url("testimonials-attorney.jpg"/*tpa=http://www.lawcash.net/images/testimonials-attorney.jpg*/) top no-repeat;
		padding-top: 70px; 
		}
		#testimonials-attorneys, #testimonials-plaintiffs {color: #fff; font-size: .95em;}
		p.testimonials {
			background: url("testimonial-border.jpg"/*tpa=http://www.lawcash.net/images/testimonial-border.jpg*/) bottom no-repeat;
			padding-bottom: 20px;
			}
	#advisory-board {
		background: url("btn-adv-board.jpg"/*tpa=http://www.lawcash.net/images/btn-adv-board.jpg*/) top no-repeat;
		height: 133px;
		margin-top:15px;
		position:relative;
		}
		#advisory-board a{
			position: absolute;
			top: 0px;
			height: 119px;
			left: 10px;
			width: 217px;
			}
	#btn-funding {
		background: url("btn-funding.jpg"/*tpa=http://www.lawcash.net/images/btn-funding.jpg*/) top no-repeat;
		height: 145px;
		position:relative;
		}	
		#btn-funding a.one-hour-plaintiffs {
			position:absolute;
			top: 0px;
			height: 65px;
			left: 12px;
			width: 215px;
			}
		#btn-funding a.one-hour-attorneys {
			position:absolute;
			top: 70px;
			height: 65px;
			left: 12px;
			width: 215px;
			}
	#logos {
		background: url("logos.jpg"/*tpa=http://www.lawcash.net/images/logos.jpg*/) top no-repeat;
		height: 500px;
		position: relative;
		}
		#logos a.alfa {
			position: absolute;
			top: 14px;
			height: 72px;
			left: 20px;
			width: 200px;
			}
		#logos a.bbb {
			position: absolute;
			top: 90px;
			height: 72px;
			left: 20px;
			width: 200px;
			}
		#logos a.caala {
			position: absolute;
			top: 165px;
			height: 85px;
			left: 19px;
			width: 200px;
			}
		#logos a.pjgm {
			position: absolute;
			top: 252px;
			height: 75px;
			left: 19px;
			width: 200px;
			}
		#logos a.eb {
			position: absolute;
			top: 331px;
			height: 72px;
			left: 12px;
			width: 214px;
			}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("bottom-wrap.jpg"/*tpa=http://www.lawcash.net/images/bottom-wrap.jpg*/);
	height:24px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("header-index.jpg"/*tpa=http://www.lawcash.net/images/header-index.jpg*/); }
	body#about #header-graphic { background:url("header-about.jpg"/*tpa=http://www.lawcash.net/images/header-about.jpg*/); }
	body#contact #header-graphic { background:url("header-contact.jpg"/*tpa=http://www.lawcash.net/images/header-contact.jpg*/); }
	body#thankyou #header-graphic { background:url("header-thankyou.jpg"/*tpa=http://www.lawcash.net/images/header-thankyou.jpg*/); }
	body#sitemap #header-graphic { background:url("header-sitemap.jpg"/*tpa=http://www.lawcash.net/images/header-sitemap.jpg*/); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:117px; } /* sets height for all subheads */

	body#index #subhead { 
		background:url("subhead-index.jpg"/*tpa=http://www.lawcash.net/images/subhead-index.jpg*/); 
		height: 80px; 
/*		position:relative;   */
		}
/*		body#index #subhead a.plaintiff_link{
			position: absolute;
			top: 33px;
			height: 32px;
			left: 130px;
			width: 120px;
			z-index:0;			
			}
		body#index #subhead a.attorneys_link{
			position: absolute;
			top: 33px;
			height: 32px;
			left: 301px;
			width: 126px;			
			}     */
	body#about #subhead { background:url("subhead-about.jpg"/*tpa=http://www.lawcash.net/images/subhead-about.jpg*/); }
	body#management #subhead { background:url("subhead-management.jpg"/*tpa=http://www.lawcash.net/images/subhead-management.jpg*/); }
	body#advisory #subhead { background:url("subhead-advisory.jpg"/*tpa=http://www.lawcash.net/images/subhead-advisory.jpg*/); }
	body#news #subhead { background:url("subhead-news.jpg"/*tpa=http://www.lawcash.net/images/subhead-news.jpg*/); }
	body#plaintiffs #subhead { background:url("subhead-plaintiffs.jpg"/*tpa=http://www.lawcash.net/images/subhead-plaintiffs.jpg*/); }
	body#cash-advance #subhead { background:url("subhead-cash-advance.jpg"/*tpa=http://www.lawcash.net/images/subhead-cash-advance.jpg*/); }
	body#case-types #subhead { background:url("subhead-case-types.jpg"/*tpa=http://www.lawcash.net/images/subhead-case-types.jpg*/); }
	body#plaintiff-faqs #subhead { background:url("subhead-plaintiff-faqs.jpg"/*tpa=http://www.lawcash.net/images/subhead-plaintiff-faqs.jpg*/); }
	body#plaintiff-stories #subhead { background:url("subhead-plaintiff-stories.jpg"/*tpa=http://www.lawcash.net/images/subhead-plaintiff-stories.jpg*/); }
	body#attorneys #subhead { background:url("subhead-attorneys.jpg"/*tpa=http://www.lawcash.net/images/subhead-attorneys.jpg*/); }
	body#funding #subhead { background:url("subhead-funding.jpg"/*tpa=http://www.lawcash.net/images/subhead-funding.jpg*/); }
	body#attorney-faqs #subhead { background:url("subhead-attorney-faqs.jpg"/*tpa=http://www.lawcash.net/images/subhead-attorney-faqs.jpg*/); }
	body#attorney-testimonials #subhead { background:url("subhead-attorney-testimonials.jpg"/*tpa=http://www.lawcash.net/images/subhead-attorney-testimonials.jpg*/); }
	body#structured-settlements #subhead { background:url("subhead-structured-settlements.jpg"/*tpa=http://www.lawcash.net/images/subhead-structured-settlements.jpg*/); }
	body#structured-faqs #subhead { background:url("subhead-structured-faqs.jpg"/*tpa=http://www.lawcash.net/images/subhead-structured-faqs.jpg*/); }
	body#ethics #subhead { background:url("subhead-ethics.jpg"/*tpa=http://www.lawcash.net/images/subhead-ethics.jpg*/); }
	body#firm-financing #subhead { background:url("subhead-firm-financing.jpg"/*tpa=http://www.lawcash.net/images/subhead-firm-financing.jpg*/); }
	body#firm-finance-faqs #subhead { background:url("subhead-finance-faqs.jpg"/*tpa=http://www.lawcash.net/images/subhead-finance-faqs.jpg*/); }
	body#application #subhead { background:url("subhead-apply-now.jpg"/*tpa=http://www.lawcash.net/images/subhead-apply-now.jpg*/); }
	body#contact #subhead { background:url("subhead-contact.jpg"/*tpa=http://www.lawcash.net/images/subhead-contact.jpg*/); }
	body#thankyou #subhead { background:url("subhead-thankyou.jpg"/*tpa=http://www.lawcash.net/images/subhead-thankyou.jpg*/); }
	body#sitemap #subhead { background:url("subhead-sitemap.jpg"/*tpa=http://www.lawcash.net/images/subhead-sitemap.jpg*/); }
	
	
	body#search #subhead-search { background:url("subhead-results.jpg"/*tpa=http://www.lawcash.net/images/subhead-results.jpg*/) no-repeat; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#15445E;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#15445E; }

#footer a:hover, #footer a:active { color:#15445E; text-decoration: none;}

#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 #15445E;
	}

	#footer li.first { border: none; }
	



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) no-repeat; 
	width:800px; 
	height:50px; 
	margin:0;
	padding:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:50px; display:block; line-height:1; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 59px; margin-left: 0px;}
#nav-02 { width: 75px;}
#nav-03 { width: 92px;}
#nav-04 { width: 100px;}
#nav-05 { width: 160px;}
#nav-06 { width: 136px;}
#nav-07 { width: 86px;}
#nav-08 { width: 92px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/)  -0px -50px no-repeat; }
#nav-02 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -59px -50px no-repeat; }
#nav-03 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -134px -50px no-repeat; }
#nav-04 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -226px -50px no-repeat; }
#nav-05 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -326px -50px no-repeat; }
#nav-06 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -486px -50px no-repeat; }
#nav-07 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -622px -50px no-repeat; }
#nav-08 a:hover { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -708px -50px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/)  -0px -50px no-repeat; }
body#SPECIFY #nav-02 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -59px -50px no-repeat; }
body#SPECIFY #nav-03 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -134px -50px no-repeat; }
body#SPECIFY #nav-04 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -226px -50px no-repeat; }
body#SPECIFY #nav-05 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -326px -50px no-repeat; }
body#SPECIFY #nav-06 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -486px -50px no-repeat; }
body#SPECIFY #nav-07 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -622px -50px no-repeat; }
body#SPECIFY #nav-08 { background:url("nav.jpg"/*tpa=http://www.lawcash.net/images/nav.jpg*/) -708px -50px 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-color:#E3E3CF;	/* 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 #14445D;
	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:#113F14;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul, #nav li 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, #nav-08 ul a:hover { 
	background-image:none;
	background-color:#14445D;
	color:#fff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:100px; }		
#nav-03 ul, #nav-03 li { width:150px; }		
#nav-04 ul, #nav-04 li { width:145px; }
#nav-05 ul, #nav-05 li { width:210px; }		
#nav-06 ul, #nav-06 li { width:160px; }		
#nav-08 ul, #nav-08 li { width:80px; }		

	/* --------------------2nd tier drop down ------------------*/
	#nav-03 ul li ul {
		display:none;
		margin-left:145px; /* width of drop down nav +2 */
		margin-top:-18px; /* height of drop down nav item +1 */
		border-top:1px solid #14445D;
		font-size: .9em;
		}
	
	#nav-03 ul li ul, #nav-03 ul li ul li { width:310px; }		
	
	#nav-03 ul li:hover ul, #nav-03 ul li.sfHover ul, #nav-03 li li.sfHover ul { 
		display:block;
		}
	
	#nav-03 ul li ul li a {
		width:310px;
		height:20px;
		line-height: 20px;
		}
		


	/* --------------------2nd tier drop down ------------------*/
	#nav-04 ul li ul {
		display:none;
		margin-left:140px; /* width of drop down nav +2 */
		margin-top:-18px; /* height of drop down nav item +1 */
		border-top:1px solid #14445D;
		font-size: .9em;
		}
	
	#nav-04 ul li ul, #nav-04 ul li ul li { width:330px; }		
	
	#nav-04 ul li:hover ul, #nav-04 ul li.sfHover ul { 
		display:block;
		}
	
	#nav-04 ul li ul li a {
		width:330px;
		height:20px;
		line-height: 20px;
		}

