<!DOCTYPE html>
<html lang="en">
  <head>
	<!-- Google Tag Manager -->
	<script>
	document.addEventListener('DOMContentLoaded', () => {
		/** init gtm after 3500 seconds - this could be adjusted */
		setTimeout(initGTM, 3500);
	});
	document.addEventListener('scroll', initGTMOnEvent);
	document.addEventListener('mousemove', initGTMOnEvent);
	document.addEventListener('touchstart', initGTMOnEvent);

	function initGTMOnEvent (event) {
		initGTM();
		event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
	}

	function initGTM () {
		if (window.gtmDidInit) {
			return false;
		}
		window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
		const script = document.createElement('script');
		script.type = 'text/javascript';
		script.async = true;
		script.onload = () => { dataLayer.push({ event: 'gtm.js', 'gtm.start': (new Date()).getTime(), 'gtm.uniqueEventId': 0 }); } // this part ensures PageViews is always tracked
		script.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-5DDQV43';

		document.head.appendChild(script);
	}
	</script>
	<!-- End Google Tag Manager -->

	<!-- Delay scripts -->
	<script>
	const loadScriptsTimer = setTimeout(loadScripts, 5000);
	const userInteractionEvents = ["mouseover","keydown","touchmove","touchstart"
	];
	userInteractionEvents.forEach(function (event) {
		window.addEventListener(event, triggerScriptLoader, {
			passive: true
		});
	});

	function triggerScriptLoader() {
		loadScripts();
		clearTimeout(loadScriptsTimer);
		userInteractionEvents.forEach(function (event) {
			window.removeEventListener(event, triggerScriptLoader, {
				passive: true
			});
		});
	}
	function loadScripts() {
		document.querySelectorAll("script[data-type='lazy']").forEach(function (elem) {
			elem.setAttribute("src", elem.getAttribute("data-src"));
		});
		document.querySelectorAll("iframe[data-type='lazy']").forEach(function (elem) {
			elem.setAttribute("src", elem.getAttribute("data-src"));
		});
	}
	</script>
	<!-- End Delay scripts -->

	
<title>Experienced Personal Injury Attorneys in Colorado | Law Office of Stuart Mann</title>
<meta name="description" content="The Law Office of Stuart Mann are experienced personal injury attorneys in Colorado, Boulder, specializing in bicycle & auto accidents. Get in touch with us today.">
<meta name="keywords" content="experienced personal injury attorney,personal injury attorneys in colorado" />

<link rel="canonical" href="https://www.stuartmannlaw.com" />
<meta name="robots" content="INDEX, FOLLOW" />

<meta property="og:title" content="Experienced Personal Injury Attorneys in Colorado | Law Office of Stuart Mann" />
<meta property="og:description" content="The Law Office of Stuart Mann are experienced personal injury attorneys in Colorado, Boulder, specializing in bicycle & auto accidents. Get in touch with us today." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.stuartmannlaw.com" />
<meta property="og:image" content="https://www.stuartmannlaw.com/images/seo/mannmax-meta.jpg" />


<meta property="twitter:title" content="Experienced Personal Injury Attorneys in Colorado | Law Office of Stuart Mann" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:description" content="The Law Office of Stuart Mann are experienced personal injury attorneys in Colorado, Boulder, specializing in bicycle & auto accidents. Get in touch with us today." />
<meta property="twitter:image" content="https://www.stuartmannlaw.com/images/seo/mannmax-meta.jpg" />


	
		<link rel="apple-touch-icon" sizes="57x57" href="/dist/favicon/apple-icon-57x57.png" />
	<link rel="apple-touch-icon" sizes="60x60" href="/dist/favicon/apple-icon-60x60.png" />
	<link rel="apple-touch-icon" sizes="72x72" href="/dist/favicon/apple-icon-72x72.png" />
	<link rel="apple-touch-icon" sizes="76x76" href="/dist/favicon/apple-icon-76x76.png" />
	<link rel="apple-touch-icon" sizes="114x114" href="/dist/favicon/apple-icon-114x114.png" />
	<link rel="apple-touch-icon" sizes="120x120" href="/dist/favicon/apple-icon-120x120.png" />
	<link rel="apple-touch-icon" sizes="144x144" href="/dist/favicon/apple-icon-144x144.png" />
	<link rel="apple-touch-icon" sizes="152x152" href="/dist/favicon/apple-icon-152x152.png" />
	<link rel="apple-touch-icon" sizes="180x180" href="/dist/favicon/apple-icon-180x180.png" />
	<link rel="icon" type="image/png" sizes="192x192" href="/dist/favicon/android-icon-192x192.png" />
	<link rel="icon" type="image/png" sizes="32x32" href="/dist/favicon/favicon-32x32.png" />
	<link rel="icon" type="image/png" sizes="96x96" href="/dist/favicon/favicon-96x96.png" />
	<link rel="icon" type="image/png" sizes="16x16" href="/dist/favicon/favicon-16x16.png" />
	<link rel="manifest" href="/dist/favicon/manifest.json" />
	<meta name="msapplication-TileColor" content="#ffffff" />
	<meta name="msapplication-TileImage" content="/dist/favicon/ms-icon-144x144.png" />
	<meta name="theme-color" content="#ffffff" />
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
	
