.main-thtml {
	font-size: 100%;
}
	
body {
	font-family: 'Open Sans', sans-serif;
}
body * {
    transition: width 1s ease-in-out 0s, left 1.5s ease-in-out 0s;
}

.magNon {
	margin: 0px;
}

.magLR { 
	margin-left: 0px;
	margin-right: 0px;
}

.magL {
	margin-left: 0px;
}

.magR {
	margin-right: 0px;
}

.padNon {
	padding: 0px;
}

.padLR {
	padding-left: 0px;
	padding-right: 0px;
}

.padL {
	padding-left: 0px;
}

.padR {
	padding-right: 0px;
}

.padtop15 {
	padding-top: 15px;
}

.padtop20 {
	padding-top: 20px;
}

.padtop25 {
	padding-top: 25px;
}

.bgTop {
	background: #dae9c0;
	height: 30px;
}

.test {
	border: 1px solid #FF0000;
	height: 500px;
}

.date {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #243700;
}

a {
	color: #212121;
}

.view-footer a {
	color: #212121;
	background: #FFF url("../images/archive.png") no-repeat scroll left top;
	padding: 2px 2px 2px 30px;
	background-size: 25px;
	border: 1px solid green;
	border-radius: 5px;
}

.Text {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #243700;
	float: right;
}

