.clearfix:after, .clearfix_left:after, .clearfix_right:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix_left:after {
    clear: left;
}
.clearfix_right:after {
    clear: right;
}

html {

}

body {
  background: #eee;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

.container {
  width: 1000px;
  background: white;
  margin: 0 auto;
}

#logo {
  display: block;
  margin: 45px auto 0;
}

.copyright {
  line-height: 150%;
  text-align: center;
  display: block;
  padding: 50px 0 40px;
}

.copyright a {
  color: black;
  text-decoration: none;
}

nav {
  position: relative;
  height: 300px;
}

nav .carousel {
  height: 250px;
  position: absolute;
  width: 1000px;
}

nav a {
  text-decoration: none;
  color: white;
}

nav > ul {
  padding: 197px 0 0 50px;
}

nav > ul > li {
  float: left;
  position: relative;
  background: #333333;
  margin-right: 100px;
  padding: 60px 5px 0 5px;
  height: 40px;
  width: 90px;
  text-align: center;
  line-height: 16px;
  background: url(menu_bg.png);
}

nav li.programs {
  background-position: -100px 0;
}

nav li.programs a {
  color: #47637d;
}

nav li.guidelines {
  background-position: -200px 0;
}

nav li.news {
  background-position: -300px 0;
  padding-top: 70px;
  height: 30px;
}

nav li.news a {
  color: #e1993f;
}

nav > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
}

nav ul ul {
  display: none;
  position: absolute;
  background-color:#000000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 46px;
  text-align: left;
  padding: 5px;
  width: 190px;
  min-height: 45px;
}

nav ul ul a {
  color: white !important;
}

nav ul ul li {
  position: relative;
}

nav ul ul span {
  position: absolute;
  left: -15px;
  top: 5px;
  height: 5px;
  width: 5px;
  background: red;
  display: none;
}

nav ul ul li:hover span {
  display: block;
}

nav li:hover ul {
  display: block;
}

nav #nav_logo {
  width: 104px;
  height: 150px;
  display: block;
  text-indent: -9999px;
  background: url(nav_logo.png);
  position: absolute;
  right: 50px;
  bottom: 4px;
}

nav.home #nav_logo {
  display: none;
}

nav.home > ul {
  padding-left: 150px;
}

.carousel img {
  display: none;
  position: absolute;
}

.carousel img.active {
  display: block;
}