/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


/****************************************************************/
/*                                                              */
/* General Text Formatting Used for Whole Site                  */
/*                                                              */
/****************************************************************/

body {
	font: 16px normal Helvetica, Arial, sans-serif;
    margin: 5px 0px;
    padding: 0px;
    background-image: url(../images/gray32x32bg.gif);
    background-repeat: repeat;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p{
	margin-left: 32px;
	margin-right: 32px;
	font: 16px normal Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}

h2 {
	margin-left: 32px;
	margin-right: 32px;
	font: 24px normal Helvetica, Arial, sans-serif;
	color: red;
	margin-bottom: 12px;
}

h3 {
	margin: 10px 32px 10px 32px;
	font: 18px normal Helvetica, Arial, sans-serif;
	color: black;
	margin-bottom: 12px;
}


/****************************************************************/
/*                                                              */
/* Div IDs used Across the Site                                 */
/*                                                              */
/****************************************************************/


#container {
	text-align: left;
    margin: 0px auto;
    padding: 0px;
    width: 960px;
	background: inherit;
}

#serious {
	background: inherit;
	width: 960px;
	height: 122px;
	background-image: url(../images/serious_injury_litigation_banner.jpg);
	background-repeat: no-repeat;
}

#lawoffices {
	position: relative;
	background: inherit;
	width: 960px;
	height: 124px;
	background-image: url(../images/law_offices_banner.png);
	background-repeat: no-repeat;
}

#lawoffices #language_toggle_button {
	position: relative; 
	top:85px; 
	left: 760px;
}

#lawoffices #language_toggle_button_text {
	position: relative; 
	top:63px; 
	left: 760px; 
	text-align: center; 
	width: 99px; 
	color: black;
	font: 14px normal Helvetica, Arial, sans-serif;
}

#lawoffices #language_toggle_button_text a{
	text-decoration: none;
	color: black;
}

#lawoffices #language_toggle_button_text a:hover{
	text-decoration: none;
	color: white;
}

#photobanner {
	background: inherit;
	width: 960px;
	height: 122px;
	background-image: url(../images/photobanner.jpg);
	background-repeat: no-repeat;
}

#tanspacer {
	background: inherit;
	width: 960px;
	height: 5px;
	background-image: url(../images/tan_spacer.gif);
	background-repeat: repeat-x;
}

#videopane {
	background: inherit;
	width: 960px;
	height: 201px;
}

#grill {
	background: inherit;
	width: 960px;
	height: 19px;
	background-image: url(../images/grill.png);
	background-repeat: no-repeat;
}

#content {
	background-color: white;
	width: 960px;
}


/* The following 3 class definitions allow case_evaluaton_rollover.png to be pre-loaded */
.caseevaluation {
	width: 960px;
	height: 38px;
	background: url(../images/case_evaluation_rollover.png) no-repeat top left;
}

.caseevaluation a:link, .caseevaluation a:visited {
	display: block;
	width: 960px;
	height: 38px;
	background: url(../images/case_evaluation.png) no-repeat top left;
}

.caseevaluation a:hover, .caseevaluation a:active {
	display:block;
	width: 960px;
	height: 38px;
	background: url(../images/case_evaluation_rollover.png) no-repeat top left;
}

/* Spanish: The following 3 class definitions allow case_evaluaton_rollover.png to be pre-loaded */
.caseevaluation_sp {
	width: 960px;
	height: 38px;
	background: url(../images/case_evaluation_rollover_sp.png) no-repeat top left;
}

.caseevaluation_sp a:link, .caseevaluation_sp a:visited {
	display: block;
	width: 960px;
	height: 38px;
	background: url(../images/case_evaluation_sp.png) no-repeat top left;
}

.caseevaluation_sp a:hover, .caseevaluation_sp a:active {
	display:block;
	width: 960px;
	height: 38px;
	background: url(../images/case_evaluation_rollover_sp.png) no-repeat top left;
}