.Text span {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.Text span a {
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}

.Text li a {
	border-right: 2px solid #536336;
	padding-right: 6px;
}

@media ( max-width :361px) {
	.Text {
		float: none;
	}
	.TextLanguage {
		float: none;
	}
}

.logo {
	padding: 10px 0px;
}

.searchbox {
	margin: 40px 0px 10px 0px;
	width: 100%;
}

.searchform {
	border-radius: 1px;
}

.searchgo {
	border-radius: 1px;
	background: #58810b;
	border-color: #58810b;
	color: #fff;
}

.btn-default:hover {
	background-color: #6d9f10;
	border-color: #6d9f10;
	color: #fff;
}

@media ( max-width :361px) {
	.searchbox {
		margin: 0px 0px 0px 0px;
	}
}

.TextLanguage {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #212121;
	float: right;
	padding-right: 5px;
}

.runnews {
	background: #dae9c0;
	box-shadow: 0px 0px 5px #d0e3b2 inset;
	border-radius: 2px 2px 0px 0px;
	color: #2c2f27;
	
	margin: 0;
}

.runnews span {
	background: #C6D8A8 none repeat scroll 0% 0%;
	box-shadow: 0px 0px 5px #BDD29B inset;
	border-radius: 2px 0px 0px 2px;
	color: #F72025;
	margin-right: 0px;
	position: static;
	padding: 9px 10px;
	top: 0px;
	display: inline-block;
	font-weight: bolder;
}

/***************Top Menu****************/
nav.navigation {
	background-color: #58810b !important;
	margin: 0px;
	border: none;
	padding: 0px;
	min-height: 44px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	border-radius: 2px;
}

nav.navigation .container-fluid {
	background-color: #58810b;
	border-radius: 0px;
}

.navbar-nav {
	margin-left: 0;
	margin-right: 0;
}

nav.navigation ul.navbar-nav>li>a {
	padding: 12px 12.2px !important;
	color: #fff;
	font-size: 13px;
	background: url(../images/devider.png) no-repeat left center;
}

nav.navigation ul.navbar-nav>li>a:hover, nav.navigation ul.navbar-nav>li>a:focus
	{
	color: #a7f234;
	background: #58810b;
}

nav.navigation .container-fluid a.navbar-brand {
	color: #ffff00;
	cursor: default;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #a7f234;
	background: url(../images/devider.png) no-repeat left center;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	color: #abbe8b;
}

.navbar-default .navbar-toggle {
	border-color: #abbe8b;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #abbe8b;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #e0e8d1;
	border-color: #abbe8b;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #ebf2df;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.dropdown-menu>li>a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: pre-wrap;
	border-bottom: 1px solid #abbe8b;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #e0e8d1 url(../images/hover_bit.jpg) repeat-y left;
	color: #262626;
	text-decoration: none;
}

@media ( min-width :361px) {
	nav.navigation ul.navbar-nav>li>a {
		padding: 12px 12.2px !important;
		color: #fff;
		font-size: 13px;
		background: url(../images/devider.png) no-repeat left center;
	}
}

@media ( max-width :1025px) {
	nav.navigation ul.navbar-nav>li>a {
		padding: 12px 9px !important;
		color: #fff;
		font-size: 11px;
		background: url(../images/devider.png) no-repeat left center;
	}
}
/***************Slider****************/
.slideMain {
	border-top: 1px solid #fff;
	margin: 5px 15px 25px 15px;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
	left: auto;
	right: 0;
}

.view-id-home_page_banner .view-content {
	margin: 5px 0px 25px;
}

/***************Slider****************/
.tab-style {
	border-bottom: 1px solid #c6d0da;
	border-left: 1px solid #c6d0da;
	border-right: 1px solid #c6d0da;
}

.tab-style h1 {
	margin: 0px;
	padding: 10px 0px 15px 15px;
	color: #114e8d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.tab-style img {
	/*margin: 0px;*/
	/*padding: 0px 15px 15px 15px;*/
}

.tab-style p {
	/*
	margin: 0px;
	padding: 0px 0px 15px 15px;
	color: #2c2f27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	*/
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	/* 	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none; */
	background-color: #fff;
	/* 	border-color: #ddd #ddd transparent;
	border-image: none;
	border-style: solid;
	border-width: 0 */;
	color: #555;
	cursor: default;
	border: none;
}

.nav-tabs>li>a {
	border: 1px solid #d0d7de;
	border-radius: 1px 1px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
	background: #ececec;
	color: #0a0102;
}

/***************Right Area****************/
.newsarea {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 1px;
	margin-bottom: 14px;
	padding: 9px 14px;
}

.newshead {
	margin: 0px;
	padding: 6px 0px 6px 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #58810b;
	border: none;
	border-radius: 0px;
}

.articles ul li a {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.articles ul li span.blank {
	background: #58810b;
	display: inline-block;
	float: left;
	height: 40px;
	margin: 0px 3px 0px 0;
	width: 40px;
}

.articles ul li span.nwsdt {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0;
	text-align: center;
	width: 60px;
	margin-bottom: 0px;
}

.download {
	background: #dae9c0;
	border-radius: 0px;
	border: 0px;
	box-shadow: 0 0px 0px #dae9c0 inset;
	padding: 0px;
	margin: 10px 0px;
	color: #456a01;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.download span {
	background: #58810b;
	margin: 0px 10px 0px 0px;
	padding: 20px 20px;
	color: #fff;
}

.download2 {
	background: #dae9c0 url(../images/award.jpg) repeat;
	border-radius: 0px;
	border: 0px;
	box-shadow: 0 0px 0px #dae9c0 inset;
	padding: 0px;
	margin: 10px 0px;
	color: #971915;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.download2 a {
	color: #971915;
}

.download2 span {
	background: #58810b;
	margin: 0px 10px 0px 0px;
	padding: 20px 20px;
	color: #fff;
}

/***************Link Area****************/
.link {
	
}

.link h3 {
	margin: 0px;
	padding: 0px;
	background: #dae9c0 url("../images/heightlight.png") repeat-y scroll left center;
	color: #32ab5d;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-left: 16px;
}

.link.link4 h3 {
	padding: 0px 0px 0px 16px;
	background: #dae9c0 url("../images/heightlight.png") repeat-y scroll left center;
	color: #32AB5D;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	overflow: hidden;
	margin-top: 16px;
}

.link.link4 h3 span {
	background: white;
  padding: 10px 5px;
}

.link h4 {
	margin: 0px;
	padding: 0px;
	background: #dae9c0 url("../images/heightlight.png") repeat-y scroll left center;
	color: #32ab5d;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-left: 16px;
}

.newshead>span {
	background: white;
 
  padding: 8px 5px;
  
}

.link ul {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 2px;
}

.link ul li {
	background: url(../images/arrow.png) no-repeat left center;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: dotted 1px #ccc;
	line-height: 28px;
	font-size: 95%;
}

/***************Link Middle Area****************/
.highlights {
	margin: 0px 0px 15px 0px;
}

.highlights h3 {
 background: #dae9c0 url("../images/heightlight.png") repeat-y scroll left center;
    color: #32ab5d;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 16px;
    
    }

.highlights img {
	margin: 20px 15px 0px 0px;
	padding: 0px 15px 15px 15px;
	float: left;
	border: 1px solid #c5d6a8;
}

.highlights p {
	margin: 0px;
	padding: 15px 0px 15px 15px;
	color: #2c2f27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}

/***************Client Logo Area****************/
.clientlogo {
	margin: 15px 15px 20px 15px;
	background: url(../images/logo-bg.jpg) repeat;
	height: 107px;
	box-shadow: 0px 0px 5px #dae9c0 inset;
	padding: 18px 15px 0px 30px;
}

/**************Footer Area****************/
.bgbottom {
	background: #58810b;
	margin: 0px 0px;
	padding: 0px 0px;
}

.footlink {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 0px 0px;
	line-height: 45px;
}

.footlink a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 0px 5px;
	line-height: 45px;
}

.footlink ul {
	margin: 0;
	padding: 0;
}

.footlink ul li {
	padding: 0;
	display: inline-block;
}

.footlink ul li a {
	padding: 0 5px;
	border-right: 1px solid #fff;
}

/**************Inner Area****************/
/*Left Area*/
.RightPanelInPa {
	margin: 19px 0px 0px 0;
	padding: 0 0px 0 0px;
}

.RightPanelInPa span.Heading {
	font-size: 16px;
	color: #58810b;
	border-left: 8px solid #58810b;
	background: #efefef;
	display: block;
	padding: 10px;
}

.RightPanel span.Heading {
	font-size: 16px;
	color: #333333;
}

.Links {
	margin: 10px 15px 15px 0px;
}

.Links li {
	list-style: url(../images/bullets.jpg);
}

.Links li a {
	color: #03499a;
	font-size: 12px;
}

.Links li a:hover {
	color: #CD1F1D;
}

.project .span {
	background: none repeat scroll 0 0 #fbfbfb;
	border-bottom: 1px solid #c2c2c2;
	color: #03688b;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 12px;
	padding: 6px 8px 16px 30px;
	position: relative;
}
/*Right Area*/
.main-txt {
	margin-top: 10px;
	border-top: 5px solid #dae9c0;
	border-bottom: 1px solid #dae9c0;
	border-left: 1px solid #dae9c0;
	border-right: 1px solid #dae9c0;
	padding: 15px 20px;
	margin-bottom: 30px;
}

.main-txt h1 {
	font-size: 20px;
	color: #03499a;
	margin: 15px 0px;
	padding: 0px;
}

.main-txt p {
	color: #2c2f27;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 80%;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0 15px 0px;
	text-align: justify;
}

.main-txt img {
	max-width: 100%;
	height: auto;
}

ul#fssList {
	bottom: 32px;
	display: inline-block;
	position: absolute;
	right: 55px;
	width: auto !important;
}

ul#fssList li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/pagination.png");
	background-origin: padding-box;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 16px auto;
	display: block;
	float: left;
	font-size: 0;
	height: 16px;
	overflow: hidden;
	padding-left: 2px;
	padding-top: 0;
	width: 16px;
}

