* {
   -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
} 

body {
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

a {
	color: #333;
}

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

#header {
	background-color: white;
}

#header_menu {
	background-color: #7f0d0c;
	background-image: url( '../img/header-gradient.png' );
	background-repeat: repeat-x;
	width: 100%;
}

#header_items {
	font-size: 1.0em;
	list-style: none inside none;
	margin: 0 auto;
	padding: 0;
}

#header_items > li {
	display: inline;
}

#header_items > li > a {
	border-left: 1px solid #8f3d3c;
	color: white;
	padding: 0.8em;
	text-decoration: none;
}

.sub_menu {
	display: none;
}

#logo {
	clear: both;
	font-size: 0.01em;
	height: 21px;
	margin: 0;
	padding: 10px 0;
	text-indent: -10000px;
	width: 100%;
}

#logo a {
	background-color: white;
	background-image: url( '../img/thompson-attorney-logo-mobile.png' );
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	font-size: 0.01em;
	height: 24px;
	text-indent: -10000px;
	width: 100%;
}

#page {
	background-color: white;
	padding-top: 0;
}

#page #content_wrap {
	margin: 0 auto;
	padding-bottom: 30px;
}

#page #left_menu {
	float: none;
}

#page #left_menu h2 {
	background: none;
	color: #7f0d0c;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: left;
}

#page #left_menu ul {
	list-style: none inside none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#page #left_menu ul li {
	margin: 0;
	padding: 5px 0 0 0;
}

#page #left_menu ul li a {
	color: #333;
	text-decoration: none;
}

#page #left_menu ul li a:hover {
	text-decoration: underline;
}

#page #content {
	margin: 0;
	padding: 10px;
}

#content img.right {
	float: none;
	margin: 10px auto;
}

#page #content h2 {
	color: #7f0d0c;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}

#footer {
	background-color: #dfd8bd;
	background-image: url( '../img/footer-shadow.png' );
	background-repeat: repeat-x;
	color: #7f0d0c;
	clear: both;
	font-size: 0.8em;
	padding: 20px;
}

#footer p {
	margin: 10px auto;
	padding-left: 10px;
	max-width: 770px;
}
