<style>
  
#bubble {
top:40px;
right:0;
position:absolute;
display:block;
height:28px;
background:url(images/bubble_right.gif) no-repeat right;
}

#bubble p {
display:block;
font-size:11px;
color:#fff;
height:28px;
padding:4px 12px 0 10px;
background:url(images/bubble_left.gif) no-repeat top left;
}

#content {
margin-top: 20px;
background: #fff!important;
float:left;
/*width:578px;*/
width:71%;
}

#content h2 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

#content h2 a {
text-decoration:none;
}

#content h2 a:hover {
text-decoration:underline;
}

#content h2.archive {
font-weight:normal;
font-size:22px;
color:#1c1c1c;
padding:0;
margin:5px 0 20px 0;
border:none;
text-align:left;
}

.comments {
color:#333;
margin:0 0 15px 0;
border-bottom:#bbb 1px solid;
}

.comments a {
background:#fff;
padding:0 7px 5px 0;
color:#333;
text-decoration:none;
}

.comments a:hover {
color:#c00;
}

.navigation {
background:#f9f9f9;
font-size:11px;
padding:5px 10px;
margin:0 0 20px 0;
border-top:#bbb 1px solid;
}

.navigation a {
color:#555;
font-weight:bold;
text-decoration:none;
}

.navigation a:hover {
color:#333;
text-decoration:none;
}

.main h3 {
font-size:16px;
font-weight:normal;
margin:0 0 15px 0;
}

.main img {
padding:2px;
border:#ddd 2px solid;
}

.main a img {
padding:2px;
border:#0085b5 2px solid;
}

.main a:hover img {
padding:2px;
border:#ca0002 2px solid;
}

.main p {
line-height:18px;
margin:0 0 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.meta {
background:#f3f3f3;
font-size:11px;
line-height:15px;
color:#333;
padding:5px 10px;
margin:0 0 30px 0;
border-top:#bbb 1px solid;
}

.signature {
float:left;
padding:0 15px 0 0;
border-right:#bbb 1px solid;
width:200px;
}

.tags {
float:left;
padding:0 0 0 15px;
width:440px;
}

#sidebar {
background: #323232;
border-bottom-right-radius: 30px;
margin-top: 20px;
font-size:12px;
float:right;
width:284px;
padding: 15px;
color: white;
}

#sidebar a {
	color: #DBA922;
}

#sidebar h3 {
display: block;
color: white;
font-size:14px;
margin:20px 0 10px 0;
}

#sidebar ul {
list-style:none;
padding: 0 0 0 20px;
margin: 0;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#author h3 {
margin:5px 0 5px 0;
}

#searchform {
margin:15px 0 0 0;
}

#searchform input {
background:#222;
font-size:11px;
margin:2px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
}

#searchform input:hover {
background:#333;
border:#999 1px solid;
color:#fff;
cursor:pointer;
}

#searchform #s {
background:#f6f6f6;
font-size:11px;
margin:2px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

#searchform #s:hover {
border:#c00 1px solid;
cursor:text;
}

