/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#14324c url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#056490; }
h2	{ font-size:1.1em; color:#056490; }
h3	{ font-size:1.0em; color:#056490; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
img.newsletterimg {
	margin: 75px 20px 0 0;
	border: solid 1px #000;
}

a:hover img.newsletterimg {
	border: solid 1px #EF8946;
}

img.newsletterimg2 {
	float:right;
	margin: -225px 70px 0 0;
	border: solid 1px #000;
}

img.newsletterimg3 {
	float:right;
	margin: -240px 70px 0 0;
	border: solid 1px #000;
	}

#column-right div.subLinks {
	background: #c2c29c; 
	float:right;
	line-height:15px;
	margin:0 40px 10px 10px;
	padding:10px;
	width:190px;
	}

#column-right div.subLinks h3 {
	margin: 0; 
	padding: 3px 0 8px 10px;
	}

#column-right div.subLinks ul {
	margin: 0; 
	padding: 0 0 0 25px;
	}

#column-right div.subLinks ul li {
	margin:0 0 0.75em;
	}


/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #000;
	color:#000;
	width:182px; /* 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; }

#contact_business { display: none; } /* do not remove */ 

form#new_comment {
	width:300px;
}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin:0 35px 10px 35px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:87px 0 0 276px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { 
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
#bg-right-bottom {
	background:url("../images/bg-right-bottom.jpg") right bottom no-repeat;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead-index.jpg");
	height:127px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:186px;
	width:387px;
	top:40px;
	height:72px;
		}
	#masthead a span {
		display:none;
		}

#head-right {
	width:565px;
	float:left;
	}
	
#head-left {
	width:237px;
	float:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:237px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 25px 10px 25px;
		}

	#column-left form { margin-left:25px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			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("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:565px;
	float:left;
	padding-bottom:130px;
	}

	#column-right p, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:0px 35px 10px 35px;
		}
 
	body#index #column-right h1 {
		margin:0px 35px 10px 0px;
		}
		
	#column-right img.img-bldg { margin:0px 10px 10px 35px; float:left; }
		
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:30px; }
		#column-right ul li { 
			list-style:disc;
			}
			
	/* single column list */
	#column-right ol { padding-left:30px; }
		#column-right ol li { 
			list-style:decimal;
			}

	/* definition list */
	#column-right dl { padding-left:30px; }
		#column-right dl dt {
			font-weight:bold;
			color:#056490;
			}
		#column-right dl dd {
			margin-left:20px;
			}
			
	#column-right #box-vw {
		height:268px;
		width:565px;
		margin:0;
		padding:0;
		position:relative;
		}

		#column-right #box-vw p {
			position:absolute;
			height:70px;
			width:494px;
			top:274px;
			left:37px;
			margin:0;
			padding:0;
			}
		
	#column-right #results {
		background:url("../images/box-results.jpg");
		height:350px;
		width:565px;
		margin:0;
		padding:0;
		position:relative;
		}
		#column-right #results #results-text {
	position:absolute;
	width:420px;
	height:242px;
	left: 36px;
	top: 20px;
			}
			#column-right #results #results-text p {
				margin: 0px 28px 10px 0px;
			}


	#column-right #results h2  {
		padding: 0;
		margin: 0;
	}
	
	#column-right h1 {
		font-size: 14px;
		margin: 0;
	}	
		
	#column-right #subhead h1 {
		margin:0px 0px 10px 35px;	
	}
	
	#column-right #subhead h2.marketHeader {
		font-size: 16px;
		line-height: 18px;
		margin:0 0 0 35px;	
	}
	
	#column-right #results-text h2 {
		font-size: 16px;
		line-height: 18px;
		margin:0 0 0 0;
	}
				
	#column-right dl {
		padding: 5px;
		border: solid 1px #000;
	}
	
	#column-right dl dd {
		padding: 2px 0;
	}
	
#newsletters {
	min-height: 400px;
}

#newsletters p.news-title {
	text-align: center;
	width: 150px;
}