ul#fssList li.fssActive a {
	background-position: 0 -16px;
}

.view-id-home_page_banner .item-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: -1;
}

.view-id-home_page_banner {
	padding: 0 15px;
	position: relative;
	width: 100%;
}

.view-id-home_page_banner ul, .view-id-home_page_banner li img,
	.view-id-home_page_banner li {
	width: 100% !important;
	z-index: 0;
}

.view-id-home_page_banner li img {
	height: auto;
}

.modern-ticker {
	/*font-size: 84%;*/
	height: 80px;
	line-height: 35px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.ticker2.modern-ticker {
	height: auto;
	/* font-size: 84%; */ 
	height: AUTO;
	line-height: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
	background-color: transparent;
}

.modern-ticker a {
	text-decoration: none;
}

.modern-ticker ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.mt-round {
	
}

.mt-label {
	float: left;
	margin-right: 2px;
	width: 90px;
	padding: 0 8px 0 12px;
}

.mt-round .mt-label {
	width: 116px !important;
	font-size: 14px;
	padding: 11px 10px 11px 10px;
}

.mt-news {
	float: left;
	height: 100%;
	margin: 0;
	overflow: hidden;
	/*width: 100% !important; */
}

.ticker2 .mt-news {
	float: left;
	background-color: #000000;
}

.mt-scroll .mt-news {
	background-color: transparent;
	width: 100%;
}

.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	
}

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
	
}

