@charset "iso-8859-1";

/* Main page container - 760px wide for nominal 800X600 view screen */
/* Note text-align center to centre the page on the screen, followed by text-align left to left justify the text within the centred page */
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #4FA601; /* Green screen Background */
margin: 0px;
text-align: center;
}
/* Remove border from image links */
a img {
	border:none;
}
table, tr, td, th {
	background-color:#fff;
}
#parent {
width: 760px;
margin: 0 auto;
margin-top: 10px;
text-align: left;
position: relative;
z-index: 2;
}

/* EDP Logo and Tagline */
#masthead {
width: 100%;
z-index: 4;
height: 79px;
text-align: left;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
left: 0px;
top: 0px;
}
#masthead img {
float: left;
}
#tagline {
color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 165%;
font-weight: normal;
z-index: 2;
position: absolute;
left: 90px;
top: 50px;
}

/* Callback Form */

#callback-form input {
	width:260px;
}
.form-label {
	display:block;
}
#callback-form button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:130px;
}
.required-field {
	color:#ff0000;
}
.form-info {
	font-size:0.9em;
}

/* Main Picture Heading */
#mainpic {
margin-top:20px;
background-color: #000000;
left: 0px;
width: 100%;
height: 158px;
z-index:3;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

#mainpic img {
float: left;
}

#mainpic h1 {
color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 300%;
font-weight: normal;
text-align: right;
z-index: 2;
padding: 20px 30px 0px 0px;
}

#mainpic p {
color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 175%;
font-weight: normal;
text-align: right;
z-index: 2;
padding: 0px 30px 0px 0px;
}

#mainpic .yellow {
color: #FFCA05;
}

/* Top Menu Line */
#topmenubox {
background-color: #FFCA05; /* Yellow Menu Bar */
height: 22px;
width: 100%;
z-index:5;
left: 0;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-width: 6px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}
#menucontact {
float:left;
clear:none;
z-index: 2;
top: 0px;
color: #FFFFFF;
font-size: 100%;
line-height: 100%;
left: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#topmenu {
float:right;
clear:none;
z-index: 2;
top: 0px;
width: 100%;
text-align: right;
color: #FFFFFF;
font-size: 100%;
line-height: 100%;
left: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#topmenu ul {
margin: 0px;
padding: 5px 10px 0px 0px;
}
#topmenu li {
display: inline;
color: #4FA601;
}
#topmenu li a,#topmenu li a:link,#topmenu li a:visited, #menucontact a, #menucontact a:link, #menucontact a:visited {
color: #000000;
text-decoration: none;
}
#topmenu li a:hover, #menucontact a:hover {
color: #4FA601;
}

/* Main Three Column Container */
#maincontent {
width:100%;
z-index:3;
left: 0px;
background-color: #FFFFFF;
overflow: visible;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

/* Left Column and Menu Definitions */
#leftcolumn {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
top:0px;
width:148px;
background-color: #FFFFFF;
left: 0px;
float: left;
border:0px none;
line-height: 2;
border-left-width: 6px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-right-width: 12px;
border-right-style: solid;
border-right-color: #FFFFFF;
}

#avmenu {
clear: left;
float: left;
width: 140px;
margin: -12px 0 10px 5px;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 140px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 6px 0 0 10px;
background: #4FA601;
border-left: 4px solid #2A5A00;
}	

/* #avmenu li a:hover {
background: #EAEAEA;
color: #FFCA05;
border-left: 4px solid #FFCA05;
}  */

#avmenu li a:hover {
background: #FFCA05;
color: #000000;
border-left: 4px solid #CC9900;
}

#pressrelease {
clear: left;
float: left;
width: 130px;
border: 1px solid #4FA601;
color: #4FA601;
font-size: 12px;
line-height: 14px;
margin: 0;
padding: 5px;
}

#pressrelease a {
color: #4FA601;
}

#pressrelease h1 {
color: #4FA601;
font-size: 18px;
font-weight: normal;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0px 0px 5px;
padding: 0px;
}

.leftmenurollover {
}
.leftmenurollover a, .leftmenurollover a:link {
background-color: #FFFFFF;
display: block;
text-decoration: none;
color: #000000;
border: 1px solid #4FA601;
padding: 4px;
}
.leftmenurollover a:hover {
background-color: #FFCA05;
border: 1px solid #FFCA05;
}
.leftmenurollover h1 {
font-size: 12px;
font-weight: bold;
text-decoration: none;
margin: 4px 0px;
line-height: 14px;
}
.leftmenurollover p {
font-size: 11px;
font-weight: normal;
text-decoration: none;
line-height: 14px;
margin: 0px;
}	

/* Main Centre and Right Column Container */	
}
#maincentercontent {
background:#FFFFFF;
margin-left: 148px;
margin-right:0px;
border:0px none;
}

/* Centre Column Definitions */
#centercolumn {
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
border-left-width: 6px;
border-left-style: solid;
border-left-color: #FFFFFF;
text-align: left;
margin-left: 148px;
margin-right: 0px;
}

#centercolumnbox {
padding: 10px 10px 10px 10px;
border: 1px solid #000000;
color: #000000;
/* width: 90%; */
width:380px;
text-align: left;
}

#centercolumnsmallbox {
float: left;
width: 25%;
padding: 10px 10px 10px 10px;
border: 1px solid #000000;
color: #000000;
/* width: 90%; */
text-align: left;
}