input.searchfield {
background:#f6f6f6;
font-size:11px;
display:block;
margin:5px 0 8px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.searchfield:hover {
background:#eee;
color:#222;
}

input.submit {
background:#222;
font-size:11px;
display:block;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
}

input.submit:hover {
background:#333;
cursor:pointer;
border:#999 1px solid;
color:#fff;
}

input.subcom {
background:#eee;
font-size:11px;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#222;
}

input.subcom:hover {
background:#222;
cursor:pointer;
border:#888 1px solid;
color:#eee;
}

input.comment {
background:#f6f6f6;
font-size:11px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.comment:hover {
border:#c00 1px solid;
}

textarea {
background:#f6f6f6;
font-size:12px;
width:400px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

textarea:hover {
border:#c00 1px solid;
}

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:15px;
margin:0 0 10px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentlist {
font-size:12px;
list-style:none;
margin:10px 0 30px 0;
border-bottom:#bbb 1px solid;
}

.commentlist li {
border-top:#bbb 1px solid;
padding:0 0 10px 0;
}

.commentlist li.bypostauthor {
border-top:#bbb 5px solid;
background-color:#f3f3f3;
}

.comment_mod {
margin:10px 0 0 10px;
}

.comment_mod em {
background-color:#fff897;
padding:1px 3px;
}

.comment_author {
margin:10px 0;
float:right;
width:190px;
}

.comment_author img {
float:left;
margin:5px 12px 0 0;
}

.comment_author p {
line-height:20px;
}

.comment_author small {
font-size:11px;
}

.comment_text {
float:left;
width:470px;
margin:0 0 0 10px;
}

.comment_text p {
line-height:18px;
margin:7px 0;
}

.comment_meta {
font-size:12px;
}

#commentform p {
line-height:18px;
margin:0 0 15px 0;
}

blockquote {
background:url(images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}

.clear {
clear:both;
}

.warning p {
background:url(images/warning.gif) no-repeat left;
height:160px;
padding:20px 0 0 90px;
font-size:20px;
margin:0 0 0 10px;
}

#wp-calendar {
padding:10px 0 0 0;
font-size:12px;
}

#wp-calendar caption {
text-align:left;
padding:0 0 5px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 6px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

img.wp-smiley {
padding:0;
border:none;
}

input:focus, textarea:focus{
background-color:#ffc;
}

abbr {
border:none;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#content.group .main img{display:none!important;}
#cas_menu{display:none!important;}
#cas_menu ul li a{height:auto!important;}

  </style>
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Westport CT Medical Malpractice Lawyer &#124; Rich Raphael Attorney Blog &#187; Truck Accidents</title>
	<atom:link href="https://www.raphaellaw.com/personal-injury-blog/category/truck-accidents/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.raphaellaw.com/personal-injury-blog</link>
	<description></description>
	<lastBuildDate>Sat, 31 Oct 2020 11:46:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>New Technology May Help Decrease Tractor Trailer Accidents</title>
		<link>https://www.raphaellaw.com/personal-injury-blog/2015/07/21/decrease-tractor-trailer-accidents/</link>
		<comments>https://www.raphaellaw.com/personal-injury-blog/2015/07/21/decrease-tractor-trailer-accidents/#comments</comments>
		<pubDate>Tue, 21 Jul 2015 11:00:14 +0000</pubDate>
		<dc:creator><![CDATA[Staff Writer]]></dc:creator>
				<category><![CDATA[Car Accident]]></category>
		<category><![CDATA[Truck Accidents]]></category>
		<category><![CDATA[Westport Personal Injury Attorney]]></category>
		<category><![CDATA[driver safety]]></category>
		<category><![CDATA[Samsung technology]]></category>
		<category><![CDATA[tractor trailer accidents]]></category>
		<category><![CDATA[tractor trailer blind spot]]></category>
		<category><![CDATA[tractor trailer crashes]]></category>
		<category><![CDATA[Westport personal injury attorney]]></category>

		<guid isPermaLink="false">https://www.raphaellaw.com/personal-injury-blog/?p=852</guid>
		<description><![CDATA[<p>Most travelers dread driving around or near a tractor trailer. Big rigs can be intimidating because of their size, and can cause a legitimate uneasiness for those driving near one due to the dangers they may cause. Every year in the U.S., there are nearly 4,000 people killed in tractor trailer crashes, and almost more than 105,000 people are seriously [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog/2015/07/21/decrease-tractor-trailer-accidents/">New Technology May Help Decrease Tractor Trailer Accidents</a> appeared first on <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog">Westport CT Medical Malpractice Lawyer | Rich Raphael Attorney Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignright wp-image-888 size-full" style="margin: 5px;" src="https://www.raphaellaw.com/personal-injury-blog/wp-content/uploads/2015/07/tractor-trailer-accidents-Connecticut.jpg" alt="tractor trailer accidents, Westport Personal Injury Attorney" width="200" height="288" />Most travelers dread driving around or near a tractor trailer. Big rigs can be intimidating because of their size, and can cause a legitimate uneasiness for those driving near one due to the <a href="https://www.raphaellaw.com/car-accidents/truck-accidents">dangers</a> they may cause.</p>
<p>Every year in the U.S., there are nearly 4,000 people killed in <a href="http://www-nrd.nhtsa.dot.gov/Pubs/811868.pdf" target="_blank">tractor trailer crashes</a>, and almost more than 105,000 people are seriously injured. Over 300,000 tractor trailers are involved in accidents every year. According to figures released by the National Highway Traffic Safety Administration (NHTA), almost half of those accidents involve a truck and a vehicle both traveling straight at the time of the crash.</p>
<p>Being stuck behind a tractor trailer can be frustrating due to the massive size of the vehicle. Moreover, it can be impossible to see what is ahead or what is coming in the opposite direction because a tractor trailer can block one&#8217;s view entirely. However, new technology by one company may help solve this issue for many drivers.</p>
<p><strong>Samsung Technology Gives Cars a Better View </strong></p>
<p>Samsung, the company known for the manufacturing of televisions, phones, and other electronics, has begun <a href="hothardware.com/news/samsungs-revolutionary-see-through-trailer-concept-could-make-roads-safer" target="_blank">mounting giant screens</a> on the back of their company’s tractor trailers which gives the cars behind the truck a clear view of what is in front of the truck.</p>
<p>The screen is actually a video wall which uses four outside monitors. Wireless cameras are placed in the front of the truck and transmit to the monitors in real time. The technology enables drivers behind the tractor trailer to prepare for any situations which may be coming at them but are unable to see because of the truck&#8217;s size. Additionally, the screens enable drivers to see what is in the next lane, or coming at them from opposing traffic, therefore assisting when trying to pass the truck.</p>
<p>Samsung has been testing the screens in Argentina, where the accident fatality rate is extremely high. According to the country’s statistics, one person is killed every hour in a vehicle accident.</p>
<p><strong>A Compassionate Westport Personal Injury Attorney Can Help</strong></p>
<p>If you have been injured in an accident caused by a tractor trailer, please contact an experienced <a href="https://www.raphaellaw.com/contact">Westport personal injury attorney</a> to find out what compensation you may be entitled to for your pain and loss. We are here to help you.</p>
<p>The post <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog/2015/07/21/decrease-tractor-trailer-accidents/">New Technology May Help Decrease Tractor Trailer Accidents</a> appeared first on <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog">Westport CT Medical Malpractice Lawyer | Rich Raphael Attorney Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.raphaellaw.com/personal-injury-blog/2015/07/21/decrease-tractor-trailer-accidents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FMCSA Keeps Current Truck Driver Random Drug Testing Requirements</title>
		<link>https://www.raphaellaw.com/personal-injury-blog/2015/03/30/truck-driver-random-drug-testing-requirements/</link>
		<comments>https://www.raphaellaw.com/personal-injury-blog/2015/03/30/truck-driver-random-drug-testing-requirements/#comments</comments>
		<pubDate>Mon, 30 Mar 2015 11:00:04 +0000</pubDate>
		<dc:creator><![CDATA[Staff Writer]]></dc:creator>
				<category><![CDATA[Truck Accidents]]></category>
		<category><![CDATA[Westport Personal Injury Attorney]]></category>
		<category><![CDATA[Connecticut truck accident]]></category>
		<category><![CDATA[drug testing]]></category>
		<category><![CDATA[drug testing requirements]]></category>
		<category><![CDATA[random drug testing]]></category>
		<category><![CDATA[truck drivers]]></category>
		<category><![CDATA[Westport personal injury attorney]]></category>

		<guid isPermaLink="false">https://www.raphaellaw.com/personal-injury-blog/?p=705</guid>
		<description><![CDATA[<p>The Federal Motor Carrier Safety Administration (FMCSA) recently announced that the trucking industry will be required to continue with the same level of random drug testing in 2015 as was required in 2014. The FMCSA says its decision to continue to require truck companies to randomly drug test at least 50 percent of their drivers comes as [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog/2015/03/30/truck-driver-random-drug-testing-requirements/">FMCSA Keeps Current Truck Driver Random Drug Testing Requirements</a> appeared first on <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog">Westport CT Medical Malpractice Lawyer | Rich Raphael Attorney Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignright wp-image-714 size-full" style="margin: 5px;" src="https://www.raphaellaw.com/personal-injury-blog/wp-content/uploads/2015/03/truck-driver-Connecticut.jpg" alt="truck driver, random drug testing, Westport personal injury attorney" width="300" height="200" />The <a href="http://www.ttnews.com/articles/basetemplate.aspx?storyid=36939&amp;page=1" target="_blank">Federal Motor Carrier Safety Administration (FMCSA)</a> recently announced that the <a href="https://www.raphaellaw.com/car-accidents/truck-accidents">trucking industry</a> will be required to continue with the same level of random drug testing in 2015 as was required in 2014.</p>
<p>The FMCSA says its decision to continue to require truck companies to randomly drug test at least 50 percent of their drivers comes as a result of “the data from motor carrier industry-controlled substance lab test results, the 2012 drug and alcohol testing survey and additional investigations.”</p>
<p>The trucking industry had hoped that the FMCSA would drop their requirement of random drug testing to only 25 percent of truck drivers, which is the current requirement of other transportation industries, including public and marine. However, the FMCSA refused to lower the requirement for reasons, and included the following findings:</p>
<ul>
<li>Between 2011 and 2012, subsequent drug test results following an initial positive drug test increased by more than 4 percent;</li>
<li>Reasonable suspicion positive drug tests results had a five-fold increase in a three year period. In 2010, the increase was 5.6 percent. In 2012, that increase jumped to 37.2 percent;</li>
<li>There were 97,332 positive drug tests from independent Health and Human Services-certified laboratories which were reported to the federal Department of Transportation in 2012. This revealed an increase from the 95,427 positive tests reported in 2011. More than 80 percent of those drug tests came from FMCSA-regulated industries;</li>
<li>In almost one-fourth of the most recent compliant investigations, the violations reported involved serious alcohol and controlled substance abuse; and</li>
<li>In 2014, a two-week strike force targeting drivers who tested positive for drugs resulted in cases against 205 drivers. There was an additional 138 cases filed against transportation carriers. Drivers involved in these cases were responsible for operating vehicles which were transporting hazardous materials, as well as vehicles carrying passengers.</li>
</ul>
<p>Truck drivers who operate under the influence of drugs and/or alcohol put everyone else on the road in grave danger. If you have been injured in trucking accident, please contact an experienced <a href="https://www.raphaellaw.com/contact">Westport personal injury attorney</a> to discuss what legal compensation you may be entitled to for your pain and loss. Call Richard H. Raphael, Attorney at Law, at 203-226-6168 today to schedule your free consultation.</p>
<p>The post <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog/2015/03/30/truck-driver-random-drug-testing-requirements/">FMCSA Keeps Current Truck Driver Random Drug Testing Requirements</a> appeared first on <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog">Westport CT Medical Malpractice Lawyer | Rich Raphael Attorney Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.raphaellaw.com/personal-injury-blog/2015/03/30/truck-driver-random-drug-testing-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTSB Releases Truck Safety Recommendations</title>
		<link>https://www.raphaellaw.com/personal-injury-blog/2015/02/17/ntsb-releases-truck-safety-recommendations/</link>
		<comments>https://www.raphaellaw.com/personal-injury-blog/2015/02/17/ntsb-releases-truck-safety-recommendations/#comments</comments>
		<pubDate>Tue, 17 Feb 2015 12:00:55 +0000</pubDate>
		<dc:creator><![CDATA[Staff Writer]]></dc:creator>
				<category><![CDATA[Truck Accidents]]></category>
		<category><![CDATA[Westport Personal Injury Attorney]]></category>
		<category><![CDATA[commercial truck driver]]></category>
		<category><![CDATA[driver fatigue]]></category>
		<category><![CDATA[fatal truck accidents]]></category>
		<category><![CDATA[truck accidents]]></category>
		<category><![CDATA[truck safety recommendations]]></category>
		<category><![CDATA[Westport personal injury attorney]]></category>
		<category><![CDATA[wrongful death suit]]></category>

		<guid isPermaLink="false">https://www.raphaellaw.com/personal-injury-blog/?p=607</guid>
		<description><![CDATA[<p>The National Transportation Safety Board (NTSB) has issued a list of what they say should be safety priorities for 2015. According to the NTSB, there are over 100 truck safety recommendations that have been made by the agency, but highway regulators have failed to act on those recommendations, contributing to the number of truck accidents that [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog/2015/02/17/ntsb-releases-truck-safety-recommendations/">NTSB Releases Truck Safety Recommendations</a> appeared first on <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog">Westport CT Medical Malpractice Lawyer | Rich Raphael Attorney Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignright wp-image-611 size-full" style="margin: 5px;" src="https://www.raphaellaw.com/personal-injury-blog/wp-content/uploads/2015/02/truck-safety-Connecticut.jpg" alt="truck safety recommendations, Westport personal injury attorney" width="300" height="201" />The <a href="http://www.bloomberg.com/news/articles/2015-01-13/trucking-safety-should-be-made-a-higher-u-s-priority-ntsb-says" target="_blank">National Transportation Safety Board (NTSB)</a> has issued a list of what they say should be safety priorities for 2015. According to the NTSB, there are over 100 truck safety recommendations that have been made by the agency, but highway regulators have failed to act on those recommendations, contributing to the number of <a href="https://www.raphaellaw.com/car-accidents/truck-accidents">truck accidents</a> that occur every day.</p>
<p>There are more than two million commercial truck drivers on the nation’s roadways. There are also more than 4,000 people killed every year in truck crashes. One of the most publicized crashes from 2014 involved comedian Tracy Morgan, who was seriously injured when a commercial truck plowed into the limousine in which Morgan, along with five other people, were traveling. One person was killed in that crash. Walmart, the owner of the truck, <a href="http://www.people.com/article/jimmy-mack-death-walmart-case-tracy-morgan" target="_blank">recently settled a wrongful death suit</a> with the dead victim’s family. There are also criminal charges pending against the driver of that truck.</p>
<p>The NTSB’s statistics show that there has been a 17 percent increase in the number of fatal truck accidents, since 2009. One of the biggest causes of these accidents is driver fatigue. In the Morgan accident, police records show the driver had not slept for over 24 hours. The NTSB says that trucking companies should be putting policies into place that to not only ensure their drivers are not struggling with fatigue, but to also screen them for any sleep disorders which could also affect their driving.</p>
<p>The dangers of driver fatigue may play even more of a role in trucking accidents thanks to a move by Congress which did away with a regulation which prohibited truck drivers from working more than 82 hours in an eight day period.</p>
<p>Another issue the NTSB points out in their report is the lack of enforcing safety regulations. Too many trucks—more than 20 percent on the road—fail safety inspections. The agencies stresses there should be much more enforcement by highway regulators of these inspections.</p>
<p>If you have been injured in an accident caused by a commercial truck driver, contact an experienced <a href="https://www.raphaellaw.com/contact">Westport personal injury attorney</a> to find out what legal recourse you may have against the driver and company for your pain and loss.</p>
<p>The post <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog/2015/02/17/ntsb-releases-truck-safety-recommendations/">NTSB Releases Truck Safety Recommendations</a> appeared first on <a rel="nofollow" href="https://www.raphaellaw.com/personal-injury-blog">Westport CT Medical Malpractice Lawyer | Rich Raphael Attorney Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.raphaellaw.com/personal-injury-blog/2015/02/17/ntsb-releases-truck-safety-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
