@charset "utf-8";
/* CSS Document */

html {
	color: #3F3F3F;
	font-family: "Palatino";
	font-size: 13px;
}


/****body****/

body {
	color: #666;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-both;
	background-position: top center;
}

h2 {
	color: #746D64;
}

a {
	color: #746D64;
	font-weight: bold;
}

/****containers****/

#mainContainer {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	background-position: top right;
}

/****header****/

#header {
  width: 999px;
  height: 173px;
  margin-left: 5px;
  float:left;
  background-image: url(../images/top_hdr.png);
}

#logo {
	width: 211px;
	float: left;
}

#contact_info{
	width: 300px;
	position: relative;
	top:100px;
	left: 567px;
	#left:250px;
	color: #746D64;
	font-size: 23px;
	line-height: 20px;
	text-align: left;
}

/****nav****/

#nav {
  width: 1000px;
  float:left;
  margin-left: 4px;
}

#nav ul{
	list-style-type: none;
	margin: -4px;
	padding-left: 5px;
	font-weight: bold;
}

#nav li {
	display: table-cell;
	font-size: 13px;
	height: 27px;
	color: #666;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	float:left;
}

#nav li a {
	text-decoration: none;
	cursor: pointer;
}

.nav_home{
	background-image: url(../images/nav/site_nav_r2_c1_f2.png);
	width: 126px;
	cursor: pointer;
}

.nav_home_selected{
	background-image: url(../images/nav/site_nav_r2_c1.png);
	width: 126px;
}

.nav_home:hover{
	background-image: url(../images/nav/site_nav_r2_c1.png);
}

.nav_about{
	background-image: url(../images/nav/site_nav_r2_c2.png);
	width: 128px;
	cursor: pointer;
}

.nav_about_selected{
	background-image: url(../images/nav/site_nav_r2_c2_f2.png);
	width: 128px;
}

.nav_about:hover{
	background-image: url(../images/nav/site_nav_r2_c2_f2.png);
}

.nav_chap7{
	background-image: url(../images/nav/site_nav_r2_c3.png);
	width: 127px;
}

.nav_chap7_selected{
	background-image: url(../images/nav/site_nav_r2_c2_f2.png);
	width: 127px;
	cursor: pointer;
}

.nav_chap7:hover{
	background-image: url(../images/nav/site_nav_r2_c3_f2.png);
}

.nav_chap13{
	background-image: url(../images/nav/site_nav_r2_c4.png);
	width: 128px;
	cursor: pointer;
}

.nav_chap13_selected{
	background-image: url(../images/nav/site_nav_r2_c2_f2.png);
	width: 128px;
}

.nav_chap13:hover{
	background-image: url(../images/nav/site_nav_r2_c2_f2.png);
}


.nav_blog{
	background-image: url(../images/nav/site_nav_r2_c5.png);
	width: 128px;
	cursor: pointer;
}

.nav_blog_selected{
	background-image: url(../images/nav/site_nav_r2_c5_f2.png);
	width: 128px;
}

.nav_blog:hover{
	background-image: url(../images/nav/site_nav_r2_c5_f2.png);
	width: 128px;
}


.nav_contact{
	background-image: url(../images/nav/site_nav_r2_c6.png);
	width: 131px;
	cursor: pointer;
}

.nav_contact_selected{
	background-image: url(../images/nav/site_nav_r2_c6_f2.png);
	width: 131px;
}

.nav_contact:hover{
	background-image: url(../images/nav/site_nav_r2_c6_f2.png);
}

.nav_gavel{
	background-image: url(../images/nav/site_nav_r2_c7.png);
	width: 231px;
}

/****btns****/

.btn_large {
	width: 151px;
	height: 35px;
	font-size: 14px;
	display: table-cell;
	color: #ececec;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/btn_large_bg.png);
	text-transform: uppercase;
	cursor: pointer;
}

.btn_large a {
	color: #ececec;
	text-decoration: none;
}

.btn_large a:hover {
	text-decoration: underline;
}

.btn_med_wide {
	width: 196px;
	height: 29px;
	display: table-cell;
	color: #ececec;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/btn_med_wide.jpg);
	text-transform: uppercase;
	cursor: pointer;
}

.btn_med_wide a {
	color: #ececec;
	text-decoration: none;
}

.btn_med_wide img {
	display: absolute;
}

.btn_med_wide a:hover {
	text-decoration: underline;
}

/****home main****/


#home_main{
	width: 1000px;
	height: 1010px;
	margin-top: 40px;
}

/****sub main****/


#sub_main{
	width: 1000px;
	margin-top: 40px;
}

#sub_callout{
	float: left;
	width: 570px;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 30px;
}


#sub_callout_wide{
	float: left;
	width: 900px;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 30px;
}

#welcome{
	float: left;
	font-size: 16px;
	width: 580px;
	margin-left: 50px;
	margin-top: 20px;
	text-align: left;
}

#welcome_img{
	margin-top: 20px;
	margin-right: 40px;
	wdith: 400px;
	float: right;
}

#welcome_img img{
	border: 8px solid #ececec;
}

#bankruptcy_callout{
	float: left;
	width: 570px;
	text-align: left;
	margin-left: 50px;
}

#map{
	width: 590px;
	float: left;
	padding: 10px;
	background-color: #f8f3e4;
}

#contact{
	width: 270px;
	float: right;
	font-size: 15px;
}

/****blocks****/


#testimonials_block {
	width: 250px;
	background-color: #f8f3e4;
	float: right;
	padding: 0px 20px 20px 20px;
	margin: 20px 40px 0px 0px;
	text-align: left;
}

#blog_block {
	width: 250px;
	background-color: #f8f3e4;
	float: right;
	padding: 0px 20px 20px 20px;
	margin: 20px 40px 0px 0px;
	text-align: left;
}

/****footer****/


#footer {
	width: 998px;
	height: 205px;
	background-color: #f7f2ec;
	padding-left: 1px;
	margin: 0 auto;
	border-top: 1px dashed #c4c0bb;
}


#copyright{
	margin-top: 30px;
	color: #888
}

#nacba{
	margin-top: 20px;
	margin-left: 40px;
	float: left;
	text-align: left;
}


#footer_map{
	margin: 30px 10px;
	float: right;
	text-align: left;
}

#footer_contact{
	margin-top: 30px;
	margin-right: 57px;
	margin-left: 20px;
	float: right;
	text-align: left;
}

#footer_contact_alt{
	margin-top: 30px;
	margin-right: 65px;
	margin-left: 20px;
	float: right;
	text-align: left;
}

/****misc****/


#divider_lg {
	width: 960px;
	height: 1px;
	border-top: 1px dashed #ccc;
	left: 20px;
	position: relative;
	margin: 20px 0px 20px 0px;
}

#divider_med {
	width: 580px;
	height: 1px;
	border-top: 1px dashed #ccc;
	position: relative;
	margin: 10px 0px 10px 0px;
}


#divider_sm {
	width: 260px;
	height: 1px;
	border-top: 1px dashed #ccc;
	position: relative;
	margin: 10px 0px 20px 0px;
}

#clear {
	clear: both;
}

.phone {
	font-weight:bold;	
}

.email {
	font-size: 11px;	
}