/* Drop Down Menus */
.bgdiv{
	
/* 	background: #21579a; */
	background-image:url(../bg-topmenu.gif);
	background-repeat:repeat-x;
}
.jqueryslidemenu{
	
/* 	background: #21579a; */
	background-image:url(../bg-topmenu.gif);
	background-repeat:repeat-x;
	width: auto;
	height:32px;
	
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	/*background: #21579a; background of tabs (default state)*/
	background-image:url(../bg-topmenu.gif);
	background-repeat:repeat-x;
	color: white;
	padding: 6px 10px;
	border-right: 1px solid #FFFFFF;
	color: #2d2b2b;
	font: bold 13px "Trebuchet MS";
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
}

.jqueryslidemenu ul li a:hover{
	/*background: black; tab link background during hover state*/
	background-image: url(../bg-topmenu-hover.gif);
	background-repeat:repeat-x;
	color: white;
	text-decoration: none;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: bold 13px "Trebuchet MS";
	width: 150px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}


/*Body CSS*/
body, p, textarea, input, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	font: bold 13px "Trebuchet MS";
	color: #000033;
	text-decoration:none;
}
a:hover
{
	font: bold 13px "Trebuchet MS";
	color: #FF0000;
	text-decoration: underline;
}

.bg-dark {
	BACKGROUND-COLOR: #4678AB
}
.bg-white {
	BACKGROUND-COLOR: #ffffff
}
.bg-grey {
	BACKGROUND-COLOR: #CCCCCE
}
.bg-red {
	BACKGROUND-COLOR: #e81313
}
.bg-blue {
	BACKGROUND-COLOR: #0e9fce
}

.bg-light {
	BACKGROUND-COLOR: #e1e1e1
}
.bg-light-1 {
	BACKGROUND-COLOR: #DAE4EF
}
.bg-light-2 {
	BACKGROUND-COLOR: #aabebd
}


P {
	COLOR: #000000;
	font-family:Arial;
	font-size:12px;
	TEXT-DECORATION: none;
	text-align: justify;
}

H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #FE0000; 
	FONT-FAMILY: "Trebuchet MS"
}
H2 {
	FONT-SIZE: 15px;
	COLOR: #004884;
	FONT-FAMILY: "Trebuchet MS";
	line-height: 14px;
}
H3 
{ 
	FONT-SIZE: 13px; 
	COLOR: #000066; 
	FONT-FAMILY: Arial, Helvetica, sans-serif 
}

.star { FONT-WEIGHT: normal; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }

.copyright-text 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	font-family:Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

.subhead-text1 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #00589E;
	FONT-FAMILY: "Trebuchet MS";
	TEXT-DECORATION: none
}

.subhead-text2 
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #C60000; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}

.subhead-text3 
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; font-family:Arial; TEXT-DECORATION: none
}

.subhead-text4
{
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000000; font-family:Arial; TEXT-DECORATION: none
}

A.link-1
{
	font-family:Arial;
	font-size:11px;
	COLOR: white;
	text-decoration: none;
	font-weight: normal;
}

A.link-1:hover
{
	COLOR: #CCCCCC;
	font-family:Arial;
	font-size:11px;
	text-decoration: underline;
	font-weight: normal;
}

A.link-2 
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #C60000; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
A.link-2:hover 
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline
}

A.link-3 
{
	FONT-SIZE: 8.5pt; 
	COLOR: #FF0000; 
	font-family:Arial;
	TEXT-DECORATION: none
}
A.link-3:hover 
{
	FONT-SIZE: 8.5pt; 
	COLOR: #333333; 
	font-family:Arial;
	TEXT-DECORATION: underline
}

A.link-4
{
	FONT-SIZE: 10pt;
	COLOR: #333333;
	font-family:"Trebuchet MS";
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.link-4:hover
{
	FONT-SIZE: 10pt;
	COLOR: #FF0000;
	font-family:"Trebuchet MS";
	font-weight: bold;
}

A.link-5
{
	font-family:Tahoma;
	font-size:11px;
	COLOR: white;
	text-decoration: none;
	font-weight: normal;
}

A.link-5:hover
{
	COLOR: #b5b5b5;
	font-family:Tahoma;
	font-size:11px;
	text-decoration: underline;
	font-weight: normal;
}


A.link-text 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #FF0000; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none
}
A.link-text:hover 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	font-family:Tahoma;
	TEXT-DECORATION: underline
}



