/*--------------------- 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:#1b222b url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#252f3c;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.3em; color:#000; }
h2	{ font-size:1.2em; color:#D95E00; }
h3	{ font-size:1.1em; color:#D95E00; }

a:link,a:visited	{ color:#b85a10; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#b85a10; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

/* ------------------------ 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:#eff2f2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #9ea9af;
	color:#252f3c;
	width:240px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main, #wp_commentform { margin:20px 0 10px 0; }

#contact-main label, #wp_commentform label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select,
#wp_commentform label input, #wp_commentform label textarea, #wp_commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select, #wp_commentform label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea, #wp_commentform label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main, input#wp_searchsubmit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	
input#wp_submit { 
	width:115px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main, input#wp_submit { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:878px;
	margin:0 auto;
	text-align:left;
	}
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:878px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap-img {
	background:url("../images/bottom-img-index.jpg") bottom no-repeat;
	width:878px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:878px;
	margin:0 auto;
	text-align:left;
	}

body#thankyou #wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:878px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:80px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:10px;
	width:398px;
	top:15px;
	height:55px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:584px;
	float:left;
	padding-bottom: 25px;
	}
body#index #column-left {
	width:296px;
	float:left;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left ol, #column-left dl {
		margin:0px 16px 10px 32px;
		}

	#column-left form { margin-left:30px; } /* set form margin here */

	/* single 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 */
			}
			
	#column-left ol { padding-left:35px; }
		#column-left ol li { 
			list-style:decimal;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi 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:294px;
	float:left;
	padding-bottom: 170px;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 30px 10px 20px;
		}

	#column-right form { margin-left:20px; }
	#column-right #wp_searchform { margin-left:0; }
	#column-right ul#wp_sidebar { padding-left:0; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right 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 */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi 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;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right 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-center framework ------------------------ */
#column-center {
	width:288px;
	float:left;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0px 16px 10px 19px;
		}


	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center 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 */
			}

	/* multi column list */
	#column-center ul.multi { padding-left:5px; } 
		#column-center ul.multi 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;
			line-height:20px; 
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:289px; width: 854px;  background: #ffffff url("../images/flash-header.jpg") no-repeat; padding: 6px 12px 0px 12px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #000;}
	#header-flash a:link, #header-flash a:visited {color: #b85a10;}
	#header-flash a:hover, #header-flash a:active {color: #000;  text-decoration: none;}

#header-graphic { height:295px; background:url("../images/header-graphic-03.jpg");} /* sets height for all non-flash headers */
body.motorcycle #header-graphic { height:295px; background:url("../images/header-graphic-02.jpg");} /* sets height for all non-flash headers */
body.about #header-graphic { height:295px; background:url("../images/header-graphic-04.jpg");} /* sets height for all non-flash headers */

/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead {
padding-top: 90px;
}
	
	body#richard-troutman #subhead { background:url("../images/subhead-troutman.jpg") top no-repeat; }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.jpg") top no-repeat; }
	body#firm #subhead { background:url("../images/subhead-firm.jpg") top no-repeat; }
	body#motorcycle-accidents #subhead { background:url("../images/subhead-motorcycle-accidents.jpg") top no-repeat; }
	body#culture #subhead { background:url("../images/subhead-culture.jpg") top no-repeat; }
	body#motorcycle-laws #subhead { background:url("../images/subhead-motorcycle-laws.jpg") top no-repeat; }
	
	body#auto #subhead { background:url("../images/subhead-auto.jpg") top no-repeat; }
	body#auto-types #subhead { background:url("../images/subhead-auto-types.jpg") top no-repeat; }
	body#truck #subhead { background:url("../images/subhead-truck.jpg") top no-repeat; }
	body#auto-injuries #subhead { background:url("../images/subhead-auto-injuries.jpg") top no-repeat; }
	body#insurance #subhead { background:url("../images/subhead-insurance.jpg") top no-repeat; }
	body#what #subhead { background:url("../images/subhead-what.jpg") top no-repeat; }
	body#defective #subhead { background:url("../images/subhead-defective.jpg") top no-repeat; }
	
	body#personal #subhead { background:url("../images/subhead-personal.jpg") top no-repeat; }
	body#product #subhead { background:url("../images/subhead-product.jpg") top no-repeat; }
	body#wrongful #subhead { background:url("../images/subhead-wrongful-death.jpg") top no-repeat; }
	body#brain #subhead { background:url("../images/subhead-brain-injury.jpg") top no-repeat; }
	body#spinal-cord #subhead { background:url("../images/subhead-spinal-cord.jpg") top no-repeat; }
	body#leg #subhead { background:url("../images/subhead-leg.jpg") top no-repeat; }
	body#med-mal #subhead { background:url("../images/subhead-medical-malpractice.jpg") top no-repeat; }
	body#nursing-home #subhead { background:url("../images/subhead-nursing.jpg") top no-repeat; }
	body#additional #subhead { background:url("../images/subhead-additional.jpg") top no-repeat; }
	
	
	body#news #subhead { background:url("../images/subhead-news.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.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; height: 300px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	
