/* CSS Document */

html
{
	background:#fea463 url(../images/pageBg.jpg) repeat-x 0 bottom;
}

body
{
	width:864px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#777776;
}

.wrapper
{
	background-color:#fff;
	padding-bottom:10px;
	border:2px solid #666;
	border-top:none;
	-moz-border-radius:0px 0px 10px 10px;
}

#Header
{
	background:#fff no-repeat center 0;
	border-top:1px solid #fff;
}

#logoEdify
{
	background:url(../images/logo_Edify2.jpg) no-repeat 0 0;
	width:610px;
	height:71px;
	margin:5px 20px 0px;
	text-align:right;
	cursor:pointer;
}

#logoChandrika
{
	background:url(../images/logo_Chandrika.jpg) no-repeat 0 0;
	width:70px;
	height:60px;
	margin:0px 50px;
	float:right;
	clear:right;
}

#logoRight
{
	
	width:150px;
	height:50px;
	margin:0px 20px;
	text-align:right;
	float:right;
	clear:right;
}

#headerNav
{
	float:right;
	font-size:12px;
	margin:0px 40px;
}

#headerNav a
{
	text-decoration:none;
	color:#333;
}

#headerNav a:hover
{
	text-decoration:underline;
	color:#333;
}

#topNav
{
	margin:0px auto 0px;
	padding:0px;
	width:830px;
	*width:813px;
	clear:both;
	text-align:center;
	z-index:1001;
	position:relative;
}

#topNav li img
{
	height:43px;
	width:70px;
	margin:12px auto 0px;
	vertical-align:middle;
	border:none;
}

#topNav li:hover img
{
	/*height:65px;
	width:105px;*/
	height:55px;
	width:90px;
	margin-top:0px;
}

#topNav .sel img
{
	/*height:65px;
	width:105px;*/
	height:55px;
	width:90px;
	margin-top:0px;
}

#topNav .nosel img
{
	height:43px;
	width:70px;
	margin:12px auto 0px;
	vertical-align:middle;
	border:none;
}

#topNav li ul
{
	padding:0px;
	_margin-left:-50px;
}

#topNav li span
{
	display:block;
	padding:3px 7px 3px 7px;
	margin-bottom:2px;
	color:#333;
	font-weight:bold;
	margin-top:-5px;
	z-index:1;
	position:relative;
	font-size:11px;
	-moz-border-radius:5px;
}

#topNav li a
{
	text-decoration:none;
}

#topNav #liOne span
{
	background-color:#82dfef;
}

#topNav #liTwo span
{
	background-color:#fa0002;
}

#topNav #liThree span
{
	background-color:#0056b9;
}

#topNav #liFour span
{
	background-color:#fff001;
}

#topNav #liFive span
{
	
	background:#cc00ff no-repeat center center;
}

#topNav .sel img
{
	/*height:65px;
	width:105px;*/
	height:55px;
	width:90px;
	margin-top:0px;
}

#topNav #liSix span
{
	background-color:#ff7800;
}

#topNav #liSeven span
{
	background-color:#f8aeef;
}

#topNav #liEight span
{
	background-color:#cfe278;
}


/*
#topNav
{
	margin:5px auto;
	padding:0px;
	width:740px;
	clear:both;
}

#topNav li
{
	margin:2px;
	float:left;
	list-style-type:none;
}

#topNav li a img
{
	border:none;
}
*/
#Banner
{
	/*background:url(../images/banner_bg1.jpg) no-repeat 0 0;*/
	border:0px solid #333;
	width:823px;
	*width:813px;
	height:90px;
	margin:5px auto;
	*margin:0px auto 5px;
	clear:both;
	overflow:hidden;
}

#Content
{
	height:385px;
	margin:0px 20px;
	z-index:101;
	font-size:11px;
}

#contentLeft, #contentRight
{
	background:url(../images/sideNav_Btm_Bg.jpg) no-repeat 0 bottom;
	width:190px;
	display:table-cell;
	float:left;
	vertical-align:top;
	margin:0px;
}

#contentLeft div.inner, #contentRight div.inner
{
	background:url(../images/sideNav_Bg.jpg) no-repeat 0 0;	
	vertical-align:top;
	padding:5px 20px 5px 10px;
}

