body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../images/bg.gif) repeat-x top left;
}

#main {
	padding:0;
	margin:0 auto;
	width:992px;
	position:relative;
}

/*a:link {
	outline: none;
	color: #C08F25;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	outline: none;
	font-weight: bold;
	color: #666666;
}

a:hover {
	outline: none;
	color: #2f3036;
	text-decoration: none;
}
a:active {
	outline: none;
	color: #fff;
}*/

.clr {
	padding:0;
	margin:0;
	clear:both;
}

.logo {
	width: 320px;
	float: left;
	padding: 23px 0 0 2px;
}

p {
	padding: 0 0 12px 0;
	margin: 0;
}

/*header starts here*/

#header
{}


.nav
{
	background: url(../images/nav_bg.gif) repeat-x bottom left;
	height: 43px;
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.nav ul li {
	color: #dcd6c9;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
}

.nav li a {
	float: left;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #0a710c;
}

.nav li a span {
	float: left;
	padding: 9px 10px 0 0;
}

.nav li a:hover {
	background: #3d3e45 url(../images/but_bg.gif) no-repeat top left;
	text-shadow: 1px 1px 1px #000000;
}

.nav li a:hover span {
	background: url(../images/but_bg.gif) no-repeat top right;
}

.nav_left
{
	padding: 11px 0 0 0;
	float: left;
	width: 8px;
}

.nav_right
{
	padding: 11px 0 0 0;
	float: right;
	width: 7px;
}


#container
{
	padding: 2px 0 0 0;
}


#container_left
{
	width: 730px;
	float: left;
}

.h_text
{
	background: #eeeeee;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	padding: 0 20px;
}

.h_left_img
{
	width: 202px;
	float: left;
	margin: 4px 6px 0 0;
	background: url(../images/h_img.gif) no-repeat top left;
	height: 225px;
 }
 
.h_text2
{
	color: #FFFFFF;
	padding: 0 8px;
	margin: 166px 0 0 0;
}

.h_left_img2
{
	width: 320px;
	float: left;
 }

.services
{
	background: url(../images/servicess_bg.gif) no-repeat top left;
	width: 201px;
	height: 225px;
	float: left;
}

.services ul
{
	list-style: none;
	padding: 0 8px;
	margin: 15px 0 0 0;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, "HelveticaRounded LT BoldCn";
	color: #FFFFFF;
	float: left;
	width: 184px;
	text-transform: capitalize;
}

.services li
{
	display: block;
	float: left;
	font-weight: bold;
	border-bottom: #5f6067 1px solid;
	padding: 1px 0 2px 0;
	width: 100%;
	line-height: 24px;
}

.services li a
{
	background: url(../images/bullet_2.gif) no-repeat left center;
	font-size: 13px;
	color: #e9e8e8;
	text-decoration: none;
	padding: 0 0 0 15px;
	text-shadow: 1px 1px 1px #000000;
}
.services li a:hover
{
	background: url(../images/bullet_1.gif) no-repeat left center;
	color: #ffcc66;
	text-shadow: 1px 0px 1px #000000;
}

.services_con
{
	background: #464850;
	width: 521px;
	float: left;
	margin: 4px 0 0 0;
}

.steps
{
	padding: 4px 0;
	float: left;
	width:730px;	
}



.steps a{
	font-size:14px;
	color:#9cdfa4;
	text-decoration:none;
}
.steps a:hover{
	font-size:14px;
	color:#fff;
}
.steps1
{
	float: left;
	width: 135px;
	height:77px;
	background:url(../images/step_1.gif) no-repeat;
	color:#fff;
	font-size:12px;
	padding:5px 100px 5px 5px;
	text-align:justify;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.steps1 p{
	margin:0;
	padding:3px;
	}
.steps2
{
	float: left;
	width:155px;
	height:77px;
	background:url(../images/step_2.gif) no-repeat;
	color:#fff;
	font-size:12px;
	padding:5px 80px 5px 5px;
	margin:0 5px;
	text-align:justify;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.steps2 p{
	margin:0;
	padding:3px;
	}


.steps3
{
	float: left;
	width:155px;
	height:77px;
	background:url(../images/step_3.gif) no-repeat;
	color:#fff;
	font-size:12px;
	padding:5px 80px 5px 5px;
	text-align:justify;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.steps3 p{
	margin:0;
	padding:3px;
	}


#text
{
	font-size: 11px;
	color: #000000;
	padding: 15px;
	line-height: 18px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#text a:link {
	outline: none;
	color: #C08F25;
	text-decoration: none;
	font-weight: bold;
}
#text a:visited {
	outline: none;
	font-weight: bold;
	color: #666666;
}

#text a:hover {
	outline: none;
	color: #2f3036;
	text-decoration: none;
}
#text a:active {
	outline: none;
	color: #fff;
}


.inner_text
{}

h1
{
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
}

h2
{
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, "HelveticaRounded LT BoldCn";
	color: #3ab410;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
	text-transform: capitalize;
}

h2 span
{
	color: #43444b;
}



#container_right
{
	width: 260px;
	float: right;
}

.form
{	
	background:#44464e url(../images/form_bg.gif) repeat-y top left;
	float: left;
}

.form_top
{	
	background: url(../images/form_top.gif) no-repeat top left;
	float: left;
}


form, input, select, label{
	margin: 0px;
	padding: 0px;
}

.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0px;
	color: #FFFFFF;
}

