/* Renewable Energy CSL */
/* Site design and hosting by Supple Ltd (www.suppleweb.co.uk) */

body {
background:url(../images/bkg.jpg);
}

.mainpage {
background:url(../images/bkg_home.jpg);
background-position:top right;
}

p, dt, dd {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
color: #747474;
line-height: 1.5em;
}

.p300 {
width:300px;
}

a:link {
font-weight: bold;
text-decoration: none;
color:#333333;
}

a:visited {
font-weight: bold;
text-decoration: none;
color:#333333;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

a:active {
font-weight: bold;
text-decoration: none;
}

h1 {
color: #29447b;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.05em;
}

h2 {
color: #29447b;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height:150%;
}

.largetext1 {
color: #29447b;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
}

/* Lists */


li {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
color: #747474;
line-height: 1.5em;
list-style-image: url(../images/bullet4.gif);
margin-left: -20px;
}



/* Table Backgrounds */

.spacer_top {
background:url(../images/spacer_top.jpg);
}

.spacer_left {
background:url(../images/spacer_left.jpg);
}

.spacer_right {
background:url(../images/spacer_right.jpg);
}

.spacer_footer {
background:url(../images/spacer_footer.jpg);
}



/* Definition Lists */ 

dl { border-bottom: 1px solid #999; }

dt
{
width: 15em;
padding: .5em;
float: left;
margin: 0;
border-top: 1px solid #999;
font-weight: bold;
}

dd
{
margin-left: 16em;
padding: .5em;
}

dd.first { border-top: 1px solid #999; }


/* Images */

.imageborder {
border: 1px solid #3e7da6;
}

.imageright {
float:right;
padding-left:10px;
}