﻿*
{
	margin: 0px;
}
html, body
{
	height: 100%;
}

.noBorder
{
	border: 0px;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	width: 1003px;
}
.push
{
	height: 100px;
	width: 1003px;
	margin: 0 auto;
}

.marquee {
 width:1000px;
 position:relative;
 margin:0 auto;
}

.footer
{
	height: 162px;
	background: url(images/footer-bg.gif) no-repeat;
	width: 1003px;
	margin: 0 auto;
}

.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	font-size: 1px;
}

.headerContainer
{
	width: 1003px;
	height: 215px;
	background: url(images/header-bg.jpg) no-repeat 0 0;
}

.newsContainer
{
	height: 32px;
	background-color: #90c63e;
	width: 100%;
}

.iconContainer
{
	width: 100px;
	height: 40px;
	border: solid 0px red;
	margin: 0px 0px 0px 795px;
	vertical-align: bottom;
	padding-top: 170px;
	display: block;
}

.fb
{
	display: block;
	height: 40px;
	width: 35px;
	background: url(images/top-icons.jpg) 0 0;
	float: left;
}

.fb:hover
{
	background-position: 0 -40px;
}

.tw
{
	display: block;
	height: 40px;
	width: 35px;
	background: url(images/top-icons.jpg) -35px 0;
	float: left;
}

.tw:hover
{
	background-position: -35px -40px;
}

.in
{
	display: block;
	height: 40px;
	width: 30px;
	background: url(images/top-icons.jpg) -70px 0;
	float: left;
}

.in:hover
{
	background-position: -70px -40px;
}

.mainContainer
{
	width: 1003px;
}

.leftPanel
{
	width: 190px;
	float: left;
}

/*.leftPanel a
{
font:bold 15px Verdana;
color:#91561c;
margin-left:10px;
text-decoration:none;
line-height:30px;	
}

.leftPanel a:hover
{
color:#90c63e;

}*/
.leftPanel .headerbar
{
	font: bold 11px Verdana;
	color: #91561c;
	background: url(Images/down-arrow.jpg) no-repeat 180px 11px; /*last 2 values are the x and y coordinates of bullet image*/
}

.leftPanel .headerbar a
{
	text-decoration: none;
	color: #91561c;
	padding: 0px 0px 0px 10px;
	display: block;
	line-height: 25px;
}

.leftPanel .headerbar a:hover
{
	color: #90c63e;
}

.leftPanel .noOpen a
{
	font: bold 11px Verdana;
	text-decoration: none;
	color: #91561c;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
}

.leftPanel .noOpen a:hover
{
	color: #90c63e;
}

.leftPanel li
{
	/*list-style-type:urldown-arrow.jpg);*/
	list-style-image: url(images/leaf.jpg);
	color: #91561c; 
	margin-left: 20px;
}

.leftPanel ul a
{
	font: normal 11px Verdana;
	color: #91561c;
	text-decoration: none;
	
	line-height: 30px;
}

.leftPanel ul a:hover
{
	color: #90c63e;
}

.contentArea
{
	width: 603px;
	float: left;
	margin: 10px;
}

.rightPanel
{
	width: 190px;
	float: right;
}

.heightTen
{
	height: 10px;
}

.heightTwenty
{
	height: 20px;
}

/*for content slider*/

.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 603px; /*width of featured content slider*/
	height: 200px;
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 0px;
	background: white;
	width: 603px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 200px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}
/*for content slider*/


.searchBox
{
	width: 303px;
	height: 32px;
	border: solid 0px red;
	float: right;
}

.input
{
	width: 175px;
	height: 15px;
	border: solid 1px #666666;
	margin-top: 7px;
	font: normal 13px Verdana;
	color: #666666;
}

.search
{
	font: bold 11px Verdana;
	color: #91561c;
	float: left;
	line-height: 28px;
	padding-right: 3px;
}

.sep
{
	width: 2px;
	height: 32px;
	background: url(images/sep.jpg) no-repeat;
	float: left;
	padding-right: 5px;
}

.userInfo
{
	width: 700px;
	height: 32px;
	line-height: 30px;
	font: bold 14px Verdana;
	color: #333333;
	border:solid 0px red;
	float: left;
}

.userInfo span
{
	color: #ffffff;
	line-height: 30px;
}

.userInfo a
{
	font: normal 13px Verdana;
	color: #333333;
	line-height: 30px;
}

.memberLogin a
{
	font: bold 13px Verdana;
	color: #ffffff;
	line-height: 30px;
}

.pageTitle
{
	font: normal 15px Verdana;
	color: #666666;
	width: 100%;
	border-bottom: dashed 1px #90c63e;
	margin-bottom: 20px;
	font-weight:bold;
}

.pageSubTitle
{
	font: bold 16px Verdana;
	color: #666666;
	width: 100%;
	border-bottom: dashed 1px #90c63e;
	margin-bottom: 10px;
}

.more a
{
	float: right;
	padding-right: 10px;
	font: normal 11px Verdana;
	color: #90c63e;
	text-decoration: none;
}

.label
{
	font: normal 11px Verdana;
	color: #666666;
	line-height: 30px;
}

.labeladmin
{
	font: normal 11px Verdana;
	color: #666666;
	line-height: 30px;
	text-align: right;
	padding-left: 10px;
}

.btn
{
	height: 30px;
	border: solid 1px #90c63e;
	background: url(images/btn-grad.jpg) repeat-x;
	font: bold 11px Verdana;
	color: #666666;
	padding: 0px 10px;
}

