/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,600italic,800);
body {
	margin:0;
	padding:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-size:12px;
	color:#333;
	background:#f9f9f9;
	line-height: 22px;	
}
a:visited, a:link {
	color:#05768C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	max-width:100%;	
}
.fleft { float: left; }
.fright { float: right; }
.clear {clear: both;}
a.link:link, a.link:visited {
	color:#03C; text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
div[rel='scrollcontent1'] { 
	width: 100%; 
	height: 285px;
	padding-right:5px;
}
.scrollcontent1-bar { 
	width: 5px; 
	background:#CCC; 
	border-radius: 2px; 
	box-shadow: inset 0px 0px 3px #999999; 
	overflow: hidden; 
}
.scrollcontent1-drag { 
	background:#333333; 
	border-radius: 4px; 
	cursor: pointer; 
}
.top {
	background:#232b2d;
	width:100%;
	display:inline-table;
	color:#FFF;
	padding:5px 0;
}
.header {
	background:#FFF;
	width:100%;
	display:inline-table;	
}
.menu {
	background:url(../images/menubg.jpg) repeat-x;
	width:100%;
	display:inline-table;
	height:39px;	
}
.head {
	padding:5px 0;	
}
.logo {
	display:inline-block;
	float:left; width: 55%;
}
.logo img {
	width:100%;
}
.logo_1 {
	display:inline-block;
	float:left;	width: 25%;
}
.topsearch {
	display:inline-block;
	float:right;	width: 20%;
	margin-top:5px;	
}
#menu {
	margin:0;
	padding:0;	
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
}
#menu li a, #menu li a:visited, #menu li a:link {
	color: #FFF;
	font-size:15px;
	text-decoration:none;
	line-height:39px;
	padding: 0 25px;
	transition: all 0.4s linear 0s;
}
#menu li a:hover, #menu li a.active {
	color:#FFF000;	
	transition: all 0.4s linear 0s;
}
#menu li:hover > ul {
	display: block !important;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 99999;
	background:#06768c;
}
 
#menu ul ul {
  top:2px;
  left: 255px;
  position: absolute;
}
 
#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	text-align:left;
	position:relative;
	transition: all 0.4s linear 0s;
}
 
