@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: "Segoe UI";
 src: url("../fonts/segoeui.eot") ;
}
@font-face {
 font-family: "Segoe UI";
 src: url("../fonts/segoeui.ttf") format("truetype");
 }



body   {margin:0px; padding:0px;}
div    {
	margin:0;
	padding:0;
}
table  {margin:0px; padding:0px;}
tr	   {margin:0px; padding:0px;}
th	   {margin:0px; padding:0px; text-align:center; vertical-align:middle;}
td	   {
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
}
ol     {margin:0px; padding:0px;}
ul     {margin:0px; padding:0px;}
li     {margin:0px; padding:0px;} 
h1     {margin:0px; padding:0px; font-size:24px; font-weight:normal; font-family:"trebuchet MS", Arial, Helvetica, sans-serif;}
h2     {margin:0px; padding:0px; font-size:22px; font-weight:bold; font-family:"trebuchet MS", Arial, Helvetica, sans-serif;}
h3     {margin:0px; padding:0px; font-size:18px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#6b451e;}
h4     {margin:0px; padding:0px; font-size:16px;}
h5     {margin:0px; padding:0px; font-size:16px;}
h6     {margin:0px; padding:0px; font-size:14px;}
p      {margin:0px; padding:10px 0px; text-align:justify; line-height:18px;}
a      {text-decoration:none; color:#000 ; font-weight:bold; line-height:18px;}
a:hover{color:#f00;}
a:focus{outline:0px;}

img		{border:0px;}

.blue{color:#50b5e6; font-weight:bold;}

.fltleft_index{float:right;}
.fltright_index{float:left;}
.fltleft_footer{float:left;}
.fltright{float:right;}
.clearfloat{clear:both; height:0px; line-height:0px; font-size:1px;}

.read-more{text-align:right;}
.read-more a{padding:8px 15px; background:url(../images/read-more.jpg); color:#fff;}
.read-more a:hover{padding:8px 15px; background:url(../images/read-more-2.jpg); color:#fff;}

h1{color:#cc0000; font-family:Georgia, "Times New Roman", Times, serif;}
h2{
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align: left;
}
h3.title-bg{background:url(../images/title-bg.jpg) no-repeat; width:263px; height:42px; line-height:30px; color:#fff; padding-left:20px;}
h4{color:#cc0000; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:-1px; padding:5px 0px;}

.arrow{font-family:Arial, Helvetica, sans-serif; font-size:11px;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
}

#container{
	margin:0px auto;
	width:1003px;
	background:#fff;
}
/* -----------------------------------------------header-------------------------------------------------------- */

#header-wrapper{background: url(../images/site_bg.jpg)repeat-x; height:176px;}

#header{
	width:1003px; margin:0px auto;
	border:solid 0px; height:200px;
}
#logo{float:left; text-align:center; width:135px;  font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-top:15px; padding-left:25px;}
#log-text{float:left; width:605px; height:33px; margin-top:40px;	}
#icons{float:left; width:auto;margin-top:95px;padding-left:130px;  }
#hind-seva{width:300px; height:auto; padding-left:5px;font-size:16px;}
#punch-line{width:605px; height:auto; text-align:right; padding-top:10px;}
#header-links{float:right; width:85px; border:solid 0px; margin-top:60px;}
#header-links img{margin:0px 5px;}
#logo a{color:#000;}
#logo a:hover{color:#000;}

#banner-wrapper{
	background-image:url(../images/banbbg.jpg);
	background-repeat:no-repeat;
	background-color:#356083;
}
#banner{width:1003px; height:222px; margin:0px auto;}
#slideshow {
    position:relative;
    height:222px; width:1003px;
	margin-top:0px;
	 background:url(../images/loading.gif) 50% 50% no-repeat;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    /*z-index:8;*/
    opacity:0.0;
    height: 222px; width:1003px;
}

#slideshow DIV.active {
    /*z-index:10;*/
    opacity:1.0;
}

#slideshow DIV.last-active {
    /*z-index:9;*/
}

#slideshow DIV IMG {
    height: 222px; width:1003px;
    display: block;
    border: 0;
}

/* -----------------------------------------------topmenu-------------------------------------------------------- */
#topmenu{
	height:34px;
	background:url(../images/menu-bg.jpg) repeat-x;
	/*width: 663px;*/
	width:1003px;
	margin-top:-20px;
	margin-right:0px;
	font-size:12px;
	color:#f4d8c0;
	font-weight:normal;
	float: right;
}
#topmenu .menu-left{  width:10px; height:34px !important; margin: 0 !important; }
#topmenu .menu-right{ width:20px; height:34px !important; margin: 0 !important; }
#topmenu .menu-text{width:780px; }
#menu ul
{
	
	display:block;
}
#topmenu li
{
	float:left;
	list-style:none;
	text-align:center;
	
}
.menu-text li{margin-top:8px;}
.menu-text a
{
	color:#fff; font-weight:bold;
	padding:0px 10px; 
	font-family: Arial, Helvetica, sans-serif;
}
.menu-text li.no-border a{border:solid 0px;}

.menu-text a:hover
{
	color:#f3dbba;
}
.menu-text li.selected{ }
.menu-text li.selected a{ color:#f3dbba;}
.menu-text li.selected a:hover{ color:#f3dbba;}

.round-box{background:#f7ead7; -moz-border-radius:15px; border:solid 1px #c4ad84; padding:5px 10px; margin-top:10px;	}

#top-right-image{width:445px; height:140px; float:right;}
/* -----------------------------------------------maincontent-------------------------------------------------------- */
#maincontent-wrapper{background:#fff url(../images/maincontent-bg.jpg) repeat-x; }

#maincontent{
	width:983px;
	margin:0px  auto;
	background:#fff url(../images/maincontent-shadow.jpg) repeat-x;
	color:#534229;
	padding:15px 10px 15px 10px;
}
.tbl{ border:solid 1px #371800; border-collapse:collapse;}
.tbl tr{ border:solid 1px #371800;}
.tbl td{ border:solid 1px #371800;}

#maincontent .fltleft_index{width:290px;}
#maincontent .fltright_index{width:670px;}
.left-content_index{padding-left:20px; height:278px; }


/* -----------------------------------------------index_+data-------------------------------------------------------- */
#maincontent .fltleft{width:290px;}
#maincontent .fltright{width:670px;}
.left-content{padding-left:20px; height:278px; }
/* -----------------------------------------------index_+data-------------------------------------------------------- */

#maincontent .list li{ background:url(../images/list-arrow.jpg) no-repeat; list-style:none; line-height:18px; font-size:12px; 
padding:0px 20px; margin:12px 0px; border:solid 0px; text-align:justify	}
#maincontent .list li li{ background:url(../images/list-arrow-2.jpg) no-repeat; }

.notice{border-collapse:collapse; border:solid 1px #6b451e;}
.notice td{padding:5px 10px; border:solid 1px #6b451e;}
.notice th{background:#6b451e; color:#fff; padding:5px 10px; border:solid 1px #4b2d0e; font-family:Cambria, Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic;}

.faculty{border-collapse:collapse; border:solid 1px #6b451e;}
.faculty td{padding:5px 10px; border:solid 1px #6b451e;}
.faculty th{background:#6b451e; color:#fff; padding:5px 10px; border:solid 1px #4b2d0e; 
font-family:Cambria, Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic;
text-align:left;}
#link-wrapper{background:#371800;height:auto; }
#link_bot{width:1003px; background-color:#371800; height:120px; margin:0px  auto;}

#text-content p{ line-height: 18px; }
#text-content ul{}
#text-content li{ padding:10px 15px 5px 5px;}
#breadcrumb { margin: 0px 0 10px 0; }

UL.tabNavigation
{ list-style:none;
}
UL.tabNavigation LI
{    
   background:url(../images/title-bg.jpg) no-repeat; width:263px; height:42px;  color:#fff; padding-left:20px;
   text-transform:uppercase; 
}
UL.tabNavigation LI A {
   display: block;  color:#fff; padding-left:20px;line-height:35px;
}
UL.tabNavigation LI:hover
{   
   color:#f3dbba;
 }
 UL.tabNavigation LI A.selected{
   color:#f3dbba;
}

.tabNavigation LI:hover A{
color:#f3dbba;
}
		
	
UL.tabNavigation LI A:focus {
	outline: 0;
}
/* -----------------------------------------------footer-------------------------------------------------------- */
#footer-wrapper{background:#371800;height:50px; }
#footer{
width:1003px;
margin:0px  auto;
line-height:50px;
color:#c69e75;
}
#footer .fltleft{width:45%; padding-left:15px;}
#footer .fltright{width:45%; text-align:right; padding-right:15px; margin-top:10px;}

#footer a{color:#fdb515;}
#footer a:hover{color:#fff;}


INPUT[type=button] , INPUT[type=submit], INPUT[type=reset] {
background:#371800; color:#fff; width:72px; height: 25px; border: 0; cursor: pointer; padding-bottom:4px;
	
}

INPUT[type=submit]:hover, INPUT[type=button]:hover, INPUT[type=reset]:hover {
 background:#c69e75;	color:#000
}

/* -----------------------------------------------gallery-------------------------------------------------------- */
.gallery{ margin-top:10px;}
.gallery UL{ padding: 0 0 0 20px;}
.gallery LI{ float: left;	margin-right: 20px;	margin-bottom: 30px;	list-style: none;}
.gallery A{display: block;}

.gallery A img{ width:210px; height:140px; border:4px solid #333;}

#menu1{
	 height:34px;
	 float:left;
	 width:800px;
	 float:right;
	}

/* ------------------------------------------------------------------------------------------------------------------- */
UL.tabNavigation11
{    list-style:none; 
}
#maincontent UL.tabNavigation11 LI
{    
  
   
}
UL.tabNavigation11 LI A {
   display: block;  
}
UL.tabNavigation11 LI:hover
{   
    
 }
 UL.tabNavigation11 LI A.selected{
    
}

.tabNavigation11 LI:hover A{
 
}
		
	
UL.tabNavigation11 LI A:focus {
	outline: 0;
}

#gallery-wrapper{width:600px; height:auto; float:left;}

#maincontent2 .fltright .list li{ background:url(../images/list-arrow.jpg) no-repeat; list-style:none; line-height:18px; font-size:11px; 
padding:0px 20px; margin:12px 0px; border:solid 0px; color:#0b3b8d;	}
#maincontent2 .fltright .list li li{ background:url(../images/list-arrow-2.gif) no-repeat; color:#000;}


.tabNavigation11 h3{font-size:12px; color:#FFFFFF; text-transform:none;}


.courses{}
.courses1{ width:280px; height:auto; float:left;}
.courses2{ width:280px; height:auto; float:left;}
.courses3{ width:100px; height:auto; padding-left:200px; float:left;}

#sidebar {
	width: auto;
	height:120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../images/list-arrow.jpg);
	list-style-type: none;
	line-height: 25px;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 0px;
}

#sidebar li li {
	line-height: 25px;
	background: url(images/img07.jpg) no-repeat left 14px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0;
	border-bottom: 1px solid #B6BFD0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #1A1A1A;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.container {
	margin: auto;
	width: 999px;
	text-align: left;
}

.container P.notes{
	color: #F3F1E9;
	margin: 10px 35px;
}

.container P.notes A{
	color: #F3F1E9;
	text-decoration: underline;
}

.container P.notes A:HOVER{
	color: #F3F1E9;
	text-decoration: none;
}
.column {
	float: left;
	width: 161px;
	margin-top: 15px;
	display: inline;
	margin-left: 37px;
	_width: 155px;
	_margin-left: 27px;
	font-weight:normal;
}
.column a {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#c69e75;
}
.column a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:10px;
	color: #FF0;
	-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease -o-transition: all .4s ease; transition: all .4s ease;
}

#facilities_text
{
	float: left;
	width: 77%;	
	padding-right:20px;
}
#facilities_img
{
	float: left;
	width: auto;	
}
/* courses start------------------------------------------------------------------------------------------------------------------- */
#cource
{
	width:auto;
	height:450px;
	background-image:url(../images/cource_bg.png);
	background-repeat:no-repeat;
}

#cource_1
{
	width:242px;
	height:auto;
	float:left;
	padding-left:28px;
	padding-top:30px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
}
.cource_1
{
	font-size:18px;
	line-height:18px;
	color:#630;
	text-decoration: none;
}
.cource_2
{
	font-size:14px;
	color:#cc0000;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cource_1 ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	line-height: 18px;
}

#cource_1 li {
	margin: 0;
	padding: 0;
}
#cource_1 a
{
	color:#000;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
#cource_blank
{
	width:46px;
	height:100px;
	float:left;
}
#cource_blank_1
{
	width:62px;
	height:100px;
	float:left;
}
#cource_2
{
	width:260px;
	height:auto;
	float:left;
	padding-left:91px;
	padding-top:30px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
}
#cource_2 ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	line-height: 18px;
}

#cource_2 li {
	margin: 0;
	padding: 0;
}
#cource_2 a
{
	color:#000;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
.text_cource
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#630;
	
	background-image:url(../images/line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;

	
}
.text_cource_1
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#630;
	
	letter-spacing:1px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
.text_cource_2
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#630;
	
	background-image:url(../images/line_2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;

	
}

#mcom_heading
{
	width:auto;
	height:auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cac2b7;
	border-bottom-color: #cac2b7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mcom_compulsory
{
	width:auto;
	height:auto;
	padding-top: 5px;
	padding-bottom:10px;
}
	

#mcom_heading_1
{
	width:247px;
	height::auto;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.mcom_text
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mcom_red
{
	color: #F00;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mcom_red_1
{
	color: #F00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#cource_3
{
	width:300px;
	height:auto;
	float:left;
	padding-left:51px;
	padding-top:30px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
}
#cource_3 ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	line-height: 18px;
}

#cource_3 li {
	margin: 0;
	padding: 0;
}
#cource_3 a
{
	color:#000;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
/* courses end------------------------------------------------------------------------------------------------------------------- */
.not {
	line-height: 18px;
	text-decoration: none;
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* pop_up start------------------------------------------------------------------------------------------------------------------- */

 #pup {
	position:absolute;
	z-index:200; /* aaaalways on top*/
	padding: 10px;
	width: 400px;
	border: 1px solid black;
	background-color: #371800;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #c69e75;
}

/* pop_up end------------------------------------------------------------------------------------------------------------------- */
.rti_padding {
	padding-left: 20px;
}
.forforrm {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h9 {
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#6b451e;
	float: left;
}
.alignRight {
    float: right;
}