.ticker1 .mt-scroll.mt-round .mt-news a {
	border-radius: 0;
	display: table-cell;
	height: 109px;
	vertical-align: middle;
	width: 255px;
}

.mt-news ul {
	background-position: -1000px center;
	background-repeat: no-repeat;
	width: 50000px;
}

.ticker2 .mt-news li {
	margin-right: 0;
}

.mt-news li {
	float: left;
	margin-right: 10px;
}

.ticker2 .mt-news li {
	padding: 9px 0px;
	float: left;
}

.ticker2 .mt-news li a {
	margin-right: 0px;
	line-height: 20px;
	border-right: 2px solid #5E713D;
}

.mt-news a {
	background-position: 7px center;
	background-repeat: no-repeat;
	display: block;
	margin-right: 2px;
	padding: 0 10px 0 13px;
}

.mt-news .readmore a {
	background-position: 7px center;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 2px;
	padding: 0;
}

.mt-hide {
	display: none;
}

.ticker1 .mt-controls {
	margin-top: 15px;
}

.mt-controls {
	margin-left: 2px;
	float: right;
	right: 0px;
}

.mt-play, .mt-prev, .mt-next {
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 38px;
	width: 30px;
}

.mt-play {
	background: url("../images/ticker/play.png") no-repeat scroll center
		center #40B900;
}

.mt-play.mt-pause {
	background: url("../images/ticker/grid-small2.png") no-repeat scroll
		center center #318E00;
}

.mt-prev {
	background: url("../images/ticker/arrow-prev.png") no-repeat scroll
		center center #318E00;
}

.mt-next {
	background: url("../images/ticker/arrow-next.png") no-repeat scroll
		center center #318E00;
}

/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for more information on using the CSS.
*/

/******************************
 Global CSS for ALL menu types
******************************/
ul.nice-menu, ul.nice-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
}

ul.nice-menu li {
	border: none;
	border-top: 0;
	float: left; /* LTR */
	background-color: transparent;
}

