/* CSS Document */
body{text-align:center; background-image: url(../images/main-bg.jpg); background-repeat:repeat-x; background-color:#4a4a4a;}
a { color:#DBA000; text-decoration:none; font-family:Arial;}
.style3 {color: #A7A7A9}
.imp-msg{font-family:Arial; font-size:11px; color:#ffffff; padding:7px 5px 0px 5px; letter-spacing:1px; text-align:justify;}
.main{padding:0 0 0 0; width:1000px; background-color:#434343; text-align:left;}
#bookmark{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; margin-top:0px; background-color:#000000;}
#nevigt{background-image:url(../images/stripT.gif); background-repeat:no-repeat; width:1000px; height:36px; border:0px;}
	#nevigt .menu{width:930px; border:0px; height:27px; font-family:arial; font-size:14px; text-align:center; font-weight:bold; margin-left:12px; margin-top:8px;}
	#nevigt .menu a {color:#000000; text-decoration:none;}
	td.a-off {background-image: url(../images/1.jpg); width:78px; height:28px; background-repeat:no-repeat;}
	td.a-on {background-image: url(../images/1a.jpg); width:78px; height:28px; background-repeat:no-repeat;}
	td.b-off {background-image: url(../images/2.jpg); width:93px; height:28px; background-repeat:no-repeat;}
	td.b-on {background-image: url(../images/2a.jpg); width:93px; height:28px; background-repeat:no-repeat;}
	td.c-off {background-image: url(../images/3.jpg); width:109px; height:28px; background-repeat:no-repeat;}
	td.c-on {background-image: url(../images/3a.jpg); width:109px; height:28px; background-repeat:no-repeat;} 
	td.d-off {background-image: url(../images/4.jpg); width:131px; height:28px; background-repeat:no-repeat;}
	td.d-on {background-image: url(../images/4a.jpg); width:131px; height:28px; background-repeat:no-repeat;}

.banner{width:1000px; padding:0px 0px 0px 0px; background-image:url(../images/banner.jpg); height:200px; background-repeat:no-repeat;}

#pvl{width:190px; height:auto; padding-left:15px; text-align:left; font:Arial, Helvetica, sans-serif; font-size:14px; line-height:25px;}
	#pvl a:hover{color:#FFFFFF; text-decoration:underline; font-size:16px;}
	
#body-contnt{width:100%; background-image:url(../images/body-bg.jpg); background-repeat:no-repeat; height:652px; margin-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
		#body-contnt p{padding:10px 12px 0px 10px; color:#FFFFFF; text-align:justify;}
		#body-contnt .m{padding:10px 12px 0px 10px; margin-left:3px; color:#000000;}
#body-contnt2{width:100%; background-image:url(../images/body-bg.jpg); background-repeat:no-repeat; height:auto; margin-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
		#body-contnt2 a{color:#000000;}
#pel{width:200px; font-family:Arial, sans-serif; font-size:12px; line-height:20px; text-align:left; margin-left:15px;}
		#pel ul{list-style-type:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 5px;}
		#pel a:hover{text-decoration:underline; font-size:14px;}

.msg{ background-image:url(../images/msg-frm.gif); background-repeat:no-repeat; background-position:center; width:589px; height:185px; margin-top:10px;}
	.msg p{line-height:24px; font-family:Arial; font-size:18px; text-align:center;}

#hding{background-image:url(../images/hd-bg.jpg); height:40px; background-repeat:no-repeat; margin-left:10px; margin-top:10px;}
	#hding .pvl{padding-top:7px; padding-left:40px; font-family:Arial; font-weight:bold; font-size:13px;}
	#hding .pel{padding-top:7px; padding-left:40px; font-family:Arial;  font-weight:bold; font-size:13px;}
#bottom{ background-image:url(../images/stripB.gif); width:1000px; height:62px; margin:-20px 0px 0px 0px;}
	#bottom .navi{font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; color:#dba000; padding-top:10px;}
		#bottom .cpyr{font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; color:#cccccc;}
.logoT{margin-left:0px; width:555px; margin-top:16px;}
.logoB{background-image:url(../images/logoB-bg.jpg); width:973px; height:50px; margin-left:13px; text-align:center;}

#IbmLotus-Certification{position:absolute; left:25px;}

.rename{color:#999999; font-size:10px; font-weight:normal;}

/* -----------------------------------------------------------
CSS CODES FOR VERTICAL (SIDE BAR) MENU STARTS
-------------------------------------------------------------- */
	#navigation {width:195px; font-size:13px;}
	#navigation ul {margin:0px; padding:0px; background-color:#434343; font-family:Arial; font-weight:bold;}
	#navigation ul li {
							height:30px;
							line-height:25px;
							list-style:none;
							padding-left:10px;
							color:#dba000;
							border-bottom:#000 solid;
							border-width:1px;
							cursor:pointer;
						}
		#navigation ul li a{color:#dba000; text-decoration:none;}
		#navigation ul li a:hover{color:#996600;}
	#navigation ul li:hover{background-color:#fc8; position:relative; color:#996600;}
		#navigation ul ul {
								display:none;
								position:absolute;
								left:165px;
								top:0px;
								border:#000 solid;
								border-width:1px;
								background-color:#666;
								width:160px;
								font-size:12px;

							}
		#navigation ul ul li { padding-left:5px;}

		#navigation ul li:hover ul {display:block; color:#996600;}
		#navigation ul li:hover ul ul {display:none;}
		#navigation ul ul ul {
								display:none;
								position:absolute;
								left:160px;
								top:0px;
								border:#000 solid;
								border-width:1px;
								background-color:#666;
								width:160px;
								font-size:12px;

							}
		#navigation ul ul ul li { padding-left:5px;}

		#navigation ul ul li:hover ul {display:block; color:#996600;}

/* -----------------------------------------------------------
CSS CODES FOR VERTICAL (SIDE BAR) MENU ENDS
-------------------------------------------------------------- */

/* -----------------------------------------------------------
CSS CODES FOR Glossy Tabs
-------------------------------------------------------------- */

.glossymenu{
margin: 5px 0;
padding: 0;
width:100%; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #dba000;
display: block;
position: static; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: relative;
top:1px;
right:0px;
border:none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
color:#fff;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a{
display: marker;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
padding: 2px 0;
}

.glossymenu div.submenu ul li a:hover{
font-weight:bold;
color: #fff;
}

