/* CSS Document */									
*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#747474;
	background: url(../images/bg-body.jpg) repeat;	
	margin:0px;
	padding:0px;
}

p {	margin-bottom: 1.5em;
  }

.title_Name{
	COLOR:#BB0000; FONT: 12px Verdana, Arial, Helvetica, sans-serif;
}
.site_visiter{
	width:175px;
	height:19px;
	background:url(../images/site_visiter2.png) no-repeat;
	font-size:13px;
	color:#fff;
	margin:0px 0 0 5px;
	padding:0px 0 0 10px;
	vertical-align:middle;
}
.wrapper{
	margin: 0 auto;
	padding:0px;
	width:960px;
	height:100%;
	background:#356618;
	background-repeat:no-repeat;
}
.header{
	width:960px;
	margin:2px 0 0 0;
	padding:0px;
	float:left;
	height:110px;
}

.logo{
	margin-bottom:0px;
	float:left;
	
	height:106px;
	width:136px;
}

/* search */
#search{
	display:block;
	float:right;
	width: 198px;
}	
	


.banner_div{
	width:960px;
	height:229px;
	margin:0px;
	float:left;
	padding:0px;
	background-color:#e3e699;
	vertical-align:top; 
}
  
.content{
	width:960px;
	height:100%;
	padding:0px;
	margin:0px;
	float:left;
	background:#354653;
 background-repeat :repeat;
	
}

.left_col{
	width:190px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
	background:#354653;
	background-repeat:no-repeat;
}
.main_content{
	width:764px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;	
	background:#FFFFFF;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.main_content_master2
{
	width: 100%;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;	
	background:#FFFFFF;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text_content
{
	width:555px;
	text-align:justify;
	font-family:Verdana;
}

.main_contentother{
	width:729px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	background:#FFFFFF;
	background:no-repeat;	
}

.right_colum{
	width:187px;
	height:100%;
	/*margin-top:-69px;*/
	float:right;
	background:#FFFFFF;
	font-color:#ffffff;
	}

.right_colum:hover{
  }         
.academic{
	margin:0px;
	padding:20px;
	margin-left:20px;
	width:90%;
	height:auto;
	text-align:justify;
}
.text_content img{
	margin:0px 8px 8px 0px;
	float:left;
}
.news_event{
	width:560px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#FFFFFF	
}
.news{
	width:276px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#FFFFFF;	
	border:solid;
	border-color:#C9C9C9;	
	border-width:thin;
}

.news h4{
	width:100%;
	background:url(../images/spl_menu_bg2.png);
	color:#E80000;
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;	
}

.event{
	width:276px;
	height:100%;
	margin:0px;
	padding:0px;
	float:right;
	background-color:#FFFFFF;	
	border:solid;
	border-color:#C9C9C9;	
	border-width:thin;
}

.event h4{
	width:100%;
	background:url(../images/spl_menu_bg2.png);
	color:#E80000;
	margin:0px; padding:0px;
}

.btn_scroll{
	width:560px;
	height:100%;
	margin:10px 0 0 0;
	padding:10px 0px;
	float:left;
	background-color:#356618;
}

.b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#BB0000;
}

.disclamer{
background:#FFFFFF;
	width:564px;
	height:90px;
	margin:0px;
	padding:0px;
	float:left;
}

.side_bar_Box{
	width:177px;
	padding:0px 5px;
	
	vertical-align:top;
}

.side_bar_Box h1{
	background-image:url(../images/side_bar_titleBg.jpg);
	padding:5px 0px;
	margin:0 -5px 10px;
	border-bottom: 1px solid #e3e699;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#818181;
	text-align:center;
}	

/* left menu*/
#navigation {
    width: 190px;
    font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-spacing:1px;		
}
	
 /*special menu start*/
 .spl_menu{
	background:#356618;
	background-repeat:no-repeat;
	height:29px;
	width:326px;
	float:right;
	margin-right:20px;
	margin-top:34px;	
	}
		
	#special {
	width: 300px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:1px;
	margin:5px auto 0;
	height:20px;	
	}
     ul.special_sub-level{ display:none; }
     li:hover .special_sub-level {
           background: #999;
           border: #aacb9e solid;
           border-width:1px;
           display:block;
           position:absolute;  vertical-align:top; visibility:visible; z-index:999999;
           top: 20px;	}
		
      ul.special_sub-level li {
	    	border-bottom:#aacb9e solid;            
            border-width:1px;
			float:left;
			width:330px; 
			float:left; 		
		  }
		#special .special_sub-level { background: #3a5730; visibility:visible; z-index:999999; vertical-align:top;  }
				
	/*IE RESET HELPER*/
	li:hover .special_sub-level .special_sub-level { display:none; }	
	.special_sub-level li:hover .special_sub-level { display:block; }
 /*footer start*/
  /*#2F3026;*/
