
@import "jkmegamenu.css";
@import "dynamic.css";
@import "footermenu.css";
@import "qlinks.css";
@import "social.css";

/**/

.headnew{
  font-size: 13.5px;     
  background-color:#1f7898; 
  padding:5px; 
  color:#fff;  

}


/*Events style*/

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#right {
    float: right;
    width: 290px;
    padding: 0px;
    /* margin-bottom: 20px; */
     width:50%;
    float:left; 
    margin-left:15px; 
    background:url(images/events/round-shadow1.png) no-repeat bottom center; 
    height:430px; 
    overflow-y:auto;  
}


.heading {
    /* background-color: #1f7898; */
    position: relative;
    background: url(../images/events/heading_background.png) repeat-x,url(../images/events/arrow.png) no-repeat;
    min-height: 23px;
    color: white;
    font-weight: bold;
    font-family: robotoregular;
    padding-top: 6px;
    font-size: 13.5px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding: 5px 15px 8px 12px;
    padding-bottom: 11px;
}

.heading2 {
    /* background-color: #1f7898; */
    position: relative;
    background: url(../images/events/heading_background.png) repeat-x;
    min-height: 23px;
    color: white;
    font-weight: bold;
    font-family: robotoregular;
    padding-top: 6px;
    font-size: 13.5px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding: 5px 15px 8px 12px;
    padding-bottom: 11px;
}

.heading3 {
    /* background-color: #1f7898; */
    position: relative;
    background: url(../images/events/heading_background.png) repeat-x;
    min-height: 23px;
    color: white;
    font-weight: bold;
    font-family: robotoregular;
    padding-top: 6px;
    font-size: 13.5px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding: 5px 15px 8px 12px;
    padding-bottom: 11px;
    text-transform: uppercase;
    text-align:center;
}


/*Events style*/


/*footer top*/

#erp {
    clear: both;
    border-top: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
    font-family: robotoregular;
    color: #002142;
    padding: 13px 0;
    padding-left: 0px;
    margin: 0px 0px;
    /*margin-top: 10px;*/
    margin-bottom: 0px;
    background-color:#ECECEC;
    /*width:95%;
    margin-left:2%;*/
}

#erp ul {
    margin-bottom: 0px;
    vertical-align: center;
}
#list {
    margin: auto;
   padding-left:0px;
}

#list li {
    font-size: 0.8em;
    height: 3px;
    display: inline;
    list-style-type: none;
    padding: 0px 0;
    padding-right: 8px;
    padding-left: 4px;
    border-right: solid #002142 1px;
}

/*footer top*/




body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ECECEC;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #002142;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: rgb(0, 0, 255);
}
.right{
	padding-right:30px;
}
.right a:link, a:visited {
	
	
	color:#0066CC;
}
/*
.right a:hover {
	border:solid;
	border-width:1px;
	color:#33CCFF;
	background:none;
}*/

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	min-width: 1260px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	font-family: Calibri, Arial, sans-serif;
}

.fixWidth {
	width: 100%;
	max-width:1260px;
	margin: 0 auto;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	 /*background-image:url(../images/logobar.png);*/
}

.logobar {
	width: 100%;
	background: #1F7898;
	padding: 0.4% 0;
	float: left;
	/*border-bottom: 2px solid #000;*/
}

.logotext {
	float: left;
	font-family: Arial, sans-serif;
	padding-top:3px;
	color: #EEE;
	font-size: 20px;
}

.logotext h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin:0 0 0 2%;
	color: #FFF;
}

.logotext h6{
	float: none;
	color:#9999AA; 
	margin:7px 5px 0 92px;
}

.logotext p 
{
    padding:0;
	margin:0;
	
}

.iso
{   font-size: 14px;
    color: #fff;
	float:left;
	margin-left:30px;
	margin-top:-8px;
	margin-bottom:-20px;

}

.menu {
	/*width: 95%;

	margin-left:2%;*/
	padding: 0.5% 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background: #FFF repeat;
}

.qlinks {
	float: right;
	font-family: Arial, sans-serif;
	margin-right: 10%;
}