.num-text 
{
	FONT-SIZE: 11px; 
	LINE-HEIGHT: 18px; 
	font-family:Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: right
}

.p-text 
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	font-family:"Trebuchet MS";
	TEXT-DECORATION: none;
	font-weight: normal;
	line-height: 14px;
}

.page-head
{
	FONT-SIZE: 11pt;
	COLOR: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.ButtonSave
{
	BACKGROUND-IMAGE: url(../images/button-save.gif);
	WIDTH: 85px; 
	HEIGHT: 25px;
	border:1px;
	
}

.ButtonClear
{
	BACKGROUND-IMAGE: url(../images/button-clear.gif);
	WIDTH: 85px; 
	HEIGHT: 25px;
	
	border:1px;
}

.bg-login {
	background-image: url(../images/bg-login.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-copyrights {
	background-image: url(../images/bg-copyrights.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.subhead-text5 {

	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: "Trebuchet MS"; TEXT-DECORATION: none
}
.subhead-text6 {

	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #C60000; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.subhead-text7 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #004884; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}

.subhead-text8 {
	
	FONT-SIZE: 12px;
	COLOR: #000000;
	font-family:"Trebuchet MS";
	TEXT-DECORATION: none;
	font-weight: normal;
	line-height: 16px;

}

.subhead-text9 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.subhead-text10 {

	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FF0000; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}

.subhead-text11 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #2D4B6F;
	font-family:"Trebuchet MS";
	TEXT-DECORATION: none
}
.subhead-text12 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #FF0000;
	font-family:"Trebuchet MS";
	TEXT-DECORATION: none
}

.subhead-text13 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: white; 
	FONT-FAMILY: "Trebuchet MS";
	TEXT-DECORATION: none
}


.bg-toplinks_innerPage {

	background-image: url(../images/bg-toplinks-innerPage.gif);
	background-repeat: repeat-x;
}
.bg-quicklinks-1 {


	background-image: url(../images/img_quicklinks-1.gif);
	background-repeat: repeat-y;
}
.bg-quicklinks-2 {


	background-image: url(../images/img_quicklinks-4.gif);
	background-repeat: repeat-x;
}
.bg-our-clients {
	background-image: url(../images/img_our_clients-3.gif);
	background-repeat: repeat-x;
	height: 145px;
	background-position: center top;

}
.bg-news-1 {

	background-image: url(../images/img_news-3.gif);
	background-repeat: repeat-y;
	height: 145px;
	background-position: center top;
}

.bg-products-1 {
	background-image: url(../images/bg-products.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-products-2 {
	background-image: url(../images/bg-products-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-products-3 {
	background-image: url(../images/bg-products-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-products-4 {
	background-image: url(../images/bg-products-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.bg-mfse {

	background-image: url(../images/bg-mfse.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-global-locations {
	background-image: url(../images/img-whats-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-topmenus {
	background-image: url(../images/bg-menus.jpg);
	background-repeat: repeat-x;
}
.bg-gl {
	background-image: url(../images/img-gl.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-box {
	background-image: url(../images/box-business.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-vision {
	background-image: url(../images/bg-vision.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-mission {
	background-image: url(../images/bg-mission.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#bg-quick-links{

	background-image:url(../images/bg-quick-links.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:182px;
	width:268px;

}.bg-right-links {
	background-image: url(../images/bg-right-links-2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg-hitcounter {
	background-image: url(../images/bg-hitcounter.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-home-middle {
	background-image: url(../images/bg-middle-home-1.jpg);
	background-repeat: repeat-y;
}

.bg-latest-news {
	background-image: url(../images/bg-latest-news.png);
	background-repeat: no-repeat;
	text-align:center;
}

.bg-ignou {
	background-image: url(../images/bg-ignou.png);
	background-repeat: no-repeat;
	text-align:center;
}