ul.nice-menu a {
	padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul {
	top: 44px;
	left: -1px; /* LTR */
	border: 0;
	border-top: 1px solid #ccc;
	margin-right: 0; /* LTR */
}

ul.nice-menu ul li {
	width: 100%;
	display: inline-block;
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left, ul.nice-menu-right li, ul.nice-menu-left li
	{
	width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
	width: 12.5em;
	left: 12.5em;
	top: -1px;
}

ul.nice-menu-right ul ul {
	width: 12.5em;
	left: 12.5em;
	top: -1px;
}

ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
	background: #eee url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li li.menuparent:hover
	{
	background: #ccc url("../images/arrow-right.png") right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
	width: 12.5em;
	left: -12.65em;
	top: -1px;
}

ul.nice-menu-left li ul li ul {
	width: 12.5em;
	left: -12.65em;
	top: -1px;
}

ul.nice-menu-left li.menuparent, ul.nice-menu-left li li.menuparent {
	background: #eee url("../images/arrow-left.png") left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover, ul.nice-menu-left li li.menuparent:hover
	{
	background: #ccc url("../images/arrow-left.png") left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
	padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/
ul.nice-menu-down {
	float: left; /* LTR */
	border: 0;
}

ul.nice-menu-down li {
	border-top: none;
}

ul.nice-menu-down li li {
	border-top: 0;
}

ul.nice-menu-down ul {
	left: 0; /* LTR */
	width: 220px;
}

ul.nice-menu-down ul li {
	clear: both;
}

ul.nice-menu-down li ul li ul {
	left: 220px; /* LTR */
	top: -1px;
}

ul.nice-menu-down .menuparent a {
	padding-right: 15px; /* LTR */
	padding-left: 15px;
}

ul.nice-menu-down li.menuparent {
	background: transparent none right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
	background: transparent none right center
		no-repeat;
	/* LTR */
}

ul.nice-menu-down li li.menuparent {
	background: #eee url("../images/arrow-right.png") right center no-repeat;
	/* LTR */
}

ul.nice-menu-down li li.menuparent:hover {
	background: #ccc url("../images/arrow-right.png") right center no-repeat;
	/* LTR */
}

/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */
ul.nice-menu li {
	margin: 0;
	padding-left: 0; /* LTR */
	background-image: none;
}

#header-region ul.nice-menu li {
	margin: 0;
	/* Padding rules are needed to deal with Garland's header line-height. */
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	background: #eee;
}

#header-region ul.nice-menu ul {
	top: 1.8em;
	left: -1px; /* LTR */
	border: 0;
	border-top: 1px solid #ccc;
	margin-right: 0; /* LTR */
}

#header-region ul.nice-menu ul {
	top: 1.7em;
}

/**
 * HORIZONTAL (down) menus
 */
#header-region ul.nice-menu-down li ul li ul {
	left: 12.5em; /* LTR */
	top: -1px;
}

#header-region ul.nice-menu-down li.menuparent {
	background: #eee url("../images/arrow-down.png") right center no-repeat;
	/* LTR */
}

#header-region ul.nice-menu-down li.menuparent:hover {
	background: #ccc url("../images/arrow-down.png") right center no-repeat;
	/* LTR */
}

#header-region ul.nice-menu-down li li.menuparent {
	background: #eee url("../images/arrow-right.png") right center no-repeat;
	/* LTR */
}

#header-region ul.nice-menu-down li li.menuparent:hover {
	background: #ccc url("../images/arrow-right.png") right center no-repeat;
	/* LTR */
}