<script type="application/ld+json">
	{
	  "@context": "https://schema.org",
	  "@type": "Attorney",
	  "name": "The Law Office of Stuart Mann",
	  "image": "https://www.stuartmannlaw.com/images/seo/mannmax-meta.jpg",
	  "@id": "https://www.stuartmannlaw.com/",
	  "url": "https://www.stuartmannlaw.com/",
	  "telephone": "(303) 991-2233",
	  "address": {
		"@type": "PostalAddress",
		"streetAddress": "885 Arapahoe Ave",
		"addressLocality": "Boulder",
		"addressRegion": "CO",
		"postalCode": "80304",
		"addressCountry": "US"
	  },
	  "geo": {
		"@type": "GeoCoordinates",
		"latitude": 40.0130579,
		"longitude": -105.2830576
	  } ,
	  "sameAs": [
		"https://www.facebook.com/ManMaxLaw/",
		"https://www.linkedin.com/company/mann-&-maximon-llc/about/"
	  ] 
	}
</script>

	<link href="/dist/css/style.css?1679676265" rel="stylesheet" />
  </head>
  <body class="body">
	<!-- Google Tag Manager (noscript) -->
	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5DDQV43"
	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
	<!-- End Google Tag Manager (noscript) -->
	<div class="wrapper">
	  <div class="line-holder">
		<span></span>
		<span></span>
		<span></span>
	  </div>
	  <div class="master-head">
		<header class="header">
		  <div class="header-holder">
			<div class="line-holder">
			  <span></span>
			  <span></span>
			  <span></span>
			</div>
			<div class="container">
			  <div class="row">
				<div class="left-col">
				  <a href="https://www.stuartmannlaw.com/" class="logo">
					<img src="/dist/images/logo.svg" alt="Law Office of Stuart Mann" width="61" height="47" />
				  </a>
				</div>
				<div class="right-col">
				  <a href="#" class="nav-opener"><span>Menu opener</span></a>
				  <nav class="nav">
					<div class="menu-wrap">
					  <ul class="menu list-unstyled list-mobile-menu">
						<li class="hidden-for-large">
						  <a href="https://www.stuartmannlaw.com/">Home</a>
						</li>
						<li>
						  <a href="https://www.stuartmannlaw.com/our-firm">Our Firm</a>
						</li>
						<li>
						  <a href="#">Practice Areas</a>
						  <div class="drop-holder">
							<ul class="sub-menu list-unstyled">
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/bicycle-accidents">Bicycle Accidents</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/auto-accidents">Car Accidents</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/drunk-driving-accidents">Drunk Driving Accidents</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/motorcycle-accidents">Motorcycle Accidents</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/truck-accidents">Truck Accidents</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/wrongful-death">Wrongful Death</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/catastrophic-personal-injuries">Personal Injury</a></li>
							  <li><a href="https://www.stuartmannlaw.com/practice-areas/business-litigation">Business Litigation</a></li>
							</ul>
						  </div>
						</li>
					  </ul>
					  <ul class="menu list-unstyled">
						<li>
						  <a href="https://www.stuartmannlaw.com/news">News & Insights</a>
						</li>
						<li>
						  <a href="https://www.stuartmannlaw.com/contact">Contact</a>
						</li>
					  </ul>
					</div>
				  </nav>
				  <ul class="right-menu list-unstyled">
					<li class="hidden-for-small"><a href="tel:3039912233">Call (303) 991-2233</a></li>
					<li><a href="https://www.stuartmannlaw.com/free-consultation">Free Consultation</a></li>
				  </ul>
				</div>
			  </div>
			</div>
		  </div>
		</header>

		






		<div class="carousel-wrapper hero--carousel">
		  <div class="line-holder">
			<span></span>
			<span></span>
			<span></span>
		  </div>
		  <!-- Carousel -->

		  <div class="carousel">
			
			<div style="background-image: url(https://res.cloudinary.com/hype-legal/image/upload/t_mm_hero/mm/images/uploads/img01.jpg)">
			  <div class="container">
				<div class="row">
				  <div class="right-col">
					<div class="top-content">
					  <p class="title">Law Office of <br /> Stuart Mann</p>
					  <div class="text">
						<span class="sub-title">Trusted Counsel <br />& Proven Results</span>
					  </div>
					</div>
					<div class="bottom-content">
					  Avid cyclist, passionate litigator, and tenacious attorney. We have the strength, experience, and stamina to provide trusted counsel and proven results.
					</div>
				  </div>
				</div>
			  </div>
			</div>
			
			<div style="background-image: url(https://res.cloudinary.com/hype-legal/image/upload/t_mm_hero/mm/images/uploads/img03.jpg)">
			  <div class="container">
				<div class="row">
				  <div class="right-col">
					<div class="top-content">
					  <p class="title">Stuart Mann<br /> Law</p>
					  <div class="text">
						<span class="sub-title">Decades of Experience<br /> Securing Results</span>
					  </div>
					</div>
					<div class="bottom-content">
					  At the Law Office of Stuart Mann, we are accomplished litigators who prepare every case for trial. Our goal is to achieve the best results for every client.
					</div>
				  </div>
				</div>
			  </div>
			</div>
			
		  </div>
		  <div class="carousel-nav">
			<span class="slide-counter">01 / 02</span>
		  </div>
		  <!-- End Carousel -->
		  <a href="#main" class="down-link d-none d-lg-block"><span class="icon-down-arrow"></span></a>
		</div>
	  </div>

	  <div class="page-holder">
		<main class="main" id="main">
		  <section class="intro-block">
			<div class="container">
			  <div class="row">
				<div class="right-col">
				  <div class="row">
					<div class="right-col">
					  <h1>Experienced Personal Injury Attorney in Colorado</h1>
					</div>
				  </div>
				</div>
			  </div>
			  <div class="row">

				<div class="left-col d-none d-lg-block">
				  <div class="img-holder">
					<div class="img-content">
						<img data-src="https://res.cloudinary.com/hype-legal/image/upload/mm/images/uploads/stuart-mann-at-office.jpg" alt="the Law Office of Stuart Mann" class="lazyload" />
					  </div>
				  </div>
				</div>

				<div class="right-col">
				  <div class="row">
					<div class="right-col">
					  <p>Located in beautiful Boulder, CO, Stuart Mann has aggressively and successfully represented his clients&#39; best interests by collecting millions of dollars to compensate them for their injuries, damages and losses. With decades of experience securing results, Stuart carefully selects cases that match his approach to providing high-quality representation to a limited number of clients. His work ethic and attention to detail make him the right choice for your <a href="/practice-areas/catastrophic-personal-injuries">personal injury</a>&nbsp;and <a href="/practice-areas/business-litigation">business litigation</a> legal issues.</p>
					  <div class="link-wrapper">
						<div class="video-link-holder d-lg-none">
						  <a href="" data-fancybox="lightbox2" class="video-link">Our Video</a>
						</div>
						<div class="link-holder">
						  <a href="https://www.stuartmannlaw.com/our-firm" class="link">Learn More</a>
						</div>
					  </div>
					</div>
				  </div>
				</div>
			  </div>
			</div>
		  </section>
		  <section class="practice-block">
			<div class="container">
			  <div class="row">
				<div class="right-col">
				  <div class="row">
					<div class="col">
					  <h2>
						Practice <br />
						Areas
					  </h2>
					</div>
					<div class="col">
					  <ul class="practise-link list-unstyled">
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/bicycle-accidents">Bicycle Accidents </a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/auto-accidents">Car Accidents </a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/drunk-driving-accidents">Drunk Driving Accidents</a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/motorcycle-accidents">Motorcycle Accidents </a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/truck-accidents">Truck Accidents</a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/wrongful-death">Wrongful Death</a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/colorado-personal-injury-lawyer">Personal Injury </a></li>
						
						<li><a href="https://www.stuartmannlaw.com/practice-areas/business-litigation">Business Litigation</a></li>
						
					  </ul>
					</div>
				  </div>
				</div>
			  </div>
			</div>
		  </section>
		  <div class="carousel-wrapper">
			<div class="line-holder">
			  <span></span>
			  <span></span>
			  <span></span>
			</div>
			<div class="container">
			  <div class="row">
				<div class="right-col">
				  <div class="holder">
					<h2>
					  What Our Clients <br />
					  Are Saying
					</h2>
					<div class="carousel-holder">
					  <div class="carousel">
						
						<div>
						  <blockquote>
							<q>During the long months that followed my bicycling accident and resulting injuries -- my bike and I were run over by an SUV driver -- Stuart Mann was my closest and most trusted advisor. I can say without hesitation, their legal guidance and representation were consistently everything a client hopes for. But just as importantly, they were exceptionally kind, compassionate, and knowledgeable partners throughout all that transpired. Really, I cannot say enough about the firm. Good humans make good attorneys, and Stuart Mann is both.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>Stuart Mann is the embodiment of professionalism. Their staff's efficient and polite demeanor makes business interactions pleasant and quick. The team consistently evidenced a devotion to their clients, to their clients' interests, and to justice. They carry out this ethic calmly, respectfully, but firmly. On top of all this, Stuart has repeatedly given back to the community. Specifically, the firm has accompanied Cyclists 4 Community and its nonprofit mission since 2013 with both tangible and substantial support for making the community a better place in the first place.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>After my auto accident, I had to have my hip replaced. The insurance company said that my need for a hip replacement was not accident related. Stuart believed in me and my case and we were able to obtain the maximum amount available. His hard work helped change my life.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>Stuart Mann was amazing to work with. His firm took on our case and it was such a wonderful experience working with them and not having to worry about anything. The settlement that came through was so nice to have after being in a scary accident. We are happy we decided to work with them.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>When I lost my son in an automobile accident it was devastating. Stuart helped our family cope with the loss. His guidance and expertise in wrongful death cases was tremendous. He was respectful yet demanding in handling the case. While there is never enough money to bring back a lost child, Stuart made the defendants pay for their actions and recovered a huge amount of money to help our family. He did a great job.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>I was treated like a member of the family. They were always willing to answer my questions and help in any way they could. Best of all, they did a great job and we got a great settlement for my case.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>When we went to the settlement conference, I was ready to accept what was offered, but Stuart encouraged me to go to trial. He was not afraid of the insurance company or their lawyers. At trial, we received three times more than the insurance company offered us. I was very impressed with his trial skills.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>My car accident left me shattered, physically and mentally. Stuart’s offer of help came soon after I was released from intensive care, and he’s been on my side since. When you’re involved in a big accident, there are so many things you need to concentrate on, and it’s been a great comfort to know I don’t need to spend untold hours dealing with insurance companies or hospital billing departments. Thanks Stuart!</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>Stuart Mann worked so hard for me throughout my whole case and fought for the settlement that I deserved, not what was offered by insurance. They handled every facet of my case and made the whole process easy for me. I'm incredibly appreciative of his work.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>Having been the innocent victim of a head-on auto accident caused by texting while driving, I sought Stuart Mann’s legal counsel. From the outset he was fully dedicated to accompanying me through a lengthy recuperative process, using his skills, experience, and resources to achieve justice and adequate financial compensation on my behalf. His unconditional concern for my well-being and his involvement of time and effort on my behalf freed me from legal concerns and responsibilities, allowing me to focus my efforts and energy on physical and mental recovery. I strongly recommend Stuart Mann to anyone needing the legal services he offers.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>It has been over a year and a half since my brother’s bicycle accident with a car in Boulder, Colorado. The details of the accident were in my brother’s favor, as he was in the crosswalk traveling with traffic. His case was brought to several legal firms in Colorado, but none would take the case due to his mental disability and apparently unable to gain significant ‘compensation’. Fortunate for us, his case was eagerly accepted by Stuart Mann. My brother was treated respectfully and with care, without being discriminated against due to his disability. He won a sizable settlement all due to the detailed knowledge Mr. Mann has for the legal profession and his involvement in the biking community.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>Stuart Mann has represented me on numerous occasions over the past 9 years. They are fearless, tireless, and focused representatives. I add integrity and fairness to the recipe and I feel I have the best legal representation in Colorado. Trust in your attorney is key to believing you are getting the best possible legal representation…the Law Office of Stuart Mann has all of my trust.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
						<div>
						  <blockquote>
							<q>I always felt like the top priority of the firm and their team. They provided the best legal services for me throughout my case. Their office is professional, competent, and they also connected with me personally so that I genuinely felt supported.</q>
							<cite>-Client</cite>
						  </blockquote>
						</div>
						
					  </div>
					  <div class="carousel-nav top-right">
						<span class="slide-counter">01 / 013</span>
					  </div>
					</div>
				  </div>
				</div>
			  </div>
			</div>
		  </div>
		  

		  <!-- News Section -->
		  <section class="news-wrapper">
			<div class="container">
			  <div class="row">
				<div class="left-col">
				  <h2>
					News & <br />
					Insights
				  </h2>
				  <div class="d-none d-lg-block">
					<a href="https://www.stuartmannlaw.com/news" class="link">View all</a>
				  </div>
				</div>
				<div class="right-col">
				  <div class="post-carousel">
					
					<article class="news-post">
					  <a href="https://www.stuartmannlaw.com/news/largest-personal-injury-jury-trial-verdict-in-the-history-of-the-state-of-colorado">
						<div class="img-holder">
						  <img data-src="https://res.cloudinary.com/hype-legal/image/upload/t_mm_news_th/mm/images/uploads/iStock-1155488047.jpg" alt="Largest Personal Injury Jury Trial Verdict in the History of the State of Colorado" width="340" height="226" class="lazyload" />
						</div>
						<h3>Largest Personal Injury Jury Trial Verdict in the History of the State of Colorado</h3>
					  </a>
					  <time datetime="2021-11-10">Nov 10, 2021</time>
					</article>
					
					<article class="news-post">
					  <a href="https://www.stuartmannlaw.com/news/road-rage-remains-a-rising-issue-for-colorado-drivers">
						<div class="img-holder">
						  <img data-src="https://res.cloudinary.com/hype-legal/image/upload/t_mm_news_th/mm/images/uploads/road_rage.jpg" alt="Road Rage Remains a Rising Issue for Colorado Drivers" width="340" height="226" class="lazyload" />
						</div>
						<h3>Road Rage Remains a Rising Issue for Colorado Drivers</h3>
					  </a>
					  <time datetime="2022-11-1">Nov 01, 2022</time>
					</article>
					
					<article class="news-post">
					  <a href="https://www.stuartmannlaw.com/news/halloween-in-colorado-10-safety-tips-for-pedestrians-and-motorists">
						<div class="img-holder">
						  <img data-src="https://res.cloudinary.com/hype-legal/image/upload/t_mm_news_th/mm/images/uploads/happy_halloween.jpg" alt="Halloween in Colorado: 10 Safety Tips for Pedestrians and Motorists" width="340" height="226" class="lazyload" />
						</div>
						<h3>Halloween in Colorado: 10 Safety Tips for Pedestrians and Motorists</h3>
					  </a>
					  <time datetime="2022-10-27">Oct 27, 2022</time>
					</article>
					
				  </div>
				</div>
			  </div>
			</div>
		  </section>
		</main>
	  </div>

	  <footer class="footer">
		<div class="line-holder">
		  <span></span>
		  <span></span>
		  <span></span>
		</div>
		<div class="container">
		  <div class="row">
			<div class="col">
			  <h2>
				Law Office of <br />Stuart Mann
			  </h2>
			</div>
			<div class="col d-none d-md-block">
			  <ul class="footer-nav list-unstyled">
				<li><a href="https://www.stuartmannlaw.com/">Home</a></li>
				<li><a href="https://www.stuartmannlaw.com/our-firm">Our Firm</a></li>
				<li><a href="https://www.stuartmannlaw.com/news">News & Insights</a></li>
				<li><a href="https://www.stuartmannlaw.com/the-new-colorado-bicycle-laws">The New Colorado Bike Laws</a></li>
				<li><a href="https://www.stuartmannlaw.com/contact">Contact</a></li>
			  </ul>
			  <ul class="footer-nav list-unstyled">
				<li><a href="https://www.stuartmannlaw.com/disclaimer">Disclaimer</a></li>
				<li><a href="https://www.stuartmannlaw.com/privacy-policy">Privacy Policy</a></li>
			  </ul>
			</div>
			<div class="col d-none d-md-block">
			  <ul class="footer-nav list-unstyled">
				<li><a href="https://www.stuartmannlaw.com/practice-areas/bicycle-accidents">Bicycle Accidents</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/auto-accidents">Car Accidents</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/drunk-driving-accidents">Drunk Driving Accidents</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/motorcycle-accidents">Motorcycle Accidents</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/truck-accidents">Truck Accidents</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/wrongful-death">Wrongful Death</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/catastrophic-personal-injuries">Personal Injury</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/business-litigation">Business Litigation</a></li>
				<li><a href="https://www.stuartmannlaw.com/practice-areas/colorado-car-accident-attorney">Colorado Car Accidents</a></li>
			  </ul>
			</div>
			<div class="col">
			  <address>
				885 Arapahoe Ave <br />
				Boulder, CO 80304
			  </address>
			  <ul class="footer-nav list-unstyled">
				<li><a href="tel:3039912233">Call (303) 991-2233</a></li>
				<li><a href="https://www.stuartmannlaw.com/free-consultation">Free Consultation</a></li>
			  </ul>
			  <ul class="social-networks-footer list-unstyled">
				  <li>
					<a href="https://www.facebook.com/mannmaxlaw" target="_blank" rel="noreferrer"><span class="icon-facebook-footer"></span></a>
				  </li>
				  <li>
					<a href="https://www.instagram.com/mannmaxlaw/" target="_blank" rel="noreferrer"><span class="icon-instagram-footer"></span></a>
				  </li>
				  <li>
					<a href="https://www.linkedin.com/company/mann-&-maximon-law-firm-llc/" target="_blank" rel="noreferrer"><span class="icon-linkedin-footer"></span></a>
				  </li>
				</ul>
			</div>
		  </div>
		</div>
		<div class="bottom-holder">
		  <div class="container">
			<div class="row">
			  <div class="col">
				<span class="copyright"
				  >&copy; 2026 <a href="https://www.stuartmannlaw.com/">Law Office of Stuart Mann</a>. All Rights Reserved. <br />
				  Attorneys At Law &nbsp; · &nbsp; Boulder, CO</span
				>
				<br><br>
				<span class="copyright"
				  >Site by <a href="https://www.hypelegal.com" target="_blank" title="Hype Legal – Digital Marketing for Law Firms">Hype Legal</a></span
				>
			  </div>

			  <div class="col d-none d-lg-block">
				<ul class="logo-list list-unstyled">
				  <li>
					<a href="https://profiles.superlawyers.com/colorado/boulder/lawfirm/mann-and-maximon-llc/b63a53ea-7738-4608-9e50-8ddafe4affb8.html" target="_blank" rel="noreferrer">
					  <img src="/dist/images/supper-lawyers-logo.png" alt="Super Lawyers" width="172" height="24" />
					</a>
				  </li>
				  <li>
					<a href="https://www.nbtalawyers.org/" target="_blank" rel="noreferrer">
					  <img src="/dist/images/nbta-logo.png" alt="National Board of Trial Advocacy" width="60" height="60" />
					</a>
				  </li>
				  <li>
					<a href="https://www.milliondollaradvocates.com/" target="_blank" rel="noreferrer">
					  <img src="/dist/images/million-dollar-advocates-forum-logo.png" alt="Million Dollar Advocates Forum" width="60" height="60" />
					</a>
				  </li>
				</ul>
			  </div>
			</div>
		  </div>
		</div>
	  </footer>
	</div>
	<script defer src="/dist/js/runtime.js?1679676266"></script>
	<script defer src="/dist/js/vendors~app.js?1679676264"></script>
	<script defer src="/dist/js/app.js?1679676266"></script>

	<!-- Ngage Chat -->
	<script>(function(ng,a,g,e,l,i,ve){l = a.createElement(g),l.async=1,l.src=ng+e;var c=a.getElementsByTagName(g)[0];c.parentNode.insertBefore(l,c);var i=a.createElement('div');var ve='style';i.id='nGageLH',i[ve].position='fixed',i[ve].right='0px',i[ve].bottom='0px',i[ve].zIndex='5000',a.body&&a.body.appendChild(i);}('https://messenger.ngageics.com/ilnksrvr.aspx?websiteid=',document,'script','231-13-35-50-136-109-194-141'));</script>

  </body>
</html>