@CHARSET "ISO-8859-1";

/**
 * Filename:epncStyle.css
 * Version:  V06.00
 * Copyright (c) 2021 EPNC Energy Ltd. All Rights Reserved.
 * Written by Euan Clifford and Edgar Goddard.
 * Date: 16/11/2012
 ** Updated to v06.00 on 29/01/2022 by Dennis Patchett.
 ** To reflect changes to Contact Us page.
 */
 
 body{
	margin-right: 30px;
	margin-left: 30px;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	background-color: #E7F2D4;
 }
 
 .body_main{
	font-size: 1.25em;
 }

 .body_legal{
	font-size: 0.6em;
 }
 
 .img_b_ground{
	 background-color: red;
	 width: 50%;
 }
 
 
 h1, h2, h3{
	color: #4f8735;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	font-weight: bold;
 }
 
 h1{
	font-size: 2em;
	text-align: center;
 }
 
 h2{
	font-size: 1.5em;
 }
 
 h3{
	font-size: 1.25em;
 }
 
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  width: 100%;
}

 .full_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.less_width{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.epnc_bold_1{
	font-weight: bold;
	color: #4f8735;
	font-size: 1.5em;
}

.epnc_bold_2{
	font-weight: bold;
	font-size: 1.25em;
}

.epnc_lge_txt{
	font-size: 1.25em;
}

a.norm{
	 font-size: 0.8em;
	 color: black;
	 background-color: #E7F2D4;
 }
 
 a.norm:hover{
	 font-size: 0.8em;
	 color: red;
	 background-color: #E7F2D4;
 }


#footer{
	font-size: 0.5em;
}

#menu_bar{
	background-image: linear-gradient(white, blue, white);
	background-size: 100%;
    background-repeat: no-repeat;
    border-bottom: solid 1px #4f8735;
    z-index: 10;
	cursor: pointer;
}

#menu_bar ul{
	list-style-type: none;
	background: #4f8735;
	color: black;
    border: solid 1px #4f8735;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#menu_bar li{
	display: inline;
	float: left;
	border: solid 1px #4f8735;
	padding: 2px 10px 2px 10px;
	margin-left: 0px;
	background-color: #DEFDCC;
}

#menu_bar a{
	color: black;
	text-decoration: none;
}


#menu_bar li {
  float: left;
}

#menu_bar li, a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  text-decoration: none;
  background-color: #DEFDCC;
}

#menu_bar li a:hover, .dropdown:hover .dropbtn {
  color: red;
  background-color: #DEFDCC;
}

#menu_bar li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

#epnc_logo{
	float: left;
	position: absolute;
	width: 10%;
	background-color: #e0f8d8;
}

#epnc_banner{
  width: 100%;
  height: 300px;
}

.selected{
    display:block;
	overflow:visible;
	width:auto !important;
	max-height:inherit !important;
	min-height:auto !important;
}

.deselected{
    display: block;
	line-height:0;
	height: 0;
	overflow: hidden;
}

.epnc_bullet{
  list-style: none;
}

.epnc_bullet li::before {
  content: "\2022";
  color: #4f8735;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*
input[type=email]{
	 width: 50%;
	 padding: 12px 20px;
	 margin: 8px 0;
	 box-sizing: border-box;
}

input[type="text"],textarea{
	 width: 50%;
	 padding: 12px 20px;
	 margin: 8px 0;
	 box-sizing: border-box;
}*/

form.form_table{
    display: table;
	width: 70%;
}

div.form_table{
    display: table-row;
}

label, input{
    display: table-cell;
    margin-bottom: 10px;
	vertical-align: top;
}

label{
    padding-right: 10px;
	text-align: right;
	width: 20%;
}

input{
	text-align: left;
}

textarea {
    padding: 10px;
    width: 70%;
    line-height: 1.5;
}

#message_line{
	width: 100%;
}