@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3e3e3e;
	margin:0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position:top;
}
#container, .center_part {
	width:900px;
	margin:0 auto;
}
form {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
	height:0;
}
h1 {
	font-weight:normal;
	color:#24513e;
	font-size:24px;
	margin:0;
}
h2 {
	font-weight:normal;
	color:#24513e;
	font-size:20px;
	margin:0;
}
h3 {
	font-weight:normal;
	color:#24513e;
	font-size:18px;
	margin:0;
}
h4 {
	font-weight:normal;
	color:#3e3e3e;
	font-size:18px;
	margin:0;
}
h5 {
	color:#3e3e3e;
	font-size:14px;
	margin:0;
}
p {
	line-height:24px;
	margin:0;
}
a:link {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color:#333333;
}
a:visited {
	text-decoration:underline;
	color:#333333;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#1B5F3F;
}
ul li {
	padding:5px 5px 5px 10px;
	border-bottom:#4C8668 dotted 1px;
	border-left:#4C8668 5px solid;
	margin-bottom:1px;
}
strong {
	font-weight:bold;
	color:#1B5F3F;
}
/*Header css////////////////////////////////////////////////////////////*/

#logo {
	float:left;
	margin:15px 0 0 5px;
}
/*IE6 Hack Code*/

*html #logo {
	float:left;
	margin:15px 0 0 9px;
	background-color:#FF0000;
}
/*IE6 Hack Code*/



#header {
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:74px;
	margin-bottom:10px;
}
img {
	border:none;
	outline:none;
}
a:active {
	outline:none;
}
#right-navigation {
	float:left;
	width:729px;
	margin:0;
}
/*IE6 Hack Code*/

*html #right-navigation {
	float:right;
	width:713px;
	margin:0 4px 0 0;
}
/*IE6 Hack Code*/



.nav {
	font-family:Arial, Helvetica, sans-serif;
	margin:22px 0 0 0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
.nav li {
	display:inline;
	padding:0;
	margin:0;
	border:none;
}
.nav li a {
	display:block;
	float:left;
	font-size:12px;
	color:#000000;
	height:14px;
	text-decoration:none;
	padding:8px 8px 7px 8px;
	border-bottom:#246353 1px solid;
}
/*IE6 Hack Code*/

*html .nav li a {
	display:block;
	float:left;
	font-size:12px;
	color:#000000;
	height:13px;
	text-decoration:none;
	padding:7px 8px 7px 8px;
	border-bottom:#246353 1px solid;
}
*html .nav li a:hover {
	display:block;
	float:left;
	font-size:12px;
	color:#FFF;
	height:13px;
	text-decoration:none;
	padding:7px 8px 7px 8px;
	border-bottom:#246353 1px solid;
}
*html .nav li a.current {
	display:block;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	height:14px;
	background-color:#306852;
	text-decoration:none;
	padding:7px 8px 7px 8px;
}
/*IE6 Hack Code*/



.nav li a:hover {
	display:block;
	float:left;
	font-size:12px;
	height:14px;
	color:#FFFFFF;
	background-color:#306852;
	text-decoration:none;
	padding:8px 8px 7px 8px;
}
.nav li a.current {
	display:block;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	height:14px;
	background-color:#306852;
	text-decoration:none;
	padding:8px 8px 7px 8px;
}
/*Header css////////////////////////////////////////////////////////////*/



/*Content css////////////////////////////////////////////////////////////*/

.banner {
	border-bottom:#A9C1BB 5px solid;
}
.banner img {
	float:left;
	border-bottom:#FFFFFF 1px solid;
}
#mainContent {
	padding:23px;
	width:570px;
	float:left;
}
#sidebar {
	margin-top:23px;
	float:right;
	width:270px;
}
.info {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-style:italic;
	background:url(images/infobox_bg.gif);
	padding:23px;
}
.info span {
	font-size:16px;
	font-style:italic;
	color:#f6c95a;
}
/*Content css////////////////////////////////////////////////////////////*/



/*Footer css////////////////////////////////////////////////////////////*/

#footer {

	background-color:#A9C1BB;
	margin-top:10px;
}
.copyright {
	float:left;
	font-size:11px;
	color:#24513e;
	padding:10px;
}
/*IE6 Hack Code*/

*html .copyright {
	float:left;
	font-size:11px;
	color:#24513e;
	padding:10px 10px 11px 10px;
	background-color:#A9C1BB;
}
/*IE6 Hack Code*/



.footer-links {
	float:right;
	font-size:12px;
	color:#7EA298;
	padding:10px;
}
.footer-links a {
	color:#000000;
	text-decoration:underline;
	margin:0 5px 0 5px;
}
.footer-links a:hover {
	color:#000000;
	text-decoration:none;
	margin:0 5px 0 5px;
}
.note {
	font-size:14px;
	background-color:#306852;
	padding:5px 0 5px 10px;
	color:#FFFFFF;
}
/*Footer css////////////////////////////////////////////////////////////*/



/*Inner page css////////////////////////////////////////////////////////////*/

.profile-box {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	background-color:#DBEAE6;
	margin-top:10px;
	color:#306852;
}
/*IE6 Hack Code*/

*html .profile-box {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	background-color:#DBEAE6;
	margin-top:10px;
	color:#306852;
	height:100px;
}
/*IE6 Hack Code*/





