li.bullets_done {
	margin: 10px 0 0 60px;
	padding-right:50px;
	line-height: 1.5em;
}

html {
	background-color: #e6f0f9;
	color: #203864;
}
body {
    width: 960px;
    margin: 0 auto 0;
   	font-family:Helvetica, sans-serif;
   	color: #203864;
}

#page_container {
	margin:0;
	padding:0;
}

h6 {
	position:relative;
	top:25px;
	color:#203864;
	margin-top:0;
	float: left;
	font-size: 20px;
    font-weight: 300;
    padding: 0;
}

h1 {
	color: #fff;
	font-size: 180%;
    font-weight: 300;
    margin:0;
    padding: 5px 0 5px 0;
    text-align:center;
    background-color: #203864;
}


h2 {
	font-size: 140%;
    font-weight: bold;
    margin:20px 20px 0 60px;
}

h3 {
   margin: 10px 0 0 60px;
   font-weight: normal;
   text-decoration:underline;
}

h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}

p {
	padding:0px 40px 0 50px;
	line-height: 1.5em;
	text-align: justify;
	font-family: Helvetica, sans-serif;
	font-weight: 100;
}

a {
	color: #5193cc;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.figure_title {
	font-size: 12px;
	text-align: center;
	color: #203864;
}

#figure_title2 {
	position:relative;
	font-size: 12px;
	color: #203864;
	left: 160px;
}

#figure_title3 {
	position:relative;
	font-size: 12px;
	color: #203864;
	left: 560px;
	top: -28px;
}

.formula {
	text-align: center;
	color: #203864;
}


hr.cleanit {
    visibility: hidden;
    clear:both;
    margin:0;
    padding:0;
   
}

#blank {
	position:absolute;
	left:800px;
	top:500px;
	width:150px;
	height:100px;
	background:rgba(255,0,0,0);
	z-index:100;
}

.reference p {
	margin: 5px 0 5px 0;
	font-size:14px;
	list-style-type: none;
	text-align:left;
}

.reference {
	list-style-type: none;
}

li.dots {
	margin:5px 0 5px 0;
}

li.dots_nn {
	list-style-type: none;
	margin-left:-70px;
}

li.dots_nn p {
	text-align:left;
}
#holder {
	width:960px;
	height: 50px;
	margin-bottom:10px;"
}

#holder_next_page {
	position:relative;
	left:3px;
	background-color: #E6F0F9;
	float: right;
	border: 1px solid #acceeb;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* ---------- Container ---------- */

#container{
	position:relative;
	//background-color: #F3F3F3;
	padding:0;
	border: 2px solid #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* ---------- Header ---------- */

#header {

	position:relative;
	margin: 0 auto 0;
    width: 952px;
    height: 75px;
    border: 2px solid #acceeb;
    background-color:#F8F8F8;
}

#header_in {
    padding: 0px 0px 0 10px;
    height: 75px;
    margin: auto;
    position: relative;
    //background-color: #fff;
}

#header a {
		color: #203864;
	font-weight:normal;
	text-decoration: none;
}

#header_in h1 a {
    text-decoration: none;
    color: #203864;
    font-weight: 100;
}

#header_in h1 a b {
    font-weight: 600;
}
/*------- Header End   --------*/


    /* ----- Menu ----- */
    
#nav {
	position:relative;
	float:right;
	width:auto;
	height: 75px;
	font-weight: 100;
	margin:0;
	padding:0;
	z-index: 91;
}

ul#navigation {
	float:left;
	margin:0;
}

ul#navigation li {
	display:inline;
	font-size:16px;
	float:left;
	position:relative;
}

ul#navigation li a {
	padding:29px 25px;
	color:#203864;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background: #ACCEEB;
	color:#282828;
}

ul#navigation li:hover > a {
	background:#C4DBE7;
}

/* Drop-Down Navigation */

ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:180px;
	background-color:#fff;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 75px;
    left: 0px;
}

ul#navigation ul li ul{
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
}


/*------- END Menu  --------*/

/* ---------- Main part (slider) ---------- */

#main_part{
	margin: 0 auto 0;
    width: 956px;
    height: 496px;
    background: url('img/main_img.jpg')no-repeat;
    background-size:cover;
    //padding-top:10px; 
}

/* ---------- Content ---------- */

 #content_home_page {
    width: 956px;
    padding:30px 0 30px 0;
    margin:0;
    border-top: solid 2px #fff;
    border-bottom: solid 1px #ACCEEB;
    background: #F3F3F3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F3F3F3,#fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F3F3F3,#fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F3F3F3,#fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ACCEEB,#F3F3F3); /* Standard syntax */
}

