/*Global*/
.caption {
	font-size: 12px;
	text-align: center;
	}

@font-face {
  font-family: Avenir Demi;
  src: url(../_assets/header.otf) format("opentype");
  }
  
/*  when using more than one @font-face, you need to call it more than once*/
  
@font-face {
	font-family: Avenir Medium;
	src: url(../_assets/body.otf) format("opentype");
}

a:link {
	color: #008C22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
color: #008C22;
}

body {
	background-color: #6FBF58;	
}

.container {
	height: 100%;
}

#content {
	margin-top: 0px ;
	margin-top: 0px ;
	background-color: #FFFFFF;
	-webkit-box-shadow: 5px 5px 25px #333333;
	-moz-box-shadow: 5px 5px 25px #333333;
}

h1 {
	font-family: Avenir Demi, Helvetica, sans-serif;
}

h2, h3 {
	font-family: Avenir Medium, Helvetica, sans-serif;
	font-size: 2em;
	}
	
img {
	margin-bottom: 25px;
	margin-top: 25px;
	}
	
#menu {
	background-image:url('../_img/menu_header.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 140px;
	padding-top: .5em;
	margin-bottom: 1em;
	margin-top: 10px;
}

#menu a:link {
	color: #333333;
}
#menu a:visited {
	color: #333333;
}

#menu a:hover {
	color: #000000;
}

p {
	font-family: Avenir Medium, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
}

.page_title {
	margin-top: 25px;
}

.project_info{
	
	text-align: center;
}

#references p {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;

}

.small_img {
	float: right;
	margin-left, margin-top, margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	
}