/*  CSS DOCUMENT  */
body
{
	margin:0px;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
#leftBody_bg
{
	background-image:url(../images/page_bg_left.gif);
	background-repeat:repeat-x;
	height:700px;
}
#rightBody_bg
{
	background-image:url(../images/page_bg_right.gif);
	background-repeat:repeat-x;
}
a
{
	color:#5A5A5A;
	text-decoration:underline;
}
a:hover
{
	color:#5A5A5A;
	text-decoration:none;
}

/*  HOME PAGE CSS STARTS HERE  */
.table_bg
{
	background-image:url(../images/page_bg_left.gif);
	background-repeat:repeat-x;
}
.topImage_pad
{
	margin-left:90px;
}
.midImage_pad
{
	margin-left:24px;
}
.heading
{
	border-bottom:1px solid #C5BDC6;
	height:30px;
}
.content_text
{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#5C5B61;
	line-height:15px;
}
.rightNav_text
{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
	word-spacing:1px;
	font-weight:bold;
	text-decoration:none;
}
.rightNav_text:hover
{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
	word-spacing:1px;
	font-weight:bold;
	text-decoration:underline;
}

.footer_bg
{
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
}
.footer_text
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#848484;
	line-height:15px;
}
.footer_link
{
	font:11px Verdana;
	line-height:14px;
	word-spacing:1px;
	color:#5C4D64;
	text-decoration:underline;
}
.footer_link:hover
{
	font:11px Verdana;
	line-height:14px;
	word-spacing:1px;
	color:#5C4D64;
	text-decoration:none;
}
.registered_text
{
	font:15px Verdana;
	line-height:18px;
	word-spacing:1px;
	color:#D4BEE2;
	font-weight:bold;

}
.regisAddress_text
{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
	word-spacing:1px;
}
.outOffice_text
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#B791CE;
	line-height:14px;
	word-spacing:1px;
}
.contact_link
{
	font:12px Verdana;
	line-height:14px;
	word-spacing:1px;
	color:#6A3688;
	text-decoration:underline;
}
.contact_link:hover
{
	font:12px Verdana;
	line-height:14px;
	word-spacing:1px;
	color:#6A3688;
	text-decoration:none;
}
.gradiant_bg
{
	background-image:url(../images/bg_text.gif);

}

.home_gradiant_bg
{
	background-image:url(../images/home_bg_text.gif);

}
.contentHeading_text
{
	font:23px Verdana, Arial, Helvetica, sans-serif;
	color:#552C70;
	line-height:29px;
	word-spacing:1px;
	padding-bottom:6px;
}
.email_link
{
	font:12px Verdana;
	line-height:14px;
	word-spacing:1px;
	color:#FFFEFF;
	text-decoration:underline;
}
.email_link:hover
{
	font:12px Verdana;
	line-height:14px;
	word-spacing:1px;
	color:#FFFEFF;
	text-decoration:none;
}
/* ----------- Inner Page Css ------ */
#innerLeft_bg
{
	background-image:url(../images/innerLeft.gif);
	background-repeat:repeat-x;
	height:700px;
}
#innerRight_bg
{
	background-image:url(../images/innerRight.gif);
	background-repeat:repeat-x;
}
.inner_content_text
{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#5C5B61;
	line-height:15px;
	padding:8px;
}
.rowGrey
{
	background-color:#EEEEEE;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;	
}
.rowWhite
{
	background-color:#F8F8F8;
}
/* --- */
.redText{
	color:#FF0000;
}
.input{
	width:190px;
	height:17px;
	border:1px solid #5A5A5A;
	padding:2px;
	font-size:11px;
}
select{
	width:190px;
	height:17px;
	border:1px solid #5A5A5A;
	padding:2px;
	font-size:11px;
}
textarea{
	width:190px;
	height:90px;
	border:1px solid #5A5A5A;
	padding:2px;
	font-size:11px;
}

.button_general{
	width:80px;
	height:25px;
	background:#ececec;
	font-size:11px;
	padding:2px;
	padding-bottom:2px;

	
}
.smallText{
	font-size:10px;
}
.smallText1{
	font-size:12px;
	
}
a{
	color:#5C5B61;
}
a:hover{
	color:#5C5B61;
}
/* --- end -*/