.input_field{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 126px;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	color: #000000;
	font-weight: normal;
	height: 17px;
	font-size: 11px;
	background: #f4f5f7;
}

.form_pad
{
	padding: 0 15px;
}


.right_pane
{
   background: url(../images/panel_bg.gif) repeat-y top left;
   width: 256px;
   float: left;
   text-align: justify;
   font-size: 11px;
   margin: 0 0 0 3px;
   display: inline;
}

.right_pane a
{
	font-size: 11px;
	font-weight: bold;
	color: #3bb611;
	text-decoration: underline;
}

.right_pane a:hover
{
	color: #333333;
}

.black_pane_top {
	background: url(../images/black_top_bg.gif) no-repeat top left;
	height: 83px;
	line-height: 73px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, "HelveticaRounded LT BoldCn";
	font-weight: bold;
}

.black_pane_top a {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.black_pane_top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.green_pane_top {
	background: url(../images/green_top_bg.gif) no-repeat top left;
	height: 83px;
	line-height: 73px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, "HelveticaRounded LT BoldCn";
	font-weight: bold;
}


.green_pane_top a {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.green_pane_top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.pane_bttm {
	float: left;
}

.pane_mid
{
	padding: 0 20px;
	
}

ul
{
	list-style: url(../images/bullet_ul.gif);
}



/*footer starts here*/


#footer {
	background: #4b4d55 url(../images/footer_bg.jpg) repeat-x top left;
	height: 104px;
	margin: 15px 0 0 0;
}

#footer2 {
	padding:0;
	margin:0 auto;
	width:990px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 0 0 0;
}
.bot_links {
	float: left;
}

.bot_links ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.bot_links ul li {
	padding: 0 3px;
	margin: 0;
	font-size: 11px;
	float: left;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	float: right;
}
/*footer ends here*/



#form_container{
	float: left;
	width: 480px;
	height: 100%;
	padding-left: 50px;
	margin:0 0 0 100px;
	border: 1px dashed #E2E2E2;
}


.form_heading{
	width: 400px;
	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: #ff7700;
	text-align: center;
	border-bottom:#CCCCCC dashed 1px;
}
.textarea
{
	padding:0;
	margin:20px 0 0 0;
	width:210px;
	height:100px;
	border: 1px inset #cccccc;
}


.input_c{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px inset #999999;
	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-top: 20px;
	float: left;
	width: 180px;
}


.sitemap
{}.sitemap2
{

	width: 25%;
	float: left;
}

