
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{ /*fieldset - needed for drupal!*/
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:disc;
	margin-left: 15px;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,textarea,select{
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend{
	color:#000;
}





/* GENERAL LAYOUT STYLES */

BODY {
	text-align:center;
	padding:0;
	margin:0;
	background: white; /* fix to side background colour */
}


body,td,th, tr, p, div {
	font-family: Arial, Helvetica;
	font-size: 12px;
}



#wrapper {
	margin:0 auto;
	width: 1497px; /* fix to header image width */
	text-align: left;
	background-color: white; 
	background: url(images/background_header_content.jpg) no-repeat top center; /* - enable for wider than screen backgrounds > 1024px */
	width: 100%; /*- enable for wider than screen backgrounds > 1024px*/
	display: table;
}

#page.front #wrapper {
	background: url(images/background_home.jpg) no-repeat top center; /* - enable for wider than screen backgrounds > 1024px*/
	width: 100%; /*- enable for wider than screen backgrounds > 1024px*/
	display: table;
}


#wrapper-inner {
	width: 1020px;
	margin: 0 auto;
}


#page {
	margin:0 auto;
	width: 1497px; /* fix to repeat width */
	background: url(images/background_repeat.jpg) top center; /*- enable for wider than screen backgrounds > 1024px */
	width: 100%; /*- enable for wider than screen backgrounds > 1024px*/
	display: table;
}


#page.front {
	background: none;
}

#content {
	width: 625px; /* fix to designed content width */
	float: left;   /* margin: auto; switch with margin if side panels in design */
	z-index: 99;
	margin-top: 15px;
}

#content.wide {
	width: 985px;
	float: none;
	margin: none;
}

#page.front  #content.wide {
	margin: auto;
}


#content-inner {
	padding: 15px;
	padding-left: 34px;
}

#page.front #content-inner {
	padding: 0px;
}

#right {
	float: left;
	width: 335px;
}

#right-inner {
	margin-left: 8px;
	margin-top: 60px;
	margin-left: 50px;
	margin-bottom: 60px;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1497px; /* fix to footer image width */
	padding-bottom: 20px;
	padding-top: 0px; /* position text in footer */
	background: url(images/background_footer.jpg) no-repeat top center; /* - enable for wider than screen backgrounds > 1024px */
	width: 100%; /*- enable for wider than screen backgrounds > 1024px*/
	display: table;
	text-align: left;
}

#page.front #footer {
	background: none;
	padding-bottom: 30px;
}

#footer-inner {
	width: 990px; /* update to fix left/right position of text */
	margin: 0 auto;
}
#footer a, #footer div {
	font-size: 11px;
}

#header {
	position: relative;
	height: 270px; /* set to be around same-ish size as  the background_header image height */
	z-index: 100;
}

/*#page.front #header { -- turn on if alternative sized front page header
	height: 300px;
}*/


#top {
	position: absolute;
	top:0px;
	left: 0px;
	margin-left: 541px;
	margin-top: 92px;
}









/* NAVIGATION MENU */


#menu-area {
	/*background-color: #d94c1f;*/
	position: absolute;
	bottom: 3px;
	left: 30px;
}

#menu {
	/*text-align: right;*/
	margin:0 auto;
	/*width: 950px;*/
	/* add in padding - to position if in header - or to push right if under header*/
}


/* @ Increase menu font size */
#menu a {
	font-size: 30px;
	text-decoration: none;
	height: 40px;
}

#menu a:hover {
	text-decoration: none;
}

#menu a.active {
	border-bottom: solid 6px #2f5837;
}


#menu ul {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	border-bottom: solid 6px #e8e8e8;
	height: 40px;
}

/* @ Adjust menu item padding */
#menu ul li {
	background: none;
	border: none;
	list-style-type: none;
	list-style-image: none;
	float: left;
	height: 27px;
}

/*having padding in A, fixes issues with nice menu auto padding for parent items*/
#menu ul li {
	padding-right: 23px;
}

/*
Sub menu display options
#menu ul li.active-trail {
	background: #faa003;
}

#menu ul li.active-trail a {
	color: #ffffff;
}

#menu ul li.active-trail li a {
	color: #555555;
}*/

#menu ul li ul li {
	border-top: none;
	/*background: #E3DFD4feature colour;*/
	width: 200px;
}


#menu ul li ul {
	border-top: none;
}

/* @ set menu popup background colour */
#menu ul li ul li {
	/* background-color: xxx */
}








#menu .block h2, #footer h2, .block #node-2 h2 {
	visibility: collapse;
	display: none; 
}

/* add a default padding to content images, so text doesn't squish against! */

#right div, #right p, #right td {
	/*color: #ccc;*/
}

.clear {
	height: 0px;
}

/*#content img {
	margin: 10px;
}*/

#content tbody {
	border-top: none;
}

#content td,#content th,#content tr,#content p,#content div {
	line-height: 175%;
}

