body
{
	margin:0;
	padding:0;
	
}

#slideshow {
    position:relative;
    height:0px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
.clear
{
clear:both;	
}

.header-outer
{
	
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background: rgba(0, 0, 0, 0.6);
/* 	min-width:1349px; */
	
}

.header-outer .header
{
/* 	width: 1300px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}

.header-outer .header .header-left {
	float: left;
}
.header-outer .header .header-middle {
	float: left;
	margin-left: 145px;
}
.header-outer .header .header-right {
	float: right;
	margin-right: 60px;
}



.content-outer
{
	max-width: 1600px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}

.content-outer .content
{
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}
.content-outer .content .content-panel {
	width: 250px;
	
}


.content-outer .content .content-panel .select-region {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.region-style {
	background-color: #c82b32;
	width: 100%;
	border: 1px solid #FFF;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}



.content-outer .content .content-panel .left-menu {
	width: 100%;
	background-color:rgba(255,255,255,1);
	margin-bottom: 5px;
}
.content-outer .content .content-panel .left-menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.content-outer .content .content-panel .left-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	/*color: #060;*/
	text-decoration: none;
	z-index:9999;
}
.content-outer .content .content-panel .left-menu ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.bottom {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bottom .bottom-menu {
width: 100%;
padding: 0px;
background: rgba(100, 100, 100, 1);
min-width:100%;
max-width:1349px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.bottom .bottom-menu ul {
	margin: 0px;
	padding: 0px;
}
.bottom .bottom-menu ul li {
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

.bottom .bottom-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.bottom .footer {
background-color: #000;
min-width:100%;
width: 100%;
padding: 10px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}
.bottom .footer  a{
text-decoration:none;
font-size:13px;color:#fff;
font-weight:400;
}
.bottom .bottom-panel-outer {
	margin-left: 445px;
	position: relative;
}
.bottom .bottom-panel-outer .bottom-panel {
	width: 245px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.bottom .bottom-panel-outer .bottom-panel h1 {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
}


.bottom .bottom-panel-outer .bottom-panel h1 a {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:white;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}




.bottom .bottom-panel-outer .bottom-panel-2 {
	
	
	width: 140px;
	position: absolute;
	left: 190px;
	bottom: 0px;
}

.bottom .bottom-panel-outer .bottom-panel-2 h1 {
	background-color: #00acee;
	margin: 0px;
	text-align: left;
}


.bottom .bottom-panel-outer .bottom-panel-2 h1 a {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:white;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}




.bottom .bottom-panel-outer .bottom-panel-3 {
	width: 140px;
	position: absolute;
	left: 341px;
	bottom: 0px;
}

.bottom .bottom-panel-outer .bottom-panel-3 h1 {
	background-color: #c82b32;
	margin: 0px;
	text-align: left;
}


.bottom .bottom-panel-outer .bottom-panel-3 h1 a {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:white;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.bottom .bottom-panel-outer .bottom-panel-4 {
	width: 193px;
	position: absolute;
	left: 493px;
	bottom: 0px;
}

.bottom .bottom-panel-outer .bottom-panel-4 h1 {
	background-color: #c82b32;
	margin: 0px;
	text-align: left;
}

.bottom .bottom-panel-outer .bottom-panel-4 h1 a {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:white;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.bottom .bottom-panel-outer .bottom-panel .bottom-panel-content {
	background-color: #FFF;
	padding: 10px;
}
.bottom .bottom-panel-outer .bottom-panel .bottom-panel-content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bottom .bottom-panel-outer .bottom-panel .bottom-panel-content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.read-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}




.bottom .bottom-panel-outer .bottom-panel-2 .bottom-panel-content {
	background-color: #FFF;
	padding: 10px;
}
.bottom .bottom-panel-outer .bottom-panel-2 .bottom-panel-content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bottom .bottom-panel-outer .bottom-panel-2 .bottom-panel-content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}



.bottom .bottom-panel-outer .bottom-panel-3 .bottom-panel-content {
	background-color: #FFF;
	padding: 10px;
}
.bottom .bottom-panel-outer .bottom-panel-3 .bottom-panel-content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bottom .bottom-panel-outer .bottom-panel-3 .bottom-panel-content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

#panel {
    display: none;
}

#panel2 {
    display: none;
}

#panel3 {
    display: none;
}


.header-outer .header .header-right .gov-links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header-outer .header .header-right .gov-links ul li {
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
}
.header-outer .header .header-right .gov-links ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.header-outer .header .header-right .punch-line {
	font-family: "Monotype Corsiva";
	font-size: 26px;
	color: #FFF;
	/* text-align: right; */
    position:absolute;
	right:100px;
	padding-top: 20px;
}


/*index page style start*/

#floating-social-icons {
  position: fixed;
  list-style-type:none;
  right: 10px;
  top: 30%;
  z-index:999;
}