.form_text_dm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.input_field_dm{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 105px;
}

.dm_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.date_input_dm{
	width: 60x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 10px 0 0;}
	
	
	
.application_form {
	border: #cecece 6px solid;
	width: 700px;
	margin: 30px auto;
	padding: 20px 0;
	background: #eeeeee;
}

.heading2 {
	font-size: 28px;
	color: #464850;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	background: #cecece;
	margin-bottom: 20PX;
}

.aform_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 0px;
	font-weight: bold;
	color: #45474e;
}

.ainput_field {
	margin: 0px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	border-top: #2e2d2c 1px solid;
	border-left: #2e2d2c 1px solid;
	border-bottom: none;
	border-right: none;
	font-weight: bold;
	color: #5f5f5f;
}

#dpacontainer
{
	width: 55%;
	text-align: justify;
	padding: 20px 0 0 20px;
}
#dpacontainer h3
{
	color: #339911;
	font-size: 20px;
}


#footerlinks{
	margin: 0 auto;
	width: 1000px;
	height: 175px;
	background: url(../images/link-bg.jpg) no-repeat;
	margin-bottom: 10px;
}

.footerlinks{
	float: left;
	width: 1000px;
	height: 175px;
}


.footerlinks ul{
	padding:0px;
	margin: 55px 0 0 170px;
}

.footerlinks ul li{
	float:left;
	width: 200px;
	list-style:none;
	background:url(../images/bullet-green.gif) no-repeat left center;
	text-transform:capitalize;
	line-height:22px;
	border-bottom:1px solid #d8d7d7;
}

.footerlinks ul li a{
	text-decoration:none;
	padding-left:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}

.footerlinks ul li a:hover{
	text-decoration:underline;
	color:#000;
}



.form_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #f88601;
	margin: 0px;
	text-align: center;
}

form, input, select, label{
	margin: 0px;
	padding: 0px;
}

.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;
}

.text_new{
	width: 480px;
	float:left;
	padding:10px 0 0 0;
	text-align:justify;
	font-size:12px;
	line-height:18px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	}

.internal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9600;
	text-decoration: none;
}

.internal:hover{
	color: #fff;
}


.internal_1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #FF9600;
	text-decoration: none;
}

.internal_1:hover{
	color: #000;
}


/* ### center container ### */
#centerCntr { padding: 0px; margin: 10px auto; width: 800px; }

/* ### input Box ### */	
.inputBox { padding: 5px 191px 0 169px; width: 385px; height: 575px; background: url(../images/formbg.jpg) no-repeat; }
.inputBox .input { padding: 15px 0 0 38px; width: 347px; }
.inputBox .text { padding: 135px 0 0 0; margin: 0px; width: 385px; text-align: center;  font-size: 12px;  font-family: Arial; line-height: 18px; color: #000; }
.inputBox label { width: 152px; float: left; font-family: Arial; font-size: 14px; font-weight: normal; color: #000; display: block; line-height: 18px; }
.inputBox label span { width: 112px; display: block; float: left; }
.inputBox .field { padding-left: 4px; width: 140px; border: 1px solid #5d5d5d; height: 18px; float: left; line-height: 30px; color: #171717; background: #fff; }
.inputBox p { padding: 0 0 10px 0; margin: 0px; width: 347px; float: left; }
.inputBox select { width: 145px; height: 19px; float: left; border: 1px solid #5d5d5d ; font-size: 14px; line-height: 20px; background: #fff; }
.inputBox .button { float: left; width: 125px; height: 37px;  margin: 6px 0 0 94px; border: none; cursor: pointer; background:url(../images/sumbit.jpg) no-repeat;; }
.inputBox .prv { padding-bottom: 8px; font-family: Arial; margin: 0px; float: left; font-size: 14px; color: #000; width: 330px; text-align: center }
.inputBox p.last { padding-bottom: 10px; }
.disclaimer{
	width:780px; margin:0 auto;
}
