@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, br {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #000000;
	font-family: Georgia, serif, "Times New Roman", Times;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a img {
	text-decoration: none;	
}
#container {
	width: 900px;
	margin: 15px auto 0px auto;
}
#header {
	width: 901px;
	height: 271px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
#header img {
	padding: 10px;
	border: solid #BBBBBB 1px;
}
#reflection {
	width: 850px;
	height: 89px;
	margin-top: -15px;
	background-image: url('headers/reflection.png');
	margin-bottom: 5px;

}

#newreflection {
	width: 850px;
	height: 90px;
	margin-top: -15px;
	background-image: url('headers/nreflection.png');
	margin-bottom: 5px;

}
#reflection2 {
	width: 850px;
	height: 89px;
	border-top: dotted #666666 3px;
	margin: 22px auto 5px auto;
	padding-top: 15px;
}	
#break {
	width: 850px;
	border-top: dotted #666666 3px;
	margin: auto auto;

}
#content {
	width: 850px;
	padding: 25px;
	border: solid #BBBBBB 1px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 30px;
	font-weight: 100;
	float: left;
	width: 650px;
}
h2 {
	font-size: 20px;
	font-weight: 100;
	color: #000000;
	text-decoration: underline;
	padding: 10px 0px 10px 0px;
}
h3 {
	font-size: 15px;
	color: #000000;
	line-height: 0px;
	text-decoration: underline;
	padding: 25px 0px 0px 0px;
}
h5 {
	font-size: 11px;	
	font-weight: 100;
	color: #000000;
	margin-top: -15px;
	margin-bottom: 15px;
}
#line {
	width: 850px;
	height: 1px;
	background-image: url('line.png');
	margin: 5px 0px 20px 0px;
}
.line2 {
	width: 600px;
	height: 1px;
	background-image: url('line_small.png');
	margin: 25px 0px 20px 0px;	
}
.tinyline {
        width: 200px;
        height: 1px;
        background-image: url('line_tiny.png');
        margin: 25px 0px 20px 0px;
}
#icon {
	float: right;
	width: 100px;
	margin-top: -18px;
}
#copy {
	width: 600px;
	float: left;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	text-align: justify;
	border-right: solid #BBBBBB 1px;
	padding-right: 25px;
}
#copy p {
	margin-bottom: 25px;	
}
#forms {
	width: 600px;
	float: left;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	text-align: justify;
	border-right: solid #BBBBBB 1px;
	padding-right: 25px;
}
#forms p {
	margin-bottom: 15px;
}
#navigation {
	width: 200px;
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
}
#navigation2 {
	width: 200px;
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	margin-top:-15px;
}
#home {
	width: 200px;
	height: 35px;
	background-image: url('nav/home.png');
}
#home:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/home.png');
	background-position: -200px 0;
}
#blog {
	width: 200px;
	height: 35px;
	background-image: url('nav/blog.png');
}
#blog:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/blog.png');
	background-position: -200px 0;
}
#about {
	width: 200px;
	height: 35px;
	background-image: url('nav/about.png');
}
#about:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/about.png');
	background-position: -200px 0;
}
#loanmod {
	width: 200px;
	height: 35px;
	background-image: url('nav/loan_mods.png');
}
#loanmod:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/loan_mods.png');
	background-position: -200px 0;
}
#bankruptcy {
	width: 200px;
	height: 35px;
	background-image: url('nav/bankruptcy.png');
}
#bankruptcy:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/bankruptcy.png');
	background-position: -200px 0;
}
#debtsol {
	width: 200px;
	height: 35px;
	background-image: url('nav/debt_solutions.png');
}
#debtsol:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/debt_solutions.png');
	background-position: -200px 0;
}
#criminal {
	width: 200px;
	height: 35px;
	background-image: url('nav/criminal.png');
}
#criminal:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/criminal.png');
	background-position: -200px 0;
}
#family {
	width: 200px;
	height: 35px;
	background-image: url('nav/family.png');
}
#family:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/family.png');
	background-position: -200px 0;
}
#civil {
	width: 200px;
	height: 35px;
	background-image: url('nav/civil.png');
}
#civil:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/civil.png');
	background-position: -200px 0;
}
#small {
	width: 200px;
	height: 35px;
	background-image: url('nav/small_biz.png');
}
#small:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/small_biz.png');
	background-position: -200px 0;
}
#testimonial {
	width: 200px;
	height: 35px;
	background-image: url('nav/testimonials.png');
}
#testimonial:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/testimonials.png');
	background-position: -200px 0;
}
#contact {
	width: 200px;
	height: 35px;
	background-image: url('nav/contact.png');
	margin-bottom: 25px;
}
#contact:hover {
	width: 200px;
	height: 35px;
	background-image: url('nav/contact.png');
	background-position: -200px 0;
	margin-bottom: 25px;
}
#contact2 {
	width: 175px;
	height: 35px;
	background-image: url('nav/contact_hit.png');
	margin-bottom: 25px;
}
.linkspan {
	display: block;
	width: 175px;
	height:35px;
}
#debt {
	float: left;
	text-align:center;
	background-image: url('buttons/loan_roll2.jpg');
	height: 190px;
	width: 250px;
	margin: 5px 0px 15px 40px;
	background-repeat: no-repeat;
}
#debt:hover {
	float: left;
	text-align:center;
	background-image: url('buttons/loan_roll2.jpg');
	background-position: -250px 0;
	height: 190px;
	width: 250px;
	margin: 5px 0px 15px 40px;
	background-repeat: no-repeat;
}
#debt p {	
	margin-bottom: 0px;
	text-indent: 8px;
	line-height: 20px;
}
#nhlaw {
	float: left;
	text-align: center;
	background-image: url('buttons/nh_roll2.jpg');
	height: 190px;
	width: 250px;
	margin: 5px 0px 15px 25px;
	background-repeat: no-repeat;
}
#nhlaw:hover {
	float: left;
	text-align: center;
	background-image: url('buttons/nh_roll2.jpg');
	background-position: -250px 0;
	height: 190px;
	width: 250px;
	margin: 5px 0px 15px 25px;
	background-repeat: no-repeat;
}
#nhlaw p {	
	margin-bottom: 0px;
	text-indent: 10px;
	line-height: 20px;
}
.homespan {
	display: block;
	height: 190px;
	width: 250px;
}
#info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	margin-left: 23%;
}
#external {
	text-align: center;
	margin-top: 25px;
}
#external img {
	padding: 10px 10px 0px 10px;
	text-decoration: none;
}
#rss {
	width: 50px;
	height: 50px;
	float: left;
	background-image: url('icons/rss2.png');
	margin: 10px 10px 0px 170px;
}
#rss:hover {
	width: 50px;
	height: 50px;
	float: left;
	background-image: url('icons/rss2.png');
	background-position: -50px 0;
	margin: 10px 10px 0px 170px;
}
#twitter {
	background-image: url('icons/twitter3.png');
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px 10px 0px 10px;
}
#twitter:hover {
	background-image: url('icons/twitter3.png');
	width: 50px;
	height: 50px;
	float: left;
	background-position: -50px 0;
	margin: 10px 10px 0px 10px;
}
#linkedin {
	background-image: url('icons/linkedin3.png');
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px 10px 0px 10px;
}
#linkedin:hover {
	background-image: url('icons/linkedin3.png');
	width: 50px;
	height: 50px;
	float: left;
	background-position: -50px 0;
	margin: 10px 10px 0px 10px;
}
#facebook {
	background-image: url('icons/facebook3.png');
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px 10px 0px 10px;
}
#facebook:hover {
	background-image: url('icons/facebook3.png');
	width: 50px;
	height: 50px;
	float: left;
	background-position: -50px 0;
	margin: 10px 10px 0px 10px;
}
#videos {
	text-align: center;	
}
#videos a {
	font-size: 10px;
	line-height: 10px;
}
.socialspan {
	display: block;
	height: 50px;
	width: 50px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.photo {
	margin: 5px 15px 0px 0px;	
	float: left;
	border: solid #BBBBBB 1px;
	padding: 5px;
}
.photo2 {
	margin: 5px 15px 0px 0px;	
	float: left;
	padding: 5px;
}
.statement {
	font-size: 12px;
	color: #990000;
}
.bar {
	color: #000000;	
	padding: 0px;
	margin: 0px;
}
#copy ul {
	float: left;
	margin-left: 35px;
}
#copy li {
	list-style-type: circle;
}
#copy .pi li {
	color: #000000;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 100;
	list-style-type: none;
	width: 500px;
	margin-top: 15px;
}
#back {
	margin: auto auto;
	width: 60px;
	height: 22px;
	background-image: url('back.png');
}
#back:hover {
	margin: auto auto;
	width: 60px;
	height: 22px;
	background-image: url('back.png');
	background-position: -60px 0;
}
#back a {
	display: block;
	width: 60px;
	height: 22px;
	margin: auto auto;
}
#buttons {
	margin: auto auto;
	padding-top: 10px;
}
#loan2 {
	background-image: url('buttons/loan2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 87px;
	margin-bottom: 15px;
}
#loan2:hover {
	background-image: url('buttons/loan2.jpg');
	width: 175px;
	height: 150px;
	background-position: -175px 0;
	float: left;
	margin-left: 87px;
	margin-bottom: 15px;
}
#debt2 {
	background-image: url('buttons/debt2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 75px;
	margin-bottom: 15px;
}
#debt2:hover {
	background-image: url('buttons/debt2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	background-position: -175px 0;
	margin-left: 75px;
	margin-bottom: 15px;
}
#bank2 {
	background-image: url('buttons/bankruptcy2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 87px;
}
#bank2:hover {
	background-image: url('buttons/bankruptcy2.jpg');
	width: 175px;
	height: 150px;
	background-position: -175px 0;
	float: left;
	margin-left: 87px;
}
#small2 {
	background-image: url('buttons/small_biz2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 75px;
}
#small2:hover {
	background-image: url('buttons/small_biz2.jpg');
	width: 175px;
	height: 150px;
	background-position: -175px 0;
	float: left;
	margin-left: 75px;
}
#criminal2 {
	background-image: url('buttons/criminal2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 25px;
}
#criminal2:hover {
	background-image: url('buttons/criminal2.jpg');
	width: 175px;
	height: 150px;
	background-position: -175px 0;
	float: left;
	margin-left: 25px;
}
#family2 {
	background-image: url('buttons/family2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 25px;
}
#family2:hover {
	background-image: url('buttons/family2.jpg');
	width: 175px;
	height: 150px;
	background-position: -175px 0;
	float: left;
	margin-left: 25px;
}
#civil2 {
	background-image: url('buttons/personal2.jpg');
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 25px;
}
#civil2:hover {
	background-image: url('buttons/personal2.jpg');
	width: 175px;
	height: 150px;
	background-position: -175px 0;
	float: left;
	margin-left: 25px;
}
.catspan {
	display: block;
	width: 175px;
	height: 150px;
}
#copy #main {
	background-image: url('quotes.png');
	width: 600px;
	height: 250px;
	margin-bottom: 25px;
}
#copy #main p {
	padding: 33px 25px 0px 25px;	
}
#links {
	width: 850px;
	margin: 15px auto 25px auto;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}
#links p {
	font-size: 11px;
	color: #888888;
	padding-top: 5px;
}
#links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover {
	color: #006666;
	text-decoration: underline;
}
#legaljargin {
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	padding-top: 15px;
	border-top: solid #000000 1px;
}
#legaljargin p {
	margin-bottom: 14px;	
}