#content {
	margin-top:1px;
	border: solid 2px #ACCEEB;
	//border-radius: 10px;
	background-color: #F3F3F3;
}

#content p{
	margin: 10px;
}

/* ---------- Footer ---------- */

#footer {
	display: block;
    background-color: #203864;
    color: #fff;
    font-size: 12px;
    background-color:#002a5c;
    margin-top: 0px;
    border: solid 2px #203864;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#footer p{
	text-align:left;
	margin:0 0 0 20px;
	padding:0;
}

#footer h2 {
	text-align:left;
	margin:10px 0 0 20px;
	padding:0;
	font-weight: bold;
	text-transform:uppercase;
}

#footer a {
	color:white;
}

.footer_img {
	float:right;
	margin:8px 20px; 0 20px;
}

img.ppt {
	margin:10px 0 0 40px;
	width: 100px;
}

img.video {
	margin:10px 0 0 50px;
	width: 90px;
}

/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	margin:0;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	
}
#col1 {
	float:left;
	width:17%;
	position:relative;
	left:80%;
	overflow:hidden;
	
}
#col2 {
	float:left;
	width:25%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:25%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:17%;
	position:relative;
	left:87%;
	overflow:hidden;
}

/*----------------- End Footer ------------------------*/

/* ----------- BUTTONS---------------*/

.nav {
  	list-style: none;
  	text-align: center;
    margin: 0;
    padding:0;
}

ul.nav {
	margin: 0;
    padding: 0;
}

.nav li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
}

.nav a {
	display: block;
	background-repeat:no-repeat;
	background-color: #f7f7f7;
	color: #a7a7a7;
	margin: 10px 25px 10px 25px;
	width: 180px;
	height: 134px;
	position: relative;
	text-align: center;
	line-height: 144px;
	border-radius: 10%;
	box-shadow: 0px 4px 8px #aaa, inset 0px 2px 3px #fff;	
}

.nav a.aim {
  background: url('img/aim.png');
}

.nav a.aim:hover {
	background: url('img/aim_hover.png');
}

.nav a.aim:active {
    background: url('img/aim_hover.png');
    background-position: 0px -2px;
  	box-shadow: 2px 2px 2px #ccc, inset 1px 1px 3px #ccc;
}

.nav a.objectives {
  background: url('img/wind_wave.jpg');
}

.nav a.objectives:hover{
	background: url('img/wind_wave_hover.jpg');
}

.nav a.objectives:active{
  background: url('img/wind_wave_hover.jpg');
  background-position: 0px -2px;
  box-shadow: 2px 2px 2px #ccc, inset 1px 1px 3px #ccc;
}

.nav a.conclusions {
  background: url('img/conclusions.png');
}

.nav a.conclusions:hover{
	background: url('img/conclusions_hover.png');
}

.nav a.conclusions:active{
  background: url('img/conclusions_hover.png');
  background-position: 0px -2px;
  box-shadow: 2px 2px 2px #ccc, inset 1px 1px 3px #ccc;
}

.nav a.financial {
  background: url('img/economics.jpg');
}

.nav a.financial:hover{
	background: url('img/economics_hover.jpg');
}

.nav a.financial:active{
  background: url('img/economics_hover.jpg');
  background-position: 0px -2px;
  box-shadow: 2px 2px 2px #ccc, inset 1px 1px 3px #ccc;
}


/* ---------------- END of BUTTONS ------------------*/

/*-----------------------Introduction --------------*/

#aims_photo {
	background: url('img/aims_main.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center; 
    background-size: cover;
}

#introduction_photo {
	background: url('img/introduction2.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size:cover;
}

#description_photo {
	background: url('img/description.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size:cover;
}

#challenges_photo {
	background: url('img/challenges.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size:cover;
}

#impacts_photo {
	background: url('img/impacts.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size:cover;
}

#energy_collectors_photo {
	background: url('img/energy_collectors.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size:cover;
}

#platform_design_photo {
	background: url('img/platform_design_photo.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size:cover;
}

/*----------------------- End Introduction --------------*/

/* ---------------- Wind and Wave Synergy ------------------*/

#waw_photo {
	background: url('img/kitesurf.jpg') no-repeat;
	margin: 0 auto 0;
    height: 400px;
    background-size:cover;
}

#waw_synergy_graph1 {
	background: url('img/waw_figure1.png') no-repeat;
	margin: 20px auto 0;
   	height: 200px;
    background-size: contain;
    background-position: center;

}

#waw_synergy_graph2 {
	   background: url('img/waw_figure2.png') no-repeat;
	margin: 0 auto 0;
   	height: 400px;
    background-size: contain;
    background-position: center;

}