#footer_small {
	background-color: black;
	width: 960px;
	height: 75px;
	overflow: auto;
	clear: both;
}

#footer_small #short_contact {
	font: 17px normal Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	margin-top: 15px;
}

#footer {
	background-color: black;
	width: 960px;
	height: 87px;
	overflow: auto;
	clear: both;
}

#footer #streetaddress {
	font: 17px normal Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	margin-top: 10px;
}

#legalstuff {
	width:960px;
	height: 19px;
	background-color: #9e8656;
	border-top: 1px solid #655639;
}

#legalstuff #copyright {
	font: 10px normal Helvetica, Arial, sans-serif;
	margin: 3px 0px 0px 10px;
	color: black;
	float: left;
	vertical-align: middle;
}

#legalstuff #disclaimer {
	font: 10px normal Helvetica, Arial, sans-serif;
	margin: 3px 10px 0px 0px;
	color: black;
	float: right;
	vertical-align: middle;
}

#legalstuff #disclaimer a{
	color: black;
	text-decoration: none;
}


/****************************************************************/
/*                                                              */
/* Table Styling for the Splash page                            */
/*                                                              */
/****************************************************************/

#splash #splash_column1 {
	background-color: #c5b085;
	width: 354px;
	vertical-align: top;
}

#splash #splash_column1 li.columnheader {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 3px 2px 3px 7px;
	text-transform: uppercase;
	margin: 0;
	list-style-type: disc;
}

#splash #splash_column1 li.columnheader a{
	text-decoration: none;
	color: white;
}

#splash #splash_column1 li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 16px 2px 3px 7px;
}

#splash #splash_column1 li a{
	text-decoration: none;
	color: black;
}

#splash #splash_column1 li.columnheader a:hover{
	text-decoration: underline;
	color: #c5b085;
}

#splash #splash_column1 li a:hover{
	text-decoration: underline;
	color: #5E3A3A;
}

#splash #splash_column2 {
	background-color: #c5b085;
	width: 225px;
	vertical-align: top;
}

#splash #splash_column3
{
	background-color: #c5b085;
	width: 199px;
	vertical-align: top;
	overflow: visible;
}

#splash #splash_column3 li.columnheader {
	background-color: black;
	list-style-type: none;
	color: white;
	font-weight: bold;	
	padding: 3px 1px 3px 19px;
	text-transform: uppercase;
	margin: 0;
}

#splash #splash_column3 li.columnheader a {
	text-decoration: none;
	color: white;
}

#splash #splash_column3 li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 12px -25px 0px 7px;
	z-index: 1;
}

#splash #splash_column3 li a{
	text-decoration: none;
	color: black;
}

#splash #splash_column3 li a:hover{
	text-decoration: underline;
	color: #5E3A3A;
}

#splash #splash_column4 {
	background-color: #c5b085;
	width: 182px;
	vertical-align: top;
}

#splash #splash_column4 li.columnheader {
	background-color: black;
	list-style-type: none;
	color: white;
	font-weight: bold;
	padding: 3px 0px 3px 18px;
	text-transform: uppercase;
	margin: 0;
}

#splash #splash_column4 li.columnheader a {
	color: white;
}

#splash #splash_column4 li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 12px 0px 3px 7px;
}

#splash #splash_column4 li a{
	text-decoration: none;
	color: black;
}

#splash #splash_column4 li a:hover{
	text-decoration: underline;
	color: #5E3A3A;
}


/****************************************************************/
/*                                                              */
/* Table Styling for the Meet Ed Steinbrecher page              */
/*                                                              */
/****************************************************************/

#meet_ed #content #left-col {
	float: left;
	width: 240px;
}

#meet_ed #content #right-col {
	float: right;
	width: 703px;
}

#meet_ed #content #right-col ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 15px 20px 0px 23px;
}


/****************************************************************/
/*                                                              */
/* Table Styling for Cases and Injuries                         */
/*                                                              */
/****************************************************************/