#hmenu{background:#354653;clear:both;color:#6AD34B;height:28px;margin-top:0px;}
#hmenu li a{background:#354653;color:#6AD34B;font-size:0.9em;font-weight:600;padding:2px 5px;text-align:center;text-decoration:none;vertical-align:middle}
#hmenu ul{margin:0 0 0px;text-align:center}
.menu li,#hmenu li{display:inline}
#hmenu li a:hover{background:#daead0;color:#000000}

 /*footer end*/ 
.LUPdate{
	margin:5px 0 0 0;
	padding:0px;
	float:left;
	width:218px;
	height:18px;
	color:#000000;
}
.copyright{
	margin:5px 0 0 200px;
	padding:0px;
	width:251px;
	height:18px;
	float:left;
	height:15px;
	color:#000000;
}
.Designed{
	float:right;
	width:220px;
	margin:5px 0;
	padding:0px;
	height:18px;	
}

.Designed a{
	color:#000000;
	text-decoration:none;	}

.Designed a:hover{
	color:Maroon;}
	
level { background: #70735b; }

.side_bar_Box a:hover {
 } 
.middle_menuMain{
	width:60px;
	height:100%;
	margin:0px;
	margin-top:-15px;
	padding:0px; 
	float:left;
	vertical-align:top;
}

.middle_menuMain b{
}

.middle_menu1{
	width:276px;
	height:100%;
	margin:0px;
	padding:0px; float:left;
	vertical-align:top;
	border:#75C61C solid thin;
}

.middle_menu1 ul{
	margin:1px 0 0 1px;
	padding:0px;
}
	
.middle_menu1 ul li{
	text-decoration:none;
	color:#333333;
	margin:1px 0px;
	vertical-align:top;
	list-style-image:url(../images/bullet.gif); background-repeat:no-repeat;
}		

.middle_menu1 ul li a{
	text-decoration:none;
	color:#333333;
	vertical-align:top;
}
		
.middle_menu1 ul li a:hover{
	text-decoration:none;
	color:#D50000;
	vertical-align:top;
}	

.middle_menu2{
	width:276px;
	height:100%;
	margin:0px;
	padding:0px; 
	vertical-align:top;
	border:#75C61C solid thin;
}

.middle_menu2 ul{
	margin:1px 0 0 1px;
	padding:0px;
}
	
.middle_menu2 ul li{
	text-decoration:none;
	color:#333333;
	margin:4px 0px;
	vertical-align:top;
	list-style-image:url(../images/bullet.gif); background-repeat:no-repeat;
}		

.middle_menu2 ul li a{
	text-decoration:none;
	color:#333333;
	vertical-align:top;
}	

.middle_menu2 ul li a:hover{
	text-decoration:none;
	color:#D50000;
	vertical-align:top;
}	
	
/*gallary and other Icon*/ 	
.app{

    background:#FFFFFF; 
    repeat scroll 0px 0px rgb(246, 246, 246);
    border: 3px solid rgb(229, 229, 229);
    box-shadow: 0px 4px 0px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    width:554px;
	height:auto;
    margin-left:4px;
	margin-right:4px;
    margin-top: 0px;
    vertical-align: top;
    text-align:justify;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:13px;
	word-spacing:1px;
	padding:2px;
}

.apptxt{
background:#FFFFFF;
    border: 3px solid rgb(229, 229, 229);
    box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    width: 680px;
	height:auto;
    margin-left: 4px;
	padding-left:5px;
	padding-right:5px;
    margin-top: 20px;
    vertical-align: top;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	line-height:20px;
	color:#000000;
	word-spacing:1px;
	font-size:13px;
	}

.apptxt1{

    background:url(../images/.jpg);  
    repeat scroll 0px 0px rgb(246, 246, 246);
    border: 3px solid rgb(229, 229, 229);
    box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    width: 739px;
	height:auto;
    margin-left: 4px;
    margin-top: 0px;
    vertical-align: top;
	text-align:justify;
	}

.ten
{
width:900px;
height:400px;
}

.apptxt h2
{
background-image:url(spl_menu_bg.png);
background:no-repeat;
}

.nav1{
    border-radius:10px 10px 10px 10px;
	margin:0px; 
	padding:0px; 
	height:30px;
	float:left;
	vertical-align:bottom;
	
}

.nav1 ul {
     border-radius:10px 10px 10px 10px;
	 list-style-type: none;
	 background-image:url('../images/w-bg.gif');
	 height: 32px;
	 width : 530px;
	 margin: 0;
	 margin-left:15px;
	 vertical-align:top;
     font-weight:bold;
 }
 
 .nav1 ul a { 
 background-image:url(../images/divider2.png);
 background-repeat: no-repeat;
 background-position: right;
 padding-right: 8px;
 padding-left:8px;
 line-height: 30px;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font:bold;
 font-size: 14px;
 color: #371C1C;   
 }
 
 .nav1 ul a:hover {
 border-radius:0px 0px 0px 0px; 
 color:#669900;
 display: block;
 padding-right:8px;
 padding-left: 8px;
 display: block;
 }
 
.nav1 ul li {
 float: left;
 }

.list{
    border-radius:10px 10px 10px 10px;
    width:500px;
	margin:0px; padding:0px;
	height:30px;
	width:auto;
	float:left;
	vertical-align:top;
    }

.list ul {
border-radius:10px 10px 10px 10px;
list-style-type:square;
padding-left:23px;
 height: 30px;
 width:450px;
 margin: 0;
 vertical-align:top;
 font-size:16px;
 color:#000000; 
 }
 
 .list ul a {
 padding-left: 9px;
 display: block;
 line-height: 30px;
 text-decoration: none;
 font-family:Arial, Helvetica, sans-serif;
 font:bold;
 font-size: 15px;
 color: #371C1C; 
 text-shadow: -1px 1px 8px rgb(255, 255, 204), 1px -1px 8px rgb(255, 255, 255);
} 
 
 .list ul a:hover {
 border-radius:10px 10px 10px 10px;

 display: block;
 padding-right: 9px;
 padding-left: 9px;
 display: block;
 text-decoration:underline;
 text-shadow: -1px 1px 8px rgb(255, 255, 204), 1px -1px 8px rgb(255, 255, 255);
 }
 
 .pictures
{
border:#CCCCCC 3px;
border-radius:10px 10px 10px 10px;
}

#signposts {
    font-size: 14px;
    list-style: none outside none;
    margin: 0px 0px 25px;
    overflow: hidden;
    padding: 0px;
	list-style:none;
}

