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: #339f0c;
	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;
}

.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: 18px;
}

.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;
}
.steps1
{
	float: left;
}
.steps2
{
	float: left;
	padding: 0 6px;
}

.steps3
{
	float: left;
}

#text
{
	font-size: 11px;
	color: #000000;
	padding: 15px;
	line-height: 18px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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;
	position: absolute;
	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;
}