.language-switcher-locale-url {
	padding: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.language-switcher-locale-url li {
	display: inline-block;
}

/*** Quci Tab ****/
.quicktabs_main.quicktabs-style-basic {
	background-color: #fff;
	border: 1px solid #aaa;
	border-top: none;
	padding: 10px;
	clear: both;
	height: 350px;
	margin-bottom: 15px;
	overflow: hidden;
}

ul.quicktabs-tabs.quicktabs-style-basic {
	border-bottom: 1px solid #AAA;
	padding: 0px 5px 0px 0px;
	font: bold 12px/normal Verdana !important;
	height: auto;
	margin: 0px;
	overflow: hidden;
}

ul.quicktabs-tabs.quicktabs-style-basic a {
	border: 1px solid #D0D7DE;
	border-radius: 1px 1px 0px 0px;
	line-height: 1.42857;
	margin-right: 2px;
	background: #ECECEC none repeat scroll 0% 0%;
	color: #0A0102;
	position: relative;
	display: inline-block;
	padding: 10px 15px;
}

ul.quicktabs-tabs.quicktabs-style-basic a:hover {
	color: #555;
}

ul.quicktabs-tabs.quicktabs-style-basic li {
	border: none;
	border-color: #E5E5E5 #E5E5E5 -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	padding: 0;
	margin: 0;
	position: relative;
}

ul.quicktabs-tabs.quicktabs-style-basic li:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent;
	border-image: none;
	border-style: none;
	border-width: 0;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active {
	border: none;
	border-bottom: none;
	background-color: #fff;
	margin-right: 2px;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFF;
	border-color: #DDD #DDD transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555;
	cursor: default;
	position: relative;
	display: inline-block;
	padding: 10px 15px;
}

ul.textsize_list li {
	list-style-type: none;
	list-style-image: none !important;
	background: transparent none repeat scroll 0% 0%;
	padding: 0px;
	margin: 0px 0px 0.2em;
	display: inline-block;
}
.Text  .textsize_list a {
  background-color: white;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 6px;
  line-height: normal;
  width: auto;
  height: auto;
  display: inline-block;
    text-decoration: none;
    
}

ul.textsize_current_list {
	padding: 0px;
	float: left;
	margin-bottom: 0;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 20px;
	list-style: outside none none;
	background-color: transparent;
	border-radius: 4px;
}

.breadcrumb ul {
	padding: 0;
}

.breadcrumb ul li {
	display: inline-block;
	color: black;
	font-weight: normal;
	padding: 5px 5px 5px 0px;
}

.breadcrumb ul li a {
	color: #008000;
	padding: 3px;
}

/**photo galley tab */
.view-display-id-block_5 .field-name-field-upload-image .field-item {
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 1px;
}

.view-display-id-block_5 .views-row {
	background: #F9FCFF none repeat scroll 0% 0%;
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}

.view-display-id-block_5 .views-row a {
	color: #09568C;
	
}

.view-display-id-block_5 .views-row:hover {
	background: #bbddff;
}

.view-display-id-block_5 .views-row .views-field-field-upload-image {
	display: inline-block;
	float: left;
	border: 1px solid #008000;
	background: #008000 none repeat scroll 0% 0%;
	color: #FFF;
	text-align: center;
	margin: 5px;
	font-weight: bold;
	padding: 2px;
}

.views-field-field-start-date-1 .field-content,
	.views-field-field-termination-date .field-content,
	.views-field-field-e-published-date .field-content {
	display: inline-block;
}

#edit-actions {
	float: right;
	/* 	position: absolute; */
}
.view-id-whats_new, .breadcrumb{
/*font-size:80%;*/
}
.view-id-whats_new.view-display-id-block_1 {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	border-radius: 1px;
	/* font-size: 80%;*/
	margin-bottom: 14px;
	padding: 9px 14px;
	overflow: hidden;
}

.view-id-whats_new.view-display-id-block_1 ul {
	list-style: none;
	padding: 0;
	height: 216px;
	overflow:hidden;
	margin: 0;
}

.view-id-whats_new.view-display-id-block_1 ul li {
	overflow: hidden;
	/* 	border-bottom: 1px dashed #74903F; */
}

.view-id-whats_new.view-display-id-block_1 .views-field-field-start-date div.field-content
	{
	background: #008000 none repeat scroll 0 0;
	border: 1px solid #008000;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: bold;
	height: auto;
	margin: 5px 5px 5px 0;
	padding: 0 2px 2px 0;
	text-align: center;
	width: 68px;

}

#quicktabs-view__video_gallery__block div.item-list {
	width: 30%;
	float: right;
}

#quicktabs-container-view__video_gallery__block {
	float: left;
	width: 70%;
}

ul.quicktabs-tabs.quicktabs-style-navlist {
	float: none;
	padding: 4px 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: left;
}

#flowplayer-14 {
	width: 100% !important;
}

.print-link {
	display: inline-block;
	text-align: right;
	padding-bottom: 0.5em;
	position: absolute;
	top: 30px;
	right: 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: auto;
	max-width: 100%;
	table-layout: initial;
	margin: 0px;
	padding: 0px;
}

table caption {
	background: #DFDFDF none repeat scroll 0% 0%;
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
	font-weight: bold;
}

table thead tr th {
  background: #58810b none repeat scroll 0 0;
    border: 1px solid #4cc839;
    color: #fff;
     padding: 5px;
}

table tr td {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 5px;
}


.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-field-upload-file-1 {
    width: 10%;
}

.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-field-upload-file {
    width: 10%;
}

.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-field-upload-file {
    width: 15%;
}

.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-field-termination-date {
    width: 15%;
}

.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-field-start-date-1 {
    width: 15%;
}