.single h1{
	background-image:url(../images/w-bg.gif);
	border-radius:10px 10px 10px 10px;
	padding:5px 0px;
	margin:0 -5px 10px;
	border-bottom: 1px solid #e3e699;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#336600;
	text-align:center;
    text-shadow: -1px 8px 8px rgb(255, 255, 204), 8px -1px 8px rgb(255, 255, 255);
}	

#quote {
    color: rgb(196, 206, 215);
    background-color: rgb(80, 97, 140);
    text-align: center;
    height: 26px;
	border-radius:10px 10px 10px 10px;   
    background-repeat: repeat-y;
}

/* CSS Document */

.agnis_table_02_border
{
	text-align: left;
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	width:100%;
	color: #000000;	
}
.agnis_table_02_border th
{	
	font-weight: bold;
	text-align: center;
	padding: 4px;
	background: Gray;/*#dce9d4*/
	border: 1px solid black;
	color: White;
	font-size: 14px;
	line-height: 30px;
	font-family: Verdana;
}

.agnis_table_02_border td
{
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	border-bottom:1px solid #008000;		
}

		.RightTabGrid
        {
	    text-align: left;
	    border-collapse:collapse;
	    font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size:13px;
	    line-height:45px;
	    width:100%;
	    color: #000000;	
        }       

        .RightTabGrid td
        {
	    padding:5px;
	    font-family:Verdana, Arial, Helvetica, sans-serif;
	    color: #000000;		   	
        }
/* menu icons */

.iconsMenu {
	float:right;
	width: 220px;
}
.iconsMenu li {
	display:inline;
	list-style:none;
	padding:2px;
}

/* Bullet Style*/
.BulletStyle
 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background:#FFFFFF;
    font-size:13px;
    line-height:20px;  
 }        

  ul.BulletStyle a:hover
 {
 	color:Blue;
 	border-bottom: 2px dashed #DD0000;	 	
 } 
 
 ul.BulletStyle li a
 {
 	color:#000000;
 	text-decoration:none;
 
 }

/*Link Button */
.LinkStyle
    {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background:#FFFFFF;
    font-size:13px;
    line-height:20px;  
    }        

    .LinkStyle a:hover
    {
 	    color:Blue;
 	    border-bottom: 2px dashed #DD0000;	 
 	    text-decoration:none;	
    } 
 
    .LinkStyle a
    {
 	   color:#000000; 	   
 	   /*text-decoration:underline;*/
 	   border-bottom-style:dashed;
 	   border-bottom-color:Green;
 	   border-bottom-width:0.50px;
 	   
    }

/*Grid Pager*/
      
    .stylePager,.stylePager td table td
     {
      	border-bottom:none;
      	line-height:20px;
       	font-size:14px;   
     }  
        
   /*watermark*/
.WaterMark
 {
    color: #808080;
    font-style:italic;	 	
 }
 /*for enquiry*/
 .modalBackgroundEdit
 { background-color:Gray;                  
   filter:alpha(opacity=90);          
   opacity:0.9;
 }    
         
 .FeedBackStyle
 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 20px;     
   border-radius:10px 10px 10px 10px;
   border-width:3px;  
 }
    /*for enquiry*/
    
    
   .imgbuttongal
    {
    	list-style:none;
     	margin-top:-5px;    	
    }