* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d6d6d6;
	color: #464646;
	font-family: tahoma, sans-serif;
	font-size: 100%;
}

a {
	color: #4d6aad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#page-outer {
	overflow: hidden;
}

#page-head-container {
	background: url('../images/body-background.png') center top repeat-x;
	background-color: #ffffff;
	padding-top: 15px;
}

#page-head {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

h1 {
	float: left;
	width: 250px;
}

h1 img {
	height: 138px;
	width: 357px;
}

#page-head-right {
	/*background: url('../images/telephone.png') top left no-repeat;*/
	float: right;
	vertical-align: bottom;
	width: 340px;
}

h3 {
	color: #909090;
	font-size: 1.5em;
	font-weight: normal;
	height: 115px;
	line-height: 1em;
	text-align: right;	
}

address {
	font-style: normal;
}

#page-options-container {
	background-color: #ffffff;
	border-bottom: solid 6px #e6e6e6;
	overflow: hidden;
	padding-bottom: 6px;
}

#page-options {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#navigation-solutions {
	clear: left;
	list-style: none;
	font-size: 0.8em;
	overflow: hidden;
	width: 960px;
}

#navigation-solutions li {
	background-color: #f0f0f0;
	border-left: solid 2px #d6d6d6;
	border-right: solid 2px #d6d6d6;
	border-top: solid 2px #d6d6d6;
	display: table;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	padding: 8px 0;
	text-align: center;
}

#navigation-solutions li.last {
	float: none;
	margin: 0;
}

#navigation-solutions a {
	font-weight: bold;
}

#navigation-solutions .highlight {
	background-color: #f99900;
	background-color: #00abaa;
	padding-left: 12px;
}

#nav-link-rebuild {
	border-bottom: solid 3px #d05050;
	width: 380px;
}

#nav-link-bankruptcy {
	border-bottom: solid 3px #9050b0;
	width: 90px;
}

#nav-link-iva{
	border-bottom: solid 3px #5050b0;
	width: 40px;
}

#nav-link-trust {
	border-bottom: solid 3px #2090d0;
	width: 150px;
}

#nav-link-ppi {
	border-bottom: solid 3px #50b0b0;
	width: 81px;
}

#nav-link-settlement {
	border-bottom: solid 3px #209050;
	width: 170px;
}

#navigation-spotlight-container {
	clear: both;
	margin: 0 0 15px 0;
	overflow: hidden;
}

#navigation-spotlight-container li {
	display: none;
}

#navigation-spotlight {
	border: solid 2px red;
	color: #606060;
	display: block;
	padding: 4px 8px;
}

#navigation-spotlight strong {
	clear: right;
	display: block;
	font-size: 1.5em;
}

#navigation-spotlight p {
	margin: 4px 0 12px 0;
}

#navigation-general {
	clear: both;
	color: #909090;
	font-size: 0.75em;
	list-style: none;
	overflow: hidden;
	text-align: center;
}

#navigation-general li {
	background-color: #d6d6d6;
	border: solid 2px #c6c6c6;
	border-bottom: none;
	display: table;
	font-weight: bold;
	float: left;
	margin-right: 4px;
	padding: 8px;
}
/*
#navigation-general li:after {
	content: '|';
	padding-left: 8px;
}

#navigation-general li.last:after {
	content: none;
}
*/
#debt-test-container {
	float: right;
	width: 180px;
}

#debt-test-head-outer {
	border: solid 2px #d6d6d6;
	border-bottom: none;
	padding: 3px;
	padding-bottom: 0;
}

#debt-test-head {
	background-color: #f99900;
	color: #ffffff;
	font-size: 1.25em;
	padding: 2px 2px 2px 10px;
}

#page-debt-test-outer {
	background-color: #ffffff;
	border: solid 2px #d6d6d6;
	border-top: none;
	margin-bottom: 30px;
	padding: 3px;
}

#page-debt-test {
	background-color: #e6e6e6;
	font-size: 0.75em;
	padding: 3px 2px 3px 10px;
}

#page-debt-test dl {
	margin: 0.5em 0;
}

