﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

.wrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.wrapper a {
	color: #080000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}


.top {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	background-image: url(../images/index_14.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.2em;
}
.content_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.3em;
}
.content_right {
	background-image: url(../images/practiceareabg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}


.content_header {
	font-family: "Futura Hv BT", "Futura Lt BT", "Futura Md BT", Arial, "Arial Black", Verdana, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/whybg.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 8px;
	padding-left: 5px;
}
li {
	font-size: 14px;
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
.practicearea_content {
	width: 86%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2em;
}

.practicearea_content a {
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.practicearea_content a:hover {
	text-decoration: underline;
}
.footer {
	height: 90px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0019b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer a:visited {
	color: #E6E6E6;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.footer a:hover {
	color: #999999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