#centercolumnblock {
padding: 10px 0px 0px 0px;
margin: 0px 0 20px 0;
background-color: #FFEE00;
color: #000000;
width: 95%;
text-align: left;
}

#centercolumn p {
font-size: 13px;
line-height: 1.5;
margin: 0px 0px 1em;
padding: 0px;
}
#centercolumn h1 {
color: #4FA601;
font-size: 24px;
font-weight: normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0px 0px 18px;
padding: 0px;
}
#centercolumn h2 {
color: #4FA601;
font-size: 18px;
font-weight: normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0px 0px 6px;
padding: 0px;
}
#centercolumn h3 {
font-size: 125%;
font-weight: normal;
line-height: 1.5;
margin: 1em 0 0 -1em;
padding: 0px;
}
#centercolumn h5 {
font-size: 130%;
font-weight: normal;
line-height: 1.5;
margin: 0px 0px 1em;
padding: 0px;
}
#centercolumn h6 {
font-size: 130%;
font-weight: normal;
line-height: 1.5;
margin: 0px 0px 1em;
padding: 0px;
}
#centercolumn ul {
font-size: 13px;
margin: 0 0 10px 20px;
padding: 0 0 10px 0;
list-style: url(../images/greenbullet.gif);
}
#centercolumn li {
padding: 0 0 10px 0;
}
#centercolumn a {
font-size: 13px;
color: #4FA601;
}

#centercolumn a:hover {
color: #FFCA05;
}
#centercolumn .green {
color: #4FA601;
font-size: 14px;
}
#centercolumn .quotation {
color: #4FA601;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
padding-bottom: 0px;
text-align: center;
}
#centercolumn .caption {
font-size: 11px;
font-weight: bold;
text-align: right;
}
#centercolumn img {
padding: 1px;
display:inline;
}

#centercolumn .bordered {
border: 4px solid #f0f0f0:
}

#client-content {
color:#000;
font-size:1.05em;
font-family:Arial, sans-serif;
}

.leftplain {
margin: 10px 10px 5px 0;
float: left;
}

.rightplain {
margin: 10px 0 5px 10px;
float: right;
}

.left {
margin: 10px 10px 5px 0;
border: 4px solid #f0f0f0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
border: 4px solid #f0f0f0;
float: right;
}

/* Newsletter Definitions */

#newsletterbox {
width: 95%;
border: 4px solid #ffffff;
}

#newsletterheading {
font-size: 110%;
font-weight: bold;
color: #FFFFFF;
padding: 5px 10px 5px 5px;
margin: 0 0 20px 0;
background-color: #4FA601;
width: 100%;
text-align: right;
}

/* Rigt Column Definitions */
#rightcolumn {
border: 1px solid #4FA601;
color: #4FA601;
font-size: 11px;
line-height: 14px;	
width:124px;
z-index:3;
float:right;
clear:right;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
margin-right: 6px;
margin-left: 12px;
}
#rightcolumn-header {
float:right;
text-align:left;
clear:right;
}
#rightcolumn-header h2 {
color:#4FA601;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
padding:0;
margin:5px 0px;
width:160px;
}
#rightcolumn-top {
border:none;
float:right;
padding:5px;
}
#rightcolumn .biggreen {
color: #4FA601;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 170%;
}
#rightcolumn .green {
color: #4FA601;
}
#rightcolumn .caption {
font-size: 90%;
}
#rightcolumnblock {
padding: 10px 10px 10px 10px;
margin: 20px 20px 20px 20px;
background-color: #FFEE00;
font-size: 14px;
line-height: 20px;
color: #000000;
width:165px;
float:right;
text-align: left;
}

/* Footer Line */

#footerbox {
clear: both;
background-color: #FFCA05;
width: 100%;
z-index:5;
left: 0;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-width: 6px;
border-bottom-style: solid;
border-bottom-color: #4FA601;
}
#footer{
z-index: 2;
top: 0px;
width: 100%;
text-align: center;
color: #000000;
font-size: 94%;
line-height: 94%;
left: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 7px 0px 7px 0px;
}
#footer ul {
margin: 0px;
padding: 10px 0px 10px 20px;
}
#footer li {
display: inline;
}
#footer li a,#footer li a:link,#footer li a:visited{
color: #FFFFFF;
text-decoration: none;
}
#footer li a:hover{
color: #FFEE00;
}

/* Large Box Text */

.largebox {
float: left;
width: 650px;
}

.largeboxtop {
background: url(../images/largeboxtop.jpg) no-repeat top;
}

.largeboxbottom {
background: url(../images/largeboxbottom.jpg) no-repeat top;
}

.largeboxtop, .largeboxbottom {
width: 100%;
height: 20px;
}

.largeboxcontent {
background: url(../images/largeboxmiddle.jpg) top;
width: 100%;
}

.largeboxtext {
margin: 0 20px 0 20px;
font-color: red;
}

/* Small Box Text */
.smallbox {
float: left;
width: 186px;
}

.smallboxtop {
background: url(../images/smallboxtop.jpg) no-repeat top;
}

.smallboxbottom {
background: url(../images/smallboxbottom.jpg) no-repeat top;
}

.smallboxtop, .smallboxbottom {
width: 100%;
height: 20px;
}

.smallboxcontent {
background: url(../images/smallboxmiddle.jpg) top;
width: 100%;
}

.smallboxtext {
margin: 0 10px 0 10px;
font-color: red;
}