.btn:hover
{
	background: url(images/btn-grad-hover.jpg) repeat-x;
}

.gridHeader
{
	font: bold 11px Verdana;
	color: #666666;
	background-color: #dde89a;
	line-height: 30px;
}

.gridRow
{
	font: normal 11px Verdana;
	color: #666666;
	background-color: #ffffff;
}

.gridAltRow
{
	font: normal 11px Verdana;
	color: #666666;
	background-color: #f7f7f7;
}

.expert
{
	display: block;
	height: 31px;
	width: 27px;
	background: url(images/expert.png) no-repeat 0 0;
}

.expert:hover
{
	background-position: 0 -31px;
}

.expertDiv
{
	border: solid 1px #90c63e;
	width: 550px;
	padding: 10px;
	margin: 0 auto;
	background-color: #ffffff;
}

.pageText
{
	font: normal 11px Verdana;
	color: #666666;
	line-height: 20px;
}

.pageText h3
{
	font: bold 16px Verdana;
	color: #90c63e;
}

.pageText h4 a
{
	font: bold 14px Verdana;
	color: #90c63e;
}

.pageText h4
{
	font: bold 14px Verdana;
	color: #90c63e;
}

.pageText h5
{
	font: bold 11px Verdana;
	color: #90c63e;
}

.pageText u
{
	font: normal 11px Verdana;
	color: #4a740b;
	text-decoration: none;
}

.pageText a
{
	font: normal 11px Verdana;
	color: #91561c;
	text-decoration: underline;
}

.countText
{
	font: bold 20px Verdana;
	color: #e32225;
	font-style: italic;
}
.countText u
{
	font: bold 25px Verdana;
	color: #e32225;
	font-style: italic;
	text-decoration:none;
}

.gyanTitle
{
	font: bold 16px Verdana;
	color: #91561c;
	font-style: italic;
}

.gyanText
{
	font: normal 15px Verdana;
	color: #666666;
	font-style: italic;
	line-height: 20px;
}

.gyanText span
{
	font: bold 15px Verdana;
	color: #90c63e;
	font-style: italic;
}

.sep2
{
	height: 1px;
	width: 100%;
	background: url(images/sep2.gif) repeat-x;
	margin: 10px 0px;
}

.imageLeft
{
	float: left;
	margin: 0 15px 5px 0;
}

.imageRight
{
	float: right;
	margin: 0 0 5px 15px;
}

.imagebox
{
	width: 180px;
	float: left;
	height: 153px;
	margin: 5px;
	padding: 10px;
	background-color: #f3f4f3;
	border: 1px solid #c8aa8d;
}
.speakerdiv
{
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 20px;
	border: solid 0px red;
}

.standard
{
	width: 25px;
	height: 25px;
	border: solid 1px #666666;
	background-color: White;
}

.premium
{
	width: 25px;
	height: 25px;
	border: solid 1px #666666;
	background-color: #fff200;
}

.food
{
	width: 25px;
	height: 25px;
	border: solid 1px #666666;
	background-color: #76c5f0;
}

.spaceForm
{
	display: block;
	width: 169px;
	height: 34px;
	background: url(images/btn-space-contract-form.jpg) no-repeat 0 0;
}

.spaceForm:hover
{
	background-position: 0 -34px;
}

.fp
{
	display: block;
	width: 169px;
	height: 34px;
	background: url(images/btn-download-fp.jpg) no-repeat 0 0;
}

.fp:hover
{
	background-position: 0 -34px;
}

.google
{
	display: block;
	width: 101px;
	height: 30px;
	background: url(images/google-map.jpg) no-repeat 0 0;
}

.google:hover
{
	background-position: 0 -30px;
}



.homeNews
{
	width: 295px;
	float: left;
	font: normal 11px Verdana;
	color: #666666;
	line-height: normal;
}

.homeNews img
{
	float: left;
	margin: 0 5px 10px 0;
	height: 48px;
	width: 48px;
	
}

.news
{
	width: 355px;
	float: left;
	font: normal 11px Verdana;
	color: #666666;
	line-height: normal;
	/*margin-bottom:10px;*/
}

.news img
{
	float: left;
	margin: 0 5px 10px 0;
	height: 48px;
	width: 48px;
	
}

.joinMovement
{
display:block;
width:180px;
height:98px;
background:url(images/join-movement.jpg) no-repeat 0 0;	
}
.joinMovement:hover
{
background-position:0 -98px;	
}

.countDown
{
display:block;
width:118px;
height:250px;
background:url(images/watch-1.jpg) no-repeat 0 0;
margin:0 auto;	
}


.imagebox2
{
	border:1px solid #efefef;
	width: 206px;
	float: left;
	height: 136px;
	margin: 2px;
	
	padding: 0px;
}

.toralBg
{
background: url(images/toral-bg.jpg) repeat-y 470px 0;	
}

.expertText
{
	font-family:Verdana;
	font-size:14px;
	color:#91561c;
	text-align:left;
}
/*for news ticker*/
.ticker
{
width:430px;
height: 30px;
float: left;
border: solid 0px cyan;

}

#pscroller2{
width: 430px;
height: 30px;
border: 0px solid black;

}

#pscroller2 a{
text-decoration: none;
text-decoration: underline;
color:#ffffff;
font:normal 11px Verdana;
line-height:30px;
}

/*for news ticker*/


