﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	font-family: 'Times New Roman' , Times, serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	font-size: small;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 960px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.art-nav-outer
{
    position:absolute;
    width:100%;
}
.main
{

}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
div.art-nav-center
{
  position: relative;
  float: right;
  right: 50%;
}
.footer
{
    background-position: inherit center;
    text-align: center;
    line-height: normal;
    background-image: url('../texture3.jpg');
    background-repeat: repeat;
    background-attachment: inherit;
}
.art-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 32px;
  width: 180px;
  overflow: hidden;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #BBC5C9;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 32px;
  color: #4F7533;
  margin:0;
  padding:0;
}
#wrapper
{
    padding: 14px;
    margin: 10px 10px 10px 12px;
    background-attachment: inherit;
    background-repeat: repeat;
    height: 90px;
    background-image: url('../images/texture3.jpg');
    background-color: #008000;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}
#art-main, table
{
    font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
}
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
    outline: none;
}
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton


* {margin:0;padding:0}
    padding-right: 10px;
}

* {margin:0;padding:0}
html,body {height:100%}
body {background:#717171;font-family:Tahoma,Geneva,sans-serif;font-size:100%;line-height:1em;color:#404141}
input,select,textarea {font-family:Tahoma,Geneva,sans-serif;font-size:1em}
.fleft {float:left}
.fright {float:right}
.clear {clear:both}
.alignright {text-align:right}
.aligncenter {text-align:center}
.wrapper {width:100%;overflow:hidden}
.container
{
    background-image: url('../texture3.jpg');
    background-repeat: repeat;
    back
/* forms */
input,select {vertical-align:middle;font-w
img {border:0;vertical-align:top;text-align:left}
align:left}
 {vertical-align:middle;font-w
img {border:0;vertical-align:top;text-align:left}
align:left}
object {vertical-align:top}
#contacts-form {clear:right;width:100%;overflow:hidden}
#contacts-form fieldset {border:none;float:left}
#contacts-form .field {clear:both;padding-bottom:7px;width:100%;overflow:hidden}
#contacts-form label {float:left;width:79px;color:#2cb6e9;font-weight:bold}
#contacts-form input {width:240px;padding:2px 0 2px 3px;border:1px solid #d9d9d9;background:none}
#contacts-form textarea {width:790px;height:192px;border:1px solid #d9d9d9;background:none;padding:2px 0 2px 3px;margin-bottom:15px;overflow:auto}
#contacts-form .button {width:150px;float:right}
/* list */
ul {list-style:none}
.list1 li {padding-bottom:32px}
.list1 li p {margin-bottom:6px}
.list1 li a {font-weight:bold}
.list2
{
	padding: 4px 0 10px 0;
}
.list2 li {width:100%;overflow:hidden;padding-bottom:20px}
.list2 li.last {padding-bottom:0 !important}
.list2 li img {float:left;margin-right:20px}
.list2 li h5 {padding-top:6px}
.list2 li h6 {padding-top:15px}
.list3 li {list-style-type:disc;list-style-position:inside;padding-bottom:15px}
.list3.color1 li {color:#58b01f}
.list3.color2 li {color:#ff8002}
.list3.color3 li {color:#f32e10}
.list3 li span {color:#404141 !important}
.list4 dt {font-weight:bold;margin-bottom:16px;color:#2cb6e9}
.list4 dd {padding-bottom:16px}
.carousel {width:100%;overflow:hidden}
.carousel li {float:left;margin-right:15px}
.carousel li.prev {margin-right:17px;padding-top:74px}
.carousel li.next {margin-right:0;padding-top:74px}
.phones-list li {width:100%;overflow:hidden;padding-bottom:16px}
.phones-list li strong {float:left;width:69px;color:#2cb6e9}
/* other */
.img-indent {margin:0 20px 0 0;float:left}
.img-indent.fright {float:right;margin:0 0 0 20px}
.img-indent.alt {margin-bottom:30px}
.img-box {width:100%;overflow:hidden;padding-bottom:20px}
.img-box img {float:left;margin:0 20px 0 0}
.extra-wrap {overflow:hidden}
/* txt,links,lines,titles */
a {color:#2cb6e9;outline:none}
a:hover{text-decoration:none}
h1 {font-size:3em;line-height:1em;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;color:#fff;font-weight:normal;letter-spacing:-1px;width:750px;margin-bottom:42px}
h2 {font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:22px;line-height:1em;font-weight:normal;margin-bottom:23px;color:#515151}
h2.alt {letter-spacing:-1px}
h3 {font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1.3em;line-height:1.1em;margin-bottom:10px}
h4 {font-size:.91em;margin-bottom:10px}
h4 strong {font-size:1.1em;color:#2cb6e9;display:block}
h5 {font-size:1em;margin-bottom:5px}
h6 {font-size:1em;font-weight:normal}
.txt1 {color:#2cb6e9}
/* header */
#header .row-1 {height:137px}
#header .logo {float:left;padding:22px 0 0 10px}
#header .top-links {float:right;padding:45px 35px 0 0}
#header .top-links li {float:left;margin-left:8px}
#header .nav-box {background:url(images/nav-box-bg.gif) left top repeat-x;width:100%}
#header .nav-box .left {background:url(images/nav-box-left.gif) no-repeat left top}
#header .nav-box .right {background:url(images/nav-box-right.gif) no-repeat right top;height:47px}
/* header navigation */
#header .nav-box ul {font-family:"Trebuchet MS",Arial,Helvetica,sans-serif}
#header .nav-box ul li {display:inline}
#header .nav-box ul li a {display:block;float:left;color:#fff;text-decoration:none}
#header .nav-box ul li a em {display:block;float:left;font-style:normal;background:url(images/divider-left.gif) no-repeat left 10px}
#header .nav-box ul li a em b {display:block;float:left;height:47px;line-height:47px;width:158px;text-align:center;background:url(images/divider-right.gif) no-repeat right 10px;cursor:pointer}
#header .nav-box ul li a:hover {background:url(images/nav-act.gif) left top repeat-x}
#header .nav-box ul li a:hover em {background:url(images/divider-left-act.gif) no-repeat left 10px}
#header .nav-box ul li a:hover b {background:url(images/divider-right-act.gif) no-repeat right 10px}
#header .nav-box ul li a.current {background:url(images/nav-act.gif) left top repeat-x}
#header .nav-box ul li a.current em {background:url(images/divider-left-act.gif) no-repeat left 10px}
#header .nav-box ul li a.current b {background:url(images/divider-right-act.gif) no-repeat right 10px}
#header .nav-box ul li a.first em {background:none}
#header .nav-box ul li a.first:hover em {background:url(images/nav-left-act.gif) no-repeat left top}
#header .nav-box ul li a.first-current {background:url(images/nav-act.gif) left top repeat-x}
#header .nav-box ul li a.first-current em {background:url(images/nav-left-act.gif) no-repeat left top !important}
#header .nav-box ul li a.first-current b {background:url(images/divider-right-act.gif) no-repeat right 10px}
#header .nav-box ul li a.last b {background:none;width:160px}
#header .nav-box ul li a.last:hover b {background:url(images/nav-right-act.gif) no-repeat right top}
#header .nav-box ul li a.last-current {background:url(images/nav-act.gif) left top repeat-x}
#header .nav-box ul li a.last-current em {background:url(images/divider-left-act.gif) no-repeat left 10px}
#header .nav-box ul li a.last-current b {background:url(images/nav-right-act.gif) no-repeat right top !important;width:160px}
/* content */
#content {padding:0 0 20px 0;background:#fff}
#content .section {padding-bottom:20px}
#content .button {background:url(images/button-bg.gif) left top repeat-x;display:block;text-align:center;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;color:#fff;text-decoration:none;text-transform:uppercase}
#content .button em {display:block;font-style:normal;background:url(images/button-left.gif) no-repeat left top}
#content .button em b {display:block;height:35px;line-height:35px;background:url(images/button-right.gif) no-repeat right top;cursor:pointer}
#content .button:hover {color:#000}
#content .button1 {background:url(images/button1-bg.gif) left top repeat-x;display:block;text-align:center;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;color:#fff;text-decoration:none;text-transform:uppercase}
#content .button1 em {display:block;font-style:normal;background:url(images/button1-left.gif) no-repeat left top}
#content .button1 em b {display:block;height:35px;line-height:35px;background:url(images/button1-right.gif) no-repeat right top;cursor:pointer}
#content .button1:hover {color:#000}
#content .button2 {background:url(images/button2-bg.gif) left top repeat-x;display:block;text-align:center;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;color:#fff;text-decoration:none;text-transform:uppercase}
#content .button2 em {display:block;font-style:normal;background:url(images/button2-left.gif) no-repeat left top}
#content .button2 em b {display:block;height:35px;line-height:35px;background:url(images/button2-right.gif) no-repeat right top;cursor:pointer}
#content .button2:hover {color:#000}
#content .button3 {background:url(images/button3-bg.gif) left top repeat-x;display:block;text-align:center;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;color:#fff;text-decoration:none;text-transform:uppercase}
#content .button3 em {display:block;font-style:normal;background:url(images/button3-left.gif) no-repeat left top}
#content .button3 em b {display:block;height:35px;line-height:35px;background:url(images/button3-right.gif) no-repeat right top;cursor:pointer}
#content .button3:hover {color:#000}
.ic, .ic a {border:0;float:right;background:#f00;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-50% 0 0 0;overflow:hidden;padding:0}

.ma no-repeat left top;width:950px;height:303px;margin-bottom:20px}
.main-banner-big .inner {padding:30px 0 0 52px}
.main-banner-big .button {background:url(images/button.jpg) no-repeat left top !important;width:170px;height:36px;line-height:32px;float:left;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1.75em;text-align:center;color:#fff;text-decoration:none;text-transform:none !important}
.main-banner-big .button:hover {color:#000}


.main-banner-small1 {background:url(images/about_us.jpg) no-repeat left top; width:950px;height:163px;margin-bottom:20px}
.main-banner-small1 .inner {padding:47px 0 0 52px; }
.main-banner-small1 h1 {font-size:30px;width:350px}

.main-banner-small2 {background:url(images/contact_us.png) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small2 .inner {padding:47px 0 0 52px}
.main-banner-small2 h1 {font-size:30px;width:350px}

.main-banner-small3 {background:url(images/courses.jpg) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small3 .inner {padding:47px 0 0 52px}
.main-banner-small3 h1 {font-size:30px;width:350px}

.main-banner-small4 {background:url(images/partner.jpg) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small4 .inner {padding:47px 0 0 52px}
.main-banner-small4 h1 {font-size:30px;width:350px}


.main-banner-small5 {background:url(images/alumni.jpg) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small5 .inner {padding:47px 0 0 52px}
.main-banner-small5 h1 {font-size:30px;width:350px}

.main-banner-small6 {background:url(images/enginnering_small.jpg) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small6 .inner {padding:47px 0 0 52px}
.main-banner-small6 h1 {font-size:30px;width:350px}

.main-banner-small7 {background:url(images/science_small.jpg) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small7 .inner {padding:47px 0 0 52px}
.main-banner-small7 h1 {font-size:30px;width:350px}

}

.main-banner-small10
{
	background: no-repeat left top;
	width: 950px;
	height: 163px;
	margin-bottom: 20px;
	background-image: url('../IMG/Naik_Strip.JPG');
}
.main-banner-small10 .inner {padding:47px 0 0 52px}
.main-banner-small8 .inner
{
	padding: 47px 0 0 52px;
}
.main-banner-small8 h1 {font-size:30px;width:350px}

.main-banner-small9 {background:url(images/Management_small.jpg) no-repeat left top;width:950px;height:163px;margin-bottom:20px}
.main-banner-small9 .inner {padding:47px 0 0 52px}
.main-banner-small9 h1 {font-size:30px;width:350px}

.main-banner-small10
{
	background: no-repeat left top;
	width: 950px;
	height: 163px;
	margin-bottom: 20px;
}
.main-banner-small10 .inner {padding:47px 0 0 52px}
.main-banner-small10 h1 {font-size:30px;width:350px}
/* extra-content */
#extra-content {background:#ededed;border-bottom:1px solid #fff;padding:20px 0 29px 0}
#extra-content .section {padding-bottom:20px}
#extra-content .box {background:url(images/box1-bg.gif) left top repeat-x #fff;width:100%}
#extra-content .box .border-top {background:url(images/border.gif) repeat-x top}
#extra-content .box .border-bot {background:url(images/border.gif) repeat-x bottom}
#extra-content .box .border-left {background:url(images/border.gif) repeat-y left}
#extra-content .box .border-right {background:url(images/border.gif) repeat-y right}
#extra-content .box .left-top-corner {background:url(images/left-top-corner1.gif) no-repeat left top}
#extra-content .box .right-top-corner {background:url(images/right-top-corner1.gif) no-repeat right top}
#extra-content .box .left-bot-corner {background:url(images/left-bot-corner1.gif) no-repeat left bottom;width:100%}
#extra-content .box .right-bot-corner {background:url(images/right-bot-corner1.gif) no-repeat right bottom}
/* boxes */
.box {background:url(images/box-bg.gif) left top repeat-x;width:100%}
.box .border-top {background:url(images/border.gif) repeat-x top}
.box .border-bot {background:url(images/border.gif) repeat-x bottom}
.box .border-left {background:url(images/border.gif) repeat-y left}
.box .border-right {background:url(images/border.gif) repeat-y right}
.box .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top}
.box .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top}
.box .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom;width:100%}
.box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom}
.box .inner {padding:27px 35px 30px 34px}
.box .inner1 {padding:27px 35px 30px 1px}
.box1 {background:#ededed;width:100%}
.box1 .border-top {background:url(images/border-top.gif) repeat-x top}
.box1 .border-bot {background:url(images/border-bot.gif) repeat-x bottom}
.box1 .border-left {background:url(images/border-left.gif) repeat-y left}
.box1 .border-right {background:url(images/border-right.gif) repeat-y right}
.box1 .left-top-corner {background:url(images/left-top-corner2.gif) no-repeat left top}
.box1 .right-top-corner {background:url(images/right-top-corner2.gif) no-repeat right top}
.box1 .left-bot-corner {background:url(images/left-bot-corner2.gif) no-repeat left bottom;width:100%}
.box1 .right-bot-corner {background:url(images/right-bot-corner2.gif) no-repeat right bottom}
.box1 .inner {padding:27px 35px 30px 34px}
.dept-list {float:left}
.dept-list dd {clear:both;text-align:right}
.dept-list dd span {float:left;padding-right:25px}
.dept-list dd p {text-align:left}



/* footer */
#footer
{
    background-position: inherit center;
    padding: 7px 0 15px 0;
    color: #fff;
    background-image: url('../texture3.jpg');
    background-repeat: repeat;
    background-attachment: inherit;
}
#footer .nav {text-align:center;padding-bottom:30px}
#footer .nav li {display:inline}
#footer .nav li a
{
    color: #fff;
    padding: 0 52px 0 49px;
}
#footer .fleft {padding:0 0 0 44px}
#footer .fright
{
    display: block;
}