/* To remove the unwanted spaces in web page */
*
{
	margin: 0px;
	padding: 0px;
}
a
{
	border: 0;
}

/* To change the background color of the web site */
body
{
	text-align: center;
	background-color: #003466;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* To change the background image of the web site*/
#body
{
	margin: 0px auto;
	padding: 0px;
	font-size: 0.69em;
	background-image: url(../images/wrapperbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Left side menu starts here */
.menu
{
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.menu ul
{
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	width: 170px;
	margin: 0px auto;
}
.menu li
{
	border-bottom: 1px solid #66669A;
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu ul a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 3px;
}
.menu li:hover
{
	background-color: #3d457a;
	background-image: url(../images/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* This class is used to display the select menu with active color on left side */
.active
{
	background-color: #3d457a;
	background-image: url(../images/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* Left side menu ends here */

/* To change the head font of all pages */
.heading
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 23px;
	padding: 20px 24px 5px 24px;
	color: #151754;
}
.heading p
{
	border-bottom: 1px solid #B7AC5A;
	padding-bottom: 8px;
}

/* To change the bilingual font style, background color and border color */
.bilingual
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 23px;
	color: #666666;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
	font-style: italic;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

/* To clear each div after float left and right */
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 1px;
}
/* To change the font style of inner content */
.text
{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 24px 10px 24px;
	color: #3E3C3D;
}
/* To change the font style of inner content in our staff page */
.text_staff
{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
	color: #3E3C3D;
}

/* To change the width of entire container(wrapper) starts here */
#wrapper
{
	width: 883px;
	margin: 0px auto;
	font-family: arial;
	background-color: #ffffff;
	text-align: left;
}

/* To change the width of entire container(wrapper) ends here */
#wrapper p
{
	line-height: 16px;
}

.top
{
	background-color: #B7AC5A;
	height: 35px;
}

/* To change the width of entire container(content) starts here */
#content
{
	width: 883px;
	margin: 0px auto;
	text-align: left;
}

/* To clear entire container div */
:after#content
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content
{
	display: inline-block; /* IE6 */
}
/* To change the width of entire container(content) ends here */

/* Left side content of main container starts here */
.content_left
{
	width: 223px;
	float: left;
	background-color: #151754;
	color: #a1a2bb;
	height: 745px;
}
.imgcontent
{
	width: 223px;
	height: 153px;
}
.imgcontent a
{
	border: none;
}

.text_left
{
	float: left;
	width: 260px;
}
.sideimg
{
	width: 150px;
	margin: 90px auto 0px auto;
	border: none;
}
.text_left ul a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181752;
	padding-left: 3px;
}

/* To change the bullet images */
.text_left ul, .text_left li
{
	color: #3E3C3D;
	font-size: 12px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 10px;
	text-align: left; /*list-style-position:inside;*/
}


/* Right side content of main container starts here */
.content_right
{
	width: 660px;
	float: left;
}
.rightimg
{
	width: 660px;
	height: 100px;
}
.rightimg_home
{
	width: 660px;
	height: 200px;
}


.rightcontent
{
	height: 440px;
}
.rightcontent_staff
{
}

/* Right side content of main container ends here */

/* Footer selection starts here */
.foot
{
	font-family: Arial;
	font-size: 12px;
	background-color: #D6DDE7;
}
.footcontent
{
	padding-bottom: 15px;
	padding-top: 10px;
	width: 500px;
	margin: 0px auto;
}
/* Footer selection ends here */

/* Firm history starts here */
.text_firm
{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 24px 5px 24px;
	color: #3E3C3D;
}
.rightcontent_firm
{
	height: 490px;
}

/* To change the links on rightside contents (color and hover backgroundcolor) */
.rightcontent_firm a:link
{
	background-color: transparent;
	color: #181752;
	text-decoration: underline;
}
.rightcontent_firm a:visited
{
	background-color: transparent;
	color: #181752;
	text-decoration: underline;
}

.rightcontent_firm a:hover
{
	background-color: #181752;
	color: #FFFFFF;
	text-decoration: none;
}
/* End of firm history */

/* Contact us starts here */
.name_des
{
	padding-left: 24px;
	padding-right: 24px;
	font-size: 12px;
	font-family: Arial;
	line-height: 20px;
	color: #3E3C3D;
}

#contact_menu a:hover
{
	text-decoration: none;
}
#contact_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* To change the bullet images */
#contact_menu li
{
	line-height: 24px;
	font-size: 12px;
	color: #3E3C3D;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	vertical-align: bottom;
}
/* End contact us*/

#mail a:hover
{
	background-color: #181752;
	color: #FFFFFF;
	text-decoration: none;
}
#mail a:visited
{
	background-color: #181752;
	color: #FFFFFF;
	text-decoration: underline;
}
#mail a
{
	background-color: transparent;
	color: #181752;
	text-decoration: underline;
}

/* Our staffs starts here*/
#ourstaff a:hover
{
	background-color: #181752;
	color: #FFFFFF;
	text-decoration: none;
}

#ourstaff a:visisted
{
	background-color: transparent;
	color: #181752;
	text-decoration: underline;
}

#ourstaff a:link
{
	background-color: transparent;
	color: #181752;
	text-decoration: underline;
}

:after#staff
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#staff
{
	display: inline-block;
}

#staff
{
	padding-left: 24px;
	padding-right: 24px;
}
#staffcontent
{
	display: inline;
}
/* Staff photo div */
.staffphoto
{
	float: left;
	margin-right: 20px;
}
/* Our staff contents ends here*/table        { font-family: Arial; font-size: 10pt }