
*{
	margin: 0;
	padding: 0;
	font-family: arial;

}

 h1{
	color: #4b4b4b;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: right;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  position: absolute;
  top:2px;
  right: 10px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
table{
    border-collapse: collapse;
}
table tr td{
    padding: 5px;
}
ul li .heading{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}
ul li .link{
    margin-left: 30px;
    font-size: 15px;
}
.post{
	color: #4B4B4B;
	font-size: 15px;
	text-align: justify;
	margin: 0px 50px 0px 50px;
	line-height: 1.4em;
}

.containor{
	width: 780px;
	height: 780px;
	margin: auto;
}


.nav {
	margin-top: -2px;
    overflow: hidden;
    background-color: #4b4b4b;
    font-family: Arial;
    border-top: 3px solid #00a8eb;
    border-bottom: 3px solid #00a8eb;
}

.nav a {
    float: left;
    font-size: 13px;
    color: #dcdcdc;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}
.dropbtn{
    position: relative;
}
.dropbtn span{
   position: absolute;
   margin-left: 3px;
   margin-top: 5px;
   width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #dcdcdc;
} 

.dropdown .dropbtn {
    font-size: 13px;    
    border: none;
    outline: none;
    color: #dcdcdc;
    padding: 12px 14px;
    background-color: #4b4b4b;
}

.nav a:hover, .dropdown:hover .dropbtn {
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: gray;
    padding: 6px 10px;
    border-bottom: 0.5px solid #89949c;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
   color: #fff;
   background-color: #00a8eb;
}

.dropdown:hover .dropdown-content {
    display: block;
}


ul{
	list-style: none;
}
ul li{
	font-size: 14px;

}
#slideshow { 
    /*margin: 50px auto; */
    position: relative; 
    width: 780px; 
    height: 250px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    overflow: hidden; 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
#slideshow > div img{
    width: 780px;
    height: 250px;
}
.title{
	position: relative;
}
.title span{
	position: absolute;
	top: 6px;
	left: 40px;
	font-weight: bold;
	color: #4b4b4b;
}

.footer-links{
    width: 780px;
    background-color: #d2d3d4;
    margin-top: 100px;
}
.footer-links{
    text-align: center;
}

.footer-links ul li{
    display: inline-block;
}
.footer-links ul li a{
    padding: 15px 10px 15px 10px;
}
.footer{
	width: 780px;
	height: 44px;
	background-image: url("img/index_11.gif");
	text-align: center;
	color: #E6E6E6;
	font-size: x-small;
	
}
.footer p{
	line-height: 4.8em;
}