#content h1 {
	font-size: 35px;
	margin-bottom:15px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#content .block h2.title {
	font-size: 18px;
}

#content strong {
	font-weight: bold;
}

#content table {
	width: 100%;
}

#content p {
	margin-bottom: 10px;
}

#content table td {
	vertical-align: top;
}

#content ul, #content ol {
	margin-bottom: 10px;
}

#content li {	
	padding-left: 1px;
	line-height: 150%;
	text-align: left;
}

blockquote {
	margin-left: 25px !important;
}


#clear {
	clear: both;
}




/* GENERAL PURPOSE STYLES */

/* @ set link colour */
a:link, a:visited {
	text-decoration: underline;
	color: #555555;
}

#top a {
	text-decoration: none;
}

a:hover {
	color: #555;
}

blockquote {
	margin: 10px;
}






/* login window list item styles */

.item-list ul li {
	list-style-type: none;
}


/* form styles */




#secondary ul li {
	display: none;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	height: 22px;
}

#footer ul li ul {
	display:none;
}




/* DRUPAL FORMATTING */

/* fixes the display of error messages */
.error li {
	list-style: disc;
}

.error ul {
	margin:2px;
	padding:6px 6px 6px 15px;
}

/* increase default size of editing area */
#edit-body_ifr {
	height: 330px !important;
}


dt {
	margin-top: 5px; /*spacing between items in menus*/
}

dd {
	margin-left: 30px; /*indentation*/
}


.links {
  margin: 0em 0em 2em 0;
  padding-top:  6px;
}


form {
	padding: 0;
	margin: 0;
}

fieldset { /*make edit page look better */
	margin-bottom:1em;
	padding:0.5em;
}

input.form-text, select {
	border:1px solid #ccc;
	padding: 2px;
	font-size:11px;
}

.messages {
	margin:10px;
	padding:10px;
}

#content ul.tabs li a:link,
#content ul.tabs li a:visited {
	background:#cccccc;
}

#content ul.tabs li a.active:link,
#content ul.tabs li a.active:visited {
	background:#FFF;
	color:#000;
}

#content .tabs li {
	line-height: 100%;
}

#content .tabs {
	padding-bottom: 0px;
}

tr.odd {
	background:#dddddd;
}

tr.even {
	background:white;
}

/* END DRUPAL FORMATTING */



/* blah blah creative header */
#_north {
	background: url(images/header_north.png) no-repeat center center;
	display: block;
	height: 56px;
	width: 856px;
	margin: auto;
	margin-bottom: 15px;
}

#_north #cp {
/*	display: block;
	float: left;
	margin-left: 360px;
	padding-top: 17px;*/
	color: #0670BA;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-left: 140px;
    padding-top: 17px;

}

#_north #lo {
	display: block;
	float: right;
	padding-right: 30px;
	padding-top: 17px;	
}

#_north a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
	font-family: Tahoma;
}




/* IMCE - Help box UI Improvements*/
#help-box {
  position: absolute;
  text-decoration: none !important;
  color: #f36;
  overflow: hidden;
  left: 0;
}

#help-box-content {
  display: none;
  color: #444;
  background-color: #f5f5f5;
  border: 1px dashed #000;
  padding: 5px;
}

#help-box-title {
	font-weight: bold;
	margin-left: 15px;
	background-color: white;
}

#help-box:hover {
  overflow: visible;
}

#help-box:hover #help-box-content {
  display: block;
}

#ops-list #op-item-undefined {
	font-weight: bold;
	text-decoration: underline;
}

#file-preview { /* left align image, so if it's wide it can be shown OK */
	text-align: left;
}

#log-wrapper { /* hide the log wrapper - has no practical use */
	display: none;
}

#file-list-wrapper  table.files td.name { /* left align file names in file list - looks neater */
	text-align: left;
}

#log-prv-wrapper { /* increase size of the image preview area */
	height: 190px!important;
}

#log-clearer { /* hide the log clearer - now hidden, no visible output */
	display: none!important;
}


/* kill bad decoration for Control Panel in Safari */
div.control-panel-item a {
	text-decoration: none;
}

div.control-panel-item {
	border: none;
}

div.control-panel-item:hover {
	border: none;
}

#control-panel-0 span {	
	line-height: 100% 
}	

.control-panel-fieldset {
	clear:both;
}





/* CUSTOMISED STLYES */


/*#copyright {	
	padding-top: 30px;
}*/	

#copyright p {	
	padding-top: 0px;
	font-size: 11px;
	color: #9e9e9e;
}	

ul.nice-menu a { /* kill default padding */
	padding-bottom: 0px;
	padding-top: 0px;
}

table.mceToolbar {
	width: auto!important;
}

.control-panel-fieldset span, .control-panel-fieldset div {
	line-height: 100% !important;
}


#topcontent .block {
	float: left;
}


#topcontent .blockinner {
	padding: 15px;
	padding-top: 0px;
}

