/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

/* Purpose: undo some default styling of common (X)HTML browsers      */

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

/* no list-markers by default (optional)                              */
ul,ol { list-style:none }

/* Avoid browser default inconsistent font-sizes                      */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default ul,ol padding or margin
 * the default spacing on headings does not match nor align with normal
 * interline spacing at all, so let's get rid of it.
 * Zero out the spacing around pre, form, body, html, p, blockquote as well
 * form elements are oddly inconsistent, and not quite CSS emulatable.
 * Nonetheless, strip their margin and padding as well.
 **********************************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* remove default borders around linked images                        */
a img,:link img,:visited img { border:none }

/* more varnish stripping as necessary...                             */

/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #869E7E;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

p {
	margin-bottom: 30px;
	margin-top: 15px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #7F551C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #869E7E;
	text-decoration: underline;
	list-style-type: disc;
}

span {
	display: none;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(../images/main_bg.jpg) left top repeat-y;
	text-align: left;
}

/* HORIZONTAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu {
	background: url(../images/menu.jpg) left top no-repeat;					
	width: 800px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu li span {display: none;}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu li, #menu a {height: 27px; display: block;}
#menu-01 {left: 551px; width: 55px;}
#menu-02 {left: 606px; width: 75px;}
#menu-03 {left: 681px; width: 60px;}

#menu-01 a:hover {background: transparent url(../images/menu.jpg) -551px -27px no-repeat;}
#menu-02 a:hover {background: transparent url(../images/menu.jpg) -606px -27px no-repeat;}
#menu-03 a:hover {background: transparent url(../images/menu.jpg) -681px -27px no-repeat;}

/* HORIZONTAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu2 {
	background: url(../images/menu2.jpg) left top no-repeat;					
	width: 800px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu2 li span {display: none;}
#menu2 li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu2 li, #menu2 a {height: 35px; display: block;}
#menu2-01 {left: 29px; width: 94px;}
#menu2-02 {left: 123px; width: 106px;}
#menu2-03 {left: 229px; width: 103px;}
#menu2-04 {left: 332px; width: 120px;}
#menu2-05 {left: 452px; width: 202px;}
#menu2-06 {left: 654px; width: 121px;}

#menu2-01 a:hover {background: transparent url(../images/menu2.jpg) -29px -35px no-repeat;}
#menu2-02 a:hover {background: transparent url(../images/menu2.jpg) -123px -35px no-repeat;}
#menu2-03 a:hover {background: transparent url(../images/menu2.jpg) -229px -35px no-repeat;}
#menu2-04 a:hover {background: transparent url(../images/menu2.jpg) -332px -35px no-repeat;}
#menu2-05 a:hover {background: transparent url(../images/menu2.jpg) -452px -35px no-repeat;}
#menu2-06 a:hover {background: transparent url(../images/menu2.jpg) -654px -35px no-repeat;}

/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu3 {
	background: url(../images/index/menu3.jpg) left top no-repeat;					
	width: 306px;
	height: 132px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu3 li span {display: none;}
#menu3 li {margin: 0; padding: 0; list-style: none; position: absolute;}

#menu3 li, #menu3 a {height: 23px; display: block;}
#menu3-01 {top: 0px;}
#menu3-02 {top: 20px;}
#menu3-03 {top: 43px;}
#menu3-04 {top: 65px;}
#menu3-05 {top: 86px;}
#menu3-06 {top: 109px;}

#menu3-01, #menu3-02, #menu3-03, #menu3-04, #menu3-05, #menu3-06 {width: 306px; }

#menu3-01 a:hover {background: transparent url(../images/index/menu3.jpg) -306px -0px no-repeat;}
#menu3-02 a:hover {background: transparent url(../images/index/menu3.jpg) -306px -20px no-repeat;}
#menu3-03 a:hover {background: transparent url(../images/index/menu3.jpg) -306px -43px no-repeat;}
#menu3-04 a:hover {background: transparent url(../images/index/menu3.jpg) -306px -65px no-repeat;}
#menu3-05 a:hover {background: transparent url(../images/index/menu3.jpg) -306px -86px no-repeat;}
#menu3-06 a:hover {background: transparent url(../images/index/menu3.jpg) -306px -109px no-repeat;}

/* content
 * ------------------------------------------------------------------------------------- */
