body {
	margin: 0px;
	padding: 0px;
	background: url(../images/body_bg.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main {
	margin: 0px auto;
	padding: 0px;
	width: 987px;
}

.clr {
	clear: both;
}
/*top_container starts*/
#top_container {
	margin: 0;
	padding: 2px 0 0 0;
}

img {
	padding: 0;
	margin: 0;
}

.logo {
	width: 274px;
	float: left;
}
.nav {
	height: 29px;
	background: #383430;
	border-top: #c4bca9 5px solid;
	margin: 14px 0 0 0;
}

.nav ul {
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
	list-style: none;
}

.nav ul li {
	color: #dcd6c9;
	font-size: 11px;
	font-weight: bold;
	line-height: 29px;
	padding: 0 5px;
	display: inline;
}

.nav li a {
	color: #dcd6c9;
	text-decoration: none;
}
.nav li a:hover {
	text-decoration: underline;
	color: #f0efeb;
}

/*top_container ends*/

/*top_container2 starts*/
#top_container2 {
	padding: 0px;
	margin: 0;
	display: inline;
	float: left;
	width: 987px;
}

.punch_lines {
	float: left;
	width: 400px;
	padding: 15px 0 0 30px;
 }
.h_img_1 {
	width: 244px;
	float: right;
}

.h_img_2 {
	width: 231px;
	float: right;
}

.p_l_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #383430;
	float: left;
}

.p_l_1 span {
	font-size: 24px;
	color: #937e41;
	float: right;
	font-weight: bold;
}

.p_l_text {
	font-size: 11px;
	color: #383430;
	padding: 28px 0 0 0;
	float: left;
	width: 450px;
}

/*top_container2 ends*/

/*top_container3 starts*/
#top_container3 {
	float: left;
	width: 987px;
}

#top_container3 .left {
	float: left;
	width: 251px;
}

#top_container3 .right {
	float: right;
	width: 728px;
}

.h_img_4 {
	width: 231px;
	float: right;
}

.h_img_3 {
	float: right;
}

.form {
	background: url(../images/form_bg.png) repeat-y top left;
	float: left;
	width: 251px;
	clear: left;
}

.form_top {
	background: url(../images/form_head.png) no-repeat top left;
	width: 251px;
	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;
	font-weight: bold;
	color: #dcd9d3;
}

.input_field {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 130px;
	border-top: 1px solid #847b5f;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #847b5f;
	color: #666666;
	font-weight: normal;
	height: 17px;
	font-size: 11px;
	background: #f4f5f7;
}

.form_pad {
	padding: 0 15px;
}

.services {
	width: 727px;
	float: right;
	background: #434240;
	border-top: #434240 16px solid;
	margin: 15px 0 0 0;
}

.services ul {
	float: left;
	background: url(../images/ser_bg.png) no-repeat top center #dcd8ce;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	width: 242px;
	border-right: #cac5ba solid 1px;
}

.services ul li {
	background: url(../images/bullet.png) no-repeat top left;
	padding: 0 0 0 20px;
	margin: 8px 0 0 20px;
	width: 80%;
	float: left;
	display: inline;
}

.services ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #4b4a48;
	text-decoration: none;
	font-family: tahoma;
}

.services ul li a:hover {
	text-decoration: underline;
	color: #937e41;
}

#border {
	width: 240px;
	border-right: #dcd8ce solid 1px;
	float: left;
}
/*top_container3 ends*/


.text_container {
	padding: 0 20px 20px;
}

.text {
	font-size: 11px;
	color: #1b1b1a;
	text-align: justify;
	line-height: 18px;
}

.text p {
	margin: 0;
	padding:16px 0 0 0;
}

.heading {
	font-size: 24px;
	color: #4b4a48;
	text-align: center;
	padding: 15px 0 0 0;
}

/*footer starts*/

#footer {
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.png) no-repeat top left;
	width: 987px;
	height: 41px;
}

#footer .left {
	float: left;
	width: 40%;
	line-height: 40px;
	padding: 0 0 0 20px;
}

#footer .left a {
	color: #4b4a48;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer .right {
	float: right;
	width: 50%;
}

.footer_link {
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
	line-height: 40px;
	float: right;
}

.footer_link li {
	color: #c3bca9;
	padding: 0 4px;
	font-size: 11px;
	display: inline;
}

.footer_link li a {
	text-decoration: none;
	color: #c3bca9;
}

.footer_link li a:hover {
	text-decoration: underline;
	color: #dbd5c7;
}

.article {
	float: left;
	padding: 22px 0 30px 30px;
}

.article li {
	padding:0;
	margin: 0;
}

.sitemap {
	float: left;
	padding: 22px 0 30px 0;
}

.sitemap ul {
	float: left;
	padding: 0 0 0 80px;
	margin: 0;
}

.sitemap ul li {
	margin: 4px 0 0 0
}

a {
	color: #5b5a56;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
}

a:hover {
	color: #937e41;
	text-decoration: underline;
}

#form_container {
	float: left;
	width: 480px;
	height: 100%;
	margin: 20px 0 50px 260px;
	border: 1px dashed #E2E2E2;
	padding: 20px;
	display: inline;
}

.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;
}

.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: #aba390 6px solid;
	width: 700px;
	margin: 30px auto;
	padding: 20px 0;
	background: #4b4a48;
}

.heading2 {
	font-size: 28px;
	color: #f7f7f7;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	background: #918569;
	margin-bottom: 20PX;
}

.aform_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 0px;
	font-weight: bold;
	color: #CCCCCC;
}

.ainput_field {
	margin: 0px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	border-top: #2e2d2c 2px solid;
	border-left: #2e2d2c 2px solid;
	border-bottom: none;
	border-right: none;
	font-weight: bold;
	color: #5f5f5f;
	background: #dbd7cd;
}

.services_footer {
	float: left;
	width: 100%;
	border-top: #434240 8px solid;
	border-bottom: #434240 8px solid;
	background: #DCD8CE;
	margin-bottom: 10px;
}

.services_footer ul {
	margin: 0;
	padding: 10px 0px;
	text-align: center;
}

.services_footer ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	font-size: 13px;	
}

.services_footer ul li a {
	background: url(../images/bullet.png) no-repeat center left;
	padding-left: 20px;
	font-weight: bold;
	color: #4b4a48;
	text-decoration: none;
	font-family: tahoma;
}

.services_footer ul li a:hover {
	text-decoration: underline;
	color: #937e41;
}

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

.internal:hover{
	color: #937e41;
	text-decoration: none;

}