.profile-box img {
	float:left;
	margin-right:0px;
}
.profile-box {
	color:#1B5F3F;
	background-color:#DBEAE6;
	text-decoration:none !important;
}
.profile-box a:hover span {
	color:#FFF;
	background-color:#1B5F3F;
}
.profile-box a.current span {
	color:#FFF;
	background-color:#1B5F3F;
}
.profile-box a:visited {
	color:#1B5F3F;
	background-color:#DBEAE6;
}
.profile-info p {
	padding-top:5px;
	line-height:20px;
}
.profile-info {
	float:left;
	width:158px;
	height:92px;
	color:#1B5F3F;
	padding:0 5px 0 10px;
	text-decoration:none;
	background-color:#DBEAE6;
	cursor:pointer;
}
/*IE6 Hack Code*/

*html .profile-info {
	float:left;
	width:158px;
	height:92px;
	color:#1B5F3F;
	padding:0 5px 0 10px;
	text-decoration:none;
	background-color:#DBEAE6;
	cursor:pointer;
}
/*IE6 Hack Code*/



.profile-info .designation {
	padding-top:0;
	font-size:14px;
}
.profile-info .post {
	padding-top:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#question ul {
	margin:0;
	padding:0;
}
#question ul li {
	background:url(images/faq.gif) no-repeat 5px 5px;
	border-left:none;
	padding:4px 0 7px 27px;
}
#question ul li a {
	text-decoration:none;
}
.answer {
	font-family:Arial, Helvetica, sans-serif;
}
.mark {
	margin:0 0 0 10px;
	padding:0;
}
.mark li {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	background:url(images/mark.gif) no-repeat 5px 8px;
	padding:5px 0 5px 28px;
	line-height:20px;
}
.arrow {
	margin:0 0 0 10px;
	padding:0;
}
.arrow li {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	background:url(images/arrow.gif) no-repeat 5px 8px;
	padding:5px 0 5px 28px;
	line-height:20px;
}
.requiedfield {
	color:#FF0000;
}
.textboxcss {
	border:#A9C1BB 2px solid;
	padding:5px;
	margin:0;
	float:left;
	font-size:16px;
}
.textboxcss:hover {
	border:#306852 2px solid;
	padding:5px;
	margin:0;
	float:left;
}
.buttomcss {
	background-color:#246353;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
.formlabel {
	border-bottom:#246353 1px solid;
	padding-left:10px;
	padding-bottom:5px;
}
.contact-info {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FAE4A8;
	padding:10px;
	margin-top:10px;
	width:240px;
	border-left:#F6CE62 2px solid;
}
#contact-mainContent {
	padding:23px;
	width:854px;
	float:left;
}
.contact-form {
	width:580px;
	float:left;
	margin-top:10px;
}
.download {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	display:block;
	background-color:#FAE4A8;
	border-left:#F6CE62 2px solid;
	background-image:url(images/download.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:8px 8px 8px 35px;
	margin-bottom:1px;
}
.faq-button a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	display:block;
	background-image:url(images/faq_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none !important;
	text-align:center;
	padding:13px 0 13px 0;
	margin:10px 0 0 0;
	text-shadow: 0.12em 0.1em 0.12em rgb(0, 0, 0);
}
.faq-button a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	display:block;
	background-image:url(images/faq_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none !important;
	text-align:center;
	padding:13px 0 13px 0;
	margin:10px 0 0 0;
	text-shadow: 0.12em 0.1em 0.12em rgb(0, 0, 0);
}
.faq-button a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	display:block;
	background-image:url(images/faq_button.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none !important;
	text-align:center;
	padding:13px 0 13px 0;
	margin:10px 0 0 0;
	text-shadow: 0.12em 0.1em 0.12em rgb(0, 0, 0);
}
.bullet {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#1B5F3F;
}
.bullet li {
	padding:5px 5px 5px 20px;
	margin-bottom:10px;
	background:url(images/butllet.gif) no-repeat 5px 10px;
	border-bottom:none;
	border-left:none;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFF !important; /* reCaptcha widget background color */
 }
 
 #recaptcha_table {
   border-color: #FFF !important; /* reCaptcha widget border color */
 }
 
 #recaptcha_response_field {
   border-color: #FFF !important; /* Text input field border color */
   background-color:#FFF !important; /* Text input field background color */
 }
tr.row1{
 background-color:#FFFFFF;
 }
tr.row2{
 background-color:#C7D7D3;
 }
.error {
color:red;
float:right;
font-family:Arial,Georgia,"Times New Roman",Times,serif;
font-size:11px;
padding-right:15px;
right:2px;
top:0;
}

/*---------New contact page css---------------*/
.ctnbox{
	float:left;
	width:245px;
	margin:12px 15px 5px 15px;
}
.btncontact{
width:240px;
float:left;
border-bottom:1px solid #dbe6e3;
padding:5px;
margin:0px 14px;
}
.nomargin{
margin:0;
}
a.ctnlink {
display:block;
padding:3px 3px;
background:#246353;
border-top:2px solid #f8f8f8;
border-left:2px solid #f8f8f8;
border-bottom:2px solid #9f9f9f;
border-right:2px solid #9f9f9f;
width:80px;
margin:auto;
color:#FFFFFF;
text-decoration:none;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;

}
a.ctnlink:hover{
background:#246353;
border-bottom:2px solid #f8f8f8;
border-right:2px solid #f8f8f8;
border-top:2px solid #9f9f9f;
border-left:2px solid #9f9f9f;
}
.ctntitle{
	margin:15px 0;
	padding:5px 7px;
	background:url(images/infobox_bg.gif) repeat left top;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	min-height: 30px;
}
.ctntitle1{
	margin:15px 0;
	padding:14px 7px 5px 7px;
	background:url(images/infobox_bg.gif) repeat left top;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	min-height: 25px;
}
.ctnbox p{
	line-height:20px;
	padding:8px;
	border-top:1px solid #dbe6e3;
}
.ctnbox p a{
color:#003399;
}