#content-container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/index/content_bg.jpg) left top no-repeat;
}

#content-container-sub {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#column-left {
	width: 299px;
	float: left;
}
	#column-left p {
		margin: 20px 25px 10px 80px;
	}
	#column-left form {
		margin-left: 80px;
	}

#column-center {
	width: 306px;
	float: left;
}
	#column-center p {
		margin: 0px 15px 20px 30px;
	}
	#column-center h1 {
		margin: 15px 15px 20px 30px;
		font-size: 14px;
		color: #7F551C;
	}
	#column-center h2.practice {
		margin: 15px 15px 20px 30px;
		font-size: 12px;
		color: #869E7E;
	}

#column-right {
	width: 167px;
	float: left;
}
	#column-right p {
		margin: 0px 0px 0px 0px;
	}
	#column-right img {
		margin: 0px 0px 0px 0px;
	}
	#column-right li {
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}

#testimonials {
	width: 306px;
	padding-bottom: 5px;
	background: url(../images/index/testimonials_bg.jpg) left top repeat-y;
}
	#testimonials p {
		margin:0 35px 8px 30px;
		padding-top: 15px;
	}
	
#testimonials-footer {
	width: 306px;
	height: 15px;
	background: url(../images/index/testimonials_footer.jpg) left top no-repeat;
}

#content-inside {
	width: 501px;
	float: left;
}
	#content-inside p {
		margin: 10px 45px 15px 15px;
	}
	#content-inside h1 {
		margin: 5px 45px 5px 15px;
		font-size: 14px;
		color: #7F551C;
	}
	#content-inside h2 {
		margin: 5px 45px 5px 15px;
		font-size: 13px;
		color: #476040;
	}
	#content-inside h3 {
		margin: 5px 45px 5px 15px;
	}

/* page specific
 * ------------------------------------------------------------------------------------- */
#stockfraud li {
	margin-left: 25px;
	list-style-type:disc;
}

#generalfraud li {
	margin-left: 25px;
	list-style-type:disc;
}

#employment li {
	margin-left: 25px;
	list-style-type:disc;
}

#employment2 li {
	margin-left: 25px;
	list-style-type:disc;
}




/* image replacement
 * ------------------------------------------------------------------------------------- */
.header {
	width: 800px;
	height: 72px;
	background: url(../images/header.jpg) left top no-repeat;
}
.welcome {
	width: 501px;
	height: 71px;
	background: url(../images/titles/welcome.jpg) left top no-repeat;
	float: left;
}
.areas {
	width: 306px;
	height: 53px;
	background: url(../images/index/areas.jpg) left top no-repeat;
}
.testimonials {
	width: 306px;
	height: 40px;
	background: url(../images/index/testimonials.jpg) left top no-repeat;
}
.contact {
	width: 299px;
	height: 60px;
	background: url(../images/contact.jpg) left top no-repeat;
}
.location {
	width: 299px;
	height: 60px;
	background: url(../images/sub/location.jpg) left top no-repeat;
}

.thankyou {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/thankyou.jpg) left top no-repeat;
}

.contact-title {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/contact.jpg) left top no-repeat;
}

.sitemap {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/sitemap.jpg) left top no-repeat;
}

.about {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/about.jpg) left top no-repeat;
}

.stock {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/stock.jpg) left top no-repeat;
}

.arbitration {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/arbitration.jpg) left top no-repeat;
}

.general {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/general.jpg) left top no-repeat;
}

.employment {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/employment.jpg) left top no-repeat;
}

.action {
	width: 501px;
	height: 71px;
	float: left;
	background: url(../images/titles/action.jpg) left top no-repeat;
}

.banner {
	width: 299px;
	height: 370px;
	background: url(../images/banner/banner_01.jpg) left top no-repeat;
}

#phone {
	width: 501px;
	height: 41px;
	background: url(../images/phone.jpg) left top no-repeat;
	float: left;
}