.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-title {
    width: 30%;
}

.view-id-whats_new.view-display-id-block_4 th.views-field.views-field-counter {
    width: 10%;
}


#fssPlayPause {
	background: white none repeat scroll 0% 0%;
	border: 1px solid rgb(204, 204, 204);
	bottom: 0px;
	position: absolute;
	right: 31px;
	border-radius: 5px;
	padding: 2px;
}

#search-block-form input.form-text {
	line-height: 28px;
	width: 100%;
}

#search-block-form div.form-type-textfield {
	float: left;
	width: 100%;
	margin-right: -100%;
}

.view-footer {
	float: right;
}

.more-link {
	display: inline-block;
	float:left;
}

.more-link a {
 background: #fff url("../images/more.png") no-repeat scroll right center / 14px auto;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #212121;
    padding: 2px 27px 2px 5px;
}

.main-txt-table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #3f7f00;
	
}

.main-txt table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.main-txt tr:last-child td:last-child {
	
}

.main-txt table tr:first-child td:first-child {
	
}

.main-txt table tr:first-child td:last-child {
	
}

.main-txt tr:last-child td:first-child {
	
}

.main-txt tr:hover td {
	
}

.main-txt tr:nth-child(odd) {
	background-color:#dae9c0;
}

.main-txt tr:nth-child(even) {
	background-color: #f8fbf3;
}

.main-txt td {
	vertical-align: middle;
	border: 1px solid #d1e2b3;
	border-width: 1px;
	text-align: left;
	padding:7px;
	
}

.main-txt tr:last-child td {
	border-width: 1px;
}

.main-txt tr td:last-child {
	border-width: 1px;
}

.main-txt tr:last-child td:last-child {
	border-width: 1px;
}

.main-txt tr:first-child td {
	
	border-width: 1px;
}

.main-txt tr:first-child:hover td {
	/*	background-color: #5fbf00;*/
	
}

.main-txt tr:first-child td:first-child {
	border-width: 1px;
}

.main-txt tr:first-child td:last-child {
	border-width: 1px;
}

.view-display-id-block_6 .item-list ul {
	padding: 0;
}
table {
    border: 0 none;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}
table table {
    font-size: 1em;
}
#footer-wrapper table {
    font-size: 1em;
}
table tr th {
    background: rgba(0, 0, 0, 0.51) none repeat scroll 0 0;
    border-bottom-style: none;
}
table tr th, table tr th a, table tr th a:hover {
    color: #fff;
    font-weight: bold;
}
table tbody tr th {
    vertical-align: top;
}
tr td, tr th {
    border: 1px solid #fff;
    padding: 4px 9px;
    text-align: left;
}

tr.odd {
    background: rgba(0, 0, 0, 0.106) none repeat scroll 0 0;
}
tr, tr.even {
    background: rgba(0, 0, 0, 0.063) none repeat scroll 0 0;
}
table ul.links {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.view-display-id-block_6  .views-row {
	list-style-type: none;
	margin-bottom: 10px;
/* 	border-bottom: 1px dashed #ccc; */
	padding-bottom: 5px;
}

.view-display-id-block_6  .views-row .views-field {
	display: inline;
}

.view-display-id-block_6  .views-row .views-field.views-field-field-start-date
	{
	background: #008000 url("../images/calendar-clock.png") no-repeat scroll
		0 0/23px auto;
	color: white;
	font-weight: bold;
	min-width: 116px;
	padding: 2px 4px 2px 30px;
	text-align: right;
}
.view.view-whats-new.view-id-whats_new.view-display-id-block_6 ul{
	 height: 300px;
    overflow: hidden;
}
.view.view-whats-new.view-id-whats_new.view-display-id-block_4 ul{
	 height: 290px;
    overflow: hidden;
}
.view.view-dynamic-header {
	padding: 0;
	margin: 0;
}

#block-menu-block-1 ul ul {
	display: none;
}

