body{
	background: #a6ceac url(../images/bg.jpg) repeat-x;
	margin:0px; padding:0px;
}

#wrapper_slider{
 width:779px;
 height:auto;
 margin:0px auto 0px;
 padding:0px;
}

#wrapper{
	
	width:1006px; height:auto;
	margin:0 auto; padding:0px;
}

#header{
	width:1006px;
	height:115px;
	padding-top:18px;
}

#header_left{
	width:1006px;
	height:115px;
	float:left;
}

#header_left1{
	width:100px;
	height:115px;
	float:left;
}
#header_left2{
	width:780px;
	height:100px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#005ca9;
	padding-top:15px;
	text-align:center;
	line-height: 27px;
}
#header_right{
	width:256px;
	height:115px;
	float:left;
}
#scroller
{
	width: 1000px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	background: #EEE;
}
#scroller a
{
	width: 990px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 10px;
	font-size: 12px;
	padding-left: 10px;
	text-decoration: none;
}
#scroller a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

#scroller .MsoNormal {
    margin: 0;
}
.txt1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000333;
	font-weight:normal;
	text-decoration:none;
}

.txt2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#007c16;
	font-weight:normal;
	text-decoration:none;
}
#menu
{
	width:1006px;
	height: 33px;
}
#navigationMenu{
	width:1006px;
	height:33px;
	background:url(../images/nav_bg.jpg) repeat-x;
}

/*#nav ul{
	color:#fff;
	list-style:none;
	margin:0px;
	padding:7px 20px 0px 8px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav ul li{
	display:inline;
	 padding: 0 7px 0 5px;
	margin:0px;
}
#nav ul li a{
	padding:10px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	text-decoration:none;
}

#nav ul li a:hover{
	background:url(../images/nav_bg_hover.jpg) repeat-x;
	height:32px;
	color:#000;
	height:32px;
	text-decoration:none;

}*/
/* Navigation Bar */

/*------------------------------------*\
	NAV
\*------------------------------------*/
ul#nav{
	list-style:none;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* Clear floats */
	float:left;
	width:100%;
	margin:0;
	padding:0;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
ul#nav li{
	float:left;
	border-right:1px dotted #fff;
	position:relative;
	z-index:9999;
}
ul#nav li a{
	display:block;
	padding:5px 20px;
	color:#fff;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
ul#nav li a:hover{
	color:#000;
	background:url(../images/nav_bg_hover.jpg) repeat-x;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#000; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:url(../images/nav_bg_hover.jpg) repeat-x; /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	margin:0;
	padding:0;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap;/* Stop text wrapping and creating multi-line dropdown items */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:url(../images/nav_bg.jpg) repeat-x;
	text-decoration:none;
	
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	line-height:20px;
	padding:5px 10px;
	z-index:9999;
	min-width: 120px;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:url(../images/nav_bg_hover.jpg) repeat-x;
	color:#333;
}
/*  ---- End Nav  -----  */
#pagearea{
	background: #fff url(../images/mainbody_bg-.jpg) repeat-y;
	width:1004px;
	height:auto;
	margin-top:1px;
	padding:10px;
	overflow:hidden;
}

#pagearea_left{
	width:780px;
	height:auto;
	float:left;
	margin-right:10px;
}

#pagearea_leftHead
{
	width: 780px;
	float: left;
	height: 35px;
	text-align: left;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #049a1d;
	font-weight: bold;
}
.pagearea_Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #049a1d;
	font-weight: bold;
}
.updateSoon
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #049a1d;
	font-weight: bold;
	text-align:center;
}
#pagearea_right{
	width:210px;
	height:auto;
	float:left;
}

.heading
	{
		color:#0a2917;
		font-size:16px;
		line-height:40px;
		font-weight:normal;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
	}
	
	
.heading2
	{
		color:#333;
		font-size:14px;
		line-height:36px;
		font-weight:bold;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
	}
	
.galleryHeading
{
		color:#333;
		width:225px;
		font-size:14px;
		line-height:36px;
		font-weight:bold;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
}
.heading3
	{
		color:#333;
		font-size:14px;
		line-height:30px;
		font-weight:bold;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
	}



.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}

.readmore{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#059219;
	text-decoration:none;
}

.box{
	width:255px;
	margin:0px;
	padding:0px;
	float:left;
}

.box_bg_mid{
	background:url(../images/box2_bg_mid.jpg) repeat-x;
	width:225px;
	margin:0px;
	padding:0px;
	float:left;
	height:194px;
}

.rightside-box_bg_mid{
	background:url(../images/box_bg_mid.jpg) repeat-x;
	width:190px;
	margin:0px;
	padding:0px;
	float:left;
	height:234px;
}
.rightside-box_bg_mid-125{
	background:url(../images/box_bg_mid-125.jpg) repeat-x;
	width:190px;
	margin:0px;
	padding:0px;
	float:left;
	height:125px;
}
.rightside-box_bg_mid-300{
	background:url(../images/box_bg_mid-300.jpg) repeat-x;
	width:190px;
	margin:0px;
	padding:0px;
	float:left;
	height:300px;
}

#footer{
	width:986px;
	height:50px;
	padding:10px
}

#footer_left{
	width:600px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	color:#292929;
	font-size:12px;
	font-weight:normal;
	float:left;
}

#footer_right{
	width:380px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	color:#292929;
	font-size:12px;
	font-weight:normal;
	float:left;
}
.contentSubHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding-left: 10px;
	font-weight: bold;
}
.contentText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: justify;
	padding-left: 10px;
}
.contentText a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: justify;
	padding-left: 10px;
	text-decoration: none;
}

.contentText a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: justify;
	padding-left: 10px;
	text-decoration: underline;
}
.contentTable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	background: #CCCCCC;
	padding-left: 10px;
}
.contactusHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight: bold;
	line-height: 22px;
}
.contactus
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
.rightLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:22px;
	padding-left: 10px;
	text-decoration: none;
}
.rightLinks a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:22px;
	padding-left: 10px;
	text-decoration: none;
}
.rightLinks a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	line-height:22px;
	padding-left: 10px;
	text-decoration: none;
}
.rightMarqueeTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	height: 245px;
}
.back
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-decoration: none;
}
.back a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-decoration: none;
}
.back a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	line-height: 20px;
	text-decoration: none;
}
.contentTableHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background: #333;
	font-weight: bold;
}
.formHead
{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #04991b;
	text-align:center;
}
.formSubHead
{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #04991b;
	text-align:left;
}
.runningContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 21px;
	padding: 5px 0px 5px 0px;
}
.runningContentTelugu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 23px;
	padding: 5px 0px 5px 0px;
}
.runningContentHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 23px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}
.welcome{font-family:arial; color:#6d2f19; font-size:14px; font-weight:bold;}

.welcome_1{font-family:arial; color:#017EC1; font-size:14px; font-weight:bold; line-height:20px; padding:2px; width:200px;}

.welcome_2{font-family:arial; color:#017EC1; font-size:14px; font-weight:bold; padding:0px 100px; padding-top:10px;}

.text_01{font-family:verdana; color:#000; font-size:11px; text-align:justify; line-height:18px;}

.border{ border:1px solid #ccc;}

.gal_img{ width:200px; height:150px; float:left; padding:15px; }

.rightMarqueeTxt ol {
    padding-left: 20px;
}