.shareholder {background: url(../images/index/shareholder.jpg) left top no-repeat; width: 167px; height: 42px;}

.brokerage {background: url(../images/index/brokerage.jpg) left top no-repeat; width: 167px; height: 65px; margin-top: 40px;}

/* index logos
 * ------------------------------------------------------------------------------------- */
li.acln {background: url(../images/index/acln.jpg) left top no-repeat; width: 167px; height: 62px;}

li.tyco {background: url(../images/index/tyco.jpg) left top no-repeat; width: 167px; height: 35px;}

li.worldcom {background: url(../images/index/worldcom.jpg) left top no-repeat; width: 167px; height: 30px;}

li.enron {background: url(../images/index/enron.jpg) left top no-repeat; width: 167px; height: 48px;}

li.ivillage {background: url(../images/index/ivillage.jpg) left top no-repeat; width: 167px; height: 35px;}

li.looksmart {background: url(../images/index/looksmart.jpg) left top no-repeat; width: 167px; height: 32px;}

li.overture {background: url(../images/index/overture.jpg) left top no-repeat; width: 167px; height: 43px;}

li.mypoints {background: url(../images/index/mypoints.jpg) left top no-repeat; width: 167px; height: 47px;}

li.morgan {background: url(../images/index/morgan.jpg) left top no-repeat; width: 167px; height: 35px;}

li.schwab {background: url(../images/index/schwab.jpg) left top no-repeat; width: 167px; height: 35px;}

li.lynch {background: url(../images/index/lynch.jpg) left top no-repeat; width: 167px; height: 35px;}

li.smith {background: url(../images/index/smith.jpg) left top no-repeat; width: 167px; height: 35px;}

li.jp {background: url(../images/index/jp.jpg) left top no-repeat; width: 167px; height: 35px;}

li.lehman {background: url(../images/index/lehman.jpg) left top no-repeat; width: 167px; height: 35px;}

li.sacha {background: url(../images/index/sacha.jpg) left top no-repeat; width: 167px; height: 60px;}

li.bear {background: url(../images/index/bear.jpg) left top no-repeat; width: 167px; height: 40px;}

/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url(../images/page_footer.jpg) left top no-repeat;
	width: 800px;
	height: 63px;
	clear: both;
}

#footer {
	width: 730px;
	margin: 0px auto;
	padding: 14px;
	text-align: center;
}

	#footer p {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#footer a:link, #footer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #F1E6D6;
		text-decoration: underline;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-bottom: 2px;
}

.quickcontact {
	width: 150px;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}

#ptt-button {
	display:block;
	margin:20px 0px 20px 80px;
	}
	#ptt-button a {
		background:url("../images/ptt-button.gif");
		width:95px;
		height:25px;
		outline:none;
		display:block;
		}
	#ptt-button p {
		margin:4px 0px 0px 0px;
		padding-right:28px;
		}

.big-form label, .big-form-field {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.big-form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.big-form br {
	clear: left;
}

img.img-left {
	float: left;
	padding: 0px 10px 10px;
}

img.img-right {
	float: right;
	padding: 0px 0px 10px 10px
}

div.clear {
	clear: both;
}

.top {
	text-align: right;
	display: block;
	font-size: 10px;
}

/* disclaimer 
 * ------------------------------------------------------------------------------------- */

#wrapper-disclaimer {
	width: 500px;
	text-align: left;
}
	#wrapper-disclaimer p {
		margin: 10px 15px 5px 15px;
	}
	
	#wrapper-disclaimer h1 {
		margin: 10px 15px 5px 15px;
	}

	#wrapper-disclaimer a:link, #wrapper-disclaimer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#wrapper-disclaimer a:hover, #wrapper-disclaimer a:active {
		color: #F1E6D6;
		text-decoration: underline;
	}
	
/*--about page list blts--*/

.blt-about {
list-style-type:disc;
margin-left:28px;
}
.blt-gen {
list-style-type:disc;
margin-left:28px;
}
.blt-gen-indented {
list-style-type:disc;
margin-left:28px;
}