#newsletters p.news-title2 {
	text-align: center;
	width: 150px;
	margin: -25px 70px 0 315px;

}

#newsletters p.news-title3 {
	text-align: center;
	width: 150px;
	margin: -42px 70px 0 315px;

}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:168px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:20px;background:url("../images/subhead.jpg") top no-repeat;  } /* sets height for all subheads */
/*	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; }
	body#index #newsletters { background:url("../images/subhead-newsletters.jpg") top no-repeat; }
	body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
	body#lawyers #subhead { background:url("../images/subhead-lawyers.jpg") top no-repeat; }
	body#auto #subhead { background:url("../images/subhead-auto.jpg") top no-repeat; }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle.jpg") top no-repeat; }
	body#bus-trucking #subhead { background:url("../images/subhead-bus-trucking.jpg") top no-repeat; }
	body#auto-faqs #subhead { background:url("../images/subhead-auto-faqs.jpg") top no-repeat; }
	body#bicycle #subhead { background:url("../images/subhead-bicycle.jpg") top no-repeat; }
	body#pedestrian #subhead { background:url("../images/subhead-pedestrian.jpg") top no-repeat; }
	body#personal #subhead { background:url("../images/subhead-personal.jpg") top no-repeat; }
	body#brain #subhead { background:url("../images/subhead-brain.jpg") top no-repeat; }
	body#spinal-cord #subhead { background:url("../images/subhead-spinal-cord.jpg") top no-repeat; }
	body#product #subhead { background:url("../images/subhead-product.jpg") top no-repeat; }
	body#premises #subhead { background:url("../images/subhead-premises.jpg") top no-repeat; }
	body#slip-fall #subhead { background:url("../images/subhead-slip-fall.jpg") top no-repeat; }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg") top no-repeat; }
	body#wrongful-faqs #subhead { background:url("../images/subhead-wrongful-faqs.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#news #subhead { background:url("../images/subhead-news.jpg") top no-repeat; }
	body#what-if-injured #subhead { background:url("../images/subhead-whatif.jpg") top no-repeat; }
	body#civil-police-brutality #subhead { background:url("../images/subhead-brutality.jpg") top no-repeat; }
	body#verdicts-settlements #subhead { background:url("../images/subhead-verdicts.jpg") top no-repeat; }*/

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:61px;
	background:url("../images/title-qcontact.jpg");
	}
	
body#contact #title-qcontact,
body#thankyou #title-qcontact {
	height:61px;
	background:url("../images/title-location.jpg");
	}

#title-our-procedures {
	height:35px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-map {
	height:90px;
	background:url("../images/btn-map.jpg");
	position:relative;
	}
	#btn-map a {
		position:absolute;
		top:31px;
		left:21px;
		height:41px;
		width:200px;
		}
		#btn-map span { display:none; }
		
	#btn-map a:hover {
		background:url("../images/btn-map.jpg") -21px -121px no-repeat;
		}
		
#btn-news {
	height:90px;
	background:url("../images/btn-news.jpg");
	position:relative;
	}
	#btn-news a {
		position:absolute;
		top:31px;
		left:21px;
		height:41px;
		width:200px;
		}
		#btn-news span { display:none; }
		
	#btn-news a:hover {
		background:url("../images/btn-news.jpg") -21px -121px no-repeat;
		}

#btn-blog {
	height:90px;
	background:url("../images/btn-blog.jpg");
	position:relative;
	}
	#btn-blog a {
		position:absolute;
		top:31px;
		left:21px;
		height:41px;
		width:200px;
		}
		#btn-blog span { display:none; }
		
	#btn-blog a:hover {
		background:url("../images/btn-blog.jpg") -21px -121px no-repeat;
		}

#btn-ctc {
	height:90px;
	background:url("../images/btn-ctc.jpg");
	position:relative;
	}
	#btn-ctc a {
		position:absolute;
		top:31px;
		left:21px;
		height:41px;
		width:200px;
		}
		#btn-ctc span { display:none; }
		
	#btn-ctc a:hover {
		background:url("../images/btn-ctc.jpg") -21px -121px no-repeat;
		}
		