#menu ul a, #menu ul a:visited, #menu ul a:link {    
    padding: 10px;
	height: 10px;
	width:255px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #efece5;	
	transition: all 0.4s linear 0s;
}
#menu ul li:last-child a {   
	border-bottom:0px;
}
#menu ul a:hover, #menu ul li.active a {
	background:#EC9C23;
}
.button, a.button {
	padding: 1% 5%; 	background: #670379; 
	border: solid 1px #4b0158;-webkit-border-radius:3px;	-moz-border-radius:3px;	border-radius:3px;
	color: #FFFFFF; font-weight: bold; font-size:110%;
}
.button:hover, a.button:hover {
	background: #8d01a6; text-decoration: none;
}
#clock {
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width: 175px;
	left:0;	
	position:absolute;	
}
.topmenu {
	display:inline-block;
	font-size:12px;	
}
.topmenu a, .topmenu a:visited, .topmenu a:link {
	color:#FFF;
	text-decoration:none;
}
.textsize {
	display:inline-block;
	float:right;
	margin-left:100px;
	font-size:12px;	
	right:0;	
	position:absolute;	
}
.banner {
	border-top:1px solid #FFF; border-bottom: solid 2px #EB9C23;
	display:inline-table;
	width:100%;	
}
.banner ul {
	height:450px;
}
.banner ul li {
	max-height:450px;
}
.wrapper {
	width:100%;
	display:inline-table;	
}
.entry {
	background:#FFF;	
}
.content {
	width:72%;
	display:inline-block;
	float:left;
	text-align:left; 
	padding-bottom:20px;
	margin-top: 10px;
}
.inner {
	width:97%;
	padding:0% 1%;
	display:inline-block;	font-size: 14px; line-height:24px; color:#000;
}
.content h1 {
	margin:1px 0 10px 0; padding: 0 0 0 15px; background:url(../images/h1bg.jpg) no-repeat left top;
	color:#06768C;
	font-family: "Open Sans", sans-serif;
	font-size:25px; font-weight:600 !important; 
}
.content h3 {
	font-size: 120%; margin:0;
    padding: 2px 7px 2px 7px;
}
.right {
	width:26%;
	display:inline-block;
	float:right;
	padding:1% 0 1% 1%;	
}
.footer {
	background:#111111;
	width:100%;
	display:inline-table;
	padding:7px 0;
	color:#CCC;	
}
.copy {
	float:left;
	text-transform:none; font-size:13px;
}
.poweredby {
	float:right;
	text-transform:none; font-size:13px;
}
.poweredby a, .poweredby a:visited, .poweredby a:link {
	color:#CCC;
	text-decoration:none;	
}
.poweredby a:hover {
	text-decoration:underline;	
}
#slider1 {
	width:100% !important;	
}
#slider1 li {
	width:100% !important;	
}
.bottom {
	background:#f1eae0;
	display:inline-table;
	width:100%;
	padding:20px 0;	
}
.bottom h2 {
	margin:0;
	padding:0;	
	border-left:5px solid #ea5644;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#6c6b6b;
}
.blink {
	margin:10px 20px;
	padding:0px;	
}
.blink li {
	border-bottom:1px solid #E0E0E0;
	margin:0;
	padding:0;
	list-style:none;	
}
.blink li a, .blink li a:visited, .blink li a:link {
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	font-size:13px;
	text-decoration:none;
	line-height:30px;
}
.adds {
	margin:20px 0 12px 0;	
	margin-left:25px;
	padding:0;
	line-height:22px;
	font-size:13px;
}
.adds a, .adds a:visited, .adds a:link {
	color:#000;
	text-decoration:none;	
}
.adds a:hover {
	text-decoration:underline;	
}
.adds h3 {
	margin:0;
	padding:0;	
}
.fgallery {
	margin:20px 0 0 0;	
	margin-left:25px;
	padding:0;
	line-height:22px;
	font-size:13px;
	height:112px
}
.social {
	margin:0;	
	margin-left:25px;
	padding:0;
	border-top:1px solid #E0E0E0;
	padding-top:10px;
	display: inline-block;
	width: 80%;
}
.social ul {
	margin:0;
	padding:0;
}
.social li {
	margin:0 5px 0 0;
	padding:0 15px;
	list-style:none;
	float:left;
	border-right:1px solid #E0E0E0;
}
.social li:first-child {
	padding-left:0;
}
.social li:last-child {
	border-right:0;
}
.social .fa {
	color:#636363;
	font:14px !important;
	transition: all 0.4s linear 0s;
}
.social .fa:hover {
	color:#ea5644;
	transition: all 0.4s linear 0s;
}
.hits {
	text-align:center;
	font-size:22px;
	font-weight:bold;	
}
.hits h3 {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 10px 0px;
	/*text-align:left;*/
	text-transform:uppercase;
	font-size:12px;
	margin: 0 0 10px 0px;
}
.topsearch ul {
	margin:0;
	padding:0;
	display:inline-block;
	margin-top:10px;	
}
.topsearch li {
	margin:0 8px;
	padding:0;	
	display:inline-block;
	list-style:none;
	float:left;	
	background:#d77222;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	width:30px;
	text-align:center;
	transition: all 0.4s linear 0s;
}
.topsearch li:hover {
	background:#06768c;
	transition: all 0.4s linear 0s;
}
.topsearch li a, .topsearch li a:visited, .topsearch li a:link {
	color:#FFF;
}
.topsearch li a .fa {
    font: 18px/30px FontAwesome;
}
#frmsrch {
	position:relative;	
	border: 1px solid #999;
	display:inline-block;
	line-height:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.srchtxt {
	padding:5px;
	width:150px;
	color:#000;
	font-size:12px;
	background:#FFF;
	border:0px;
	float:left;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.srchbtn {
	padding:5px 3px;
	color:#FFF;
	font-size:12px;
	background:#000;
	border:0px;
	float:left;
	cursor:pointer;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	font-weight:bold;
}
.right {
	text-align:left;	
}
.right h2 {
	color:#8a8985;
	font-size:19px;
	margin:2px 5px;
	padding:0;
	letter-spacing:0;
}
#frmsrchcourse {
	position:relative;	
	border: 1px solid #CCC;
	display:inline-block;
	line-height:none;
	width:96%;
	margin:10px 2% 3px 2%;
}
.srchcoursebtn {
	padding:5px 0px;
	color:#FFF;
	font-size:14px;
	background:#6cb5ea;
	border:0px;
	float:right;
	cursor:pointer;
	font-weight:bold;
	width:14%;
	text-align:center;
}
.csmess {	
	width:96%;
	margin:2px 2%;
	color:#999;
	margin-bottom:10px;
}
.apply_online {
	background:#696fe1;
	color:#FFF;
	padding: 4%;
	font-size:20px;
	font-weight:bold;
	margin:5px 0px 10px 0;
}
.apply_online span {
	color:#CCC;
	font-size:16px;
	font-weight:normal;
}
.handbook {
	background:#4d8112;
	color:#FFF;
	padding: 4%;
	font-size:20px;
	font-weight:bold;
	margin:5px 0px 10px 0;	
}
.handbook span {
	color:#CCC;
	font-size:12px;
	font-weight:normal;
}

