<%@LANGUAGE="VBSCRIPT"%> <% if (Request.ServerVariables("server_name") = "www.whenlawyersneedlawyers.com") or (Request.ServerVariables("server_name") = "whenlawyersneedlawyers.com") Then Response.Redirect "http://www.jackscamp.com/practices.asp?data=6" End If %> <% if (Request.ServerVariables("server_name") = "www.whenlawyersneedlawyers.net") or (Request.ServerVariables("server_name") = "whenlawyersneedlawyers.net") Then Response.Redirect "http://www.jackscamp.com/practices.asp?data=6" End If %> <% if (Request.ServerVariables("server_name") = "www.whenlawyersneedlawyers.org") or (Request.ServerVariables("server_name") = "whenlawyersneedlawyers.org") Then Response.Redirect "http://www.jackscamp.com/practices.asp?data=6" End If %> <% Dim JCPractices Dim JCPractices_numRows Set JCPractices = Server.CreateObject("ADODB.Recordset") JCPractices.ActiveConnection = MM_JCData_STRING JCPractices.Source = "SELECT * FROM PracticeAreas where show = true ORDER BY Area" JCPractices.CursorType = 0 JCPractices.CursorLocation = 2 JCPractices.LockType = 1 JCPractices.Open() JCPractices_numRows = 0 %> <% Dim JCNews Dim JCNews_numRows Set JCNews = Server.CreateObject("ADODB.Recordset") JCNews.ActiveConnection = MM_JCData_STRING JCNews.Source = "SELECT * FROM qryNews2005 WHERE new = true and show = true and type = 'Firm News' ORDER BY Date DESC" JCNews.CursorType = 0 JCNews.CursorLocation = 2 JCNews.LockType = 1 JCNews.Open() JCNews_numRows = 0 %> <% Dim JCLocations Dim JCLocations_numRows Set JCLocations = Server.CreateObject("ADODB.Recordset") JCLocations.ActiveConnection = MM_JCData_STRING JCLocations.Source = "SELECT * FROM Locations ORDER BY Locations.Order ASC" JCLocations.CursorType = 0 JCLocations.CursorLocation = 2 JCLocations.LockType = 1 JCLocations.Open() JCLocations_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 JCPractices_numRows = JCPractices_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 JCNews_numRows = JCNews_numRows + Repeat2__numRows %> <% Dim Repeat3__numRows Dim Repeat3__index Repeat3__numRows = -1 Repeat3__index = 0 JCLocations_numRows = JCLocations_numRows + Repeat3__numRows %> Jackson & Campbell, P.C., D.C. law firm representing regional and national clients in dispute resolutions, including litigation, arbitration and mediation.
   

 

October 4, 2011

Insurance Practice Group

 

Richard W. Bryan (Chair)

Donald C. Brown, Jr.

Susan Knell Bumbalo

Arthur D. Burger

Kristan M. Cassidy

Michele L. Dearing

Timothy R. Dingilian

Christopher P. Ferragamo

Thomas Penfield Jackson

Robert N. Kelly

Timothy P. Kilgore

Jean C. Kissane

Warren Lutz

Daniel J. Lynn

Brian C. Malone

Erin N. McGonagle

James P. Schaller

Julie S. Selesnick

Paul D. Smolinsky

Cynthia G. Swann

Donald L. Uttrich

Marie L. VanDam

Kristen C. Vine

Noel Edward Warren



 

 

 

 

Loudin v. National Liability & Fire Ins. Co., et al.
(Bad Faith -- Sept. 22, 2011)

In Loudin v. National Liability & Fire Ins. Co., No. 35763 (W. Va. Sept. 22, 2011), the West Virginia Supreme Court of Appeals concluded that a bad faith cause of action filed by an injured claimant, who was also the insured under the policy at issue, could proceed with a bad faith action against his insurer arising from the handling of his claim. Thomas Loudin, with the assistance of his brother, was performing maintenance on his truck when, at some point, his brother accidently backed the truck over Thomas.  As a result of the accident, Thomas allegedly sustained severe and permanent injuries. The truck was insured under a policy issued by National Liability & Fire Insurance Company (“National”).  After the accident, Thomas Loudin filed a claim with National and was paid the limits of the Auto Medical Payments portion of the policy.  In addition, Thomas Loudin filed a claim under the Liability Coverage provision of the policy based upon the alleged negligence of his brother as a permissive operator of the truck when the accident occurred.  After an investigation, National denied the claim.  Thereafter, Thomas Loudin and his wife filed a negligence action against his brother and asserted claims against National for common law bad faith, breach of the insurance contract, breach of the implied duty of good faith and fair dealing, violations of the West Virginia Unfair Trade Practices Act, and the tort of outrage.  The Loudins settled with National to resolve the lawsuit against the brother but continued the bad faith aspect of the lawsuit.

National moved for summary judgment, arguing that the Loudins were third-party claimants and as such, are barred as matter of law from bringing their common law and statutory bad faith claims.  The circuit court granted summary judgment in favor of National on the grounds that the Loudins were asserting a common law third-party bad faith claim which is not recognized in West Virginia and a statutory third-party bad faith expressly prohibited since 2005 by W.Va. Code §33-11-4a.   The Loudins appealed.

As a matter of first impression, the West Virginia Supreme Court of Appeals reversed the circuit court’s grant of summary judgment in favor of National.  The Court found that, under the unique facts of the case, the Loudins’ bad faith cause of action has characteristics of both first-party and third-party bad faith claims.  In so ruling, the Court noted that:

when a policyholder files a claim with his insurer, alleging that a non-named insured under the same policy caused him injury, the policyholder is a first-party claimant in any subsequent bad faith action against his insurer arising from the handling the policyholder’s claim.

Noting West Virginia’s firm public policy to hold insurers accountable in a court of law when insurers wrongfully deny coverage to insureds who have paid premiums, the Court concluded that the circuit court’s rejection of Loudin as a first-party claimant “effectively terminated [his] right to seek legal redress for alleged improper handling” of the claim. 

For a copy of the September 22, 2011 decision, click HERE.

 

 

 

 

 

 

 
 

 

Jurisdictions:

District of Columbia

Maryland

Massachusetts

Pennsylvania

Virginia

West Virginia

 

 

 

Other Legal Updates:

News Alerts


To subscribe to any of our publications, click here.

 

 

 

 

Because each client’s situation must be evaluated on its own merits, taking into account all relevant circumstances, this case review must be understood as intended for general informational purposes only and should not be considered legal advice. Moreover, this case review is not intended to create nor does it constitute an attorney-client relationship.

 

 

 

 © 2011 Jackson & Campbell, P.C.

<% JCPractices.Close() Set JCPractices = Nothing %> <% JCNews.Close() Set JCNews = Nothing %> <% JCLocations.Close() Set JCLocations = Nothing %>