@charset "utf-8";
/* CSS Document */


.topheader {
	background-color: #fff;
	min-height:40px;
	padding-top: 10px;
}
.menu {
	overflow: visible;
	position: relative;
	z-index: 1000;
}
.col-lg-4. p {
	text-align: justify;
	font-family: 'Bitter', serif;
}
.tabholder {
	margin-top: 20px;
	margin-bottom:20px;
}

.col-lg-4. h3 {
	color: #CF101F;
	text-align: center;
	font-family: 'Bitter', serif;
}
.tabholder .container .col-lg-4 h3 {
	color: #006FC0;
	text-align: center;
}
.tabholder .container .col-lg-4 p {
	text-align: justify;
	padding-top: 10px;
	
}
.footer {
	background-color: #474541;
	min-height: 120px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006FC0;
}
.footer .container p {
	color: #FFF;
	padding-top: 30px;
}
.footer .container p a {
	color: #F60;
}
.container h3 {
	color: #0072C2;
	font-weight: bold;
}
.container p {
	text-align: justify;
}

.container .col-lg-2 h4 {
	text-align: center;
	color: #F60;
}
.container .col-lg-2 p {
	text-align: center;
}
.container .col-lg-3 h4 {
	color: #F60;
	text-align: center;
}
.board .col-lg-2 h4 {
	text-align: left;
}
.board .col-lg-2 p {
	text-align: left;
}
.container ul li {
	padding-bottom: 10px;
}
.container .col-lg-6 h4 {
	color: #F60;
	font-weight: bold;
}
.footer .col-lg-5 p {
	color: #FFF;
	padding-top: 35px;
}
.container h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
}

.links h5{
	
	font-weight:bold;
	font-size:14px;
	padding-bottom:20px;
	text-align:center;
}

.heading h3{
	background:#a1c7e9; 
	padding-bottom:5px; 
	padding-top:5px; 
	text-align:center; 
	border-radius:8px; 
	border: 3px solid #08477f; color:#000;
	width:300px;
	margin-left:0px;
	margin-right:0px;
	
	
	
}


.container .table.table-striped tbody tr td b {
	color: #006FC0;
}



ul#menu-v, #menu-v ul
{
    width:200px; /* Main Menu width */
    border:1px solid rgba(190,190,190,0.3);
    list-style:none; margin:0; padding:0;
    z-index:9;
	
	
}     

#menu-v li
{
    margin:0;padding:0;
    position:relative;    
    background-color:#165EAD; /*fallback color*/
	/*background-color:rgba(0,0,0,0.5);
    transition:background 0.5s;*/
	
	
}
#menu-v li:hover
{
    background-color:rgba(0,0,0,0.9);
	
}

#menu-v a
{
    font:normal 12px Arial;
    border-top:1px solid rgba(190,190,190,0.3);
    display:block;
    color:#EEEEEE;
    text-decoration:none;
    line-height:30px;
    padding-left:22px; 
    position:relative; 
	padding-top:10px;
	padding-bottom:10px; 
	font-weight: bold;
	font-size:14px;
	 text-transform:uppercase;
	         
}

#menu-v li:first-child a
{
    border-top:0;
	font-weight: bold;
	font-size:14px;
}

#menu-v a.arrow::after{
    content:'';
    position:absolute;
    display:inline;
    top:50%;
    margin-top:-4px;
    right:8px;
    border-width:4px;
    border-style:solid;
    border-color:transparent transparent transparent white;
    transition:border-color 0.5s;  
}
                
#menu-v li a.arrow:hover::after
{
    border-color:transparent transparent transparent #CCCCCC;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    min-width:180px; /* Sub level menu min width */
    position:absolute;
    display:none;
    left:100%;
    top:50%; transform:translateY(-50%);
}

#menu-v li:hover > ul
{
    display:block;
}

