* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#f0f0f0;
	font-family:Georgia,'Nimbus Roman No9 L',serif;
	font-size:14px;
	line-height:auto;
}

a:link, a:visited, a:active {
	color:#37ca9d;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#header {
	margin:0 auto;
	width:929px;
	height:37px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;

	padding-top:129px;
	
}

#header ul {
	height:34px;
	border-bottom:3px solid #0c0c0f;
	margin-left:153px;
	width:757px;
}

#header ul li {
	float:left;
	list-style-type:none;
	margin-right:5px;
	line-height:34px;
	text-align:center;
}

#header ul li#contact {
	margin-right:0px;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active {
	color:#000;
	text-decoration:none;
	font-size:14px;
	height:34px;
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	font-weight:bold;
}

#header ul li a:hover {
	color:#fff;
}

/*tabs*/

#header ul li#home a:link, #header ul li#home a:visited, #header ul li#home a:active {
	width:68px;
	background-image:url(../images/tabs/home.gif);
}

#header ul li#home a:hover,
body.home #header ul li#home a:link, body.home #header ul li#home a:visited, body.home #header ul li#home a:active {
	background-image:url(../images/tabs/home_over.gif);
	color:#fff;
}

#header ul li#about a:link, #header ul li#about a:visited, #header ul li#about a:active {
	width:87px;
	background-image:url(../images/tabs/about.gif);
}

#header ul li#about a:hover,
body.about #header ul li#about a:link, body.about #header ul li#about a:visited, body.about #header ul li#about a:active {
	background-image:url(../images/tabs/about_over.gif);
	color:#fff;
}

#header ul li#collecting-debts a:link, #header ul li#collecting-debts a:visited, #header ul li#collecting-debts a:active {
	width:143px;
	background-image:url(../images/tabs/collecting-debts.gif);
}

#header ul li#collecting-debts a:hover,
body.collecting-debts #header ul li#collecting-debts a:link, body.collecting-debts #header ul li#collecting-debts a:visited, body.collecting-debts #header ul li#collecting-debts a:active {
	background-image:url(../images/tabs/collecting-debts_over.gif);
	color:#fff;
}

#header ul li#debt-advice a:link, #header ul li#debt-advice a:visited, #header ul li#debt-advice a:active {
	width:110px;
	background-image:url(../images/tabs/debt-advice.gif);
}

#header ul li#debt-advice a:hover,
body.debt-advice #header ul li#debt-advice a:link, body.debt-advice #header ul li#debt-advice a:visited, body.debt-advice #header ul li#debt-advice a:active {
	background-image:url(../images/tabs/debt-advice_over.gif);
	color:#fff;
}

#header ul li#news a:link, #header ul li#news a:visited, #header ul li#news a:active {
	width:66px;
	background-image:url(../images/tabs/news.gif);
}

#header ul li#news a:hover,
body.news #header ul li#news a:link, body.news #header ul li#news a:visited, body.news #header ul li#news a:active {
	background-image:url(../images/tabs/news_over.gif);
	color:#fff;
}

#header ul li#pay-debt a:link, #header ul li#pay-debt a:visited, #header ul li#pay-debt a:active {
	width:101px;
	background-image:url(../images/tabs/pay-debt.gif);
}

#header ul li#pay-debt a:hover,
body.pay-debt #header ul li#pay-debt a:link, body.pay-debt #header ul li#pay-debt a:visited, body.pay-debt #header ul li#pay-debt a:active {
	background-image:url(../images/tabs/pay-debt_over.gif);
	color:#fff;
}

#header ul li#links a:link, #header ul li#links a:visited, #header ul li#links a:active {
	width:67px;
	background-image:url(../images/tabs/links.gif);
}

#header ul li#links a:hover,
body.links #header ul li#links a:link, body.links #header ul li#links a:visited, body.links #header ul li#links a:active {
	background-image:url(../images/tabs/links_over.gif);
	color:#fff;
}

#header ul li#contact a:link, #header ul li#contact a:visited, #header ul li#contact a:active {
	width:80px;
	background-image:url(../images/tabs/contact.gif);
}

#header ul li#contact a:hover,
body.contact #header ul li#contact a:link, body.contact #header ul li#contact a:visited, body.contact #header ul li#contact a:active {
	background-image:url(../images/tabs/contact_over.gif);
	color:#fff;
}

/*tabs end*/

/*container*/

#container {
	background-image:url(../images/container.jpg);
	width:929px;
	margin:0 auto;
	padding-top:20px;
	
}

#content {
	padding:0 30px;
	padding-bottom:10px;
}

#content p, #content table {
	margin-bottom:12px;
}

/*banner*/

#banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:430px;
    height:auto !important;
    height:430px;

}

#intro {
	font-size:18px;
	margin-left:180px;
}

#intro h1 {
	font-size:26px;
	font-weight:normal;
	color:#37ca9d;
	margin-bottom:12px;
}

