@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers: text is set to the left aligned default in the #container selector */
	color: #1A1A1A;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	background-image: url(../_img/bg_body.gif);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	background: #FFFFFF;
	text-align: left; /* overrides the text-align: center on the body element. */
	margin: 0 auto;
	padding: 0;
}
img {
	padding: 0;
	margin: 0;
}


/* HEADER STYLES
------------------------------------------------*/
#header {
	background-image: url(../_img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 130px;
	width: 900px;
}
#header .global_nav {
}
#header .global_nav ul {
	list-style-type: none;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 28px 20px 0px 0px;
}
#header .global_nav li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
#header .global_nav a:link { color: #004B84; text-decoration: none; }
#header .global_nav a:visited { color: #004B84; text-decoration: none; }
#header .global_nav a:hover { color: #004B84; text-decoration: underline; }
#header .global_nav a:active { color: #004B84; text-decoration: underline; }

#header .top {
	margin: 0px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	padding: 0px;
}
#header .top img {
	float: left;
	padding: 0px 0px 0px 20px;
}
#header .top p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	float: right;
	color: #666666;
	font-size: 18px;
	padding: 17px 20px 0px 0px;
}
#header .bottom {
} 
#header .bottom  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	float: right;
	color: #999999;
	padding: 10px 20px 0px 0px;
}
#header .bottom a:link { color: #999999; text-decoration: none; }
#header .bottom a:visited { color: #999999; text-decoration: none; }
#header .bottom a:hover { color: #333333; text-decoration: underline; }
#header .bottom a:active { color: #333333; text-decoration: underline; }


/* LEFT COLUMN STYLES
------------------------------------------------*/

#left_column {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.main_nav {
	height: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	margin: 0px;
	background-color: #FFFFFF;
	float: left;
	padding: 0px 0px 0px 20px;
	width: 240px;
}
.main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 0;
}

.main_nav li a {
	color: #FFFFFF;
	display: block;
	width: 220px;
	margin: 0;
	text-decoration: none;
	background-color: #999999;
	font-size: 14px;
	height: 23px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../_img/yellow_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 0px 20px;
}
.main_nav li a:visited { color: #FFFFFF; background-color: #999999; }
.main_nav li a:hover { color: #FFFFFF; background-color: #004B84; }
.main_nav li a:active { color: #FFFFFF; background-color: #004B84; }

.sub_nav {
	height: 84px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.sub_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub_nav li a {
	color: #1A1A1A;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: none;
	height: 20px;
	border: none;
}
.sub_nav li a:visited { color: #1A1A1A; text-decoration: none; background-color: #FFFFFF; }
.sub_nav li a:hover { color: #004B84; text-decoration: underline; background-color: #FFFFFF; }
.sub_nav li a:active { color: #004B84; text-decoration: underline; background-color: #FFFFFF; }

.target {
	background-color: #F2F2F2;
	width: 200px;
	padding: 20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: left;
}
.target h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #004B84;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 1px 0px;
}
.target p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.target a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #004B84;
}
.target a:visited { color: #004B84; text-decoration: none; }
.target a:hover { color: #004B84; text-decoration: underline; }
.target a:active { color: #004B84; text-decoration: underline; }


/* MAIN STYLES
------------------------------------------------*/

#content {
	float: left;
	width: 620px;
	padding-left: 20px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#content p.borderTop {
	border-top: #004B84 solid 1px;
	padding-top: 10px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #666666;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #004B84;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}
#content h2.alternatives {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #666666;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	padding: 15px 0px 10px 0px;
	border-bottom: #004B84 solid 1px;
}
#content h2.lawyerHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #666666;
	line-height: 30px;
	margin: 0px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}
#content h2.borderBtm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #004B84;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #004B84 solid 1px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004B84;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
}
#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004B84;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

#content h4.borders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004B84;
	line-height: 24px;
	padding: 10px 0px 10px 0px;
	margin: 5px 20px 15px 0px;
	font-weight: normal;
	border-bottom: #004B84 solid 1px;
	border-top: #004B84 solid 1px;
}

#content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004B84;
	line-height: 18px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0px 0px 0px;
}
#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004B84;
	font-style: normal;
	margin: 0px;
	line-height: 24px;
	padding: 0px 0px 5px 0px;
}
#content img {
	padding-bottom: 10px;
}
#content a:link { color: #004B84; text-decoration: none; }
#content a:visited { color: #004B84; text-decoration: none; }
#content a:hover { color: #004B84; text-decoration: underline; }
#content a:active { color: #004B84; text-decoration: underline; }


/* CONTENT HEADER STYLES
------------------------------------------------*/

#content .header1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	margin: 0px;
	padding: 0px 20px 20px 0px;
}
#content .header1 img {
	padding: 0;
}
#content .headerHome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(../_img/bg-flash-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .header350 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(../_img/bg-flash-350-quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .headerPlaintiff {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(../_img/bg-flash-plaintiff.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .headerTreatment {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(../_img/bg-flash-treatment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .headerExperts {
	border-bottom: 1px solid #004B84;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	background: url(../_img/xray600x190.jpg) no-repeat left top;
}
#content .text1 {
	margin: 0px;
	padding: 20px 20px 20px 0px;
}
#content .text2 {
	margin: 0px;
	padding: 20px;
	float: left;
	width: 580px;
}
#content .text2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
}
#content .text2 li {
	padding-bottom: 10px;
	line-height: 16px;
}

