@charset "utf-8";
/* CSS Document */
/* 
colors:
light blue: #adc5dd
medium light blue: #779cc2;
medium blue: #6083a9;
dark blue: #0a1c31;
orange: #d5791a;
*/
body {
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #779cc2;
}
img {
	border: none;	
}
a {
	color: #d5791a;	
}
a:hover {
	text-decoration: none;	
}
input,
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
ul {
	line-height: 200%;	
}
#header_wrap {
	margin: 0 auto;
	width: 100%;
	height: 131px;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: repeat-x;
	background-position: right 17px;
}
#header {
	margin: 0 auto;
	width: 804px;/*896px;???*/
	height: 131px;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: repeat-x;
	background-position: right 17px;
}
#header a {
	float:left;
	display:block;
	width: 344px;
	height: 82px;
	margin-top: 25px;
}
#header h1 {
	background-image: url(../images/img_pg/fp-legal-logo.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 82px;
	margin-top: 25px;
	text-indent: -9999px;
	width: 344px;
}
#nav_wrap {
	margin: 0 auto;
	width: 100%;
	height: 35px;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
}
#nav {
	margin: 0 auto;
	width: 804px;
	text-align: right;
	color: #fff;
}
#nav a {
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:hover {
	color: #adc5dd;	
}
#content_wrap {
	margin: 0 auto;
	width: 804px;
	text-align: right;
}
.inside {
	background-color: #fff;
	border-top: solid 16px #6083a9;
}
/* home */
#home_content {
	width: 600px;
	margin: 0 0 0 190px;
	color: #fff;
	text-align: left;
	line-height: 150%;
	padding: 10px 0;
}
#home_content h1 {
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 0;
}

#home_content a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#home_content a:hover {
	text-decoration: underline;	
}
/* inside pages */
#pgimg {
	border: none;
	width: 626px;
	height: 142px;
	margin: 10px 10px 10px 0;
}
.pgheader {
	margin: 0 auto;
	width: 784px;
	height: 35px;
	/*border-top: solid 1px #999;*/
	border-bottom: solid 1px #999;
	padding: 10px 0;
	text-align: left;
}
.pgheader a.crumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	float:left;
}
.pgheader a.crumb:hover {
	text-decoration: underline;	
}
.pgheader h1 {
	clear:left;
	float:left;
	width: 500px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d5791a;
	margin: 0 auto;
	padding: 0;
}
.pgheader h3 {
	clear:left;
	float:left;
	width: 500px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d5791a;
	margin: 0 auto;
	padding: 0;
}
.pgheader a.learnmore {
	float:right;
	width: 72px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../images/img_pg/learnmore.jpg);
	background-repeat: no-repeat;
}
.pgheader a.learnmore:hover {
	background-image: url(../images/img_pg/learnmore-over.jpg);
}
.pgnav,.pgleft {
	float:left;
	margin: 0 auto;
	width: 230px;
	padding: 10px;
	text-align: left;
}
.pgnav a {
	display:block;
	background-color: #c9d7e7;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	text-decoration: none;
	color: #0a1c31;
	padding: 0 0 0 14px;
	border-bottom: solid 1px #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.pgnav a:hover {
	background-color: #adc5dd;
}
.pgnav a.on {
	background-color: #adc5dd;
	background-image: url(../images/img_pg/pgnav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.pgleft ul {
	padding: 0;
	margin: 10px 0 0 0;
}
.pgleft li {
	padding: 2px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
	line-height: normal;
}
.pgcontent {
	float:right;
	margin: 0 auto;
	width: 510px;
	padding: 20px 20px 20px 20px;
	border-left: solid 1px #999;
	text-align: left;
}
.pgcontent form table td {
	padding: 3px 0px;
}
.pgcontent h2 {
	font-size: 13px;
	padding: 20px 0 10px 0;
	margin: 0;
}
.pgcontent h3 {
	font-size: 11px;
	padding: 10px 0 0 0;
	margin: 0;
}
.pgcontent h4 {
	font-size: 13px;
	padding: 20px 0 0 0;
	margin: 0;
}
.pgcontent p.message {
	background-color: #009900;
	border: 1px dashed #ffffff;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}
/* footer */
#footer {
	margin: 0 auto;
	background-color: #adc5dd;
	width: 802px;
	border: solid 1px #fff;
	padding: 5px 0;
	color: #466c94;
	font-size: 10px;
}
#subfooter {
	width: 802px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	color: #fff;
}
#subfooter a {
	color: #fff;
	text-decoration: none;
}
#subfooter a:hover {
	text-decoration: underline;	
}
/* classes */
.name {
	clear:left;
	float:left;
	height: 45px;
	width: 250px;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.bordertop {
	border-top: solid 1px #ccc;	
}
.bordertop999 {
	border-top: solid 1px #999;	
}
.nomargin {
	margin: 0;
	padding: 2px 0 0 0;
}
.contact {
	float:left;
	height: 45px;
	width: 240px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 10px 10px;
}
.clearit {
	clear: both;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
.newsitem {
	display:block;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.newsitem h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
}
.msg {
	border: solid 1px #999;
	background-color:#FFC;
	color: #cc0000;
	padding: 10px;
}
.attorney {
	text-align:center;	
}
.first {
	margin-top: 0px !important;
	padding-top: 0px !important;
}