.flash {
	width: 100%;
	float: left;
	border-top: 1px solid rgb(47,52,66);
	text-align: center;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0;
	background: url(../images/bg_noise.png) #f0f9fd repeat;
		
	}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	list-style-type: none;
}

.sflash {
	width: 100%;
	float: left;
	height: 300px;
	border-bottom: 3px solid #036;
	overflow: hidden;
}

.sidebar {
	float: left;
	width: 20%;
	margin: 20px 3% 20px 0;
	font-family: Arial, sans-serif;
}

.sbar {	
}

.sbar a:link, .sbar a:visited {
	color: #FFF;
	padding: 4px 7px;
	margin-bottom: 7px;
	border-radius: 4px;
	border: solid 1px #036;
	display: block;
	font-weight: 300;
	font-size: 15px;
	background: rgb(21,134,168); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(21,134,168,1) 0%, rgba(27,66,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,134,168,1)), color-stop(100%,rgba(27,66,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(21,134,168,1) 0%,rgba(27,66,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(21,134,168,1) 0%,rgba(27,66,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(21,134,168,1) 0%,rgba(27,66,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(21,134,168,1) 0%,rgba(27,66,107,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1586a8', endColorstr='#1b426b',GradientType=0 ); /* IE6-9 */

}

.sbar a:hover, .sbar a:active, .sbar a:focus {
	color: #036;
	border: solid 1px #036;
	font-weight: 400;
	text-shadow: 0px 0px 0px #999;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.active  a:link, .active a:visited, .active a:hover, .active a:active, .active a:focus {
	color: #FFF;
	font-weight: 400;
	border: 1px solid rgb(52,62,84);
	background: rgb(85,100,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,100,135,1) 0%, rgba(53,68,104,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,100,135,1)), color-stop(100%,rgba(53,68,104,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,100,135,1) 0%,rgba(53,68,104,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,100,135,1) 0%,rgba(53,68,104,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,100,135,1) 0%,rgba(53,68,104,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(85,100,135,1) 0%,rgba(53,68,104,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556487', endColorstr='#354468',GradientType=0 ); /* IE6-9 */

}

.prospect {
	width: 230px;
	height: 129px;
	background: url(images/homepage/prospect.jpg) no-repeat center center;
	background-size: 100%;
	margin-top: 50px;
}

.prospect a:link {
	background: none;
	border: none;
	color: #FFF;
	font-size: 26px;
	text-transform: uppercase;
	font-family: serif;
}

.context {
	
	font-family: Verdana;	
	padding: 0px 10px 10px 10px; 
	width: 98%;
	float: left;
	    
	line-height: 20px;
	word-spacing: 3px;
	text-align: justify;
	color: #333;
	font-size: 13px;
	/*
    border: 1px solid #CCC;
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: url(../images/contextbg.jpg) #fff repeat;
    box-shadow: 0px 0px 7px #777;
    */
    
	
}

.context h1 {
	font-family: serif;
	font-weight: normal;
	color: #069;
	border-bottom: 3px solid #09F;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 22px;
}

.context a:hover 
{
    text-decoration: underline;
   }

.context a:visited 
{
    color:Maroon;
      
}

.context .head {
	background: #5BA6D2; 
	color: #FFF; 
	padding: 3px 5px; 
	font-size: 16px;
	border: 1px solid #2A58AD;
}

.context .head2 {
    background: #3CA9DE;
    color: #FFF; 
    padding: 5px 7px; 
    font-size: 16px;
    /*box-shadow: 0px 0px 10px #555;*/
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}


.context .head2:hover {
	background: #09F; 
	}
	
.context .head3 {
	background: #09F; 
	color: #FFF; 
	border: 1px solid #069; 
	padding: 3px 5px; 
	font-size: 16px;
	}

.context .subhead {
	background: #CCC; 
	color: #222; 
	border: 1px solid #AAA; 
	padding: 3px 5px; 
	font-size: 15px;
	border-radius: 4px;
}


.context .bold {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

.imgCover, .imgCoverR {
	float: left;
	background: #F5F5F5;
	border: 1px solid #CCC;
	padding: 5px;
	box-shadow: 0px 0px 5px #CCC;
	margin-right: 10px;
}

.imgCoverR {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.linkT {
	float: right;
	color: #09F;
	font-size: 14px;
}

.linktracker a:link, .linktracker a:visited {	
	color: #09F;
	text-transform: none;
}

.linktracker a:active, .linktracker a:hover, .linktracker a:focus {
	text-decoration: underline;
}

.layer1 {
	width: 96%;
	border-bottom: 2px solid #EEE;
	float: left;
	padding: 2%;
	margin: 0 auto;
	padding-top: 3%;
	background: url(../images/bg_noise.png) #f0f9fd repeat;
}

.layer2 {
	width: 96%;
	float: left;
	padding: 2% 2% 2% 2%;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #FFF;
	background: url(../images/layer2.png) #EEF repeat;
}

.layer3 {
	width: 100%;
	float: left;
	padding: 0;
	border-top: 2px solid #DDD;
	
}

.layer3 h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	position: relative;
	top: -35px;
	width: 20%;
	margin: 0 auto;
	padding: 0.5%;
	text-align: center;
	margin-bottom: -40px;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 7px;
	box-shadow: 0 0 5px #AAA;
	text-shadow: 1px 1px 1px #333;
	background: rgb(255,93,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */

}

.news {
	float: left;
	width: 34%;
	margin: 0 1.8%;
	
}

.events {
	float: left;
	width: 22%;
}

.desk {
	float: left;
	width: 40%;
	margin-bottom: 20px;
}

.desk .inner {
	float: left;
	width: 100%;
	border: 1px solid #69A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
}


.dname {
	font-size: 14px;
	margin-bottom: 20px;
	float: left;
	color: #036;
	padding: 1% 2%;
	border: solid 1px #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.dpics {
	display: none;
}

.deskBox {
	background:url(../images/deskbg.jpg) #FFF no-repeat;
	color: #444;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	background-size: 100%;
	/*text-shadow: 1px 1px 1px #FFF;*/
}

.plcmnt {
	float: left;
	width: 100%;
	margin-right: 3%;
	margin-left: 2%;
	overflow: hidden;
}

.plcmnt .inner {
	width: 93%;
	float: left;
	padding: 1.5%;
	background: url(../images/plcmntbg.png) #EEE repeat;
	border:1px solid #DDD;
	}

.events h1, .desk h1, .plcmnt h1, .mock h1, .yutube h1 {
	margin: 0;
	background: #EEE;
	width: auto;
	float: left;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
}

.events h1 {
	color: #000;
	text-shadow: 1px 1px 1px #AAA;
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(214,219,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */

	border:1px solid #CC9;
}

.desk h1 {
	background: rgb(51,153,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(51,153,204,1) 0%, rgba(51,204,255,1) 40%, rgba(33,171,200,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,153,204,1)), color-stop(40%,rgba(51,204,255,1)), color-stop(100%,rgba(33,171,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,153,204,1) 0%,rgba(51,204,255,1) 40%,rgba(33,171,200,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,153,204,1) 0%,rgba(51,204,255,1) 40%,rgba(33,171,200,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,153,204,1) 0%,rgba(51,204,255,1) 40%,rgba(33,171,200,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,153,204,1) 0%,rgba(51,204,255,1) 40%,rgba(33,171,200,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#33ccff',GradientType=0 ); /* IE6-9 */
	
	border:1px solid #09F;
}

.plcmnt h1 {
	background: rgb(0,153,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,153,255,1) 0%, rgba(8,10,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,255,1)), color-stop(100%,rgba(8,10,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,153,255,1) 0%,rgba(8,10,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,153,255,1) 0%,rgba(8,10,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,153,255,1) 0%,rgba(8,10,61,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,153,255,1) 0%,rgba(8,10,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#080a3d',GradientType=0 ); /* IE6-9 */

    border:1px solid #05A;
	
}

.mock h1 {
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	 
	border:1px solid #F00;
	
}

.yutube h1 {
	background: rgb(201,222,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
    
    border:1px solid #6C0;
}

.events .inner {
	float: left;
	width: 97.8%;
	padding: 1%;
	color: #000;
	border: 1px solid #CC9;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */

}

.events .inner .eventsdate {
	float: left;
	border: 1px solid #930;
	margin-right: 5px;
	font-family:Arial, sans-serif;
	text-align: center;
	width: 60px;
	background: #EEE;
}

.events .inner .eventsgrp {
	float: left;
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
	padding-bottom: 7px;
}

.eventsdate h2 {
	font-weight: normal;
	font-size: 18px;
	color: #FFF;
	background: #930;
	margin-bottom: 2px;
	font-weight: 300;
}

.eventsdate h3 {
	font-weight: normal;
	font-size: 14px;
	color: #930;
	padding: 0px 5px;
	margin: 0;
}

.events .inner .eventstext {
	float: left ;
	color: #555;
	width: 190px;
	font-size: 13px;
	font-family::Arial, sans-serif;
}

.eventstext a:link, .eventstext a:visited {
	color: #039;
	padding: 1px 3px;
}

.eventstext a:active, .eventstext a:hover, .eventstext a:focus {
	color: #FFF;
	background: #039;
}

.eventstext span
{
    font-size:14px; 
    color:#900; 
    float:right; 
    margin:0px 5px 7px 0px;
}
/* Make it a marquee */
.marquee {
	padding: 5px 10px 5px 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: 400;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    text-indent: 0;
    animation: marquee 40s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused;
}

.marquee .space {
	margin-right: 15px;
}

/* Make it move */
/*@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}*/

.voices {
	float: left;
	width: 46%;
	margin-right: 4%;
	margin-top: 10px;
	padding: 7px;
	box-shadow: inset 0px 0px 5px #999;
	height: 130px;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: justify;
	background: url(images/bg/voicesbg.png) #FFF repeat;
}

.voices .right {
	background: #F30;
	float: right;
	margin-top: 20px;
	padding: 2px 4px;
	color: #FFF;
}

.speak1, .speak2 {
	display: none;
}

.mock {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.mock .inner {
	padding: 5px;
	width: 95%;
	float: left;
	border: 1px solid #C00;
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}

.mock .inner h1 {
	font-size: 18px;
	font-family: Arial, sans-serif;
	padding: 0;
	margin-bottom: 7px;
	background: none;
	border: none;
	color: #003;
	font-weight: 400;
	text-shadow: none;
}

.mock .inner a:link, .mock .inner a:visited {
	color: #003;
}

.mock .inner a:active, .mock .inner a:hover, .mock .inner a:focus {
	color: #039;
}

.mock .inner h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: serif;
	text-align: center;
	padding: 4px 5px;
	border-bottom: 1px dashed #999;
}


.yutube {
	float: left;
	width: 220px;
}

.yutube .inner {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.yt1 {
	float: left;
	background: url(images/others/play.png) no-repeat center center, url(images/homepage/growth.jpg) no-repeat center center;
	width: 220px;
	height: 142px;
	cursor: pointer;
}

.yt1:hover {
	background: url(images/others/playhover.png) no-repeat center center, url(images/homepage/growth.jpg) no-repeat center center;
}

.yt2 {
	float: left;
	background: url(images/homepage/campus.jpg) no-repeat center center;
	width: 220px;
	height: 113px;
	cursor: pointer;
}

.yt2 .text {
	margin-top: 85px;
	width: 100%;
	float: left;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 20px;
}

.yutube a:link, .yutube a:visited {
	font-family:Arial, sans-serif;
	color: #6600CC;
}

.yutube a:hover, .yutube a:active, .yutube a:focus {
	color: #660099;
}

.btn1, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7 {
	float: left;
	width: 96%;
	margin-bottom: 1%;
	font-family:  Arial, sans-serif;
	border: 1px solid #F66;
	border-radius: 3px;
	font-size: 18px;
	border: 1px solid #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding: 1%;

}

.btn2 {
	margin-right: 3%;
	background: rgb(254,187,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */

}

.btn3 {
	margin-top: 4%;
	margin-right: 4%;
	width: 40%;
	padding: 1% 2%;
	text-align: center;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 5px #999;
	background: rgb(56,216,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,216,56,1) 0%, rgba(0,138,0,1) 100%, rgba(0,36,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,216,56,1)), color-stop(100%,rgba(0,138,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d838', endColorstr='#002400',GradientType=0 ); /* IE6-9 */

}

.btn4 {
	border: 1px solid rgb(96,2,23);
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}

.btn5 {
	margin-top: 4%;
	width: 43%;
	padding: 1% 2%;
	text-align: center;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 5px #999;
	background: rgb(24,165,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(24,165,221,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,165,221,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a5dd', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

}

.btn6 {
	border: 1px solid rgb(157,16,0);
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}

.btn7 {
	border: 1px solid rgb(72,72,72);
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

.btn2 a:link, .btn32 a:visited,
.btn3 a:link, .btn3 a:visited,
.btn4 a:link, .btn4 a:visited,
.btn5 a:link, .btn5 a:visited,
.btn6 a:link, .btn6 a:visited,
.btn7 a:link, .btn7 a:visited {
	text-shadow: 1px 1px 1px #333;
	display: block;
	color: #FFF;
}

.btn2 a:active, .btn2 a:hover, .btn2 a:focus,
.btn3 a:active, .btn3 a:hover, .btn3 a:focus,
.btn4 a:active, .btn4 a:hover, .btn4 a:focus,
.btn5 a:active, .btn5 a:hover, .btn5 a:focus,
.btn6 a:active, .btn6 a:hover, .btn6 a:focus,
.btn7 a:active, .btn7 a:hover, .btn7 a:focus {
	text-shadow: 0px 0px 2px #FFF;
}

.ipBox, .ipBox1, .ipBox2 {
    padding: 5px;
    border:1px solid #a5a5a5;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    color: #FFF;
    font-size: 13px;
    font-family: Arial, sans-serif;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #03287E;
}

.ipBox:focus, .ipBox1:focus {
	background: #FEFEFB;
	color: #000;
	box-shadow: inset 0px 0px 5px #999;
}


.ipBox1 {
	background-color: #EEE;
	color: #111;
}

.ipBox2 {
	border: 1px solid #a5a5a5;
	width:250px;
	color: #000;
	background: rgb(249,252,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
	
}

.ipBox2:focus {
	box-shadow: inset 0px 0px 5px #CCC;
	border: 1px solid #999;
}

.btnBox 
{
    padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	color: #111;
	cursor: pointer;
	font-family: Arial, sans-serif;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	float:inherit;

}

.btnBox:hover, .btnBox:focus {
	box-shadow: 0px 0px 5px #666;
	border: 1px solid #666;
	}

#showmsg {
	color: #FFF;
	padding: 5px 10px;
	margin-right: 30px;
}

#success {
	background-color: #090;
	padding: 5px 10px;
}

#error {
	background-color: #F00;
	padding: 5px 10px;
}

/* ~~ The footer ~~ */
.footer {
	background: #1f7898 no-repeat center center;	
	
}

.footerbg {
	float: left;
	width: 100%;
	background:url(../images/bg_noise.png) repeat;
}

.enquiry {
	width: 300px;
	position: fixed;
	bottom: 250px;
	right: -269px;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}

.enquiryH {
	float: left;
	margin-top: 110px;
	cursor: pointer;
}

.enquiryC {
	background: url(../images/enquirybg1.png) #EEE repeat;
	float: left;
	width: 257px;
	padding: 5px;
	height: 440px;
	border: 1px solid #069;
	font-size: 13px;
}

.enquirySource {
	background: url(../images/enquirybg1.png) #EEE repeat;
	float: left;
	width: 257px;
	padding: 5px;
	height: 440px;
	font-size: 13px;
}
.enquiryC .ipBox1
{
    margin:-5px 0px 5px 0px;
}

.enquiry:hover {
	right: 0px;
}

.footerlogo {
	color: #FFF;
	float: left;
	width: 143px;
	height: 167px;
	text-align: center;
	margin-left: 3%;
	background:url(../images/logotag.png) no-repeat center bottom;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.footerlogo:hover {
	height: 297px;
}

ul.flinks {
	list-style: none;
	float: left;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 6%;
}
ul.flinks li {
	padding-bottom: 5px;
	padding-left: 5px;
	
}
ul.flinks li.first {
	font-family: sans-serif;
	font-size: 20px;
	color: #FFCC00;
	margin: 15px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: none;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
	text-shadow: 1px 1px 1px #000;
}

ul.flinks a, ul.flinks a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 150px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #9BBCFF;
	text-shadow: 1px 1px 1px #000;
}

ul.flinks a:active, ul.flinks a:hover, ul.flinks a:focus {
	color: #FFF;
}

.footerdown {
	float: left;
	background: rgba(251,251,251,0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#11fbfbfb', endColorstr='#11fbfbfb'); /* IE */
	width: 99%;
	color: #ffF;
	padding: 0.5%;
	text-align: center;
}
.footerdownspan {
    font-family: Arial, sans-serif;
    font-size:24px;
    margin-right:5px;
    color:#FC0;
    background: rgba(3,27,81,0.4);
    padding:0.5%;

}


.endCredits {
	color: #333;
	background-color: #CCC;
	padding: 1%;
	background-image:url(../images/bg_copyright.jpg);
	background-repeat: repeat;
	font-size: 14px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 1px 1px 0px #FFF;
}

.endCredits a:link, .endCredits a:visited {
	color: #60C;
	font-size:24px;
}
.endCredits a:hover, .endCredits a:active, .endCredits a:focus {
	color: #60C;
	text-decoration: underline overline;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}





.tablecolorfirst
{
    background-color:#0098D2; 
    color:#FFFFFF;  
    font-size:16px; 
}

.tablecolorodd
{
    background-color:#eaebe5;  
}

.tablecoloreven
{
  background-color:#cbd6db;  
}

.tablecolorlast
{
    background-color:#C5DAEB;  
}

.facultytable
{
    text-align:center;
    border-color:#aaa;
    background: url(../images/bg_noise.png) #f2d9c7 repeat;
    font-size:14px;
   
}


.item {
    position: relative;
    background: none;
    float: right;
    width: 30px;
    margin: 0px 5px;
    height: 30px;
    border: 2px solid #0CF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
   /*-moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    box-shadow: 1px 1px 3px #555;
    cursor: pointer;*/
    overflow: hidden;
}

.item_content {
    position: absolute;
    height: 30px;
    min-width: 110px;
    overflow: hidden;
    left: 0px;
    top: 5px;
    background: transparent;
    display: none;
    color:#0CF;
    
    }


.link {
    left:-2px;
    top: -2px;
    position: absolute;
}

.staff
{
    font-size:16px;
    text-shadow: 1px 1px 1px #EEE8AA;
}


.staffCol
{
  
	background: url(../images/facultybg.jpg) no-repeat 0 0;
	background-size: 100% 100%;
    
}

.staffCol2
{
  
	background: url(../images/staffbg.jpg) no-repeat 0 0;
	background-size: 100% 100%;
    
}

.facultyTable
{
    width: 80%; margin-left:10%;text-align: center; color:Black; background:url(../images/fbg.png) repeat;
}

/* CSS Document */

.admin
{
    background: url(../images/banner.jpg) no-repeat center center;
	background-size: 100% 100%;
    }
    
.admin a
{
    color:White;
    
}

.marquee2
{
  width:100%;
  float: left;
  padding-top: 5px;
  margin: 0px;
  position: relative;
  /*background: #993300;*/
  overflow: hidden;
  margin-bottom:-3%;
}
.marquee2 a { color:#f85f2a;}
.marquee2 a:hover { color:#3366ff;}


