﻿/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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: #000033 url("../images/bg-body.jpg") top repeat-x; 
	font:11px/15px "Verdana", Arial, Helvetica, sans-serif; 
	color:#fff;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:visited	{ color:#fff; text-decoration:none; }
a:active	{ color:#fff; text-decoration:none; }
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:0 0 25px 40px;
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#996633 !important; /* to prevent Google Toolbar highlighting the input area  */
	border:1px solid #A9ADB8;
	color:#fff;
	width:150px; /* 5 pixles smaller than form width !important */
	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:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:10px;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:71px;
	height:20px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 


/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	width:951px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap {
	width:951px;
	margin:0 auto;
	text-align:left;
	}
	

/* header framework
 * ------------------------------------------------------------------------- */	
	
#topheader {
	position:relative;
	background:url("../images/topheader.jpg");
	height:47px;
	width:951px;
	}
		
#topheader a {	
	position:absolute;
	left:73px;
	width:408px;
	top:0px;
	height:47px; 
	}
#topheader a span {
	display:none;
	}

#header-graphic {
	height:265px; /* sets height for all non-flash headers */
	width:951px;
	background:url("../images/header.jpg");
	}
	
#header-graphic-french {
	height:265px; /* sets height for all non-flash headers */
	width:951px;
	background:url("../French/images/header-french.jpg");
	}
	
#header-graphic-spanish {
	height:265px; /* sets height for all non-flash headers */
	width:951px;
	background:url("../espanol/images/header-spanish.jpg");
	}	
	
#header-graphic span { display:none; }

#header-graphic-french span { display:none; }

#header-graphic-spanish span { display:none; }

/* Horizontal Navagation
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:951px; 
	height:30px; 
	margin-bottom:0;	
	}

#nav-french { 
	background:url("../French/images/nav.gif") no-repeat; 
	width:951px; 
	height:30px; 
	margin-bottom:0;	
	}
	
#nav-spanish { 
	background:url("../espanol/images/nav.gif") no-repeat; 
	width:951px; 
	height:30px; 
	margin-bottom:0;	
	}	

/* ----- left-column ----- */
body#index #wrap {
	width: 951px;
	background: none;
	}
	
body#index #information {
	background: url("../images/info.jpg");
	height:150px;
	margin-bottom: -109px;
	}
	
	
body#index #areas-of-practice {
	background: url("../images/areas-of-practice.jpg");
	height:191px;
	margin-bottom: -109px;
	}
	
body#index #areas-of-practice-french {
	background: url("../French/images/areas-of-practice-french.jpg");
	height:191px;
	margin-bottom: -109px;
	}
	
body#index #areas-of-practice-spanish {
	background: url("../espanol/images/areas-of-practice-spanish.jpg");
	height:191px;
	margin-bottom: -109px;
	}	
	
	
#areas-of-practice span {
	display: none;
	}
	
body#index #left-column-bg {
	width:725px;
	float:left;
	background: url("../images/left-col-bg.jpg") repeat-y;
	}
	
body#index #left-column {
	background: url("../images/left-col-bottom.jpg") left bottom no-repeat;
	padding-bottom: 25px;
	}
	
body#index #left-column p {
		margin: 0 30px 25px 30px;
		}
	
/* background image list items */
body#index #left-column ul { 
	margin:0 30px 8px 20px; 
	font-size: 11px;
	color:white;		
	}
body#index #left-column a {		
	color: #FFFFFF;
	background-color:#000033;		
	text-decoration: none;		
	}
		
#left-column a:link { 
	color:white;
	background-color:#000033; 
	}
	
		
/* ----- middle-column ----- */

#middle-column-bg {
	width:499px;
	float:left;
	background: url("../images/middle-col-bg.jpg") repeat-y;
	}

#middle-column {
	background: url("../images/middle-col-bottom.jpg") left bottom no-repeat;
	padding-bottom: 30px;
	}
	
#middle-column p {
	margin: 0 30px 20px 30px;
	}
	
#middle-column h1 {
	margin: 0 30px 20px 30px;
	}

#middle-column h2 {
	margin: 0 30px 20px 30px;
	}	
	
#middle-column ul { 
	margin: 0 30px 0px 50px;
	} 	
	