/* CALL OUT STYLES
--------------------------------------------*/

#content .callout {
	background-color: #F2F2F2;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 20px;
}
#content .callout h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #004B84;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#content .callout h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #004B84;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#content .callout ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
	color: #000000;
}
#content .callout li {
	line-height: 18px;
	padding-top: 10px;
}
/* QUOTE STYLES
--------------------------------------------*/

#content .quoteText {
	padding: 30px 40px 0px 40px;
	background: url(../_img/quotation-mark-open.gif) no-repeat;

}
#content .quoteText p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	padding: 0;
}


#content .flashTestimonials {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004B84;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	background-image: url(../_img/bg-flash-testimonials.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content .section_nav {
	width: 580px;
	padding: 10px;
	background-color: #004B84;
	color: #FFFFFF;
	margin: 20px 0px 0px;
}
#content .section_nav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-style: normal;
}
#content .section_nav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-style: normal;
}
#content .section_nav ul {
	list-style-type: none;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 6px 0px 6px 10px;
}
#content .section_nav li {
	display: inline;
}
.separator {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#content .section_nav a:link { color: #FFFFFF; text-decoration: none; }
#content .section_nav a:visited { color: #FFFFFF; text-decoration: none; }
#content .section_nav a:hover { color: #FFFFFF; text-decoration: underline; }
#content .section_nav a:active { color: #FFFFFF; text-decoration: underline; }

#content .numbers ul {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 20px;
}
#content .numbers li {
	padding-bottom: 10px;
	list-style-type: decimal;
	line-height: 16px;
}
#content .process {
	margin: 0px;
	padding: 0px 0px 35px 0px;
}
#content .process p {
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	clear: both;
}
#content .process img {
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
}
#content .testimonial {
	margin: 0px;
	float: left;
	width: 560px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content .testimonial p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-style: italic;
}
#content .testimonial h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #004B84;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#content .plaintiff_forms {
	margin: 0px;
	padding: 5px 0px 15px;
}
#content .plaintiff_forms p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	float: left;
	color: #666666;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}
#content .plaintiff_forms img {
	float: right;
	padding: 4px 0px 0px;
}

 
#footer {
	float: left;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 20px;
	background-color: #B3B3B3;
}
#footer p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
}
#footer p.credit {
	padding-top: 15px;
	font-weight: bold;
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#footer h1.tollfree {
	padding: 15px 0px 25px 0px;
}
#footer .left {
	float: left;
	width: 430px;
}
#footer .right {
	float: right;
	width: 430px;
	color: #FFFFFF;
}
#footer .right ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 150px;
	line-height: 12px;
}
#footer .right li {
	margin: 0;
	padding: 0px 0px 5px 0px;
}
#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }
#footer a:active { color: #FFFFFF; text-decoration: underline; }

table {
	width: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	color: #333333;
	margin: 0px 0px 20px 0px;
}

td {
	padding: 8px 5px; 
	vertical-align: top;
	margin: 0px;
}

.shade { background-color: #F2F2F2; }



.text_intro1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #004B84;
}
.footnote {
	font-size: 9px;
}
.blue_line {
	height: 1px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004B84;
	float: left;
	width: 100%;
}
.white_line20 {
	height: 20px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}

.fltrt { /* class can be used to float an element right on page: floated element precedse the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* class can be used to float an element left on page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class placed on a div or break element and is final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.padTop10 {
	padding-top: 10px;
}