#page-debt-test input,
#page-debt-test select {
	margin-bottom: 8px;
}

#page-debt-test input[type=text] {
	padding: 2px 1px 2px 3px;
	width: 145px;
}

#page-debt-test select,
#page-debt-test option {
	border: none;
	padding: 0 0 0 3px;
	width: 150px;
}

#page-debt-test select,
#page-debt-test input[type=text] {
	border: solid 1px #d6d6d6;
}

#page-debt-test input[type=submit] {
	background-color: #4d6aad;
	border: solid 2px #ffffff;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	padding: 3px 4px;
}

#page-debt-test .checkbox-container dt {
	float: left;
	padding-right: 8px;
}

#application-errors {
	color: #ff3030;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 15px;
}

#page-body-container {
	background-color: #ffffff;
	border-left: solid 4px #d0d0d0;
	border-right: solid 4px #d0d0d0;
	clear: left;
	margin: 4px auto 0 auto;
	overflow: hidden;
	padding: 30px 15px 0 15px;
	width: 922px;
}

#page-body {
	float: left;
	overflow: hidden;
	width: 735px;
}

#page-body p,
#page-body address {
	line-height: 1.5em;
}

#page-content {
}

#solutions-splash-list {
	padding-bottom: 45px;
}

#solutions-splash-list img {
	margin-bottom: 15px;
	width: 353px;
}

h4 {
	clear: left;
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.25em;
	margin: 1em 0;
}

h4,
h4.call-to-apply a {
	color: #464646;
}

#page-body-title h4 {
	clear: none;
}

h4 strong {
	color: #cc390c;
}

h4.call-to-apply {
	border-top: solid 2px #d6d6d6;
	padding-top: 15px;
}

h5 {
	color: #606060;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
}

#page-body hr {
	background: #d6d6d6;
	border: none;
	clear: both;
	height: 2px;
	clear: both;
	margin: 1.5em 0;
}

#page-foot hr {
	background: #d6d6d6;
	border: none;
	clear: both;
	height: 1px;
	clear: both;
	margin: 1.75em 0;
}

#page-body-title {
	border-bottom: solid 2px #d6d6d6;
	clear: both;
	height: 144px;
	margin-bottom: 15px;
}

#page-body-title h2 {
	line-height: 0.75em;
}

#page-body-title h4 {
	margin: 0.5em;
}

#page-body-title img {
	margin-right: 15px;
}

#page-body p strong,
#page-body-title p {
	font-weight: bold;
}

#page-body p a,
#page-body li a,
#news-sidebar a {
	font-weight: bold;
}

#page-body p, #page-body address, #page-body li, #footer-content p, #footer-content li {
	margin-bottom: 2em;
	text-align: justify;
}

#page-body ul.bulleted {
	list-style: url('../images/bullet.png');
	margin-left: 2em;
}

#page-body li {
	margin: 1em 0;
}

.pagination {
	clear: left;
	list-style: none;
	padding: 0;
}

.pagination li {
	display: table;
}

.pagination li.first {
	float: left;
}

.pagination li.last {
	float: right;
}

#page-foot {
	background: url('../images/footer-background.png') top left repeat-x;
	background-color: #ffffff;
	border-top: solid 4px #d0d0d0;
	overflow: hidden;
	padding: 2em 0;
	clear: both;
}

#page-foot p {
	text-align: justify;
}

#page-foot a:hover {
	text-decoration: underline;
}

#page-foot-inner {
	font-size: 0.75em;
	margin: 0 auto;
	width: 960px;
}

#footer-navigation-solutions {
	float: left;
	line-height: 1.5em;
	width: 180px;
}

#footer-navigation-general {
	float: left;
	line-height: 1.5em;
	width: 180px;
}

#footer-credits {
	display: table;
	float: right;
	padding-bottom: 30px;
	width: 600px;
}

#footer-content  {
	clear: both;
	margin-top: 30px;
}

h6 {
	display: table;
	float: right;
	font-size: 2em;
	font-weight: normal;
	text-align: right;
}

#page-foot dt a {
	font-weight: bold;
}