#box-vw { position:relative; }
	
	
		

/* ------------------------footer framework ------------------------ */
#footer {
	background:url("../images/footer-bottom.jpg");
	margin:0 auto;
	height:189px;
	clear:both;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
	width:782px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	font-size: 11px;
	line-height: 13px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none; }

#footer ul {margin:0 10px 10px 10px;}
#footer ul.top-ul { padding-top:10px; }
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		line-height:13px;
		display: inline;
		border-left: 1px solid #fff;
		font-size: 11px;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#head-right #nav { 
	background:url("../images/nav.jpg"); 
	width:565px; 
	height:51px; 
	margin:0;
	padding:0; 
	}
	
	#head-right #nav span { display: none; }

#head-right #nav li, #head-right #nav a { height:51px; display:block; } /* change height here also */

#head-right #nav li { float:left; list-style:none; _display:inline; position:relative; padding:0; }

#head-right #nav-01 { width: 62px;}
#head-right #nav-02 { width: 104px;}
#head-right #nav-03 { width: 103px;}
#head-right #nav-04 { width: 105px;}
#head-right #nav-05 { width: 110px;}
#head-right #nav-06 { width: 80px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#head-right #nav-01 a:hover { background:url("../images/nav.jpg")  0 -51px no-repeat; }
#head-right #nav-02 a:hover { background:url("../images/nav.jpg") -62px -51px no-repeat; }
#head-right #nav-03 a:hover { background:url("../images/nav.jpg") -166px -51px no-repeat; }
#head-right #nav-04 a:hover { background:url("../images/nav.jpg") -269px -51px no-repeat; }
#head-right #nav-05 a:hover { background:url("../images/nav.jpg") -374px -51px no-repeat; }
#head-right #nav-06 a:hover { background:url("../images/nav.jpg") -484px -51px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #head-right #nav-01 { background:url("../images/nav.jpg")  -79px -51px no-repeat; }
body#SPECIFY #head-right #nav-02 { background:url("../images/nav.jpg") -158px -51px no-repeat; }
body#SPECIFY #head-right #nav-03 { background:url("../images/nav.jpg") -247px -51px no-repeat; }
body#SPECIFY #head-right #nav-04 { background:url("../images/nav.jpg") -341px -51px no-repeat; }
body#SPECIFY #head-right #nav-05 { background:url("../images/nav.jpg") -428px -51px no-repeat; }
body#SPECIFY #head-right #nav-06 { background:url("../images/nav.jpg") -460px -51px no-repeat; }

/* ------------------------ LEFT NAVIGATION FRAMEWORK ------------------------ */

#head-left #nav-left {
		background:url("../images/nav-left.jpg");
		height:137px;
		width:237px;
		margin:0;
		padding:82px 0 0 0;
			}
	
#head-left #nav-left span { display: none; }

#head-left #nav-left li, #head-left #nav-left a { height:43px; display:block; width: 237px; margin:0; padding:0; } /* change height here also */

#head-left #nav-left li { float:left; list-style:none; _display:inline; position:relative; }


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#head-left #nav-left-01 a:hover { background:url("../images/nav-left.jpg")  -237px -82px no-repeat; }
#head-left #nav-left-02 a:hover { background:url("../images/nav-left.jpg")  -237px -125px no-repeat; }
#head-left #nav-left-03 a:hover { background:url("../images/nav-left.jpg")  -237px -168px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #head-left #nav-left-01 { background:url("../images/nav.jpg")  -237px -30px no-repeat; }
body#SPECIFY #head-left #nav-left-02 { background:url("../images/nav.jpg") -237px -30px no-repeat; }
body#SPECIFY #head-left #nav-left-03 { background:url("../images/nav.jpg") -237px -30px no-repeat; }


