/************************************************************************************
                                     Reset CSS
*************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-radius:0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"], input[type="email"], textarea {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
	-ms-border-radius:0px;
}
@-moz-document url-prefix() {
 fieldset {
display: table-cell !important;
}
}
#main-container {
	min-height:375px;
}
label {
	font-family:13px;
	margin-bottom:3px;
}
.thumbnail {
	border-radius:0px !important;
}
ol, ul {
	list-style:none;
}
@font-face {
 font-family:'Lato-Regular';
 src: url('../Myfont/Lato-Regular.eot?#iefix') format('../Myfont/embedded-opentype'), url('../Myfont/Lato-Regular.ttf') format('truetype'), url('../Myfont/Lato-Regular.svg#Lato-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Lato-Semibold';
 src: url('../Myfont/Lato-Semibold.eot?#iefix') format('embedded-opentype'), url('../Myfont/Lato-Semibold.ttf') format('truetype'), url('../Myfont/Lato-Semibold.svg#Lato-Semibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latoblack';
 src: url('../Myfont/lato-black-webfont.eot');
 src: url('../Myfont/lato-black-webfont.eot?#iefix') format('embedded-opentype'),  url('../Myfont/lato-black-webfont.woff2') format('woff2'),  url('../Myfont/lato-black-webfont.woff') format('woff'),  url('../Myfont/lato-black-webfont.ttf') format('truetype'),  url('../Myfont/lato-black-webfont.svg#latoblack') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latobold';
 src: url('../Myfont/lato-bold-webfont.eot');
 src: url('../Myfont/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../Myfont/lato-bold-webfont.woff2') format('woff2'),  url('../Myfont/lato-bold-webfont.woff') format('woff'),  url('../Myfont/lato-bold-webfont.ttf') format('truetype'),  url('../Myfont/lato-bold-webfont.svg#latobold') format('svg');
 font-weight: normal;
 font-style: normal;
}
/************************************************************************************
                            End of Reset CSS
*************************************************************************************/
body {
	background:#dddcdc;
	font-family:'Lato-Regular';
	color:#000;
	font-size:15px;
}
strong{ font-weight:bold;}
h1 {
	font-size:19px;
	font-family: 'latobold';
	color:#DE4F40;
	margin-bottom:5px;
	padding-bottom:3px;
}
h2{
	font-size:17px;
	font-family: 'latobold';
	color:#05567D;
	margin-bottom:5px;
}
h2 a{
  color:#05567D;
}
h3 {
	font-size:16px;
	font-family: 'latobold';
	color:#24A8AC;
}
h4 {
	font-size:15px;
	font-family: 'latobold';
	color:#034B6F;
}
p{
	font-family:'Lato-Regular';
	font-size:14.5px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
	line-height:23px;
}
p img{
	float:left;
	margin-top:5px;
	margin-right:15px;
}
.myul, .myol, .myola, .myolr{
	list-style-type:disc !important;
	margin-left:35px;
	line-height:23px;
	font-family:'Lato-Regular';
	font-size:14.5px;
}
.myul li a, .myol li a, .myola li a, .myolr li a{
 color:#05567D;
 /*color:#DE4F40;*/
}
a{ color:#DE4F40;}
.myol {
   list-style-type:decimal !important;
}
.myolr {
   list-style-type: lower-roman !important;
}
.myola{
   list-style-type:lower-alpha !important;
}
.quote{
  font-family: 'Lato-Semibold';
  color: #034B6F;
  font-size:16px;
  font-style:italic;
}
.text-info{ 
 color:#DE4F40;
 font-size:13px;
}
.myolg{
 list-style-type:lower-roman !important;
}
.myul li, .myol li, .myola li{
 margin-bottom:8px;
 text-align:justify;
}
.insideli{ padding-left:25px;}
.topli{ padding-top:8px;}

.main-container {
	display:block;
	height:100% !important;
	background-color:#FFF !important;
}
p .right-image{
	margin-left:10px;
}
p .left-image{
  margin-right:10px;
}
.top-header {
	padding:10px 0px 0px 0px;
	height:106px;
}
.top-social li {
	margin-top:1px;
	padding-left:10px;
	float:left;
}
#cse-search-box {
	padding-top:8px;
	margin-right: 70px;
	width:150px !important;
}
#cse-search-box input[type='text'] {
	width:146px;
	height:32px;
	padding-left:10px !important;
	background:none !important;
	background-color:#f2fafa;
	border:1px solid #24a8ac;
	display:inline;
}
#cse-search-box input[type='submit'] {
	background-color: #24a8ac;
	width:70px;
	height:32px;
	border:none;
	color:#FFF;
	position:absolute;
}
.top-highlights {
	height:38px;
	width:100%;
	background-color:#c8e9ea;
}
.top-news {
	list-style-type:square !important;
	margin-left:45px;
	line-height:38px;
	color:#de4b37;
}
.top-news li img {
	margin-right:4px;
	float:left;
	margin-top:17px !important;
}
.top-news li a {
	color:#de4b37;
}
#mynav::before {
background-image:url(../images/left-nav.png);
}
#mynav {
	background-color:#05567d;
	height:45px;
	border-top: 2px solid #034b6f;
	border-bottom: 2px solid #034b6f;
	margin-top:16px;
	font-size: 14.2px;
}
#mynav li {
	float:left;
	padding:16px 5px ;
	border-left:1px solid #FFF;
	line-height:8px;
}
#sw {
    background-color: #008000;
}
#mynav li a {
	color:#FFF;
	font-family:'latobold';
	
}
#mynav li ul li a {
  display:block;
}
#mynav li ul li{
 -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s;
}
#mynav li ul li:hover {
	text-decoration:none;
	/*color: #de4b37;*/
	background-color:#148789;
}
#mynav li a:hover {
	text-decoration:none;
	/*color: #de4b37;*/
}
#mynav li:nth-of-type(1) {
border-left:none;
padding-left:0px;
}
#mynav li:nth-of-type(8) {
padding-right:0px;
}
#mynav li > ul {
	position:absolute;
	width:290px;
	height:auto;
	z-index:999;
	display:none;
	padding-top:19px;
	margin-left:-13px;
	padding-left:0px;	
}
#mynav li  ul li a .fa{	
 padding-top:10px !important;
}

