@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	text-align: center; /* this centers the attorney in IE 5* browsers. The text is then set to the left aligned default in the #attorney selector */
	color: #000000;
	background-color: #888;
	margin-top: 3px;
	margin-right: 2;
	margin-bottom: 2;
	margin-left: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #900;
	font-style: italic;
}
.injury #web a {
	font-size: 0.7em;
	color: #FFF;
	text-transform: none;
}
.injury #attorney {
	width: 55em;  /* this width will create a attorney that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.injury #mobile {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #mobile instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 
.injury #mobile h1 {
	color: #819A9C;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 305px;
}
.injury #attorney #alabama h2 {
	color: #819A9C;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bolder;
}
.injury #attorney #TaylorMartino h3 {
	margin: 0px;
	padding: 0px;
}


#website {
	top: 0em;
	left: 45em;
	right: 0em;
	width: 25%;
	float: right;
}

.injury #alabama {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.injury #zarzaur {
	float: left;
	width: 70%;
	margin-right: 30%;
}

.injury #TaylorMartino {
	background-color: #676767;
	color: #CCC;
	font-size: 0.7em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.phone {
	font-size: 1.5em;
	font-weight: bold;
	color: #CCC;
}

.injury #claim {
	background-image: url(images/about_injury_claims_top.jpg);
	background-repeat: no-repeat;
	height: 91px;
}

.injury #TaylorMartino p {
	margin: 0; /* zeroing the margins of the first element in the TaylorMartino will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#web {
	width: 55em;  /* this width will create a attorney that will fit in an 800px browser window if text is left at browser default font sizes */
	
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.injury #attorney #alabama ul {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.injury #attorney #alabama li {
	margin: 0px;
	padding-bottom: 5px;
}

.injury #attorney #alabama ol {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#step1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819A9C;
	margin-top:5px;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #819A9C;
}

#step2 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819A9C;
	margin-top:10px;
	font-size: 0.9em;
}#step3 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819A9C;
	margin-top:10px;
	font-size: 0.9em;
}#step4 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819A9C;
	margin-top:10px;
	font-size: 0.9em;
}#step5 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819A9C;
	margin-top:10px;
	font-size: 0.9em;
}
.injury #attorney #TaylorMartino p a {
	color: #DDD;
}