#middle-column li { 
	margin: 0 30px 0px 35px; 
	} 	
	
#middle-column iframe { 
	margin: 0 30px 0px 25px; 
	} 		
	
#middle-column hr { 
	margin: 0 30px 0px 25px; 
	} 		
	
	
#middle-meet {
	background:url("../images/middle-meet.jpg");
	height: 191px; 
	margin-bottom: -109px;
	}
		
#middle-thankyou {
	background:url("../images/thankyou.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}
	
#middle-results {
	background:url("../images/results.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}
	
#middle-practice {
	background:url("../images/practice.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}	

#middle-qualifications {
	background:url("../images/qualifications.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}
	
#middle-media {
	background:url("../images/media.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}

#middle-links {
	background:url("../images/links.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}

#middle-headlines {
	background:url("../images/headlines.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}
	
#middle-martindale {
	background:url("../images/martindale.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}

#middle-samplecases {
	background:url("../images/samplecases.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}

#middle-map {
	background:url("../images/map.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}
	

#legal-forms table {
	margin: 0 30px 20px 30px;
	}
	

#middle-contact {
	background:url("../images/contact.jpg");
	height: 191px;		
	margin-bottom: -109px;
	}
	
	
	
body#index #middle-column a {		
	color: #FFFFFF;
	background-color:#000033;		
	text-decoration: none;		
	}
		
#middle-column a:link { 
	color:white;
	background-color:#000033; 
	}	
	
/* ----- breaking legal news ----- */	
		
#breaking-legal-news-bg {
	background: url("../images/news-col-bg.jpg") repeat-y;
	}

#breaking-legal-news-bg p {
	width: 636px;
	margin: 0px 10px;
	}
		
#breaking-legal-news-bg a { 
	color:white; 
	}
		
* + html #breaking-legal-news-bg { 
	height: 840px; 
	}
		
#breaking-news {
	background: url("../images/breaking-news.jpg");
	height: 50px;
	}
		
#breaking-news span {
	display: none;
	}
		
#breaking-news-content {
 	margin: 0 20px 20px 20px; 		 
	width: 674px;
	height: 740px;
	overflow:auto;
	font-size: 10px;
	}
		 
#breaking-news-content big {
	font-size: 10px;
	font-weight: bold;
	}
		
#breaking-news-content small {
	color:#CCC;
	}
						
#breaking-news-bottom {
	background: url("../images/breaking-news-bottom.jpg") left bottom;
	height: 30px;
	}

/* ----- right-column ----- */

#right-column-bg {
	width:226px;
	float:left;
	background: url("../images/right-col-bg.jpg") repeat-y;
	font-size: 11px;
	}

body#index .right-column {
	background: url("../images/right-col-bottom.jpg") right bottom no-repeat;
	padding-bottom: 25px;
	}
	
.right-column p {
	margin: 0 20px 15px 40px;
	}	

#confidential-consultation {
	background:url("../images/confidential-consultation.jpg");
	height: 191px; 
	margin-bottom: -89px;
	}

#confidential-consultation-french {
	background:url("../French/images/confidential-consultation-french.jpg");
	height: 191px; 
	margin-bottom: -89px;
	}
	
#confidential-consultation-spanish {
	background:url("../espanol/images/confidential-consultation-spanish.jpg");
	height: 191px; 
	margin-bottom: -89px;
	}	
		
#excellent-results {
	background:url("../images/excellent-results.jpg");
	height: 80px;
	}

#excellent-results-french {
	background:url("../French/images/excellent-results-french.jpg");
	height: 80px;
	}
	
#excellent-results-spanish {
	background:url("../espanol/images/excellent-results-spanish.jpg");
	height: 80px;
	}	
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	clear:both;
	width:951px;
	height:0.01em;
	}
	
#footer a {		
	color: #FFFFFF;
	background-color:#000033;		
	text-decoration: none;		
	}
		
#footer a:link { 
	color:white;
	background-color:#000033; 
	}	
	

/* -- blank header -- */
		
#subhead-middle {
    height:191px; /* sets height for all subheads */
	margin-bottom: -159px;
    background: url("../images/subhead-middle.jpg"); 
}