#topcontent td, #topcontent p {
	color: #767676;
}


#block-block-6 {
	width:460px;
	border-left: solid 1px #c3c3c3;
}

#block-block-4 {
	width: 215px;
}

#block-block-4 .blockinner {
	padding-left: 0px;
}



#block-block-4 img {
	margin: 0px;
	margin-left: 10px;
}

/* contact us */
#block-block-5 {
	width: 300px;
	border-left: solid 1px #c3c3c3;
}

#block-block-5 .blockinner {
	padding-left: 25px;
}

#topcontent #block-block-3 .blockinner  {
	padding-left: 0px;
}

#topcontent {
	clear: both;
	padding-top: 20px;
}


#energy-choice {
	background: url(images/energy_choice.png) no-repeat;
	display: block;
	width: 432px;
	height: 99px;
}

#energy-choice:hover {
	background: url(images/energy_choice_selected.png) no-repeat;
}

.start-now, .start-now-multiple {
	background: url(images/button_startnow.png) no-repeat;
	display: block;
	width: 185px;
	height: 86px;
	font-size: 0px;
	line-height: 0px;
	padding-left: 86px;
	overflow: hidden;
	float: left;
	text-indent: -999px;
}

.start-now-multiple {
	background: url(images/button_startnow_multiple.jpg) no-repeat;
}

.start-now:hover  {
	background: url(images/button_startnow_selected.png) no-repeat;
}

.start-now-multiple:hover {
	background: url(images/button_startnow_multiple_selected.jpg) no-repeat;
}



/* style up the contact us block */


#block-block-5 strong {
	color: black;
}
.email-feature {
	background: url(images/background_email.png) no-repeat;
	height: 53px;
	margin-left: -13px;
	padding-left: 13px;
	padding-top: 9px;
}




#content .slider img {
	margin: 0px;
}

#feature-container .slider h1 {
	font-size: 30px;
}

#feature-container .slider h1.title {
	margin-top: 5px;
}

#feature-container .slider h2 {
	font-size: 24px;
	padding-top: 20px; /* space inside element */
}

#homefeature {
	margin-top: 25px;
	margin-bottom: 5px;
}

#feature-container {
	overflow: hidden;
}

#feature-container .slider {
	float: left;
	margin-right: 7px;
	position: relative;
	background-color: white;
	overflow: hidden;
}

#feature-container .slider#first {
	z-index: 10;
}

#feature-container .slider#second {
	z-index: 20;
}

#feature-container .slider#third {
	z-index: 30;
}

#feature-container .slider  .inner-container {
	position: absolute;
	left: 217px;
	top: 0px;
	width: 305px;
	height: 322px;
	overflow: hidden;
}

#homefeature #feature-container .slider#first {
	width: 525px;
}

#homefeature #feature-container .slider#first .inner-container {
	display: block;
}

#homefeature #feature-container .slider .inner-container .border {
	background-color: #c6c6c6;
	width: 275px;
	margin-left: 7px;
	height: 322px;
	padding-left: 20px;
	padding-right: 20px;
}



.clear {
	height: 1px;
}



#homefeature #feature-container .slider img {
	cursor: pointer;
}

.testimonial {
	background: url(images/background_feature.jpg) no-repeat;
	overflow: display;
	padding-top: 20px;
}

.testimonial h1 {
	font-size: 36px;
	font-family: georgia;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.testimonial p {
	padding-left: 30px;
}


#page.clients th {
	border: none;
	font-size: 20px;
}

#page.clients img  {
	border: solid 1px #dedede;
	padding: 3px;
}


.webform-component-markup h2 {
	margin-top: 50px;
}

.form-item .form-text {
	font-size: 16px;
}

.form-item label {
	font-size: 13px;
	font-weight: normal;
	color: #777;
}


#webform-client-form-10 #edit-submit, #webform-client-form-18 #edit-submit  {
	background: url(images/button_submit.png) no-repeat;
	width: 292px;
	height: 86px;
	font-size: 0px;
	line-height: 0px;
	padding-left: 86px;
	overflow: hidden;
	bordeR: none;
}

#webform-client-form-10 #edit-submit:hover, #webform-client-form-18 #edit-submit:hover {
	background: url(images/button_submit_selected.png) no-repeat;
}

#edit-actions fieldset.captcha {
	border: none;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
}

#edit-actions fieldset.captcha .description {
	font-weight: bold;
}

#edit-actions fieldset.captcha #edit-captcha-response-wrapper .description {
	font-weight: normal;
}

#edit-actions fieldset legend {
	display: none;
}


#logo {
	position: absolute;
	top: 40px;
}

#logo a {
	text-indent: -9999px;
	width: 400px;
	height: 160px;
	display: block;
}


#block-block-6 img {
	padding-left: 15px;
}


em {
	font-style: italic;
}

/* smaller heading needed for headings in fieldsets! */
#content fieldset h2 {
	margin-top: 15px;
}