#mynav li > ul li > ul {
	margin-left:282px;
	width: 200px !important;
	padding-top:0px !important;
	margin-top:-27px !important;
}

#mynav li:hover > ul {
	display:block;
}
#mynav li ul > li {
	background-color:#24A8AC;
	border-bottom: 2px solid #148789;
	padding:8px 10px 8px 10px;
	margin-top:0px;
	min-width:290px;
	border-left:none;
	line-height:20px;
}
#mynav li ul > li:nth-of-type(1) {
 padding-left:10px !important;
}
.navleftimage, .navrightimage {
	position:absolute;
}
.navleftimage {
	float:left;
	left:-20px;
	top:-17px;
}
.navrightimage {
	float:right;
	right:-20px;
	top:-17px;
}
/******************************************Notice****************************************/
#main-body {
	margin-top:14px;
}
.important_notice {
	background-color:#c8e9ea;
	height:230px;
	padding:3px 10px 0px 10px;
	margin-left:15px;
	overflow:hidden;
}
.important_notice h2 {
	color:#de4b37;
	font-size:17px;
	font-family: 'Lato-Semibold';
	margin-bottom:3px;
}
.notice_ul li a {
	color:#000;
	font-weight:400;
	font-size:14px;
	line-height:25px;
}
.notice_ul li a span {
	float:right;
	cursor:pointer;
	color:#de4b37;
}
.notice_ul li a:hover {
	text-decoration:none;
}
#notice_ul li img{
 padding-top:30px;
 float:left;
}
.top-news li:nth-child(n+2){
  display:none;
}
/***************************************Board CSS***********************************************/
.board {
	width:100%;
	height:77px;
	background-color:#05567d;
	margin-bottom:16px;
	display: table;
}
.board .board-icon {
	width:65px;
	padding-left:2px;
	height:73px;
	background-color:#FFF;
	float:left;
	margin-left:2px;
	margin-right:5px;
	margin-top:2px;
}
.board h3 {
	margin-left:10px;
	line-height:20px;
	display: table-cell;
	vertical-align: middle;
}
.board h3 a {
	font-size:14px;
	color:#FFF;
	font-family: 'Lato-Semibold';
}
.board h3 a:hover {
	text-decoration:none;
}
/*********************************************Slider-div*****************************************/
.slider-div {
	margin-top:15px;
}
.carousel-inner {
	border:4px solid #05567d;
}
.carousel-caption {
	background-color:rgba(0, 0, 0, .7)!important;
	text-align:center;
	width:100% !important;
}
.carousel-control span {
	background-color: #034b6f !important;
	width:30px !important;
	height:40px !important;
	line-height:40px !important;
}
.glyphicon-chevron-left {
	margin-left:0px !important;
}
.fa {
	line-height:0px !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
/*********************************************Panel_Body*******************************************/
.panel-title {
	/*font-family: 'latobold';*/
	font-family:'Lato-Regular' !important;
	font-size:16px;
}
.panel-title span {
	margin-top:5px;
	margin-left:10px;
	cursor:pointer;
}
.mypanel {
	margin-top:15px;
}
.panel-body {
	text-align:justify;
	line-height:25px;
}
.panel-body span {
	color: #de4b37;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
}
.panel-body span a {
	color: #de4b37;
}
.panelul {
  max-height:310px;
  margin-top:5px;
  padding-bottom:20px;
  overflow-y:scroll;
  margin-bottom:20px;
}
.panelul li {
  padding-bottom:10px;
  padding-top:9px;
  padding-right:10px;
  border-bottom:1px dashed #dadbdc;
}
.panelul li a{
  color:#000;
}
.panelul li a img{
	float:left;
	margin-right:10px;
}
.panelul li a:hover {
	text-decoration:none;
}
.vertical-ticker2 li {
	padding-bottom:10px;
}
video {
	width:100%;
}
/**************************************Table-CSS*************************************************/
table{ 
    margin-top:15px;
	
}
table th{
 background-color:#05567D;
 color:#FFF;
 vertical-align:text-top;
 
}
tr { cellpadding:100px;
}
/**************************************Footer-wrapper*************************************************/
.footer-wrapper {
	background-color: #034b6f;
	min-height: 310px;
	margin-top:20px;
	line-height:31px;
	color:#FFF;
	font-size:14px;
}
.footer-wrapper p {
	font-size:13.5px;
	line-height:24px;
	margin-bottom:10px;
}
.footer-top h3 {
	font-size:17px;
	margin-bottom:7px;
	margin-top:20px;
	font-family: 'latoblack';
	color:#FFF;
}
.footer-ol {
	border-right:1px solid;
	border-image:url("../images/footer-border.jpg") 1 215 repeat;
}
.footer-ol li a {
	color:#FFF;
}
.footer-ol li a:hover {
	text-decoration:none;
	color:#de4b37;
}
.footer-wrapper p span {
	float:right;
	margin-top:10px;
}
.footer-bottom {
	margin-top:20px;
	border-top:1px solid;
	border-image:url("../images/footer-bottom.jpg") 980 1 repeat;
}
.footer-bottom p {
	margin-top:12px;
}
.footer-wrapper a {
	color:#FFF !important;
}
