
/* 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:#7e784c url("../images/bkgr.jpg") top left repeat;;
	text-align:center; 
	font:12px/16px "Verdana", Arial, Helvetica, sans-serif;
	color:#333333;
	}

a:link,a:visited	{ color:#6e090c; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#6e090c; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
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:150px;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #cccfc7;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

/* ----- submit button form elements ----- */ 


input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:52px;
	height:18px;
	border:none;
	cursor:pointer;
	}


/* Main Contact Form
 * ------------------------------------------------------------------------- */

#contact-main { padding:20px 0px 60px 0px; margin:0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label textarea { height:100px; }

#contact-main input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:52px;
	height:18px;
	border:none;
	cursor:pointer;
	margin: 90px 0 0 395px;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/wrap-bg.jpg") repeat-y;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-inside {
	background:url("../images/wrap-bg-inside.jpg") repeat-y;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-top { background:url("../images/masthead-bar.jpg") no-repeat; height:21px;}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:154px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:39px;
		width:242px;
		top:74px;
		height:53px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:187px;
	float:left;
	}
	
	#blurb_1_bg { background:url("../images/col-left-practice-bg.jpg") repeat-y;}
	#blurb_1_top { background:url("../images/col-left-practice.jpg") no-repeat;}
	#blurb_1_body { padding:60px 27px 0 31px;}
	
	#blurb_1_body dl a:link, #blurb_1_body dl a:visited, #blurb_1_body dl a:active { color:#ccff66; text-decoration:none;}
	#blurb_1_body dl a:hover { text-decoration:underline;}
	#blurb_1_body dt a { font-weight:bold;}
	 
	#blurb_2_top { background:url("../images/col-left-featured.jpg") no-repeat; height:69px;}
	#blurb_2_body { padding:0px 27px 10px 31px; color:#33261e;}
	#blurb_2_body a:link, #blurb_2_body a:visited, #blurb_2_body a:active { color:#717370;}
	#blurb_2_body a.link { color:#6e090c; text-decoration:none;}
	#blurb_2_body a.link:hover {color:#6e090c; text-decoration:underline;}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left-inside ul { padding-left:0px;}
		#column-left-inside ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			padding-top:2px;
			}		
			
	#column-left-inside {
	width:612px;
	float:left;
	}
	
	#column-left-inside a:active, #column-left-inside a:link, #column-left-inside a:visited {color:#5e8307; text-decoration:none;}
	#column-left-inside a:hover { text-decoration:underline; color:#5e8307;}
	
	body#about #column-left-inside #subhead { background:url("../images/subhead-about.jpg") no-repeat; height:69px;}
	body#contact #column-left-inside #subhead { background:url("../images/subhead-contact.jpg") no-repeat; height:69px;}
	body#error404 #column-left-inside #subhead { background:url("../images/subhead-error404.jpg") no-repeat; height:69px;}
	body#news #column-left-inside #subhead { background:url("../images/subhead-news.jpg") no-repeat; height:69px;}
	body#our-attorneys #column-left-inside #subhead { background:url("../images/subhead-our-attorneys.jpg") no-repeat; height:69px;}
	body#practice-areas #column-left-inside #subhead { background:url("../images/subhead-practice-areas.jpg") no-repeat; height:69px;}
	body#sitemap #column-left-inside #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; height:69px;}
	body#verdicts-settlements #column-left-inside #subhead { background:url("../images/subhead-verdicts-settlements.jpg") no-repeat; height:69px;}
	
	
	h1 {color:#805f4b; margin-bottom:10px;}
	#blurb_1_inside_content { padding:0 25px 10px 30px;}
	#body_content_body p, ul, ol  { margin-bottom:10px; }
	
/* ----- column-middle ----- */

#column-middle {
	width:454px;
	float:left;
	}
	
	#column-middle #subhead { background:url("../images/subhead-home.jpg") no-repeat; height:57px;}
	
	#blurb_3_body { padding:0 8px 0 31px;}
	#blurb_5_body { background:url("../images/subhead-home-protecting.jpg") no-repeat; padding:60px 8px 10px 31px;}
	#blurb_5_bottom { background:url("../images/img-badges.jpg") no-repeat; height:125px; margin-left:10px;}
	span.green {color:#5e8307;}
	
	

			
/* ----- column-right ----- */

#column-right {
	width:183px;
	float:left;
	color:#717370;
	}

	#blurb_4_top { background:url("../images/col-right-settlement.jpg") no-repeat; height:63px;}
	#blurb_4_body { padding:0 35px 0 11px; font-size:10px;}
	#blurb_4_body a:link, #blurb_4_body a:visited, #blurb_4_body a:active {color:#717370; text-decoration:none;}
	#blurb_4_body a:hover { color:#000;}
	#column-right hr { border-top:none; border-right:none; border-left:none; border-bottom:1px solid #cacdc4;}
	#column-right a.link-green {color:#7f9456; text-decoration:underline;} 
	
	#column-right-inside {
	width:214px;
	float:left;
	color:#717370;
	font-size:.95em;
	}
	
	#blurb_2_inside_top { background:url("../images/col-right-inside-contact.jpg") left top no-repeat; width:214px; height:64px;}
	#blurb_2_inside_content { padding:0 43px 10px 12px;}
	
	#column-right-inside span.name { color:#333333; font-weight:bold;}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:107px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/footer.jpg") no-repeat;
	width:826px;
	height:91px;
	margin:0 auto;
	text-align:left;
	}

#footer p {
	color:#5e8307;
	margin:5px 39px 0 39px;
	}

#footer p.copy {
	color:#999999;
	margin:5px 39px 0 39px;
	}

#footer a:link, #footer a:visited, #footer a:active { color:#5b564d; text-decoration:none; }

#footer a:hover { color:#000; }

#footer ul {margin:0 39px 0 39px;}

#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 #5b564d;
	}

	#footer li.first { border: none; padding:0 5px 0 0; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:824px; 
	height:35px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 76px; margin-left: 22px;}
#nav-02 { width: 126px;}
#nav-03 { width: 93px;}
#nav-04 { width: 126px;}
#nav-05 { width: 182px;}
#nav-06 { width: 72px;}
#nav-07 { width: 105px;}

#nav-01 a:hover { background:url("../images/nav.jpg")  -22px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -98px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -224px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -317px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -443px -35px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -625px -35px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -697px -35px no-repeat; }

#nav-top { 
	background:url("../images/nav-top.jpg") no-repeat; 
	width:824px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav-top span { display: none; }

#nav-top li, #nav-top a { height:30px; display:block; } /* change height here also */

#nav-top li { float:left; list-style:none; _display:inline; }

#nav-top-01 { width: 44px; margin-left: 630px;}
#nav-top-02 { width: 55px;}
#nav-top-03 { width: 73px;}

#nav-top-01 a:hover { background:url("../images/nav-top.jpg")  -630px -30px no-repeat; }
#nav-top-02 a:hover { background:url("../images/nav-top.jpg") -674px -30px no-repeat; }
#nav-top-03 a:hover { background:url("../images/nav-top.jpg") -729px -30px no-repeat; }