.view-display-id-block_4 .view-content {
    margin-bottom: 10px;
}
.glyphicon {
	top:0!important;
}
/* Tender */
 .view-id-whats_new.view-display-id-block_4 .view-content {
 height: 295px;
    overflow: hidden;
    
 }
 .view-id-whats_new.view-display-id-block_4 table{
  position:relative;
  overflow:hidden;
  width:100%;

 }
.view-id-whats_new.view-display-id-block_4 .views-field.views-field-field-start-date-1{float:left;} 
.view-id-whats_new.view-display-id-block_4 .views-field.views-field-field-termination-date{float:right;} 
.view-id-whats_new.view-display-id-block_1 ul{
	
	
}
.view-id-whats_new.view-display-id-block_4 .views-row-first {

}
.view-id-whats_new.view-display-id-block_4 .views-row {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
}
.view-id-whats_new.view-display-id-block_4 ul  {

padding : 0; 

}

.view-id-whats_new.view-display-id-block_4 tr.odd {}
.view-id-whats_new.view-display-id-block_4 tr.even {}

.view-id-whats_new.view-display-id-block_4 td.views-field.views-field-field-upload-file-1 {width: 10%;}

.view-id-whats_new.view-display-id-block_4 td.views-field.views-field-field-upload-file {width: 30%;}

.view-id-whats_new.view-display-id-block_4 td.views-field.views-field-field-termination-date {width: 15%;}

.view-id-whats_new.view-display-id-block_4  td.views-field.views-field-field-start-date-1 {width: 15%;}

.view-id-whats_new.view-display-id-block_4 td.views-field.views-field-title {width: 10%;}

.view-id-whats_new.view-display-id-block_4 td.views-field.views-field-counter {width: 10%;}

.view-id-whats_new.view-display-id-block_4 td.views-field.views-field-counter {width: 10%;}


.socialIconBox {
	/* background: transparent url("../images/socialbg-new.png") no-repeat scroll left top; */ 

  width: 49px;
  height: 232px;
  position: fixed;
  right: 0px;
  top: 139px;
  z-index: 1;
  padding-top: 10px;
  background-color: #D5D5D5;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  
}

.socialIconBox a {
    background-image: url("../images/social-icons.png");
    width: 34px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0px 0px 7.5px 10px;
    float: left;
}


 .socialIconBox a.at300b, .socialIconBox a.at300m {
	 width: 34px;
	 height: 34px;
 }

 .socialIconBox .meaApp {
	 background-position: -2px 1px;
	 margin-top: 13px;
 }

 .socialIconBox .twitter {
	 background-position: -1px -42px;
 }

 .socialIconBox .facebook {
	 background-position: -2px -84px;
 }

 .socialIconBox .gPlue {
	 background-position: -2px -126px;
 }

 .socialIconBox .youtube {
	 background-position: -2px -168px;
 }

 .socialIconBox .flickr {
	 background-position: -2px -210px;
 }

 .socialIconBox .rss {
	 background-position: -2px -249px;
 }

 .socialIconBox .shareThis {
	 background-position: -2px -289px;
 }
 
 .link img {
    float: left;
    margin: 0 10px 0 0;
}

.field-name-field-upload-image.field-type-image .field-item {
    display: inline-block;
    margin: 4px;
    border: 1px solid #ccc;
    padding: 4px;
}

.quicktabs-wrapper.quicktabs-style-navlist.jquery-once-1-processed {
    overflow: hidden;
    margin-bottom:10px;
}



.view-id-whats_new.view-display-id-page_4 .views-row {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 4px 5px 0 ;
    padding: 5px;
}

.btn.btn-default.searchgo.form-submit {
    float: right;
}

iframe.media-youtube-player {
width: 100%;
    height: 274px;
}

#lightboxImage {
    /*display: block!important; */
}

@media all and (max-width: 777px) {
  .socialIconBox {
    display:none;
  }
  nav  ul ul li a { 
    margin-left:100px;
  	padding-left:20px;
  }
  nav ul li , nav ul li ul li , .dropdown-menu > li  {
  display: block;
  
    float:none;
    width:100%;
  }
  .header__logo-image {
    width: 100%;
}
.Text {display:none;}
}
	