#html{
  height: 100%;
}

body{
  background: #dae0b2 url(../img/bg.jpg) repeat-x;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #0a2416;
  font-size: 12pt;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 133%;
  color: #1e4834;
}

#container{
  width: 100%;
  float:left;
}

#container.video_playing{
  overflow: hidden;
}

#left{
  float: left;
  width: 134px;
  height: 100%;
  background-color: #5e8371;  
  background-image: url('../img/sidebar.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  position: fixed;
}

ul#menu{
	margin: auto;
	width: 860px;
	padding: 0;
}

ul#menu li{
  list-style: none;
  float: left;
  height: 24px;
  color: #b4cebe;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 12px;
  margin-right: 50px;
  font-size: 14px;
}

ul#menu li.current{
  color: #fff;
}

#middle{
  float: left;
  width: 490px;
  padding-left: 115px;
  margin-left: 135px;
}

#top{
  background-color: #fff;
  width: 100%;
	min-height: 160px;
}

#top .container {
	margin: auto;
	width: 860px;
	position: relative;
}

#navigation {
	background: url(../img/nav-bg.jpg) repeat-x;
	height: 39px;
}

#right{
 float: right;
 width: 248px;
 margin-left: 72px;
}

#right .container{
  position: fixed;
}

#top .logo{
  margin-left: -28px;
  border: 0;
  outline: 0;
  margin-top: 50px;
}

#top .icann {
	position: absolute;
	top: 20px;
	right: 0;
	float: right;
	border: none;
}

#content{
  width: 860px;
  margin: auto;
  padding-top: 65px;
} 

#content blockquote{
  font-style: normal;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: 25px;
  width: 480px;
}

#content blockquote p{
  margin: 0 0 0 0;
}

#content .citation{
  margin-left: 65px;
}

#content .citation .title{
  display: block;
}

#content .citation .subtitle{
  display: block;
  font-variant: small-caps;
  font-size: 75%;
  margin-bottom: 2em;
}

#content p{
  text-align: justify;
  width: 600px;
}

#content .poster {
	cursor: pointer;
}

.addresses{
  clear: left;
}

.address{
  width: 200px;
  float: left;
}

.address p{
  margin: 0;
  line-height: 1.4;
  font-size: 11pt;
}

.address{
  margin-bottom: 4em;
}

.address a{
  text-decoration: none;
  color: #0a2416;
}

.address a:hover{
  text-decoration: underline;
}

.address em{
  color: #054b34;
  font-style: normal;
}

a {
  color: #0a2416;;
}

a:hover {
 text-decoration: none;
}

p.footnote{
  font-style: italic;
  font-size: 10pt;
}

.page{
  display: none;
}

.page.current{
  display: block;
}

.more{
  display: block;
  float: right;
  background-color: rgba(151,169,158, 0.5);
  color: #0a2416;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  cursor: pointer;
}

#videoplayer.hidden{
  margin-left: -10000px;
}

#videoplayer .overlay{
  background-repeat: no-repeat;
  background-position: 324px 206px;
  opacity: 80%;
  cursor: pointer;
}


#videoplayer.stopped .overlay{
  background-repeat: no-repeat;
  background-image: url(../img/player/play-button.png);
}


#videoplayer.playing .overlay{
  background-repeat: no-repeat;
  background-image: url(../img/player/play-button.png);
}
#videoplayer.paused .overlay{
  background-repeat: no-repeat;
  background-image: url(../img/player/pause-button.png);
}

#controls_close{
  background-image: url(../img/player/close-button.png) ;
  width: 19px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: -16px;
}

.clear {
	clear: both;
}

#footer {
    width: 860px;
    margin: auto;
    margin-top: 17px;
    border-top: 1px solid #2a5943;
    height: 75px;
}

.footer-image {
    margin-top: 17px;
    float: right;
}