/* ---------------- END of Wind and Wave Synergy ------------------*/

 /*----------- About us -----------------*/

#content_inner {
	background-color: #F3F3F3;
	margin:0;
	padding;:0;
}

li.aboutus {
	border: 2px solid #AAAAAA;
	margin: 15px;
	float:left;
}

.aboutus_page {
	position:relative;
}

ul .aboutus {
	margin-left:20px;
}
 
.aboutus h3 {
	font-size: 100%;
}
 
.aboutus li img {
  float: left;
  height:190px;
  margin: 0 15px 0 0;
  border-right: 2px solid #AAAAAA;
}
 
.aboutus li p {
	font-size: 90%;
}
 
.aboutus li {
list-style-type:none;
  overflow: auto;
  background-color: #E5E5E5;
}

#about_us_span {
	font-weight: normal;
}

/* ------------END of About Us -------------*/

/* ---------------- Financial -----------------*/

.after_calc {
	margin-top:-10px; padding:0; text-align:center; font-size:10px;
}

#financial_photo {
	background: url('img/financial.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center; 
}

#financial_lcoe {
	background: url('img/lcoe.png') no-repeat;
	margin: 0 auto 0;
  	width: 400px;
  	height: 150px; 
    background-size: contain;
    background-position: center;
    border: solid 2px #203864;
    border-radius: 10px;
}

.sheet {
	text-align: right;
}

.financial_bullets {
	margin: 20px 0 0 30px;
}

.project_inputs {
	margin-top:-10px;
}

#graph {
	background: url('img/capex_comparison.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 350px;

    background-size:contain;
    
}

#graph2 {
	background: url('img/annual_cost.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 400px;
    background-size:contain;
}

#graph3 {
	background: url('img/total_opex.png' ) no-repeat;
	margin: -50px auto 0;
	background-position: center;
    height: 500px;
    background-size:contain;
}

#graph4 {
	background: url('img/results.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 450px;
    background-size:contain;
}

#graph5 {
	background: url('img/results2.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 500px;
    background-size:contain;
}
#graph6 {
	background: url('img/results3.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 500px;
    background-size:contain;
}
#graph7 {
	background: url('img/results4.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 330px;
    background-size:contain;
}
#graph8 {
	background: url('img/total_cost.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 400px;
    background-size:contain;
}
#graph9 {
	background: url('img/total_cost_revenue.png' ) no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 450px;
    background-size:contain;
}


details {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	margin: 0 0 .4em;
	padding: 1%;
	}

details[open] {background: #E0E0E0;}

summary {
	background: -webkit-linear-gradient(#FAFAFA ,#E1E1E1);
	border-radius: 5px;
	cursor: pointer;
	//font-size: .9em;
	//font-weight: bold;
	margin: -10px;
	padding: 8px 0;
	position: relative;
	//width: 102%;
	}

summary:hover, details[open] summary {
	background: #E1E1E1;
	}

summary::-webkit-details-marker {
	display: none;
	}

summary:before {
	border-radius: 5px;
	content: "+";
	color: #363636;
	display: block;
	float: left;
	/*/font-size: 1.5em;*/
	//font-weight: bold;
	margin: 0px 10px 0 10px;
	padding: 0;
	text-align: center;
	width: 20px;
	}

details[open] summary:before {
	content: "-";
	}

	
/* ------------ Table -----------*/
.table {
	width: 830px;
	margin-left:50px;
}

.table2 {
	font-size:13px;
	width: 830px;
	margin-left:50px;
}

.table3 {
	width: 830px;
	margin-left:60px;
}


table th {
	font-weight: bold;
}

td {
	vertical-align: middle;
}

table {
	color:#203864;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

table td {
	text-align:center;
}

/* ------------ End Table -----------*/

/* ------------ End F I N A N C I A L -----------*/

/*------------------------------------------DESIGN FEASIBILITY-------------------------------------------*/

/*------------------Why PSP? ----------------*/

#whypsp_photo {
	background: url('img/whypsp_main.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size: cover;
}

#whypsp_graph1 {
	background: url('img/psp_cylinders.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 350px;
	background-size: contain;	
}

#whypsp_graph2 {
	background: url('img/wave_energy_assimilation.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 350px;
	background-size: contain;	
}
/*------------------End Why PSP? ----------------*/

/* ------------ Platform Design -----------*/

#platform_design_graph1 {
	background: url('img/nkossa_barge.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 350px;
	
	background-size: contain;	
}

#platform_design_graph2 {
	background: url('img/platform_layout.png') no-repeat;
	
	background-position: center;
    width: 850px;
    height:200px;
    background-size: contain;	
}

#platform_design_graph3 {
	background: url('img/layout_top.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:370px;
    background-size: contain;	
}

#platform_design_graph4 {
	background: url('img/platform_design_autocad.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:370px;
    background-size: contain;	
}

/* ------------ End Platform Design -----------*/

/* ------------ Hydrostatics -----------*/

#hydrostatics_photo {
	background: url('img/hydrostatics_main.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center; 
    background-size: cover;
}

#hydrostatics_graph1 {
	background: url('img/platform_cross_section.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:300px;
    background-size: contain;	
}

#hydrostatics_graph2 {
	background: url('img/metacentric_point.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height: 331px;
    background-size: contain;	
}

#hydrostatics_graph3 {
	background: url('img/maxsurf_layout.jpg') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:370px;
    background-size: contain;	
}

/* ------------ End Hydrostatics -----------*/

/* ------------ Hydrodynamics -----------*/

#hydrodynamics_photo {
	background: url('img/hydrodynamics_main.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size: cover;
}

#hydrodynamics_graph1 {
	background: url('img/hydrodynamics_geometry.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:370px;
    background-size: contain;	
}

#hydrodynamics_graph2 {
	background: url('img/hydrodynamics_schermata.png') no-repeat;
	margin: 40px auto 0;
	background-position: center;
    height:370px;
    background-size: contain;	
}

