@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clr{
	clear: both;
}

a:link {
	outline: none;
}
a:visited {
	outline: none;
}
a:hover {
	outline: none;
}
a:active {
	outline: none;
}


#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
}

#title-bar{
	float: left;
	width: 1000px;
	height: 76px;
	padding-top: 10px;
}

.logo{
	float: left;
	width: 418px;
	height: 66px;
}

#logo{
	float: left;
	width: 418px;
	height: 66px;
	background-image: url(doorstep/d-logo.gif);
	background-repeat: no-repeat;
}

#nav{
	float: right;
	width: 550px;
	height: 36px;
	text-align: right;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	float: right;
}

#nav ul li{
	list-style: none;
	float:left;
	padding: 0 4px 0 0;
}

#nav ul li a{
	float: left;
	width: 94px;
	height: 29px;
	padding-top: 7px;
	background-image: url(doorstep/d-button.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover{
	background-image: url(doorstep/d-button-hover.gif);
}

.top_img
{
	background: url(doorstep/d-title-img.gif) no-repeat;
	height: 40px;
	width: 129px;
	float: left;
}
.top_img1
{
	height: 40px;
	width: 129px;
	float: left;
}
#header
{
	padding: 0;
	margin: 0;
}

.header_left
{
	background: url(doorstep/d-header.gif) no-repeat;
	width: 418PX;
	height: 372PX;
	float: left;
}

.header_center
{
	background: url(doorstep/d-header1.gif) no-repeat;
	width: 292PX;
	height: 372PX;
	float: left;
}

.header_right
{
	background: url(doorstep/d-form_bg.gif) no-repeat;
	width: 289PX;
	height: 372PX;
	float: right;
}


#steps
{
	padding: 0;
	margin: 20px 0 0 0;
}

.steps_left
{
	 background: url(doorstep/d-step1.gif) no-repeat;
	 height: 92px;
	 width: 462px;
	 float: left;
}

.steps_right
{
	 background: url(doorstep/d-step2.gif) no-repeat;
	 height: 92px;
	 width: 537px;
	 float: left;
}
	
	
#page
{
	padding: 30px 20px 20px 20px;
	margin: 0;
	float: left; 
}

.heading
{
	font-weight: normal;
	color: #4d7075;
	font-size: 20px;
	padding: 0 0 30px 0;
}

.text
{
	font-weight: normal;
	color: #363939;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
}
.text a
{
text-decoration:none;
color:#4d7075;
}
.text a:hover
{
text-decoration:underline;
color:#363939;
}
.text ul{
	margin:0px;
	padding:0px;
}
.text ul li{
	list-style:none;
	font-size:13px;
	padding:2px 0 2px 30px;
	color:#4d7075;
	background: url(images/arrow.gif) left 7px no-repeat; 

}
.text ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#4d7075;
}
.text ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.text p
{
	padding: 10px 0 13px 0;
	margin: 0;
}
.text ol{
	margin:0px 0 0 25px;
	padding:0px 0 15px 0;
}
.text ol li{
	list-style:decimal;
	line-height:16px;
	padding:5px 0px;
}
.text ol li a{
	font-weight: bold;
	color: #FF9600;
	text-decoration: none;
}
.text ol li a:hover{
	color: #0091d5;
}

/*fotter starts*/
#fotter
{
	padding:0;
	margin:10px auto 0 auto;
	border-top:#848484 solid 1px;
	display:block;
	width:980px;
}

.fotter
{
	padding:10px 0;
	margin:0;
	float:right;
}

.fotter ul
{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}

.fotter ul li
{
	padding:0 2px;
	margin:0;
	float:left;
	font-size:11px;
}