.lefticon {
	width:40px;
	height:35px;
	float:left;
	text-align:center;
	padding:5px 0;	
}
.lefticon .fa {
	color:#FFF;
	font-size:16px;
	font-weight:normal;	
}

.convocation_right_button {	
	background: #35139e url(../images/BOTTOM_CONVO_2.jpg) repeat-x;
	color:#FFFFFF;
	padding:4%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.admission {
	background:#c5cace;
	color:#FFF;
	padding:6px 5%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.admission span {
	color:#666;
	font-size:12px;
	font-weight:normal;
}
.eresources {	
	background:#030ffb;
	color:#FFFFFF;
	padding:4%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.student_enquiry {
	background:#f3cc0b;
	color:#FFF;
	padding:3%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.student_enquiry span {
	color:#666;
	font-size:12px;
	font-weight:normal;
}
.quicklink {
	background:#EA5644;
	color:#FFF;
	padding:3%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.sylabus {
	background:#b4d142;
	color:#FFF;
	padding:3%;
	font-size:22px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.course {
	background:#5cca9d;
	color:#FFF;
	padding:4% 1% 4% 4%;
	font-size:18px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}

.download {
	background:#4d8112;
	color:#FFF;
	padding:4%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.scorner {
	background:#ca3edb;
	color:#FFF;
	padding:4%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.feedbackform {
	background:#d28c11;
	color:#FFF;
	padding:3%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}

.osouprofile {	
	background:#f052a1;
	color:#FFFFFF;
	padding:3%;
	font-size:20px;
	font-weight:bold;	
	margin:5px 0px 10px 0;
}
.latestnewsitem {
	width:100%;
	background:#FFF;
	display:inline-block;
	min-height:240px;
	position:relative;
	/*border: solid 1px #CCCCCC;*/
}
.latestnewsitem .title {
	position:absolute;
	top:15px;
	left:0;
	background:#000 url(../images/news-heading.jpg) center no-repeat;
	width:36px;
	height:97%;
}
.latestnewsitem .latestnews_title {
	padding: 6px 10px 6px 35px;
	background: #330000 url(../images/news_icon2.png) 1% no-repeat;;
	color: #FFFFFF; font-size: 150%; font-weight: bold; font-style: italic;
}
.latestnewsitem ul {
	margin:3px 0 0 0;
	padding:0;	
	margin-left:1%;
	width:95%;
}
.latestnewsitem li {
	margin:0;
	padding: 5px 0 5px 24px;
	list-style:none;
	width:97%;
	text-align:left;
	background:url(../images/BLUE3.png) left 50% no-repeat;
}
.latestnewsitem li a:link, .latestnewsitem li a:visited {
	color:#333333; font-size:14px;  font-weight: normal;
	text-decoration:none;
}
.latestnewsitem li a:hover {
	text-decoration:underline;	
}
.listitem ul {
	margin:10px 0 0 0;
	padding:0;
}
.listitem li {
	width:97%;
	margin:0; padding: 0 0 10px 20px;
	list-style:none;	
	background:url(../images/arrows.png) left 10% no-repeat;
	text-align:left; line-height:150%;
}
.listitem li a:link, .listitem li a:visited {
	color:#333333;
	text-decoration:none;
}
.listitem li a:hover {
	text-decoration:underline;	
}

.listitem li a.link:link, .listitem li a.link:visited {
	color:#0033CC;
	text-decoration:none;
}
.listitem li a.link:hover {
	text-decoration:underline;	
}
.notification {
	width:100%;
	background:#FFF;
	display:inline-block;
	min-height:250px;
	position:relative;	
}
.notification .title {
	position:absolute;
	top:15px;
	left:0;
	background:#000 url(../images/news-heading.jpg) center no-repeat;
	width:36px;
	height:97%;
}
.notification ul {
	margin:10px 0 0 0;
	padding:0;	
	margin-left:8%;
	width:90%;
}
.notification li {
	margin:0;
	padding:0;
	list-style:none;
	width:97%;
	display:inline-block;
	text-align:left;
	float:left;	
	margin-bottom:20px !important;
}
.notification h4 {
	margin:0px 0;
	font-size:14px;
	font-weight:normal;
}
.notification p {
	margin: 0px;
	font-size:14px;
	color:#999;
}
.notification a, .latestnews a:visited, .latestnews a:link {
	font-size:13px;
	color:#000;
	text-decoration:none;
}
.notification a:hover {
	text-decoration:underline;	
}
.defaultlist {
	margin:0;
	padding:0;
}
.defaultlist li {
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/arrows.png) 0 3px no-repeat;
	padding-left: 20px !important;	
}
.cantactadds {
	width: 40%;
	float: right;
	margin-top: 20px;	
}
.mand {
	color:#F00;	
}
.cantactlocation {
	clear:both;
	width:100%;
	display:inline-block;
	margin-top:10px;	
}
.cantactfrm {
	width:50%;
	text-align:left;
	float:left;	
}
.cantactfrm input[type=text] {
	border:1px solid #CCC;
	padding:5px;
	width:98%;	
}
.cantactfrm textarea {
	border:1px solid #CCC;
	padding:5px;
	width:98%;
	height:50px;	
}
.cantactfrm input[type=submit] {
	border:0px;
	padding:0px 20px;
	display:inline-block;
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
	font-family: Oswald !important;
	background:#F60;
	cursor:pointer;
	font-size:16px;
	line-height:32px;
	color:#FFF;
	float:left;
	margin-right: 15px;	
}
.feedback_form {
	width:50%;
	text-align:left;
	float:left;	
}
.feedback_form input[type=text], .feedback_form select {
	border:1px solid #CCC;
	padding:5px;
}
.feedback_form textarea {
	border:1px solid #CCC;
	padding:5px;
	width:98%;
	height:50px;	
}
.feedback_form input[type=submit] {
	border:0px;
	padding:0px 20px;
	display:inline-block;
	font-family: Oswald !important;
	background:#F60;
	cursor:pointer;
	font-size:16px;
	line-height:32px;
	color:#FFF;
	float:left;
	margin-right: 15px;	
}
.succ {
	font-family:Arial;
	font-size:14px;
	color:#060;
	font-weight:bold;
	border-top:3px solid #060;
	border-bottom:3px solid #060;
	width:95%;
	text-align:left;
	padding:0px;
	background:#edfce9 url(../images/valid.png) 5px center no-repeat;
	padding-left:5%;
	line-height: 32px;
	margin:auto;
}
.err {
	font-family:Arial;
	font-size:14px;
	color:#900;
	font-weight:bold;
	border-top:3px solid #900;
	border-bottom:3px solid #900;
	width:95%;
	text-align:left;
	padding:0px;
	background:#fce9e9 url(../images/error.png) 5px center no-repeat;
	padding-left:5%;
	line-height: 32px;
	margin:auto;
}
.col-1 {
	width:1143px;
	margin:0 auto;
	display:inline-block;	
}
.col-2 {
	width:25%;
	float:left;
	display:inline-block;
	text-align:left;	
}
.col-3 {
	width:25%;
	float:left;
	display:inline-block;
	text-align:left;	
}
.col-5 {
	width:20%;
	float:left;
	display:inline-block;
}
.col-5 img{
	width: 100%;	border: solid 1px #FFFFFF;
}
.col-5 img:hover{
	border: solid 1px #C9C9C9;	
}
#navbar-toggle {
	display:none;
	cursor:pointer;	
}
.imgbor{
	BORDER-RIGHT: #cbcaca 1px solid;
    PADDING-RIGHT: 4px;
    BORDER-TOP: #cbcaca 1px solid;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: #cbcaca 1px solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #cbcaca 1px solid;
    BACKGROUND-COLOR: #fff;
}
.newstape {
  overflow: hidden;
}
.newstape-content {
  position: relative;
  padding: 8px 15px;
}
.newstape-drag { cursor: ns-resize; }
.messagelist {
	margin:2px 0 0 0;
	min-height:70px;
	clear:both;
	width:100%;
	display:inline-block;
}
.messagelist a, .messagelist a:visited, .messagelist a:link {
	float:right;
	margin: 1px 5px 0 0;
}
#navbar-toggle {
	display:none;
	color:#FFF;
	text-align:left;
	padding: 8px 0;	
}
.allnews {
	display:inline-block;
	
	margin-left: 8%;	
}
ul.media {
	margin:10px 0;
	padding:0;
}
ul.media li {
    list-style: none;
    background: url(../images/pdf.jpg) 0 5px no-repeat;
    padding-left: 22px;
    margin: 5px 0;
}
ul.media strong {
	font-weight: 600 !important;
}
ul.media li a, ul.media li a:visited, ul.media li a:link {
	color: #020D99;
	text-decoration:none;
}
ul.media li a:hover {
	text-decoration:underline;
}
#video-container ul {
	margin:10px 0;
	padding:0;
	width:100%;
	display:inline-block;
}
#video-container ul li {
	margin: 5px;
	padding:0;
	display:inline-block;
	width:32%; 
	text-align:center;
	list-style:none;
	position:relative;
	float:left;
}
/*#video-container ul li:nth-child(2n+1) {
	float:left; 
}
#video-container ul li:nth-child(2n) {	
	float:right; 
}*/
#video-container ul li .vbox {
	width:100%;
	font-size: 16px;
	line-height:26px;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:20px;
}
.emp_list {
	
}
.emp_div {
	width: 49%;	height: 110px; line-height:150%;
	border: solid 1px #CCCCCC; margin-bottom: 10px;
}
.emp_div h3{
	font-size: 14px; font-weight: bold; display: block; margin:0; padding:0; border: none;
}
.emp_img {
	width: 110px;
	float: left;
}
.emp_img img {
	width: 100px; height: 110px;
	float: left;
}
.emp_data {
	float: left;
}
.emp_cell {
	font-size: 12px;
}
.emp_list .emp_div:nth-child(odd) {
	float: left;
}
.emp_list .emp_div:nth-child(even) {
	float: right;
}
.emp_list_2 {
	
}
.emp_list_2 .emp_div {
	width: 32%;	height: 70px; line-height:150%;
	border: solid 1px #CCCCCC; margin-bottom: 10px;
}
.emp_list_2 .emp_div h3{
	font-size: 12px;
}
.emp_list_2 .emp_img {
	width: 70px;
}
.emp_list_2 .emp_img img {
	width: 60px; height: 70px;
}
.emp_list_2 .emp_div_2n {
	float: left;margin-right: 1%;
}
.emp_list_2 .emp_div_2n1 {
	float: left;margin-right: 1%;
}
.emp_list_2 .emp_div_2n2 {
	float: right;
}
a.link001:link, a.link001:visited {
	padding: 10px;
	font-size: 140%; color:#FFFFFF;
	background:#0000CC;
	border:#000000 solid 1px;
}
a.link001:hover {
	background:#006633;	text-decoration: none;
}
.tbl {border-style:solid; border-color: #999; border-collapse: collapse;}
.tbl th { font-size: 95%; font-weight: bold; line-height: 110%;}
div.pagination {
	padding: 3px 0;
	margin: 3px 0;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #01343e;	
	text-decoration: none; /* no underline */
	color: #01343e;
}
div.pagination a:hover {
	background: #06768c;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #01343e;
	font-weight: bold;
	background-color: #06768c;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
@media (min-width: 1149px) {
	#menu {
		display:block;	
	}	
}
@media (max-width: 1150px) {
	#menu {
		display:none;	
	}
	#navbar-toggle {
		display:block;
	}
	.tabberlive {
		display:none;	
	}
	#tabmenu {
		display:block;	
	}
	.col-1 {
		width:95%;
		margin:0 auto;
		display:inline-block;
	}
	.topnews {
		width:100%;	
	}
	ul.tabbernav{
		font-size:13px;
	}
	ul.tabbernav li a, ul.tabbernav li a:visited, ul.tabbernav li a:link {
		padding: 0 5px;
	}
	/*.banner ul {
		height: 250px;
	}*/
	#menu {
		border:0;	
	}
	#menu ul {
		display:inline-block !important;
		width:95% !important;
		margin-left:5% !important;
		height:auto !important;
		left:0 !important;
		background:none !important;
		position:static !important;
		top:0 !important;
	}
	#menu ul a, #menu ul a:visited, #menu ul a:link {
		color:#000 !important;
	}
	#menu li {
		float:none;
		width:100%;	
		text-align:left;
	}
	#menu a:hover, #menu li a.active {
		background:#EC9C23;
	}
	#menu li a, #menu li a:visited, #menu li a:link {
		border:0;
		display:inline-table;
		width:94%;
		padding:0 3%;
		color:#000 !important;
		line-height: 30px;
	}
	#menu > li:hover {	
	background: none;}
}
@media (max-width: 1000px) {
	.top {
		display:none;	
	}
	.logo, .topsearch, .logo_1 {
		float:none;	
	}
	.col-2 {
		width:50%;
		float:left;
		display:inline-block;
		text-align:left;	
	}
	.latestnews ul {
    	margin: 10px 0px 0px 12%;
	}
	.copy {
    	float: none;
	}
	.poweredby {
    	float: none;
	}
	
	.emp_list {	
	}
	.emp_div {
		width: 100%;	height: 110px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_div h3{
		font-size: 14px; font-weight: bold; display: block; margin:0; padding:0; border: none;
	}
	.emp_img {
		width: 110px;
		float: left;
	}
	.emp_img img {
		width: 100px; height: 110px;
		float: left;
	}
	.emp_data {
		float: left;
	}
	.emp_cell {
		font-size: 12px;
	}
	.emp_list .emp_div:nth-child(odd) {
		float: left;
	}
	.emp_list .emp_div:nth-child(even) {
		float: right;
	}
	.emp_list_2 {		
	}
	.emp_list_2 .emp_div {
		width: 48%;	height: 80px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_list_2 .emp_div h3{
		font-size: 12px;
	}
	.emp_list_2 .emp_img {
		width: 80px;
	}
	.emp_list_2 .emp_img img {
		width: 70px; height: 80px;
	}
	.emp_list_2 .emp_div_2n {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n1 {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n2 {
		float: left;margin-right: 1%;
	}
}
@media (max-width: 800px) {
	.logo {
		float:none;	
		width:100%;
		text-align:center;	
	}	
	.logo_1 {
		float:left;	
		width:40%;
		text-align:center;	
	}	
	.topsearch {
		float:left;	
		width:60%;
		text-align:center;	
	}
	.entry {
		padding: 0 1%;	
	}
	.topnews {
		width:100%;	
	}
	.topnews .label {
		display:none;	
	}
	.ann {
		width:100%;	
	}
	ul.tabbernav{
		font-size:13px;
	}	
	.logo {
		width:100%;
		text-align:center;	
	}
	.fontResizer{
		display: none;	
	}
	.footer-menu ul li {
		width:46%;	
	}
	.imgbor {
		margin:0;
		max-width:98%;
	}	
	.content {
		width:100%;
		display:inline-block;
		float:none
	}
	.right {
		width:100%;
		display:inline-block;
		float:none
	}
	.right img {
		width:100%;
		height:auto;
	}
	
	.emp_list {	
	}
	.emp_div {
		width: 100%;	height: 110px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_div h3{
		font-size: 14px; font-weight: bold; display: block; margin:0; padding:0; border: none;
	}
	.emp_img {
		width: 110px;
		float: left;
	}
	.emp_img img {
		width: 100px; height: 110px;
		float: left;
	}
	.emp_data {
		float: left;
	}
	.emp_cell {
		font-size: 12px;
	}
	.emp_list .emp_div:nth-child(odd) {
		float: left;
	}
	.emp_list .emp_div:nth-child(even) {
		float: right;
	}
	.emp_list_2 {		
	}
	.emp_list_2 .emp_div {
		width: 48%;	height: 80px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_list_2 .emp_div h3{
		font-size: 12px;
	}
	.emp_list_2 .emp_img {
		width: 80px;
	}
	.emp_list_2 .emp_img img {
		width: 70px; height: 80px;
	}
	.emp_list_2 .emp_div_2n {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n1 {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n2 {
		float: left;margin-right: 1%;
	}
}
@media (max-width: 700px) {
	.logo {
		float:none;	
		width:100%;
		text-align:center;	
	}	
	.logo_1 {
		float:left;	
		width:40%;
		text-align:center;	
	}	
	.topsearch {
		float:left;	
		width:60%;
		text-align:center;	
	}
	#video-container ul li {
		width:100%; 
		float:none !important;
		margin:5px 0;
	}
	
	.emp_list {	
	}
	.emp_div {
		width: 100%;	height: 110px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_div h3{
		font-size: 14px; font-weight: bold; display: block; margin:0; padding:0; border: none;
	}
	.emp_img {
		width: 110px;
		float: left;
	}
	.emp_img img {
		width: 100px; height: 110px;
		float: left;
	}
	.emp_data {
		float: left;
	}
	.emp_cell {
		font-size: 12px;
	}
	.emp_list .emp_div:nth-child(odd) {
		float: left;
	}
	.emp_list .emp_div:nth-child(even) {
		float: right;
	}
	.emp_list_2 {		
	}
	.emp_list_2 .emp_div {
		width: 48%;	height: 80px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_list_2 .emp_div h3{
		font-size: 12px;
	}
	.emp_list_2 .emp_img {
		width: 80px;
	}
	.emp_list_2 .emp_img img {
		width: 70px; height: 80px;
	}
	.emp_list_2 .emp_div_2n {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n1 {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n2 {
		float: left;margin-right: 1%;
	}
}
@media (max-width: 570px) {	
	.logo {
		float:none;	
		width:100%;
		text-align:center;	
	}	
	.logo_1 {
		float:left;	
		width:40%;
		text-align:center;	
	}	
	.topsearch {
		float:left;	
		width:60%;
		text-align:center;	
	}
	.col-2 {
		width:100%;
		float:none;
		display:inline-block;
		text-align:left;	
	}	
	.col-5 {
		width:100%;
		float:none;
		display:inline-block;
	}
	.emp_list {	
	}
	.emp_div {
		width: 100%;	height: 110px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_div h3{
		font-size: 14px; font-weight: bold; display: block; margin:0; padding:0; border: none;
	}
	.emp_img {
		width: 110px;
		float: left;
	}
	.emp_img img {
		width: 100px; height: 110px;
		float: left;
	}
	.emp_data {
		float: left;
	}
	.emp_cell {
		font-size: 12px;
	}
	.emp_list .emp_div:nth-child(odd) {
		float: left;
	}
	.emp_list .emp_div:nth-child(even) {
		float: right;
	}
	.emp_list_2 {		
	}
	.emp_list_2 .emp_div {
		width: 48%;	height: 80px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_list_2 .emp_div h3{
		font-size: 12px;
	}
	.emp_list_2 .emp_img {
		width: 80px;
	}
	.emp_list_2 .emp_img img {
		width: 70px; height: 80px;
	}
	.emp_list_2 .emp_div_2n {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n1 {
		float: left;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n2 {
		float: left;margin-right: 1%;
	}
}
@media (max-width: 320px) {		
	.logo {
		float:none;	
		width:100%;
		text-align:center;	
	}	
	.topsearch, .logo_1 {
		float:left;	
		width:50%;
		text-align:center;	
	}
	.col-5 {
		width:100%;
		float:none;
		display:inline-block;
	}
	
	.col-5 img{
		width: 100%;	
	}
	.footer-menu ul li {
		width:95%;
		float:none;
		padding-left: 5%;
		margin-right: 0;	
	}
	.banner ul {
		height: 100px;
	}
	td{
		text-align:left; 
		vertical-align:text-top;
	}
	.imgbor {
		margin:0;
		max-width:96%;
	}
	.emp_list {	
	}
	.emp_div {
		width:100%; height: auto; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_img {
		width: 80px;		float: none; margin:auto;
	}
	.emp_img img {
		width: 70px; height:80px;
		float: none; text-align: center;
	}
	.emp_data {
		float: none;
	}
	.emp_list .emp_div:nth-child(odd) {
		float: none;
	}
	.emp_list .emp_div:nth-child(even) {
		float: none;
	}
	.emp_list_2 {
		
	}
	.emp_list_2 .emp_div {
		height: 80px; line-height:150%;
		border: solid 1px #CCCCCC; margin-bottom: 10px;
	}
	.emp_list_2 .emp_div h3{
		font-size: 12px;
	}
	.emp_list_2 .emp_img {
		width: 80px;
	}
	.emp_list_2 .emp_img img {
		width: 70px; height: 80px;
	}
	.emp_list_2 .emp_div_2n {
		float: none;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n1 {
		float: none;margin-right: 1%;
	}
	.emp_list_2 .emp_div_2n2 {
		float: none;
	}
}