#hydrodynamics_graph3 {
	background: url('img/hydrodynamics_heave.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:370px;
    background-size: contain;	
}

#hydrodynamics_graph4 {
	background: url('img/hydrodynamics_bargraph.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
    height:450px;
    background-size: contain;	
}


/* ------------ End Hydrodynamics -----------*/


/*------------------------------------------ END DESIGN FEASIBILITY-------------------------------------------*/

/*------------------- Energy Collectors--------------------*/

#energy_collectors_graph1{
	background: url('img/windfarm_arrangement.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;		
}

#table_left {
	width:425px;
	margin-top:0px;
}

#energy_collectors_graph2 {
	margin:20px 0 0 40px;
	float:left;
	width: 425px;
	background-size: contain;	
}

#energy_collectors_graph3{
	margin:20px 60px 0 0px;
	float:right;
	width: 400px;
	height:572px;
	background: url('img/Siemens_6_MW_Turbine.jpg') no-repeat;
	background-size: cover;		
}

#energy_collectors_graph4{
	background: url('img/Floating_Wind_Unit.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;		
}

#energy_collectors_graph5{
	background: url('img/wave_Energy_Converter.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;		
}


/*------------------- End Energy Collectors--------------------*/

/*------------------- Grid Connection--------------------*/

#grid_photo {
	background: url('img/grid_main1.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size: cover;
}

#grid_graph1{
	background: url('img/inter_array.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;	
}

#grid_graph2{
	background: url('img/ac_dc_transmission.jpg') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;	
}

#grid_graph3{
	background: url('img/export_cable.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:300px;
	background-size: contain;	
}

#grid_graph4{
	background: url('img/offshore_substation.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;	
}

#grid_graph5{
	background: url('img/grid_connection.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;	
}

/*------------------- End Grid Connection--------------------*/

/*------------------- Location--------------------*/

#location_photo {
	background: url('img/location_main.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center;
    background-size: cover;
}
#location_graph1{
	background: url('img/wind_resource.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:800px;
	background-size: contain;	
}

#location_graph2{
	background: url('img/wave_resource.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;	
}

#location_graph3{
	background: url('img/initial_selection.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;	
}

#location_graph4{
	background: url('img/depth.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;	
}

#location_graph5{
	background: url('img/protected_areas.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;	
}

#location_graph6{
	background: url('img/onshore_substation.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:800px;
	background-size: contain;	
}

#location_graph7{
	background: url('img/seabed.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;	
}

#location_graph8{
	background: url('img/shipping_routes.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;	
}

#location_graph9{
	background: url('img/project_location.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:500px;
	background-size: contain;	
}

/*------------------- Impacts--------------------*/

#impacts_graph1{
	background: url('img/sustainability.png') no-repeat;
	margin-left: 190px;
	height:300px;
	background-size: contain;	
}

#impacts_graph2{
	background: url('img/mitigation_hierarchy.png') no-repeat;
	margin: 0 auto 0;
	background-position: center;
	height:400px;
	background-size: contain;	
}

/*------------------- End Impacts--------------------*/


/*----------------- Conclusions------------------*/



/*----------------- End Conclusions------------------*/

#conclusions_photo {
	background: url('img/conclusions_main.jpg') no-repeat; 
	margin: 0 auto 0;
    width: 100%;
    height: 400px;  
    background-position: center; 
    background-size: cover;
}