body {
	margin: 0px;
	padding: 0px;
	font-family: calibri;
	font-size: 14px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	color: #4a4b4a;
}
#container {
	width: 985px;
	margin: 15px auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hBtn:hover {
	background-position:right bottom;
}
#topHeader {
	height: 21px;
	padding: 2px 15px 4px 11px;
}
#homeBtn, #homeBtn span.hover {
	background-image: url(../images/homeBtn.png);
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 19px;
}
#navDiv {
	height: 37px;
	border: solid 1px #c6c7c7;
	background-repeat: repeat-x;
	background-image: url(../images/nav-bg.png);
}
#navDiv ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 576px;
}
#navDiv ul .divider {
	background-image: url(../images/nav-divider.png);
	background-repeat: no-repeat;
	width: 1px;
	height: 37px;
	background-position:0px 0px;
}
#navDiv ul li{
	float: left;
	height: 37px;
	line-height: 37px;
	background-image:url(../images/navBtn-hover.png);
	background-repeat:repeat-x;
	background-position:0px 100px;
}
#navDiv ul li:hover {
	background-position:0px bottom;
}

#navDiv ul li a:link, #navDiv ul li a:visited {
	color:#686868;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	display: block;
	padding: 0px 7px;
}
#navDiv ul li a:hover {
	color:#262626;
}
#mainWrapper {
	border: solid 1px #c6c7c7;
	padding: 1px;
	background-color: #FFFFFF;
}
#mainTop {
	background-image: url(../images/main-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#innerTop {
	background-image: url(../images/main-right-inner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#mainTop #mainLogo, #innerTop #mainLogo {
	background-image: url(../images/main-logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 77px;
	width: 424px;
}


.getStarted {
	background-image: url(../images/getstarted-pic.jpg);
	width: 266px;
	height: 236px;
	background-repeat: no-repeat;
	display: block;
}
.learnMore {
	background-image: url(../images/learnMoreBtn.png);
	background-repeat: no-repeat;
	width: 283px;
	height: 22px;
	display: block;
	margin: 0 auto;
	background-position: right top;
}
.boxContainer {
	width: 231px;
	margin-right: 9px;
}
.box {
	border: solid 3px #006625;
	background-color: #FFFFFF;
	padding: 1px;
	height: 248px;
	margin-bottom: 1px;
	position: relative;
}
.fadeThis * {
	display: none;
}
.fadeThis {
	position:relative;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
}
.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor:pointer;
}

#step1, #step1 span.hover {
	background-image: url(../images/step1.jpg);
	width: 223px;
	height: 248px;
}
#step2, #step2 span.hover {
	background-image: url(../images/step2.jpg);
	width: 223px;
	height: 248px;
}
#step3, #step3 span.hover {
	background-image: url(../images/step3.jpg);
	width: 223px;
	height: 248px;
}
#step4, #step4 span.hover {
	background-image: url(../images/step4.jpg);
	width: 223px;
	height: 248px;
}
#step5, #step5 span.hover {
	background-image: url(../images/step5.jpg);
	width: 223px;
	height: 248px;
}
#step6, #step6 span.hover {
	background-image: url(../images/step6.jpg);
	width: 223px;
	height: 248px;
}
#welcomeBar {
	background-image: url(../images/welcome-text-bottom.gif);
	background-repeat: no-repeat;
	height: 31px;
	background-color: #e8e9e9;
	margin-top: 21px;
}
.formTop {
	background-image: url(../images/form-top-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 80px;
	padding: 5px 8px;
	margin-bottom: 5px;
}
.rLB {
	width: 175px;
	margin-left: 18px;
	margin-top: 8px;
	border: solid 2px #006625;
}
.rTB {
	border: solid 2px #006625;
	width: 223px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#submitBtn {
	background-image: url(../images/submitRequest-btn.gif);
	background-repeat: no-repeat;
	width: 223px;
	height: 27px;
	margin-top: 15px;
	cursor: pointer;
}
#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	color: #FFFFFF;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 31px;
	padding-left: 10px;
}
#footer ul li {
	background-image: url(../images/footer-link.png);
	line-height: 31px;
	background-repeat: no-repeat;
	float: left;
	padding-left: 7px;
	background-position: 0px 11px;
}
#footer ul li a:link, #footer ul li a:visited {
	padding:0px 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#footer ul li a:hover{
	text-decoration:underline;	
}.bFooter {
	color: #939292;
	font-size: 11px;
}
.bFooter a:link, .bFooter a:visited{color:#939292; text-decoration:none;}
.bFooter a:hover{text-decoration:underline;}
#pageTitle {
	background-color: #e8e9e9;
	margin-top: 2px;
	height: 31px;
	margin-bottom: 15px;
}
#contentWrapper {
	padding: 0px 20px 0px 13px;
	text-align: justify;
}
#contentWrapper a:link, #contentWrapper a:visited{color:#005b20; font-weight:bold; text-decoration:none;}
#contentWrapper a:hover{color:#00ac3e; text-decoration:underline;}
#contentWrapper strong {
	color: #005b20;
}

.imgBorder {
	border: solid 1px #005f22;
	padding: 1px;
}
ul#creditRepair {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 40px;
}
ul#creditRepair li {
	font-size: 15px;
	font-weight: bold;
}
.greyDivider {
	background-color: #d6d6d6;
	height: 1px;
}
.innerTitle {
	background-color: #e8e9e9;
	margin: 15px 0px;
	width: 718px;
}
.stepTitle {
	font-weight: bold;
	font-size: 16px;
}
.faqTitle {
	color: #00551e;
	font-weight: bold;
	font-size: 20px;
}
.applyForm {
	background-color: #f5f5f5;
	border: solid 1px #d6d6d6;
	padding: 15px;
}
.applyForm .applyTB1 {
	width: 214px;
	border: solid 1px #006625;
	height: 20px;
	margin: 8px 0px;
}
.applyForm .applyCity1 {
	width: 100px;
	border: solid 1px #006625;
	height: 20px;
	margin: 8px 0px;
	margin-right: 5px;
	float: left;
}
.applyForm .applyZip1 {
	width: 80px;
	border: solid 1px #006625;
	height: 20px;
	margin: 8px 0px;
}
.applyForm .applyState {
	width: 125px;
	border: solid 1px #006625;
	height: 24px;
	margin: 8px 0px;
	margin-right: 5px;
	float: left;
}
.applyForm .applyTB2 {
	width: 323px;
	border: solid 1px #006625;
	height: 20px;
	margin: 8px 0px;
}
.applyForm .applyQC {
	width: 670px;
	border: solid 1px #006625;
	height: 100px;
	margin: 8px 0px;
}
.applyForm .cTB1 {
	width: 295px;
	border: solid 1px #006625;
	height: 20px;
	margin: 8px 0px;
}
.applyForm .cLB1 {
	width: 295px;
	border: solid 1px #006625;
	height: 23px;
	margin: 8px 0px;
}


.applyForm .cQC {
	width: 914px;
	border: solid 1px #006625;
	height: 100px;
	margin: 8px 0px;
}