#subhead-index {
	padding-top: 18px;
}
	body#index #subhead-index { background:url("../images/subhead-index-copy.jpg") top no-repeat; }
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	padding-top:90px;
	background:url("../images/title-contact-index.jpg") top no-repeat;
	}
#title-contact-index {
	padding-top:18px;
	background:url("../images/title-contact-index-copy.jpg") top no-repeat;
	}
body#contact #title-contact, body#thankyou #title-contact {
	background:url("../images/title-call.jpg") top no-repeat;
	}
	
#title-media-center {
	
	height: 245px;
	position:relative;
	}

#column-center h2#title-troutman {
	padding-top:20px;
	}
#column-left h2#title-accident {
	padding-top:20px;
	}
#column-center h2#title-what-to-do {
	padding-top:20px;
	}
#column-left h2#title-accident-injuries {
	padding-top:20px;
	}
	
#verdicts-settlements {
	height: 52px;
	margin-top: 10px;
	}
#btn-video-inset {
	background: url("../images/btn-video-inset.jpg") top no-repeat;
	height: 24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 242px;
	}
	#btn-video-inset a {
		color: #FFFFFF;
		font-size:15px;
		font-family: Helvetica;
		font-weight: bold;
		}
/* ------------------------------------- NEWSFEED ---------------------------------------- */
#newsfeed {
	height: 30px;
	background: url("../images/newsfeed-bg.jpg") top no-repeat;
	}
/* ------------------------------------ video btn -----------------------*/

#video-web-btn {
	height: 60px;
	background: url(../images/video-web-btn.jpg) top no-repeat;
	}
#index-video-web-btn {
	height: 245px;
	width: 296px;
	background: url(../images/title-media-center-index.jpg) top no-repeat;;
	}
	
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:200px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: 50px;
			left: 20px;
			width: 250px;
			height: 100px;
			}
		#click-to-call a:hover {
				background:url("../images/click-to-call.jpg") -200px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:28px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:878px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#eff2f2;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ffffff; text-decoration: none; }
#footer a:hover, #footer a:active { color:#eff2f2; text-decoration: underline; }

#footer ul {margin-bottom: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 */
		display: inline;
		border-left: 1px solid #eff2f2;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:878px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 57px; margin-left: 22px;}
#nav-02 { width: 74px;}
#nav-03 { width: 144px;}
#nav-04 { width: 152px;}
#nav-05 { width: 106px;}
#nav-06 { width: 87px;}
#nav-07 { width: 148px;}
#nav-08 { width: 66px;}

/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -22px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -79px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -153px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -297px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -449px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -555px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -642px -34px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -790px -34px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -22px -34px no-repeat; }
body.about #nav-02 { background:url("../images/nav.jpg") -79px -34px no-repeat; }
body.motorcycle #nav-03 { background:url("../images/nav.jpg") -153px -34px no-repeat; }
body.auto-trucking #nav-04 { background:url("../images/nav.jpg") -297px -34px no-repeat; }
body.personal #nav-05 { background:url("../images/nav.jpg") -449px -34px no-repeat; }
body#news #nav-06 { background:url("../images/nav.jpg") -555px -34px no-repeat; }
body#verdicts #nav-07 { background:url("../images/nav.jpg") -642px -34px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -790px -34px no-repeat; }



/* ------------------------ DROP DOWNS ------------------------------------- */
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#d56208;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #ffffff;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#4c5f6d;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:150px; }	
#nav-03 ul, #nav-03 li { width:180px; }		
#nav-04 ul, #nav-04 li { width:200px; }
#nav-05 ul, #nav-05 li { width:200px; }		

/* ------------------------ PRACTICE AREAS NAV-1 ------------------------ */
#practice-areas-1 { 
	background:url("../images/practice-areas-nav-1.jpg") no-repeat; 
	width:878px; 
	height:130px; 
	margin:0;
	padding:0; 
	}

