* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #999;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #003333;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#wrapper {
	text-align: left;
	width: 900px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
}

#eval {
	position:absolute;
	top:265px;
	left:658px;
	color:#00F;
	z-index:500;
	background-color:#FC0; /*or Gold #C7A317 or FireBrick Red #C11B17 751B0F*/
	background: url(../images/eval_cta.gif) no-repeat;
	width:220px;
	height:48px;
	vertical-align:middle;
	line-height:30px;
}

#eval a {
	position: relative;
	top: 8px;
	color:#00F;
	width:220px;
	height:48px;
	vertical-align:middle;
	font-weight: bold;
	text-decoration: none;
}

#header {
	height: 100%;
	width: 900px;
}

#logo {
	margin: 0px 0px 0px 5px;
}

#nav {
	height: 39px;
	width: 900px;
	background-color: #003333;
	color: #000000;
	position: relative;
	margin: 0 0 1px 0;
	text-align: center;
}

#nav ul {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	margin: 0px 0px 0px 3px;
}

#nav li {
	display: inline;
	line-height: 28px;
	font-size: 12px;

}

#nav li a {
	padding: 0 10px 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	}
	
#nav li a.lastone {
border: none;
}

#nav li:hover, #nav a:hover {
	background-color: #FFFFFF;
	color: #003333;
	cursor: pointer;
}

#nav li a.activated {
	background-color: #FFFFFF;
	color: #003333;
	cursor: pointer;
}

#splash {
	width: 900px;
	height: 200px;
	position: relative;
}

#splashtop {
	width: 900px;
	height: 200px;
		z-index:5;
}

#splash_left {
	width: 615px;
	height: 200px;
	background-image: url(../images/splash1.jpg);
	background-repeat: no-repeat;	
	float: left;
}

#splash_left p {
	color: #FFFFFF;
	margin: 32px 0 0 35px;
	width: 230px;
	font-size: 12px;
	line-height: 19px;
}

#splash_right {
	width: 284px;
	margin: 0 0 0 1px;
	height: 200px;
	background-color: #4f94bb;
	float: left;
}

#splash_right p {
	color: #FFFFFF;
	margin: 32px 0 0 35px;
	width: 220px;
	font-size: 12px;
	line-height: 19px;
}

#splash_right p a:link, #splash_right p a:visited {
	color: #a2d1ec;
	text-align: right;
}

#content_left {
	font-size: 13px;
	width: 580px;
	height: 100%;
	margin: 9px 20px 0px 20px;
	float: left;
}

#content_left p {
	padding-bottom: 12px;
	line-height: 18px;
}

#content_left ul {
	line-height: 18px;
	text-align: justify;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-image: url(../images/bullett_arrow.gif);
}

#content_left ol {
	line-height: 18px;
	text-align: justify;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-type: decimal;
}

#content_left li {
	padding-bottom: 12px;
}

#content_left table{
	font-size: 13px;
	color: #000000;
	border: 1px solid #666666;
}

#content_left table th{
	text-align: center;
	background-color: #585947;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#content_left table td {
	text-align: left;
	border: 1px solid #585947;
	margin: 0;
	padding: 0;
}

#content_left table tr:hover {
	background-color: #E8E6DA;
}

#content_left table td ul {
	list-style-type: circle;
	text-align: left;
	list-style-image: url(../images/bullett_arrow.gif);
}

#content_blog {
	font-size: 13px;
	line-height: 18px;
	width: 590px;
	height: 100%;
	margin: 9px 19px 0px 35px;
	float: left;
}

#content_blog p {
	padding-bottom: 12px;
}

#content_blog li {
	padding-bottom: 12px;
}

#content_blog ul {
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-image: url(../images/bullett_arrow.gif);
}

#content_blog ol {
	text-align: justify;
	list-style-type: decimal;
	margin-top: 12px;
	margin-bottom: 12px;
}

#content_right p {
	padding-top: 4px;
	font-size: 11px;
	line-height: 20px;
}

#content_right p.article_title {
	font-size: 12px;
}

#content_right p.read_more {
	text-align: right;
}

#content_right {
	width: 200px;
	height: 100%;
	padding: 9px 35px 0px 21px;
	float: right;
	background-color: #f1f1f1;
}

#content_right ul {
	padding-top: 4px;
	list-style-image: url(../images/bullett.jpg);
}

#content_right li {
	margin-left: 15px;
	font-size: 12px;
	line-height: 26px;
}

.content_title_main {
	height: 45px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #9a9a9a;
}

.content_title_sub {
	height: 29px;
	font-size: 13px;
	font-variant: small-caps;
	vertical-align: middle;
	padding-top: 16px;
	position: relative;
}

#footer {
	margin-top: 37px;
	width: 900px;
	text-align: center;
	color: #5b5b5b;
	font-size: 12px;
	position: relative;
}	

#footer ul {
	margin: 0 auto;
}

#footer li {
	display: inline;
	color: #FFFFFF;
}

#footer li a:link, #footer li a:visited {
	line-height: 32px;
	font-size: 12px;
	color: #5b5b5b;
	padding: 0 15px 0 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5b5b5b;
	text-decoration: none;
}

#footer li a:hover {
color: #000000;
}

#footer li a:link.lastone, #footer li a:visited.lastone {
	border: none;
}

/* Blog Formatting */
.storytitle {
	margin-top: 15px;
	margin-bottom: 5px;
}

.meta {
	font-size: 11px;
	margin-bottom: 20px;
}

#moreinfo {
	background-color: #003333;
	text-align: right;
	border: 1px double #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#moreinfo:hover {
	background-color: #ffffff;
	color: #003333;
}

#lang {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
}
#phone_cta {
    background: url("../images/callnow_btn.png") no-repeat scroll left top transparent;	
	position: absolute;
	top: 5px;
	right: 0px;
	text-align:center;
    font-weight: bold;
    height: 68px;
    margin: 0px 20px 0 0;
	padding-top: 10px;
    width: 250px;
	
}


.search_nav {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://www.personalinjuryplace.com/images/btn_bg.gif) repeat-x left top;
}

.search_nav:hover {
	color:#222;
}

#sidesearch {
	margin: 5px 2px;
	padding: 5px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

form.attorney_join fieldset {
  margin-bottom: 10px;
}
form.attorney_join legend {
  padding: 0 2px;
  font-weight: bold;
}
form.attorney_join label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.attorney_join fieldset ol {
  margin: 0;
  padding: 0;
}
form.attorney_join fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.attorney_join fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.attorney_join fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.attorney_join fieldset fieldset label {
  display: block;
  width: auto;
}
form.attorney_join em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.attorney_join label {
  width: 120px; /* Width of labels */
}
form.attorney_join fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#rssfeed {
	position: absolute;
	top: 0;
	right: 0;
}