/* ------------------------ PRACTICE AREAS FRAMEWORK ------------------------ */

#column-left #practice-areas {
			background:url("../images/practice-areas.jpg") no-repeat;
			height:839px;
			width:237px;
			margin:0;
			padding:58px 0 0 0;
			}
	
#column-left #practice-areas span { display: none; }

#column-left #practice-areas li, #column-left #practice-areas a { display:block; width: 237px; margin:0; padding:0; } /* change height here also */

#column-left #practice-areas li { float:left; list-style:none; _display:inline; position:relative; }

#column-left #practice-areas-01, #column-left #practice-areas-01 a { height:56px; }
#column-left #practice-areas-02, #column-left #practice-areas-02 a,
#column-left #practice-areas-03, #column-left #practice-areas-03 a, 
#column-left #practice-areas-04, #column-left #practice-areas-04 a, 
#column-left #practice-areas-05, #column-left #practice-areas-05 a, 
#column-left #practice-areas-06, #column-left #practice-areas-06 a,
#column-left #practice-areas-07, #column-left #practice-areas-07 a,
#column-left #practice-areas-08, #column-left #practice-areas-08 a,
#column-left #practice-areas-09, #column-left #practice-areas-09 a,
#column-left #practice-areas-10, #column-left #practice-areas-10 a,
#column-left #practice-areas-11, #column-left #practice-areas-11 a,
#column-left #practice-areas-12, #column-left #practice-areas-12 a,
#column-left #practice-areas-13, #column-left #practice-areas-13 a,
#column-left #practice-areas-14, #column-left #practice-areas-14 a,
#column-left #practice-areas-15, #column-left #practice-areas-15 a { height:51px; }

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#column-left #practice-areas-01 a:hover { background:url("../images/practice-areas.jpg")  -237px -58px no-repeat; }
#column-left #practice-areas-02 a:hover { background:url("../images/practice-areas.jpg")  -237px -114px no-repeat; }
#column-left #practice-areas-03 a:hover { background:url("../images/practice-areas.jpg")  -237px -165px no-repeat; }
#column-left #practice-areas-04 a:hover { background:url("../images/practice-areas.jpg")  -237px -216px no-repeat; }
#column-left #practice-areas-05 a:hover { background:url("../images/practice-areas.jpg")  -237px -267px no-repeat; }
#column-left #practice-areas-06 a:hover { background:url("../images/practice-areas.jpg")  -237px -318px no-repeat; }
#column-left #practice-areas-07 a:hover { background:url("../images/practice-areas.jpg")  -237px -369px no-repeat; }
#column-left #practice-areas-08 a:hover { background:url("../images/practice-areas.jpg")  -237px -420px no-repeat; }
#column-left #practice-areas-09 a:hover { background:url("../images/practice-areas.jpg")  -237px -471px no-repeat; }
#column-left #practice-areas-10 a:hover { background:url("../images/practice-areas.jpg")  -237px -522px no-repeat; }
#column-left #practice-areas-11 a:hover { background:url("../images/practice-areas.jpg")  -237px -573px no-repeat; }
#column-left #practice-areas-12 a:hover { background:url("../images/practice-areas.jpg")  -237px -624px no-repeat; }
#column-left #practice-areas-13 a:hover { background:url("../images/practice-areas.jpg")  -237px -675px no-repeat; }
#column-left #practice-areas-14 a:hover { background:url("../images/practice-areas.jpg")  -237px -726px no-repeat; }
#column-left #practice-areas-15 a:hover { background:url("../images/practice-areas.jpg")  -237px -777px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #column-left #practice-areas-01 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-02 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-03 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-04 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-05 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-06 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-07 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-08 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-09 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-10 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-11 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-12 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-13 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-14 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }
body#SPECIFY #column-left #practice-areas-15 { background:url("../images/practice-areas.jpg") -237px -30px no-repeat; }


/*-----------------------------------------------------------------------*/
/*--------------------- Last Modified --> 2006.11.20 --------------------*/
/*-----------------------------------------------------------------------*/


