
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:12px;
	text-align: center;
	margin:0px;
	line-height: 18px;
}
#container { 
	margin: 0px auto;
    text-align: left;
	width:940px;
	background-color:#FFFFFF;
	overflow: hidden;
	padding-bottom:10px;
	margin-top: 5px;
}
#container img { 
	border: none;
}
#topbanner{
	position:relative ;
	float:left;
	background-image:url(../images/top-banner-bkgrnd.gif);
	background-repeat:repeat-x;
	height:145px;
	width:940px;
}
.candidlogo{
	padding-top:10px;
	padding-left:5px;
	float:left;
}
.topcontact{
	font-size:12px;
	color:#FFF;
	padding-top:75px;
	padding-right:5px;
	text-align:right;
}

/*MENU*/
#menu {
	position:relative ;
	float:left;
	background-image:url(../images/menu-bkgrnd.gif);
	background-repeat:repeat-x;
	width:920px;
	height:30px;
	padding-top:6px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
#menu ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
	color:#000000;
}
#menu ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#menu li a {
	color:#000000;
	text-decoration: none ;
	display: inline ;
	padding: 5px ;
}
#menu li a:hover {
	color:#cc0033;
}
.menuselected {
	font-weight:bold;
	color:#cc0033;
}
.separator {
	padding-top:7px;
	padding-left:4px;
	padding-right:4px;
}

#renewables li a:hover {
	color:#66a2c0;
}
#renewables .menuselected {
	font-weight:bold;
	color:#66a2c0;
}
/*FLASH BANNER*/
#flashbanner {
	position:relative ;
	float:left;
	width:940px; 
	height:210px;
	margin-top:20px;
}
#bannerwithtxt {
	position:relative ;
	margin-top:20px;
	background-image:url(../images/banner-noflash-notxt.gif);
	background-repeat:no-repeat;
	width:940px; 
	height:210px;
}
#bannertxt {
	position:absolute;
	left:715px;
	margin:55px 0 0 0;
	text-align:right;
	width:200px;
	font-size:14px;
	line-height:21px;
}
/*MAIN CONTENT*/
#content {
	float:left;
	padding-top: 20px;
	padding-bottom:30px;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	line-height:22px;
	width: 920px;
}
#leftcontent {
	float:left;
	border-right:solid #ccc 1px;
	width:641px;
	text-align:justify;
	padding:20px 25px 0 0;
}
#rightcontent {
	position:relative;
	float:left;
	padding:20px 0 0 25px;
	width:228px;
	text-align:center;
	}
.contentimage {
	font-size:11px;
	color:#333;
	line-height:14px;
	}
.clientlogo {
	float:left;
	padding:5px;
	margin:10px;
	border: solid #CCC 1px;
	}
.renewables-link-box {
	float:left;
	padding: 0 0 20px 0;
}		
/*TESTIMONIALS*/
.testimonials {
	padding-right:10px;
	padding-left:10px;
	font-size:12px;
	color:#333;
	line-height:14px;
	width:180px;
	line-height:18px;
	font-style:italic;
	text-align:left;
}
/*FORMS*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}
form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	color:#000000;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                      /* be careful with padding, it'll shift the nice offset on top of border  */		  
	font-weight:bold;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	color: #000000;
	border : 1px Solid #000000;
	background : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.submit {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	font-size:12px;
	float:right;

}
textarea { overflow: auto; }
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*Hidden field to stop spam bots*/
.surname {
	visibility:hidden;
}
/*POSITIONING CLASSES*/
.center {
	text-align: center;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.top {
	vertical-align:top;}
/*TXT STYLES*/
h1 {
	font-size:16px;
	color:#cc0033;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:14px;
	color:#cc0033;
	font-family:Arial, Helvetica, sans-serif;
}
.txt9px {
	font-size : 11px;
}
.txtbold {
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.candidred {
	color:#cc0033;
}
.candidblue {
	color:#66a2c0;}
.smlltxt{
	font-size:11px;
}
.lrgetxt{
	font-size:13px;
}
.bold {
	font-weight:bold;
	}
/*BULLETS*/
.bullet ul {}
.bullet li {
	line-height:24px;
	}
/*links*/
.linkstnd {
	color : #cc0033;
	text-decoration : underline;
}
.renewlinkstnd {
	color : #66a2c0;
	text-decoration : underline;}
.banneremail {
	color : #ffffff;
	text-decoration : underline;
	}
a.emaillink {
	color:#cc0033;
}
/*FOOTER*/
#footer {
	position:relative ;
	float:left;
	background-image:url(../images/footer-bkgrnd.gif);
	background-repeat:repeat-x;
	width:920px;
	height:30px;
	padding-top:4px;
	text-align:center;
	}
#footer ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
	color:#000000;
}
#footer ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#footer li a {
	color:#000000;
	text-decoration: none ;
	display: inline ;
	padding: 5px ;
}
#footer li a:hover {
	color:#cc0033;
}
#footercontact {
	font-size:11px;
	color:#333;
	padding-top:60px;
}
/*WEBSPAN*/
#webspancontainer {
	margin: 0px auto;
	width:960px;
	height:20px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;	
}
#webspancontainer img {
	border:none;
}
.webspan-w {
	float:right;
	padding: 0 0 5px 8px;
}
.webspantxt {
	float:right;
	font-size:11px;
	padding: 4px 0 0 0;
}
.webspantxt a {
	color:#999999;
	text-decoration:none;
}