#floating-social-icons li {
margin-bottom:5px;
}

#floating-social-icons img {
      max-width: 48px;
}

#floating-social-icons li:hover {
   opacity: .8;
}
#search_internal_box {
position: absolute;

right:0;
top:40px;
 
z-index:10;
}

#search_internal_box {
  position: absolute;
  right: 0;
  top: 98px;
}
.search-box-outer {
  padding: 5px;
  background-color: #000;
  width: 325px;
}
.search-box-outer .search-box-inner {
  background-color: #232c44;
  padding: 10px;
}
.search-box-outer .search-box-inner .search-box-inner-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
}
.search-box-outer .search-box-inner .search-box-inner-fld .search-fld {
  width: 200px;
  height: 25px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.search-box-outer .search-box-inner .search-box-inner-fld .search-btn {
  height: 27px;
  background-color: #09C;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.mleft{margin-left:110px;}
.ticker{margin-left:140px; display:block;}


.foot_visitor{
	left:50px;
	bottom:10px;
	position:unset !important;	
}	

.site_update{
	right:50px;
	bottom:10px;
	position:absolute !important;	
}


.beware{
margin-bottom:3.5%!important;	
width:100% !important;	
margin-left:30%;
	
}



/*index page style end*/









@media only screen and (min-width: 1440px) and (max-width: 2048px) {
   #menu-v, #menu-v ul{
   width:300px !important;
   }
   .content-outer .content .content-panel
   {
   width:300px;
   }
   .content-outer .content .content-panel .left-menu ul li
   {
   padding-bottom:10px;
   padding-top:10px;
   }
   .content-outer .content .content-panel .left-menu ul li a{
   font-size:18px;
   }
   .bottom .bottom-panel-outer{
   margin-left:650px;}
}



@media (max-width:768px){

.foot_visitor{
	/*
	position:static !important; */
	
	position: unset !important; 
}	

.site_update{
   position:static !important;	
}

.bottom .footer {
	background-color: #000;
min-width:100%;
width: 100%;
padding: 10px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}


.bottom {
    position:relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.bottom .bottom-panel-outer {
    margin-left:0px;
    position: relative;
	margin-top:55%;
}

.bottom .bottom-panel-outer .bottom-panel {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 80px;
}

.bottom .bottom-panel-outer .bottom-panel-2 {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 40px;
}

.bottom .bottom-panel-outer .bottom-panel-3 {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 0px;
}

.bottom .bottom-menu {
    width: 100%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.mleft{margin-left:0px;}
.ticker{margin-left:0px; display:none;}

.content-outer .content .content-panel .left-menu {
    width: 100%;
    background-color: rgba(255,255,255,1);
    margin-bottom: 5px;
    margin-left: 5px;
}

.header-outer {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 100%;
}

.header-outer .header .header-left img{width:95%;padding-left:2.2%;}
.bottom .bottom-menu ul li {
    display: inline-block;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #999; 
	border-bottom:1px solid #999;
    width: 100%;
    text-align: center;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 254px;
	overflow:hidden;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.header-outer .header .header-right {
    float: right;
    margin-right: 60px;
    display: none;
}

.header-outer .header {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

.content-outer .content {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

#slideshow {
    position: relative;
    height: 0px;
    z-index: -1;
    background-position: inherit;
    display: none;

}

body{background-image:url(images/50years.jpg);
background-position:center center;
background-repeat:no-repeat;

-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

}


@media (max-width:480px){


.beware{display:none;}
/* comment on 31 may 2018
.foot_visitor{
	position:static !important;
}
*/	


.foot_visitor{
	position:unset !important;
}

.site_update{
   position:static !important;	
}


.bottom .footer {
	background-color: #000;
min-width:100%;
width: 100%;
padding: 10px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}


.bottom {
    position:relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.bottom .bottom-panel-outer {
    margin-left:0px;
    position: relative;
	margin-top:55%;
}

.bottom .bottom-panel-outer .bottom-panel {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 80px;
}

.bottom .bottom-panel-outer .bottom-panel-2 {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 40px;
}

.bottom .bottom-panel-outer .bottom-panel-3 {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 0px;
}

.bottom .bottom-menu {
    width: 100%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.mleft{margin-left:0px;}
.ticker{margin-left:0px; display:none;}

.content-outer .content .content-panel .left-menu {
    width: 100%;
    background-color: rgba(255,255,255,1);
    margin-bottom: 5px;
    margin-left: 5px;
}

.header-outer {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 100%;
}

.header-outer .header .header-left img{width:95%;padding-left:2.2%;}
.bottom .bottom-menu ul li {
    display: inline-block;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #999; 
	border-bottom:1px solid #999;
    width: 100%;
    text-align: center;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 254px;
	overflow:hidden;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.header-outer .header .header-right {
    float: right;
    margin-right: 60px;
    display: none;
}

.header-outer .header {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

.content-outer .content {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

#slideshow {
    position: relative;
    height: 0px;
    z-index: -1;
    background-position: inherit;
    display: none;

}

body{background-image:url(images/50years.jpg);
background-position:center center;
background-repeat:no-repeat;

-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

}












@media (max-width:320px){

.bottom .footer {
	background-color: #000;
min-width:100%;
width: 100%;
padding: 10px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}


.bottom {
    position:relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.bottom .bottom-panel-outer {
    margin-left:0px;
    position: relative;
	margin-top:55%;
}

.bottom .bottom-panel-outer .bottom-panel {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 80px;
}

.bottom .bottom-panel-outer .bottom-panel-2 {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 40px;
}

.bottom .bottom-panel-outer .bottom-panel-3 {
    width: 100%;
    /* position: absolute; */
    left: 0px;
    bottom: 0px;
}

.bottom .bottom-menu {
    width: 100%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.mleft{margin-left:0px;}
.ticker{margin-left:0px; display:none;}

.content-outer .content .content-panel .left-menu {
    width: 100%;
    background-color: rgba(255,255,255,1);
    margin-bottom: 5px;
    margin-left: 5px;
}

.header-outer {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 100%;
}

.header-outer .header .header-left img{width:95%;padding-left:2.2%;}
.bottom .bottom-menu ul li {
    display: inline-block;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #999; 
	border-bottom:1px solid #999;
    width: 100%;
    text-align: center;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 254px;
	overflow:hidden;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.header-outer .header .header-right {
    float: right;
    margin-right: 60px;
    display: none;
}

.header-outer .header {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

.content-outer .content {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

#slideshow {
    position: relative;
    height: 0px;
    z-index: -1;
    background-position: inherit;
    display: none;

}

body{background-image:url(images/50years.jpg);
background-position:center center;
background-repeat:no-repeat;

-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

}


.left-menu ul{
	height:200px !important;
	overflow:auto !important;
}