#cases #content, #injuries #content {
	padding-left: 32px;
	padding-right: 74px;
	width: 854px;
	font: 14px normal Helvetica, Arial, sans-serif;
}

#cases #content table tr.coloredrow, #injuries #content table tr.coloredrow{
	background-color: #e6e2db;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cases #content table tr td.case, #injuries #content table tr td.case {
	width: 278px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

#cases #content table tr td.description, #injuries #content table tr td.description{
	width: 378px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

#cases #content table tr td.award, #injuries #content table tr td.award  {
	width: 138px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: right;
}


/****************************************************************/
/*                                                              */
/* Styling for Client and Attorney Testimonials                 */
/*                                                              */
/****************************************************************/

#client_testimonials blockquote, #attorney_testimonials blockquote {
   background: #a69471;
   color: black;
   margin-left: 16px;
   width: 844px;
   padding-left: 42px;
   padding-right: 42px;
}


/****************************************************************/
/*                                                              */
/* Focus Group Facilities Styling                               */
/*                                                              */
/****************************************************************/

#focus_group_facilities #column1
{
	background-color: #c5b085;
	width: 444px;
	vertical-align: top;
	overflow: visible;
	float: left;
	display: inline;  /* fix double margin bug in ie 6 */
	margin-left: 32px;
}

#focus_group_facilities #column1header {
	background-color: black;
	color: white;
	width: 424px;
	font-weight: bold;	
	padding: 3px 1px 3px 19px;
	text-transform: uppercase;
	float: left;
	display: inline;  /* fix double margin bug in ie 6 */
	margin: 0 0 0 32px;
}

#focus_group_facilities #column1 li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 12px -25px 0px 7px;
	z-index: 1;
}

#focus_group_facilities #column2 {
	background-color: #c5b085;
	width: 444px;
	vertical-align: top;
	float: right;
	display: inline;  /* fix double margin bug in ie 6 */
	margin-right: 32px;
}

#focus_group_facilities #column2header {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 3px 1px 3px 19px;
	width: 424px;
	text-transform: uppercase;
	display: inline;  /* fix double margin bug in ie 6 */
	margin: 0 32px 0 0;
	float: right;
}

#focus_group_facilities #column2 li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 12px 0px 3px 24px;
}



/****************************************************************/
/*                                                              */
/* Styling for the Our Track Record page                        */
/*                                                              */
/****************************************************************/


#our_track_record #column1
{
	background-color: #c5b085;
	width: 388px;
	vertical-align: top;
	overflow: visible;
	float: left;
	margin-left: 80px;
	display: inline;
}

#our_track_record #column1header {
	background-color: black;
	color: white;
	width: 368px;
	font-weight: bold;	
	padding: 3px 1px 3px 19px;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0 80px;
	display: inline;
}

#our_track_record #column1header a {
	text-decoration: none;
	color: white;
}

#our_track_record #column1 li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 12px -25px 0px 7px;
	z-index: 1;
}

#our_track_record #column1 li a{
	text-decoration: none;
	color: black;
}

#our_track_record #column1 li a:hover{
	text-decoration: underline;
	color: #5E3A3A;
}

#our_track_record #column2 {
	background-color: #c5b085;
	width: 388px;
	vertical-align: top;
	display: inline;  /* fix double margin bug in ie 6 */
	float: right;
	margin-right: 80px;
}

#our_track_record #column2header {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 3px 1px 3px 19px;
	width: 368px;
	text-transform: uppercase;
	margin: 0 80px 0 0;
	display: inline; /* fix double margin bug in ie 6 */
	float: right;
}

#our_track_record #column2header a {
	color: white;
}

#our_track_record #column2 li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 12px 0px 3px 7px;
}

#our_track_record #column2 li a{
	text-decoration: none;
	color: black;
}

#our_track_record #column2 li a:hover{
	text-decoration: underline;
	color: #5E3A3A;
}


