body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px; 
	background: #ffffff url("images/bg-b.jpg") repeat-x left top;
}

body, div, dl, dt, dd, ul, ol, li, pre, p, h1, h2, h3, h4,
form, fieldset, input, table, th, tr, td, embed, object {
	padding: 0;
	margin: 0; 
}

blockquote {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	margin: 0px; 
	text-align: left;
}

a {
	color: #7D2200;
	text-decoration: none;
}

a:hover {
	color: #BF3500;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color: #37322e;
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	font-weight: bold;
	text-align: left;
	background: url("images/h1.gif") no-repeat left bottom;
	letter-spacing: 3px;
}

h1 a {
	color: #37322e;
}

h1 a:hover {
	color: #615852;
}

#blue-text {
	color: #1868a6;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	line-height: 13px;
	color: #224253;
	font-weight: bold;
	font-style:italic;
	margin: 15px 0px 10px 5px;
	text-align: left;
}

h2 a {
	color: #224253;
	font-weight: normal;
}

h2 a:hover {
	color: #7D2200;
}

h3 {
	line-height: 14px;
	font-size: 14px;
	color: #471400;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align:left;
	margin: 25px 0px 10px 0px;
	text-decoration: underline;
}

h3 a {
	color: #471400;
	font-weight: normal;
	text-decoration: underline;
}

h3 a:hover {
	color: #7D2200;
}

h4 {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: center;
}

h5 {
	font-size: 16px;
	line-height: 18px;
	color: #3B5C6D;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
}



#top-header {
	height: 102px;
	width: 900px;
	background: url("images/breyer-law.jpg") no-repeat left top;
}

#t-menu {
	height: 25px;
	width: 898px;
	margin: 0px 0px 0px 1px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	height: 25px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav a {
	display: block;
	line-height: 25px;
	height: 25px;
	width: 112px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url("images/tab.jpg") no-repeat left top;
}

#nav a:hover {
	color: #de9938;
}

#nav li { /* all list items */
	float: left;
	line-height: 25px;
	height: 25px;
	width: 112px;
}

#flash {
	background: url("images/flash-bg.jpg") no-repeat left top;
	width: 900px;
	height: 151px;
	margin: 0px 0px 17px 0px;
}

#personal-injury {
	width: 900px;
	vertical-align: text-top;
	vertical-align: top;
}

#personal-injury-attorneys {
	width: 230px;
	vertical-align: text-top;
	vertical-align: top;
}

#personal-injury-lawyers {
	width: 670px;
	vertical-align: text-top;
	vertical-align: top;
	background: #f4f4e3 url("images/pillars.jpg") no-repeat left bottom;
}

#practice-area {
	width: 220px;
	height:45px;
	background: url("images/more-info.jpg") no-repeat left top;
}

#practice {
	width: 220px;
	background: url("images/practice-areas.gif") repeat-x left top;
	text-align: left;
	height: 130px;
	text-transform:capitalize;
}

#practice ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	margin: 0px 0px 0px 23px;
	}

	
#practice ul li {
	position: relative;
	background: url("images/divider1.gif") no-repeat bottom left;
}

#practice li ul {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
}

#practice ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	height:23px;
	line-height: 23px;
	width: 175px;
	padding: 0px 0px 0px 13px;
	text-align: left;
	font-weight: bold;
	}
	
#practice ul li a:hover {
	color: #ffffff;
	background: url("images/arrow.gif") no-repeat 2px 8px;
}
	
#practice li:hover ul, li.over ul { 
	display: block;
	}

#nav2 li ul { /* second-level lists */
	background: #5E879B;
	width: 175px;
	padding: 3px 0px 10px 0px;
	border: 2px solid #48697a;
}
	
#nav2 li ul a{ /* second-level lists */
	color: #ffffff;
	text-align: left;
	width: 150px;
	line-height: 20px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 13px;
}

#nav2 li ul a:hover{ /* second-level lists */
	color: #ffffff;
	background: url("images/arrow.gif") no-repeat 2px 6px;
}

#nav2 li ul li{ 
	text-align: left;
	line-height: 20px;
	background: url("images/divider2.gif") no-repeat 10px bottom;
}
/* Fix IE. Hide from IE Mac \*/
* #practice ul li { float: left; height: 1%; }
* #practice ul li a { height: 1%; }
/* End */

#case-review {
	width: 220px;
	height: 99px;
	background: url("images/case-review.jpg") no-repeat left top;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color: #fffefe;
	font-weight: bold;
	text-align:left;
}