#practice-areas-1 span { display: none; }

#practice-areas-1 li, #practice-areas-1 a { height:130px; display:block; } /* change height here also */

#practice-areas-1 li { float:left; list-style:none; _display:inline; }

#practice-areas-1-01 { width: 139px; margin-left: 25px;}
#practice-areas-1-02 { width: 138px;}
#practice-areas-1-03 { width: 138px;}
#practice-areas-1-04 { width: 137px;}
#practice-areas-1-05 { width: 137px;}
#practice-areas-1-06 { width: 136px;}

/*-------------- (-79px) X position of button / (-130px) height of image from above ------------- */
#practice-areas-1-01 a:hover { background:url("../images/practice-areas-nav-1.jpg")  -25px -130px no-repeat; }
#practice-areas-1-02 a:hover { background:url("../images/practice-areas-nav-1.jpg") -164px -130px no-repeat; }
#practice-areas-1-03 a:hover { background:url("../images/practice-areas-nav-1.jpg") -302px -130px no-repeat; }
#practice-areas-1-04 a:hover { background:url("../images/practice-areas-nav-1.jpg") -440px -130px no-repeat; }
#practice-areas-1-05 a:hover { background:url("../images/practice-areas-nav-1.jpg") -577px -130px no-repeat; }
#practice-areas-1-06 a:hover { background:url("../images/practice-areas-nav-1.jpg") -714px -130px no-repeat; }

/* ------------------------ PRACTICE AREAS NAV-2 ------------------------ */
#practice-areas-2 { 
	background:url("../images/practice-areas-nav-2.jpg") no-repeat; 
	width:878px; 
	height:166px; 
	margin:0;
	padding:0; 
	}

#practice-areas-2 span { display: none; }

#practice-areas-2 li, #practice-areas-2 a { height:130px; display:block; margin-bottom: 36px; } /* change height here also */

#practice-areas-2 li { float:left; list-style:none; _display:inline; position:relative; }

#practice-areas-2-01 { width: 139px; margin-left: 25px;}
#practice-areas-2-02 { width: 138px;}
#practice-areas-2-03 { width: 138px;}
#practice-areas-2-04 { width: 137px;}
#practice-areas-2-05 { width: 137px;}
#practice-areas-2-06 { width: 136px;}

/*-------------- (-79px) X position of button / (-166px) height of image from above ------------- */
#practice-areas-2-01 a:hover { background:url("../images/practice-areas-nav-2.jpg")  -25px -166px no-repeat; }
#practice-areas-2-02 a:hover { background:url("../images/practice-areas-nav-2.jpg") -164px -166px no-repeat; }
#practice-areas-2-03 a:hover { background:url("../images/practice-areas-nav-2.jpg") -302px -166px no-repeat; }
#practice-areas-2-04 a:hover { background:url("../images/practice-areas-nav-2.jpg") -440px -166px no-repeat; }
#practice-areas-2-05 a:hover { background:url("../images/practice-areas-nav-2.jpg") -577px -166px no-repeat; }
#practice-areas-2-06 a:hover { background:url("../images/practice-areas-nav-2.jpg") -714px -166px 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:450px;
    height:25px;
	margin:0 20px 10px 35px;
	padding:0;
    border-bottom:1px solid #d56208;
    }

	#wrap-news-menu form {
		margin:0;
		padding:0;
		width:450px;
	}

	#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:155px;
		z-index:0;
		width:160px;
		}

a:link, a:visited	{ color:#b85a10; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#b85a10; text-decoration:none; outline:none; }

#wrap-news-feed {
	margin:0 0px 10px 5px;
	width:450px;
}

#wrap-news-feed .news-item {
	margin-left:20px;
	margin-bottom:25px;
	padding-left:0px;
    }

	#wrap-news-feed .news-item.open		{ border-left:1px solid #fff; }
	#wrap-news-feed .news-item.closed	{ border-left:1px solid #425361; }

#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:2px solid #fff;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom:1px solid #425361;}

#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
 * ------------------------------------------------------------------------- */
#vms-lightwindow-link{display:none;}

/* ------------------------ blog styles ------------------------ */
#btn-blog {
	background:url("../images/btn-blog.jpg") top no-repeat;
	position:relative;
	height:59px;
	}
	#btn-blog a {
		position:absolute;
		height:36px;
		width:243px;
		top:12px;
		left:21px;
		}
		#btn-blog a:hover {
			background:url("../images/btn-blog.jpg") -21px -71px;
			}