/* newsfeed elements
 * ------------------------------------------------------------------------- */

 /* Classes:
 * 
 *  .news-menu ---------------------- div wrapper for category drop-down select menu
 *
 *  .news-item ---------------------- div wrapper for each news item (headline/excerpt/body/etc)
 *      .open/.closed --------------- used with .news-item (class="news-item open") - switches with show/hide article
 *      .news-headline -------------- div wrapper for headline header
 *          .news-details ----------- paragraph that holds date & news source information
 *      .news-excerpt --------------- div wrapper for article lead paragraph
 *          .news-toggle-top -------- show/hide link
 *      .news-article --------------- full article body text
 *          .news-toggle-btm -------- show/hide link
 *
 */

#wrap-news-menu {
    width:495px;
    height:25px;
	margin:0 35px 10px 35px;
	padding:0;
    border-bottom:1px solid #000;
    }

	#wrap-news-menu form {
		margin:0;
		padding:0;
		width:495px;
	}

	#wrap-news-menu label {
		color:#000;
		margin:4px 0 0 0;
		padding:0;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		}

	#wrap-news-menu select {
		margin-left:144px;
		z-index:0;
		width:220px;
		}

a:link, a:visited	{ color:#056490; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#056490; text-decoration:none; outline:none; }

#wrap-news-feed {
	margin:0 0px 10px 5px;
	width:495px;
}

#wrap-news-feed .news-item {
	margin-left:31px;
	margin-bottom:25px;
	padding-left:0px;
    }

	#wrap-news-feed .news-item.open		{ border-left:1px solid #056490; }
	#wrap-news-feed .news-item.closed	{ border-left:1px solid #000; }

#wrap-news-feed .news-item ul {	padding-left:3px; list-style:none; }

#wrap-news-feed .news-item ul li {
	_position:relative;	/* to fix the IE bullet peekaboo pug */
	padding-left:9px;
	line-height:16px;
	list-style:none;
	background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
	}

#wrap-news-feed .news-item p.news-details {
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#41484F;
	border:none;
	background:transparent;
    }

#wrap-news-feed .news-item p.news-toggle-top {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:87px;
	font-size:10px;
    }

#wrap-news-feed .news-item p.news-toggle-btm {
    padding:0 0 0 0;
    width:87px;
    margin-left:0;
    margin-top:0;
    }

	#wrap-news-feed .news-item.open p.news-toggle-btm, #wrap-news-feed .news-item.open p.news-toggle-top		{ border-bottom:1px solid #ABACBB;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom:1px solid #000066;}

#wrap-news-feed .news-item p.news-toggle-btm a, #wrap-news-feed .news-item p.news-toggle-top a {
	font-size:10px;
	text-decoration:none;
	padding-left:0;
	margin-left:0;
    }

#wrap-news-feed .news-item .news-headline { margin-left:0px; }

#wrap-news-feed .news-item .news-headline h2 {
	margin:10px 0 0 0;
	padding:5px 5px 0 5px;
	font-weight:bold;
    }

#wrap-news-feed .news-item .news-excerpt { margin:5px 0 0 0; padding:0; }

#wrap-news-feed .news-item .news-excerpt p, #wrap-news-feed .news-item .news-article p {
	margin:0px 5px 7px 0;
	padding:0 5px 0 5px;
	color:#000;
    }

#wrap-news-feed .news-item p { border:none; background:transparent; }


/* end newsfeed elements
 * ------------------------------------------------------------------------- */

/* Blog */

h1.blog, .post {
	margin: 10px !important;
}

.post h3.title {
	margin: 0 !important;
	padding: 0;
}

.post .date, .post .meta {
	font-size: 11px;
}

.post .meta, .post .body, .post .feedback {
	padding-bottom: 10px;
}

.blog-menu {
	padding: 10px;
}

.blog-menu h2, .blog-menu p, .blog-menu ul {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.blog-menu ul li {
	float: none !important;
}