#case-review p {
	margin: 0px 16px 0px 16px;
	padding: 41px 0px 0px 0px;
}

#case-review a {
	color: #ffffe4;
	text-decoration: underline;
}

#case-review a:hover {
	color: #FFAF91;
}

#blog {
	width: 220px;
	height: 43px;
	background: url("images/blog.jpg") no-repeat left top;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color: #112d3c;
}

#blog p {
	margin: 4px 0px 0px 39px;
}

#blog a {
	color: #112d3c;
	text-decoration: underline;
}

#blog a:hover {
	color: #000000;
}

#flash-tes {
	width: 220px;
	height: 136px;
	margin: 5px 0px 0px 0px;
	background: url("images/testimonials.jpg") no-repeat left top;
}

#more-info {
	width: 220px;
	height: 411px;
	margin: 0px 0px 0px 0px;
	background: url("images/personal-injury.jpg") no-repeat left top;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#more-info a {
	color:#FFFFFF;
}

#more-info a:hover {
	color:#cccccc;
}

#newsletter {
	width: 130px;
	height: 29px;
	margin: 58px 0px 0px 0px;
	text-align: right;
	line-height: 14px;
	float: left;
}

#mark {
	width: 168px;
	height: 18px;
	margin: 11px 0px 0px 0px;
	text-align: right;
	line-height: 18px;
	float: left;
}

#alexis {
	width: 176px;
	height: 18px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	line-height: 18px;
	float: left;
}

#call-now {
	width: 200px;
	height: 125px;
	margin: 72px 0px 0px 0px;
	text-align: right;
	float: left;
	line-height: 24px;
	font-size:14px;
}

#espanol-text {
	color: #d8f5ff;
	padding: 0px 30px 0px 0px;
}

#email-print {
	width: 220px;
	height: 20px;
	margin: 54px 0px 0px 0px;
	line-height: 12px;
	float: left;
	font-size: 10px;
	text-align: center;
}
#button1 {
	background: #8f8677 url("images/print.jpg") no-repeat bottom left;
	width: 110px;
	height: 20px;
	line-height: 12px;
	text-align:right;
	padding: 0px 0px 0px 15px;
}

#button2 {
	background: #8f8677 url("images/mail.gif") no-repeat bottom left;
	width: 110px;
	height: 20px;
	line-height: 12px;
	text-align:right;
	padding: 0px 0px 0px 15px;
}

#injury-law-firm {
	width: 193px;
	height: 1135px;
	float: right;
	margin: 10px 14px 0px 0px;
}

#injury-law-firm2 {
	width: 193px;
	height: 1230px;
	float: right;
	margin: 10px 14px 0px 0px;
}

#book {
	width: 193px;
	height: 300px;
	background: url("images/book.jpg") no-repeat bottom left;
}

#book-link {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2e7486;
	padding: 10px 0px 0px 0px;
}

#book-link a {
	color: #2e7486;
	text-decoration: underline;
}

#book-link a:hover {
	color: #1C4651;
}

#book-text {
	padding: 200px 23px 0px 23px;
	color: #FFFFFF;
	font-size: 10px;
}

#contact {
	width: 193px;
	background: #8f8677 url("images/contact2.jpg") no-repeat top left;
	margin: 11px 0px 0px 0px;
	color: #FFFFFF;
	text-align: left;
}

#contact-text {
	width: 193px;
	text-align: center;
	padding: 65px 0px 0px 0px;
}

#contact-form {
	width: 142px;
	margin: 0px 0px 0px 26px;
	line-height: 18px;
}

input, textarea {
	background: #FFFFFF url("images/form-back.gif") no-repeat left top;
	border: 1px solid #FFFFFF;
	font-size: 11px;
}

.button {
	width: 46px;
	height: 15px;
	background: #ffffff url("images/button.gif") no-repeat top left;
	font-size: 11px;
	line-height: 12px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.form-text {
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
}

#television {
	width: 193px;
	height: 94px;
	background: #ffffff url("images/tv-appearance.jpg") no-repeat top left;
	margin: 6px 0px 0px 0px;
	color: #635c57;
}

#television a{
	color: #635c57;
	text-decoration: underline;
}

#television a:hover {
	color: #3A3734;
}

#tv-text {
	padding: 73px 0px 0px 73px;
}

#case-results {
	width: 193px;
	height: 35px;
	background: url("images/case-results.gif") no-repeat 24px 13px;
	margin: 0px 0px 0px 0px;
}