#contentLeft h2, #contentRight h2
{
	font-size:15px;
	color:#ef7c3a;
	text-decoration:underline;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	margin:2px 0px;
}

#contentLeft a, #contentRight a
{
	color:#ef7c3a;
	text-decoration:none;
	font-weight:bold;
}

marquee
{
	height:63px;	
}

#contentMid
{
	background:url(../images/content_Bg.jpg) no-repeat 0 0;	
	width:440px;
	height:385px;
	display:table-cell;
	float:left;
}

#Footer
{
	background:url(../images/footer_bg.png) repeat-x 0 0;
	height:32px;
	font-size:12px;
	color:#5d5d5d;
	clear:both;
	-moz-border-radius:10px 10px 0px 0px;
	text-align:center;

}

#counter
{
	width:200px;
	margin:0px auto;
	padding:5px;
	vertical-align:middle;
}

#counter img
{
	vertical-align:middle;	
}



#copy
{
	float:left;
	margin:5px 50px 0px;
}

#powered
{
	float:right;
	margin:5px 50px 0px;
}

#powered a
{
	color:#5d5d5d;
	text-decoration:none;
}

/* Form styles */
.WaterMark
{
	outline:none;
	color:#000;
}

form
{
	margin:0px 0px 0px 0px;	
}

input[type=text], textarea
{
	border:1px solid #bfbfbf;
	padding:2px 5px;
	width:130px;
	color:#777776;
	-moz-border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:1px 0px;
}

.btnSubmit
{
	background:url(../images/btn_submit.png) no-repeat 0 0;
	width:60px;
	height:38px;
	border:none;
	margin:5px 5px 0px ;
}

.btnReset
{
	background:url(../images/btn_reset.png) no-repeat 0 0;
	width:60px;
	height:38px;
	border:none;
	margin:5px 5px 0px ;
}

#rightNav
{
	padding:0px;
	margin:0px;
	font-size:11px;
}

#rightNav li
{
	border-top:1px solid #ccc;
	margin:0px 0px;
	list-style-type:none;
}

#rightNav li img
{

}

#rightNav li a
{
	color:#777776;
}

#rightNav li a:hover
{
	color:#ef7c3a;
}

#rightNav li.first
{
	border-top:none
}

#rightNav li img
{
	vertical-align:middle;
}

.footNav
{
	padding:0px;
	margin:5px 5px 0px;
}

.footNav li
{
	display:inline-block;
	border-left:1px solid #ccc;
	margin:2px 0px;
	padding:2px 2px;
	list-style-type:none;
	float:left;
}

.footNav li.first
{
	border-left:none
}

.footNav li img
{
	vertical-align:middle;
	height:36px;
}

.footerLinks
{
	text-decoration:none;
	text-align:center;
	padding:10px;
	text-transform:uppercase;
	color:#4e4e4e;
}

.footerLinks a
{
	margin:5px;
	text-transform:uppercase;
	color:#4e4e4e;
	text-decoration:none;
}

.footerLinks a:hover
{
	text-decoration:underline;
}

a, a img
{
	border:none;
	color:#777776;
}

/**/
#contentBox
{
	display: block; 
	background-color: #fff; 
	border: 1px solid #dfe1e2;
	line-height:1.2em;
}

#Banner td 
{
	vertical-align:top;
/*	height:91px;
	overflow:scroll;*/
}

#Banner td
{
	height:89px;
	widhth:165px;
	overflow:hidden;
	display:inline-block;
	float:left;
}

#Banner table td img
{
	width:162px;
}

#img1
{
	background:url(../images/img_banner1.jpg) no-repeat 0 0;
}

#img3
{
	background:url(../images/img_banner3.jpg) no-repeat 0 0;
}

#img3 img
{
	margin-top:-90px;
}

#img5
{
	background:url(../images/img_banner5.jpg) no-repeat 0 0;
}

#img7
{
	background:url(../images/img_banner7.jpg) no-repeat 0 0;
}

#img7 img
{
	margin-top:-90px;
}

#img9
{
	background:url(../images/img_banner9.jpg) no-repeat 0 0;
}