/* NEWS */

#news-container {
	overflow: hidden;
}

#news-index-entries-container,
#news-entry-container {
	border-right: dashed 3px #e0e0e0;
	display: table;
	float: left;
	padding-right: 15px;
	width: 580px;
}

.news-entry {
	clear: both;
	overflow: hidden;
}

#news-index-entries-container .news-entry {
	margin: 0 0 10px 0;
}

#news-entry-container .news-entry-body {
	margin: 30px 0;
}

#entry-social ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#entry-social li {
	display: table;
	float: left;
	margin: 0 10px 15px 5px;
	padding: 0;
}

.news-entry-bookmarks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-entry-bookmarks li {
	display: inline;
	margin: 0;
	padding: 0;
}

h2 {
	color: #00abaa;
	font-size: 1.75em;
	font-weight: normal;
}

#news-index-entries-container a,
#news-entry-container a {
	text-decoration: none;
}

#news-index-entries-container a:hover,
#news-entry-container a:hover {
	text-decoration: underline;
}

#news-index-entries-container h2 a,
#news-entry-container h2 a {
	color: #00abaa;
}

.news-entry-meta {
	color: #a6a6a6;
	margin: 0;
	padding: 0;
	font-size: 0.825em;
	font-weight: bold;
}

#news-sidebar {
	border-bottom: dashed 3px #e0e0e0;
	color: #606060;
	float: left;
	padding: 0 0 5px 0;
	width: 130px;
}

#news-sidebar label {
	font-size: 0.825em;
}

#news-search-box dt {
	float: left;
}

#news-search-box dd {
	float: right;
}

#news-search-box {
	border-bottom: dashed 3px #e0e0e0;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 5px 15px 15px 15px;
	width: 220px;
}

#news-search-box input[type=text] {
	border: solid 1px #a6a6a6;
}

#news-archive {
}

#news-categories {
}

#news-links {
	clear: both;
	overflow: hidden;
	padding-left: 0;
}

#news-links dt {
	border-bottom: dashed 3px #e0e0e0;
	clear: left;
	font-size: 0.75em;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
}

#news-links dd {
	clear: left;
	font-size: 0.75em;
	padding: 0 5px 0 15px;
}

#news-links dd dt {
	border: none;
	float: left;
	font-size: 0.75em;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
}

#news-links dd dd {
	clear: none;
	color: #909090;
	float: right;
	font-size: 0.75em;
	padding: 0;
}

#news-sidebar a {
	text-decoration: none;
}

#news-sidebar a:hover {
	text-decoration: underline;
}

#site-map ul {
	margin-left: 30px;
}

#testimonials .quotemark {
	color: #909090;
	font-size: 1.75em;
	font-weight: bold;
}

#testimonials cite {
	font-style: normal;
	font-weight: bold;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-float {
	float: none;
}

.color-blue {
	color: #4d6aad;
}

.color-cyan { 
	color: #00abaa;
}

.color-green {
	color: #00abaa;
}

.color-orange {
	color: #f99900;
}

.color-link {
	color: #4d6aad;
}

.font-bigger {
	font-size: 1.125em;
}

.align-right {
	text-align: right;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.pad-left {
	padding-left: 15px;
}

.pad-bottom {
	padding-bottom: 15px;
}

.column-left {
	float: left;
	width: 250px;
}

.column-right {
	float: right;
	width: 300px;
}

ul.simple,
ol.simple {
	clear: both;
	list-style: disc;
	margin: 1em 1em 1em 3em;
	padding: 0;
}

ol.simple {
	list-style: decimal;
}

ul.simple li{
	margin: 0;
	padding: 0;
}

.accordion dt {
	background: url('../images/arrow-right.png') left center no-repeat;
	color: #d05050;
	cursor: pointer;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 15px;
	text-decoration: underline;
}

.accordion dd {
	background-color: #e6e6e6;
	border: solid 1px #e0e0e0;
	margin-bottom: 15px;
	padding: 1px 8px;
}

/* Twitter widget */
.twtr-hd, .twtr-ft {
	display: none;
}