@charset "utf-8";
/* CSS Document By Aniruddha Deb*/

body {
	margin:18px 50px 18px 50px;
}
#wrap {
	width:902px;
	margin:0 auto;
	overflow:auto;
}
#outline {
	width:900px;
	height:630px;
	border:#b0b0b0 1px solid;
	float:left;
	overflow:hidden;
}
.logo {
	float:right;
	margin:0 0 18px 0;
}
.h3 {
	color:#339;
	font-weight:bold;
	font-size:14px;
}
#contact-leftpanel {
	width:305px;
	height:640px;
	float:left;
	margin:0;
	background:url(../images/contact-leftpanel-arrow.gif) top right no-repeat #ffe600;
}
#contact-leftpanel .text {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	float:left;
	margin:48px 0 0 22px;
	color:#000;
	text-transform:uppercase;
}
#contact-leftpanel .links {
	float:left;
	margin:400px 0 0 22px;
	overflow:auto;
	width:135px;
}
#contact-leftpanel .links img {
	border:none;
	margin:0 0 10px 0;
	float:left;
}
#contact-contentpanel {
	width:595px;
	height:640px;
	margin:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:justify;
}
#contact-contentholder {
	width:538px;
	height:590px;
	float:left;
	margin:10px 0 0 10px;
}
#contact-contentholder .pic-right{ 
	float:right; 
	margin:0 5px 0 25px;
}
#contact-contentpanel a{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#contact-contentpanel a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
#footer {
	width:902px;
	float:left;
	margin:10px 0 0 0;
	height:70px;
	font-family:Verdana, Geneva, sans-serif;
	color:#304ea2;
	font-size:10px;
	line-height:20px;
}
#footer a{
	text-decoration:none;
	color:#304ea2;
}
#footer a:hover{
	text-decoration:underline;
	color:#304ea2;
}
#feedback {
	width:350px;
	margin:0 auto;
	overflow:auto;
	background:#F5F5F5;
	padding:15px;
	color:#333;
	font-weight:bold;
}
.txtfld {
	border:#333 1px solid;
	height:20px;
	width:180px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	line-height:19px;
	font-size:12px;
}
.option {
	border:#333 1px solid;
	height:20px;
	width:180px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	line-height:19px;
	font-size:12px;
}
.txtarea {
	border:#333 1px solid;
	height:75px;
	width:180px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	line-height:19px;
	font-size:12px;
	overflow:auto;
}
.btn {
	color:#FFF;
	background:#333;
	border:none;
	height:20px;
	width:60px;
	line-height:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