#details {
	margin-top:50px;
	margin-left:260px;
	padding-right:15px;
	color:#fff;
}

#details h2 {
	font-size:22px;
	font-weight:normal;
	color:#37ca9d;
}

#details_left {
	float:left;
	width:280px;
}

#details_right {
	float:right;
	width:290px;
}

#details_bottom {
	padding-top:25px;
	clear:both;
	font-size:16px;
}

#banner hr {
	display:none;
}

.highlight {
	color:#37ca9d;
}

/*banner ends*/

/*featured*/

#featured {
	margin-top:20px;
	background-image:url(../images/featured.gif);
	background-repeat:repeat-y;
	background-position:top center;
	color:#37ca9d;
	font-size:16px;
}

#featured_left {
	float:left;
	width:270px;
}

#featured_middle {
	float:left;
	padding-left:29px;
	width:270px;
}

#featured_right {
	float:right;
	width:270px;
}

#featured h3, #column h3 {
	color:#000;
	font-size:20px;
	font-weight:normal;
	margin-bottom:5px;
}

#featured hr {
	clear:both;
	visibility:hidden;
}

.item {
	width:270px;
	padding-top:10px;
	border-top:7px solid #d0d9db;
	margin-bottom:20px;
	background-repeat:no-repeat;
}
	
.item.express {
	background-image:url(../images/featured/express.jpg);
	background-position:bottom;
	padding-bottom:100px;
	min-height: 100px;
}

.item.clear {
	background-image:url(../images/featured/clear.jpg);
	background-position:right 10px;
	padding-right:100px;
	width:170px;
	padding-bottom:20px;
}

.item.court {
	background-image:url(../images/featured/court.jpg);
	background-position:right 10px;
	padding-right:95px;
	width:175px;
	min-height: 200px;
}

.item.locating {
	background-image:url(../images/featured/locating.jpg);
	background-position:left 10px;
	padding-left:105px;
	width:165px;
	padding-bottom:10px;
}

.item.latest {
	font-size:12px;
	color:#000;
	margin-bottom:0px;
	background-image:url(../images/featured/latest.jpg);
	background-position:top right;
}

#featured .item.latest h3, #column .item.latest h3 {
	margin-bottom:7px;
	font-size:22px;
	width:75px;
}

#content .item.latest p.news {
	text-align:right;
	margin-bottom:0px;
}

a.more:link, a.more:visited, a.more:active, a.more:hover {
	color:#000;
	font-size:12px;
}

/*featured ends*/

/*static*/

#static {
	background-image:url(../images/static.gif);
	background-repeat:repeat-y;
	background-position:top center;
	
}

#static h1 {
	font-size:22px;
	font-weight:normal;
	color:#37ca9d;
	margin-bottom:5px;
}

#static h2 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin-bottom:5px;
}

#main { 
	float:left;
	width:565px;
	background-image:url(../images/jack.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}


#column {
	float:right;
	width:270px;
}

/*
#column ul li {
	list-style-type:circle;
	margin-left:20px;
	color:#37ca9d;
	line-height:18px;
}
*/

#column ul li {
	list-style-type:none;
}

#column ul li a:link, #column ul li a:visited, #column ul li a:active {
	text-decoration:none;
	border-top: 1px solid #D0D9DB;
	padding:6px 0;
	display:block;
	font-weight:bold;
}

#column ul li a:hover {
	color:#000;
}

#column .item {
	margin-top:20px;
}

#static hr {
	clear:both;
	visibility:hidden;
}

/*static ends*/

/*footer*/

#footer {
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0 30px;
	height:90px;
	background-color:#f0f0f0;
	font-size:11px;
	padding-top:25px;
}

#copyright {
	float:left;
}

#sitelinks {
	float:right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
}html

/*footer ends*/

/*container end*/


#main ul {
	margin-bottom:12px;
	margin-left:25px;
}

#main li {
	list-style-image: url(/images/bullet-paw.gif);
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	padding: 0 12px 12px 0;
}

img.alignright {
	padding: 0 0 12px 12px;
}

.collecting-debts h3 {
	margin-top: 40px;
}

.contact h3{
	margin-top: 20px;
}

.collecting-debts #main, .debt-advice #main, .pay-debt #main, .news #main, .contact #main {
	background-image: none;
}

/* Forms */
.contact input,.contact textarea,.about input {
    display: block;
    margin-bottom: 20px;
}
.contact form, .about form {
    padding: 10px 0;
}
.contact label, .about label {
	font-weight: bold;
}
/* End forms */


.contact td {
	padding-bottom: 30px;
}

.news h2 {
	padding-top: 20px;
}

/* Begin Comments*/

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.postmetadata {
	background-color: #eee;
	padding: 3px;
}

h3#comments {
	padding-top: 20px;
}
/* End Comments */

.paymentname {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}