.case-result {
	width: 193px;
	height: 33px;
	background: url("images/case-result.gif") no-repeat left top;
	margin: 3px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}

.case-result p {
	padding: 5px 0px 0px 0px;
}

.amount {
	color: #ffffe1;
}

#more-results {
	width: 193px;
	height: 21px;
	background: url("images/divider3.gif") no-repeat left bottom;
	text-align: center;
}

#more-results p {
	padding: 4px 0px 0px 0px;
}

#flash {
		width: 900px;
		height: 151px;
		text-align: left;
}

#flash-movie {
	text-align: center;
	margin: 15px 0px 0px 0px;
}

#content {
	width: 642px;
	line-height: 12px;
	text-align:justify;
	margin: 0px 0px 0px 30px;
}

#contents {
	width: 420px;
	font-size: 12px;
	line-height: 18px;
}

#contents p {
	margin: 11px 10px 11px 0px;
}

#contents ol {
	margin: 5px 40px 5px 20px;
}

#contents ol li {
	margin: 0px 0px 0px 10px;
}

#contents ul {
	margin: 5px 40px 5px 10px;
}

#content ul li {
	margin: 0px 0px 0px 10px;
}

#content ul li {
	margin: 0px 0px 0px 10px;
}

#content td {
padding: 5px 5px 5px 5px;
}

#home-list ul {
	margin: 5px 0px 5px 25px;
}

#home-list ul li {
	margin: 0px 40px 0px 10px;
}

#references {
	margin: 26px 0px 0px 0px;
}

#bmenu {
	height: 32px;
	width: 670px;
	line-height: 32px;
	margin: 30px 0px 0px 0px;
	clear: both;
	color: #37322e;
	font-size: 12px;
	text-align: center;
}

#bmenu a {
	color: #37322e;
	padding: 0px 15px 0px 15px;
}

#bmenu a:hover {
	color: #471400;
}

#disclaimer {
	background: #cec7bb;
	color: #ffffff;
	margin: 5px 0px 0px 0px;
	padding: 6px 0px 13px 0px;
}

#disc {
	width: 872px;
	text-align: justify;
	font-size: 10px;
}

#disc p {
	padding: 7px 0px 7px 0px;
}

#disc a {
	color: #234354;
	text-decoration: underline;
}

#disc a:hover {
	color: #7D2200;
}

#subhead {
	padding: 0px 10px 0px 10px;
}

#injury-blog {
	width: 220px;
	height:45px;
	background: url("images/injury-blog.jpg") no-repeat left top;
}

#personal-injury-blog {
	width: 220px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 5px 0px;
	background: url("images/practice-areas.gif") repeat-x left top;
}

#search-box {
	text-align: right;
	color: #FFFFFF;
	margin: 5px 23px 0px 0px;
}

.h7 {
	text-align: right;
	color: #FFFFFF;
	margin: 25px 23px 5px 20px;
	background: url("images/divider1.gif") no-repeat 10px bottom;
}

.h7 a {
	color: #FFFFFF;
}

.h7 a:hover {
	color: #cccccc;
}

.h6 {
	text-align: right;
	color: #FFFFFF;
	margin: 0px 23px 5px 20px;
	background: url("images/divider1.gif") no-repeat 10px bottom;
}

.nav5, .nav5 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:11px;
}

.nav5 a {
	display: block;
	line-height: 18px;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	width: 197px;
}

.nav5 a:hover {
	color: #cccccc;
}

.nav5 li { /* all list items */
	float: left;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}

#s { width: 110px;}

label {
	font-size: 11px;
}

.wp_navigation {
list-style: none;
}

.meta {
	padding-bottom:9px;
	background:transparent url(images/box-shadow.png) no-repeat bottom left;
	font-size:.9em;
	text-align: left;
}

.meta dl {
	border:1px solid #c6c6c6;
	background:white;
	margin:0;
	padding:4px;
	list-style:none;
	display:block;
}

* html .meta dl {
	height:1em;
}

.meta dl dd, .meta dl dt {
	display:inline;
	margin:0;
	padding:0;
}

.meta dl dt {
	margin:0 .5em 0 0;
	color:#000000;
}

.meta dl dt a {
	color:#000000;
	text-decoration:none;
}

.meta dl dd {
	margin:0 1em 0 0;
	color:black;
}

.meta dl img {
	vertical-align:middle;
}

#practice-links {
	text-transform: capitalize;
}

#vid {
	width: 370px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