/****************************************************************/
/*                                                              */
/* Styling for Frequently Asked Questions                       */
/*                                                              */
/****************************************************************/

#frequently_asked_questions .top_link {
	font: 12px normal Helvetica, Arial, sans-serif;		
}

#frequently_asked_questions #faq_index {
	margin-top: 12px;
	margin-left: 32px;
	margin-right: 32px;
	font: 16px normal Helvetica, Arial, sans-serif;
	margin-bottom: 36px;
}


/****************************************************************/
/*                                                              */
/* Styling for Videos                                           */
/*                                                              */
/****************************************************************/

.left_box {
	width: 443px;
	float: left;
	display: inline;  /* fix double margin bug in ie 6 */
	margin-left: 32px;
	margin-bottom: 10px;	
}

.right_box {
	width: 443px;
	float: right;
	display: inline;  /* fix double margin bug in ie 6 */
	margin-right: 32px;
	_margin-right: -22px; /*Hack to another display problem in IE6 */
	margin-bottom: 10px;
}

.inner_box {
	width: 443px;
	background-color: #a69471;
	margin-right: 32px;
}

#videos .left_box img, #videos .right_box img  {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

#videos p {
	margin: 8px;
	font: 14px normal Helvetica, Arial, sans-serif;
	color: black;
	background-color: #a69471;
}

#videos p strong{
	font: 16px normal Helvetica, Arial, sans-serif;
	color: black;
	font-weight: bold;
}


/****************************************************************/
/*                                                              */
/* Styling for Contact Us                                       */
/*                                                              */
/****************************************************************/

#contact_us .required { 
	font: 10px normal Helvetica, Arial, sans-serif;
	display: inline;
	color: red;
}

#contact_us #contact-left-col {
	margin-left: 32px;
	float: left;
	width: 416px;
	font: 16px normal Helvetica, Arial, sans-serif;
}

#contact_us #contact-right-col {
	margin-top: 50px;
	margin-left: -25px;
	padding: 5px;
	float: left;
	width: 450px;
	font: 16px normal Helvetica, Arial, sans-serif;
	background-color: inherit;
}

#contact_us #contact-right-col #contact-box {
	border-left: 3px solid #464444;
	border-right: 3px solid #464444;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 415px;
	font: 16px normal Helvetica, Arial, sans-serif;
	background-color: #e5d8be;
}

#contact_us .text_box{
	display: block;
	height: 30px;
	margin: 0 14px 0 0;
	outline-color: rgb(51, 51, 51);
	outline-style: none;
	outline-width: 0px;
	padding: 0;
	width: 210px;
	background-color: white;
	background-image: url(../images/form_box_filler.png);
	background-repeat: repeat-x;
	font: 14px normal Helvetica, Arial, sans-serif;
}

#contact_us .text_box2{ /*used for smaller numbers */
	display: block;
	height: 30px;
	margin: 0 14px 0 0;
	outline-color: rgb(51, 51, 51);
	outline-style: none;
	outline-width: 0px;
	padding: 0;
	width: 105px;
	background-color: white;
	background-image: url(../images/form_box_filler.png);
	background-repeat: repeat-x;
	font: 14px normal Helvetica, Arial, sans-serif;
}

#contact_us .text_box3{ /*used for larger description boxes */
	display: block;
	height: 120px;
	margin: 0 14px 0 0;
	outline-color: rgb(51, 51, 51);
	outline-style: none;
	outline-width: 0px;
	padding: 0;
	width: 420px;
	background-color: white;
	background-image: url(../images/form_box_filler.png);
	background-repeat: repeat-x;
	font: 14px normal Helvetica, Arial, sans-serif;
}

#contact_us .text_box_label {
	font: 12px normal Helvetica, Arial, sans-serif;
	color:#807157;
	margin: 0 0 5px 0;
}

#contact_us p{
	margin: 0;
	font: 16px normal Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}