.fotter ul li a
{
	padding:0;
	margin:0;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.fotter ul li a:hover
{
	text-decoration:underline;
	color:#ed8c49;
}

.copyrights
{
	padding:0;
	margin:10px 0 10px 0;
	font-size:11px;
	font-weight:normal;
	float:left;
}

.copyrights2
{
	padding:0;
	margin:10px 0 10px 0;
	font-size:11px;
	font-weight:normal;
	float:right;
}
.copyrights2 a
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.copyrights2 a:hover
{
	text-decoration:underline;
}
.copyrights a
{
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#000000;
}
.copyrights a:hover
{
	text-decoration:underline;
	color:#ed8c49;
}


/*fotter ends*/

form, input, select, label{
	margin: 0px;
	padding: 0px;
}

.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px;
}

.input_field{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 105px;
}

.form
{
	padding: 60px 0 0 0;
}

#applynow
{
	float: right;
	height: 133px;
	width: 133px;
	margin: 215px 5px 0 0;
}

#applynow2
{
	float: left;
	height: 34px;
	width: 294px;
	margin: 278px 5px 0 53px;
}

#footerlinks{
	float: left;
	width: 970px;
	border: 1px solid #F0F0F0;
	margin: 5px 0px;
	padding: 5px 0px;
}

#footerlinks ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footerlinks ul li{
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4d7075;
	padding: 0px 5px;
}

#footerlinks ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4d7075;
	text-decoration: none;
}

#footerlinks ul li a:hover{
	color: #000000;
}

.internal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.internal:hover{
	color: #000;
}
 .updateBox { 
	width:490px;
	padding: 0 0 10px 0;
	float: left;
	border-bottom:1px solid #d2d3d1;
	border-top: 1px solid #d2d3d1;

}

.updateBox.gap { 
	width:430px;
 	margin-left:40px;
	float:left;
}

.text_1 { 
	font-size: 20px;
	font-family: "Times New Roman",arial;
	color: #575756;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
}
.text_1 a{ 
	font-size:18px;
	font-family: "Times New Roman",arial;
	color: #5e9d2f;
	font-weight: bold;
	padding-left:35px;
	text-decoration:none;
	font-style: italic;
}
.text_1 a:hover{ 
	font-size:18px;
	font-family: "Times New Roman",arial;
	color: #575756;
	font-weight: bold;
	font-style: italic;
}

.updateBox ul { list-style: none; padding: 0px 0 0 21px; margin: 0px; }
.updateBox li { line-height: normal; }
.updateBox li a { padding-left: 23px; font-weight: bold; color: #5e9d2f; text-decoration: none; background: url(images/arrow1.gif) left center no-repeat; }
.updateBox li a:hover { color: #000; }
.updateBox p { padding: 0 10px 0 21px; text-align: justify; font-size: 11px; line-height: 18px; font-family: Verdana, Arial; }

.punchline1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height:30px;
	color: #8fb730;
	margin:15px 0px;
}

.punchline2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0e91ec;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.form_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #f88601;
	margin: 0px;
	padding: 8px 0 0 0;
	text-align: center;
}
.sitemap_links {
	width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #589407;
	padding-right:30px;
	float:left;
}
.sitemap_links ul{
	margin:0px;
	padding:0px;
}
.sitemap_links ul li{
	list-style:none;
	padding:2px 0 2px 30px;
	text-transform:capitalize;
}
.sitemap_links ul li a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #589407;
	text-decoration: none;
}
.sitemap_links ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.form_heading{
	width: 550px;
	text-align: center;
	margin: 0px 0 0 0px;
	padding: 6px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00BAFF;
	
}
#form_container{
	float: left;
	width: 590px;
	height: 100%;
	padding: 30px;
	padding-left: 50px;
	margin: 10px 0px;
	border: 1px dashed #E2E2E2;
	background:#fff;
}
.input_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #cccccc;
	width: 200px;
	margin-top: 20px;
	padding: 5px;
	
} 

.label_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 200px;
}
.form_text_us{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	font-weight: normal;
}
.input_field_us{
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	font-weight: normal;
}
.apply_here_for_loan {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #589407;
	text-decoration: none;
}
.apply_here_for_loan1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: bold;
	color: #589407;
	text-decoration: none;
}
.text_new{
	width: 480px;
	float:left;
	padding:10px 0 0 0;
	text-align:justify;
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;

	}
