body {
	margin: 0;
	padding: 20px 0;
	background: #d2e3eb url(/Resources/img/background/background_grass.jpg) top left repeat-x;
	text-align: center;
}

/*
    Force firefox to have scrollbar.
    This will avoid any left-right shift of the page content if data on the page is less then the available space.
*/
html
{
    height:100%;
    padding-bottom:1px;
}

a.external {
	padding-right: 13px;
	background: url(/Resources/img/background/external_link.gif) right center no-repeat transparent;
}
/*	positioning for headers
	fonts and colours etc. in typography.css
*/
.logo {
	padding: 0 0 1em 0;
	position: relative;
	width: 100%;
}
.logo p {
	margin: 0;
	padding: 0;
}
.logo p.poweredByLogo {
	right: 0;
	position: absolute;
	top: 14px;
}
.logo p.pageHeading {
	padding: 0.5em 0 0.25em 73px;
	line-height:64px;
	width: 450px;
	background:url(/Resources/img/background/pageHeading.jpg) left center no-repeat transparent;
}
.logo p.pageHeading a {
	text-decoration: none;
}
.logo p.pageHeading a:hover {
	background-color: #D9E5BC;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0px;
}
h2 a {
	color: #3f560d;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0px;
}
a {
	color: #3f560d;
}
ul {		
	padding: 0;
	margin: 0 15px;
}
li {		
	padding: 0;
	margin: 0 0 15px 0;
}
img {
	border: 0;
}


/*	div used to clear floating elements */
.clear {
	clear: both;
}	

p {	
	margin:1em 0 1em 0;
	padding:0;
}

p.textAlignRight {
	text-align:right;
}

input {
	margin:0;
	padding:0;
	display:inline;
}

input.text {
	border:2px inset #999;
	padding:2px;
}

input.postcode {
	width:6em;
}

input.inlineButton {
	margin-bottom:-6px;
}


label {
	margin:0 15px 0 10px;
	padding:0;
}

/*	used to simulate 'hr' element as hr itself cannot be styled consistently 
	accross all browsers */
div.hr{
	width:auto;
	height:1px;
	margin: 1em 0 2em;
	padding:0px;
	background: url(/Resources/img/background/3x3_pixel_divider.gif) repeat top left;	
	overflow:hidden;
	clear:both;	
}



.topRound {
	width: 750px;
	height:10px;
	margin: 0 auto;
	padding:0;
	background-image:url(/Resources/img/background/loz_top.gif);
	background-position:top left;
}

.bottomRound {
	width: 750px;
	height:10px;
	margin: 0 auto;
	padding:0;
	background-image:url(/Resources/img/background/loz_bottom.gif);	
	background-position:top left;
}


.footer {
	margin-top:10px;
	text-align:center;
}
/*	the is the main page content container
	centered on the user's display.
*/
#page {
	width: 750px;
	/*height: auto;*/
	margin: 0 auto;
	padding-top:11px;
	background-image:url(/Resources/img/background/loz_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align: left;
}

#page div.pageInner {
	padding-bottom:11px;
	background: transparent url(/Resources/img/background/loz_bottom.gif) bottom left no-repeat;	
}
#page.signUpSignIn div.pageInner {
	padding-bottom:140px;
	background: transparent url(/Resources/img/background/signin-loz-bottom.jpg) bottom left no-repeat;	
}
#page div.pageInner div.pageContent {
	padding: 0px 30px 20px 30px;
	background-color:white;
	/*overflow:hidden;*/
}
#page.home div.pageInner div.pageContent {
    padding-bottom: 5px;
}





/*	the is the content container for the wide column,
	typically used on the left hand side
*/	
.primaryContent {
	margin:0px;
	padding:0px;
	float:left;
	width:455px;
	clear:both;
}

.primaryContent .contentBox .block {
	background: url(/Resources/img/background/register-step-bg.gif) center center no-repeat;
	display:inline;	
	float:left;
	margin: 5px 30px 0 0;
	padding: 25px 30px;
}
div.getStarted h2 {
	clear: left;
	color: #3f560d;
	margin: 0 0 1.5em 0;
	padding: 0;
}

div.getStarted .userType {
	clear: left;
	margin: 0;
	min-height: 5.5em;
}
div.getStarted .userType p {
	color: #666;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}
div.getStarted .userType label {
	color: #3f560d;
	float: left;
	margin: -0.2em 20px 0 10px;
}
div.getStarted .userType input {
	float: left;
	margin: 0;
	padding: 0;
}

div.getStarted .sectionIntro {
	font-size: 1.2em;
}
div.getStarted .ratings label {
	color: #3f560d;
	font-size: 1em;
	float: left;
	margin: -0.2em 20px 0 10px;
	width: 3em;
}
div.getStarted .ratings input {
	float: left;
}
div.getStarted .ratings h2 {
	clear: left;
}

/*	the is the content container for the smaller column,
	typically used on the right hand side
*/	
.secondaryContent {
	margin-left:15px;
	float:left;
	width:220px;
}


.primaryContent div.innerColumn{
	width:220px;
	float:left;
}
.primaryContent div.first{
	margin-right:15px;
}


div.contentBoxOuter {
	padding: 0;
	margin: 0;
	border:none;
}


div.contentBox {
	margin: 0;
	padding: 10px;
	/*overflow: hidden;*/
	margin-bottom: 15px;
	background: #FAFBED url(/Resources/img/background/right_loz_height_slice.jpg) top left repeat-x;
	border: 1px solid #ccc;
}
div.featuredIdea {
    margin: -10px;
    padding: 10px;
    background: transparent url(/Resources/img/background/icon-ideaoftheweek.gif) 190px 5px no-repeat;
}


/*	Green bullets style. 
    Mainly used in "contentBox" ul li
    This style is also used in WhySaveEnergy info panels.
*/

.bullets, 
.noBullets
{
 	list-style:none;
 	margin:0;
 	padding:0;
}

.bullets li{
	padding:5px 0 0 13px;
	margin:0;
    background: url(/Resources/img/background/bullet.gif) no-repeat 4px 10px;
}

/*
#page div.contentBox a {
	padding:0 10px 0 0;
	background:url(/Resources/img/background/chevrons-small.gif) right center no-repeat #eee;
}
*/
#page a span {
	padding:0 3px 0 0;
	background:url(/Resources/img/background/chevrons-large.gif) left center no-repeat;	
}

#page div.contentBox a span {
	padding:0 3px 0 0;
	background:url(/Resources/img/background/chevrons-small.gif) left center no-repeat;	
}


/* for the tabbed content box on the pledges page */
div.tabbed div.contentBox{
	background-image: none;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#eee;
}

div.user {
	padding:5px 25px 5px 45px;
	float:left;
	background-image:url(/Resources/img/background/enter.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

p.pageList {
	float:left;
}


p.pageLinks {
	float:right;	
}

p.pageLinks a {
	margin-left:10px;
}




div.getStarted {
	background-image:url(/Resources/img/background/loz_content_bg.gif);
	background-color:#FAFBED;
	background-position:top left;
	background-repeat:repeat-x;
	xoverflow:true;
}

div.getStarted div.contentBox {
	background: transparent url(/Resources/img/background/loz_footer.jpg) bottom right no-repeat;
	border: none;
}


div.secondaryContent div.contentBox {
	margin-bottom:15px;
	background-image:url(/Resources/img/background/right_loz_height_slice.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FAFBED;
	border:1px solid #ccc;
}




/*	this class can be added to any content box to shift it down the page */
div.getStartedHouse {
	padding-top:180px;
}

div.getStartedHouse h2 {
	text-align:center;
}

/*	this class can be added to any content box to shift it down the page */
div.profileHouse {
}

div.profileHouseInner {
	margin-top:180px;	
}


div.profileHouse label {
	margin:0 0 0 0px;
	padding:0;
	width:80px;
	display:block;
	float:left;
}



/*
.boxOuterWrapper2 {
	width:470px;
	xheight:1%;
	padding:0px;
	margin:0px 0px 10px 30px;
	border:none;
	background-image:url(/Resources/img/background/loz_width_slice.jpg);
	background-color:#FAFBED;
	background-position:top left;
	background-repeat:repeat-y;
	overflow:true;
}

.boxMiddleWrapper2 {
	xheight:1%;
	padding:0px;
	margin:0px;
	border:none;
	background-image:url(/Resources/img/background/loz_header.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	overflow:true;
}
	

.boxInnerWrapper2 {
	xheight:1%;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-image: url(/Resources/img/background/loz_footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	xborder: 1px solid #a00;
}
*/


/* login styling */
.login {
	clear:both;
}

.login p {
	text-align:right;
}


/* pledge pages */
ul.tabList {
	height:1%;
	margin: 0;
	padding: 0;
	clear:both;
}

ul.tabList li {
	margin: 0;
	float:left;
	list-style: none;
}

ul.tabList li a {
	margin:0;
	margin-left:5px;
	padding:4px 10px;
	display:block;
	text-decoration:none;
	xbackground-image:url(/Resources/img/background/top_nav_bg.gif);
	background-image:none;
	background-position:left top;
	background-repeat:no-repeat;	
	background-color:#BECB23;
	color:white;
}

ul.tabList li a.first {
	margin-left:0px;
/*	background-image:url(/Resources/img/background/top_nav_bg_first.gif); */
}


ul.tabList li a:hover {
	xbackground-color:#bc7;
	background-position:0px -36px;
	xcolor:#BECB23;
}

ul.tabList li a.selected {
	background-position:0px -70px;
	text-decoration:none;
	color:#3F560D;
	
	background-image:none;
	background-color:#eee;	
}

ul.tabList li a.selected:hover {
	background-position:0px -70px;
	color:#3F560D;
	text-decoration:none;
}

	
		
ul.tabList li.first {
	border-left: none;
}




/* pledge feedback box */

div.pledgeFeedback,
div.profile {
	margin:0 0 30px 0;
}

div.pledgeFeedback h3,
div.profile h3 {	
	margin:0;
	padding:5px 15px;
	background-color:#3F560D;
}

div.pledgeFeedback div,
div.profile div {	
	margin:0;
	padding: 1px 15px 10px 15px;
	background: #82AB27 url(/Resources/img/background/right_loz_height_slice.jpg) left top no-repeat;
}

div.profile label {
	margin:0 0 0 0px;
	padding:0;
	width:130px;
	display:block;
	float:left;
}



/* savings boxes  - used for pledge savings and achievements. Appears on profile page. */

#page div.savingsBox {	
	margin:0 0 30px 0;
}

#page div.savingsBox h3 {	
	margin:0;
	padding:5px 15px;
	background-color:#777;
	color:white;
}

#page div.savingsBox div.savingsBoxInner {	
	padding: 10px 15px 1px 15px;
}

#page div.savingsBox ul {		
	padding:0;
	margin:0 0 0 15px;
}

#page div.savingsBox li {		
	padding:0 0px 0 5px;
	margin:0;
	margin-bottom:10px;
}

#page div.savingsBox p {		
	padding:0 0px 0 20px;
}

/* Top Navigation
   -------------- */
#page .topNav {
	clear: left;
	width: 100%;
}
#page .topNav ul {
	list-style: none;
	min-height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
#page .topNav ul li {
	border-left: 1px solid #fff;
	float: left;
	margin: 0;
}
#page .topNav ul li a {
	background-color: #82AB27;
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
#page .topNav ul li.first {
	border-left: none;
}
#page .topNav ul li.first a {
	padding: 0;
	background: #82AB27 url(/Resources/img/background/nav_bottom_left.gif) left bottom no-repeat;
}
#page .topNav ul li.first a span {
	background: transparent url(/Resources/img/background/nav_top_left.gif) left top no-repeat; 
	display: block;
	padding: 5px 10px;
}
#page .topNav ul li.last {
	background: transparent url(/Resources/img/background/nav_top_right.gif) right top no-repeat;
}
#page .topNav ul li.last a {
	padding: 0;
	background: #82AB27 url(/Resources/img/background/nav_bottom_right.gif) right bottom no-repeat;
}
#page .topNav ul li.last a span {
	background: transparent url(/Resources/img/background/nav_top_right.gif) right top no-repeat; 
	display:block;
	padding: 5px 10px;
}
#page .topNav ul li a:hover {
	color: #becb23;
	background-color: #3f560d;
}
#page .topNav ul li.first a:hover {
	background: #3F560D url(/Resources/img/background/nav_bottom_left.gif) left bottom no-repeat;
}
#page .topNav ul li.first a:hover span {
	/* new background image */
	background-image: url(/Resources/img/background/nav_top_left.gif); 
}
#page .topNav ul li.last a:hover {
	/* new background image */	
	background: #3F560D url(/Resources/img/background/nav_bottom_right.gif) right bottom no-repeat;
}
#page .topNav ul li.last a:hover span {
	/* new background image */
	background-image: url(/Resources/img/background/nav_top_right.gif); 
}
#page .topNav ul li a.selected {
	text-decoration:none;
	background-color:#BECB23;
	color:#3F560D;
}
#page .topNav ul li a.selected:hover {
	background-color: #BECB23;
	color: #3F560D;
}

/* Sign in strip */
.signInOptions {
	text-align: right;
}
.signInOptions p {
	margin: 0;
	padding: 0;	
}

/* Breadcrumb */
.breadcrumb {
	clear: both;
	padding: 0 0 1em 0;
	width: 100%;
}
.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1.25em 0;
}
.breadcrumb ul li {
	float: left;
	margin: 0 0.25em 0 0;
	padding: 0;
}

/* Homepage specific */
.homeContent {
	clear: left;
}
.homeLeadIn {
	background: #3f560d url(/Resources/img/background/home-lead-top.gif) top left no-repeat;
	clear: left;
	min-height: 74px;
	position: relative;
	width: 691px;
}
.homeLeadIn h1 {
	color: #fff;
	font-size: 1.35em;
	margin: 0;
	padding: 20px 200px 20px 20px;
	width: auto;
}
.homeSignIn {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 200px;
}
.homeSignIn p {
	color: #83ac2a;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 21px 0 0;
}
.homeSignIn img {
	border: none;
	margin: 1em 0;
}

.homeStatistics {
	background: #86ab30 url(/Resources/img/background/home-statistics-bg.jpg) bottom left no-repeat;
	width: 691px;
}
.homeStatisticsGetStarted {
	background: transparent url(/Resources/img/background/home-statistics-bottom.gif) bottom left no-repeat;
	position: relative;
}
.homeStatisticsGetStarted p {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 77px;
	right: 203px;
}
.homeStatisticsGetStarted p img {
	border: 0;
}
.homeStatisticsIntro {
	background: transparent url(/Resources/img/background/home-statistics-top.gif) top left no-repeat;
	padding: 25px 0 0 0;
}
.homeStatisticsIntro p {
	position: static;
}
.homeStatisticsIntro .snd01,
.homeStatisticsIntro .snd02,
.homeStatisticsIntro .snd03,
.homeStatisticsIntro .snd04,
.homeStatisticsIntro .snd05 {
	float: left;
	clear: left;
	padding: 0;
}
.homeStatisticsIntro .snd01 {
	height: 2.5em;
	width: 55px;
}
.homeStatisticsIntro .snd02 {
	height: 2.4em;
	width: 35px;
}
.homeStatisticsIntro .snd03 {
	height: 5em;
	width: 110px;
}
.homeStatisticsIntro .snd04 {
	height: 3.25em;
	width: 55px;
}
.homeStatisticsIntro .snd05 {
	height: 6em;
	width: 200px;
}
.homeStatisticsIntro p {
	color: #3f560d;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 100px 0;
}
.homeStatisticsIntro p strong.homeTotalSubscribers {
	font-size: 2em;
	font-weight: normal;
}
.homeStatisticsIntro p strong.homeTotalSavings {
	color: #3f560d;
	xdisplay: block;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.5em;
}
.homeStatisticsIntro p span.homeTotalSavingsCopy {
	position: relative;
	top: -0.9em;
}

.homeBrowsePanel {
	background: #83ac2a url(/Resources/img/background/home-browse-bottom.gif) bottom left no-repeat;
	clear: left;
	min-height: 163px;
	position: relative;
	text-align: center;
	width: 691px;
}
.homeBrowsePanel h2 {
	left: 25px;
	position: absolute;
	top: -9px;
}
.homeBrowsePanel ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 631px;
}
.homeBrowsePanel li {
	background: #3f560d url(/Resources/img/background/home-browse-corners-top.gif) top left no-repeat;
	float: left;
	margin: 2.3em 0 2.3em 5px;
	padding: 0;
	position: relative;
	width: 207px;
}
.homeBrowsePanel li.firstChild {
	margin-left: 0;
}
.homeBrowsePanel li p {
	background: transparent url(/Resources/img/background/home-browse-corners-bottom.gif) bottom left no-repeat;
	margin: 0;
	min-height: 110px;
	padding: 0 0 0 94px;
}
.homeBrowsePanel li p a span {
	background-image: none !important;
}
.homeBrowsePanel li img {
	border: none;
	left: 4px;
	position: absolute;
	top: 5px;
}

/* Sign up, sign in */
.signInNewUser {
	float: left;
	padding-right: 10px;
	width: 220px;
	border-right: 2px solid #d0d0d0;
}
.signInExistingUser {
	float: left;
	margin-left: 10px;
	width: 210px;
}
.signInExistingUser .signInForm,
.signInExistingUser .forgottenPasswordForm,
.signInExistingUser .forgottenPasswordSuccess {
	margin: 0 0 2em 0;
}
.signInForm .forgottenPasswordHelper {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.signInField label {
	clear: left;
	display: block;
	margin: 0;
	padding: 0 0 0.5em 0;
	width: 100% !important;
}
.signInField input {
	clear: left;
	font-size: 1.3em;
	margin: 0 0 1em 0;
	width: 90%;
}

/* Registration Pages
   ------------------ */
.registerLeadIn {
	float: left;
	margin: 0 0 1.5em 0;
	width: 300px;
}
.registerLeadIn h1 {
	color: #3f560d;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0.25em 0 0 0;
}
.registerLeadIn h1 span {
	font-size: 1.9em;
	margin: 0 0 0 50px;
	display: block;
	text-align: left;
}
.registerLeadIn p {
	color: #3f560d;
}

.formAction,
.registerAction {
	margin: 0 0 3em 0;
	position: relative;
}
.formAction input,
.registerAction input {
	margin-right: 0.5em;
	position: relative;
	top: 0.6em;
}

.registerField {
	clear: left;
	position: relative;
}
.registerField label {
	position: absolute;
	left: 0;
	text-align: right;
	top: 0.1em;
	width: 10em;
}
.registerField input {
	font-size: 1.3em;
	margin: 0 0 0.25em 10em;
	width: 200px;
}
.registerField input#postCode,
.registerField input#password,
.registerField input#passwordConfirm {
	width: 120px;
}
.registerCheckbox {
	clear: left;
	margin: 0 0 1.5em 0;
	padding: 0 10% 0 25px;
	position: relative;
}
.registerCheckbox label {
	margin: 0;
	padding: 0;
}
.registerCheckbox input {
	position: absolute;
	top: 0.1em;
	left: 0;
}
.registerPledges {
	padding: 1em 0 1em 0;
}
.registerPledges .registerCheckbox label {
	color: #3f560d;
	font-weight: bold;
}
.registerPledges .registerCheckbox label span {
	color: #666;
	font-weight: normal;
}
.mapPlaceholder {
	background-color: #ccc;
	clear: left;
	width: 425px;
	height: 282px;
}
.postcodeChanger {
	min-height: 3em;
	clear:both;
}
.postcodeChanger p.disabled {
	padding: 0.9em 0 0 0;
}
.postcodeChanger input {
	position: relative;
	top: 8px;
}
.postcodeChanger input#newPostCode {
	margin-left: 0.5em;
	position: relative;
	top: 2px;
	width: 6em;
}
.formFieldSet {
	margin: 0 0 1em 0;
}

/* Edit
   ---- */
.editAction {
	margin-top: 4em;
}
.editPostcode input {
	float: left;
}
.editPostcode input.updateMap {
	margin-left: 5px;
	width: auto;
}
.editPostcode input#postCode {
	width: 95px;
}
.editPostcode p.pageError {
	clear:both;
}
.changeLocationInstructions h3 {
	color: #3f560d;
	margin: 1em 0 0.25em 0;
	padding: 0;
}
.changeLocationInstructions p {
	margin: 0;
	padding: 0;
}

/* Progress Indicator
   ------------------ */
.progressIndicator {
	float: right;
	padding: 0 235px 0 0;
	margin: 1em 0 10px 0;
}
.progressIndicator p {
	float: left;
	margin: -0.1em 0.25em 0 0;
	padding: 0;
}
.progressIndicator ul {
	float: left;
	list-style: none;
	margin: -3px 0 0 0;
	padding: 0;
}
.progressIndicator li {
	background: transparent url(/Resources/img/background/get_started_mini_next.gif) center center no-repeat;
	display: inline;
	float: left;
	margin: 5px 0 0 5px;
	padding: 0.3em 0.6em 0.35em;
}
.progressIndicator li.current {
	background-image: url(/Resources/img/background/get_started_mini_current.gif);
}
.progressIndicator li.complete {
	background-image: url(/Resources/img/background/get_started_mini_complete.gif);
}

/* Star Control
   ------------ */
.starControl {
	clear: left;
	margin: 0 0 .75em 0;
}
.starControl h2 {
	margin: 0 0 0.25em 0 !important;
}
.starControl ul {
	float: left;
	list-style: none;
	margin: 0;
	min-height: 24px;
	padding: 0;
	width: 160px;
}
.starControl ul li {
	float: left;
	margin: 0 5px 0 0;
	min-height: 24px;
	padding: 0;
	width: 24px;
}
.starControl ul li img {
	cursor: pointer;
	height: 24px;
	width: 24px;
}
.starControl p {
	margin: 0 0 1em 0;
	padding: 0;
}
.starControl .starControlHint {
	clear: none;
	float: left;
	margin: 0 0 1.25em 0;
	padding: 0.5em 0 0 0;
	width: 260px;
}
.starControl .starControlHint p {
	margin: 0;
	padding: 0;
}
.starControl .starControlHint .starControlError {
	margin: -1em 0 0.25em 0;
}


/* Ideas
   ------ */
.ideasCategories {
	width: 455px;
}
.ideasCategories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ideasCategories li {
	background: #becb23 url(/Resources/img/background/ideas-category-bg.gif) bottom left no-repeat;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	/*width: 87px;*/
}
.ideasCategories li h2 {
	background: transparent url(/Resources/img/background/ideas-category-corner-left.gif) top left no-repeat;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.ideasCategories li h2 a {
	background: transparent url(/Resources/img/background/ideas-category-corner-right.gif) top right no-repeat;
	color: #fff;
	display: block;
	min-height: 2.5em;
	padding: 0.5em 0 0.4em 12px;
	text-decoration: none;
	width: 6.13em;
}
.ideasCategories li.first {
	margin: 0;
}
.ideasCategories li.first h2 a {
	padding-left: 15px;
}
.ideasCategories li.active {
	background-color: #f4f4f4;
	background-image: none;
}
.ideasCategories li.active h2 {
	background: transparent url(/Resources/img/background/ideas-category-active-corner-left.gif) top left no-repeat;
}
.ideasCategories li.active h2 a {
	background: transparent url(/Resources/img/background/ideas-category-active-corner-right.gif) top right no-repeat;
	color: #3f560d;
}

.ideasList {
	background: #f4f4f4 url(/Resources/img/background/ideas-bg-bottom.jpg) bottom right no-repeat;
	clear: left;
	width: 455px;
}
.ideasList ul {
	list-style: none;
	margin: 0;
	padding: 2em 20px 0 15px;
}
.ideasList ul li {
	margin: 0;
	padding: 0 0 2em 0;
}
.ideasList ul li p {
	margin: 0;
	padding: 0;
}
.ideasList ul li p.ideaTitle {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.ideasList ul li p.ideaPledgeInfo {
	color: #3f570d;
	font-size: 1em;
	margin-bottom: 0.75em;
}
.ideasList ul li p.ideaInfo {
	font-size: 1em;
}
.ideasList ul li p a {
	color: #3f560d;
}

.ideasPagination {
	clear: left;
	padding: 0 0 1em 0;
	position: relative;
	width: 100%;
}
.ideasPaginationByNumber {
	position: absolute;
	left: 0;
	top: -1em;
}
.ideasPaginationControls {
	text-align: right;
	padding-left: 55%;
}

.ideasSubmit {
	width: 85%;
}
.ideasSubmit p {
	margin: 0;
	padding: 0 176px 0 0;
	position: relative;
}
.ideasSubmit p img {
	position: absolute;
	top: 0;
	right: 0;
}

/* Idea
   ---- */
.ideaPledges {
	background: #87ab31 url(/Resources/img/background/idea-pledges-bg.jpg) bottom left no-repeat;
	color: #3f570d;
}
.ideaPledges h2 {
	background: #3f570d url(/Resources/img/background/idea-pledges-h2-bg.gif) top left no-repeat;
	color: #fff;
	margin: 0;
	padding: 0.6em 0 0.6em 15px;
}
.ideaPledges p {
	margin: 1em 15px;
	padding: 0;
}
.ideaPledgesSection {
	background: transparent url(/Resources/img/background/idea-pledges-hr.gif) top left repeat-x;
	clear: left;
	margin: 0 15px;
	padding: 1.25em 0 0 0;
}
.ideaPledgesSection h3 {
	font-size: 1.2em;
	margin: 0 0 1.75em 0;
}
.ideaPledgesSection ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ideaPledgesSection ul li {
	float: left;
	margin: 0;
	padding: 0 0 1.5em 55px;
	width: 155px;
}
.ideaPledgesSection ul li.first {
	clear: left;
}
.ideaPledgesSection ul li.business {
	background: transparent url(/Resources/img/map/icons/markers/Businesses.png) 10px 0 no-repeat;
}
.ideaPledgesSection ul li.house {
	background: transparent url(/Resources/img/map/icons/markers/Households.png) 10px 0 no-repeat;
}
.ideaPledgesSection ul li.school {
	background: transparent url(/Resources/img/map/icons/markers/Schools.png) 10px 0 no-repeat;
}
.ideaPledgesSection ul li a {
	color: #3f570d;
	font-weight: bold;
}
.ideaNextSteps {
	width: 85%;
}
.ideaNextSteps ul li {
	margin: 0 0 0.5em 0;
}

/* Submit idea
   ----------- */
.ideaSubmitBlock {
	float: left;
	margin: 0 0 1em 0;
	width: 225px;
}
.ideaSubmitBlock .formRadio {
	margin: 0 0 1em 0;
	position: relative;
}
.ideaSubmitBlock .formRadio label {
	display: block;
	margin: 0 0 0.25em 25px;
}
.ideaSubmitBlock .formRadio input {
	position: absolute;
	left: 0;
	top: 0.1em;
}
.formNote {
	margin: 0 0 1em 0;
	padding: 0;
}

/* Profile
   ------- */
.profileDetails {
	background: #f9fbec url(/Resources/img/background/profile-details-bg.gif) top left repeat-x;
	margin-top: 2em;
}
.profileDetails .profileSummary {
	background: transparent url(/Resources/img/background/profile-details-top.gif) top left no-repeat;
	padding: 1em 0 0 0;
	width: 100%;
	color: #3f560d;
	font-size: 1.1em;
	font-weight: bold;
}
.profileDetails .profileSummary p {
	color: #3f560d;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 1em 20px;
	padding: 0;
	width: 42.5%;
}
.profileDetails .profileSummary p em {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin: 0.25em 0 0 0;
}

.profileDetails .profileDetailsInner {
	background: transparent url(/Resources/img/background/profile-details-inner.gif) top left repeat-y;
}
.profileDetails .formAction {
	background: transparent url(/Resources/img/background/profile-details-bottom.gif) bottom left no-repeat;
	margin-bottom: 1.5em;
	padding: 1em 0 .25em 0;
}
.profileDetails .formAction p {
	margin: 0 0 1em 20px;
	padding: 0;
	width: 100%;
}

.savingsBoxInner {
	background: #e0e0e0 url(/Resources/img/background/profile-savings-bg.gif) bottom right no-repeat;
	min-height: 225px;
}
.savingsBox h2 {
	background: #59514c url(/Resources/img/background/profile-savings-h2-bg.gif) top left no-repeat;
	color: #fff;
	margin: 0;
	padding: 0.6em 0 0.6em 20px;
}
.savingsTotal {
	background: #747373 url(/Resources/img/background/profile-savings-total-bg.gif) bottom left no-repeat;
	margin: 0;
	padding: 15px 0 10px;
}
.savingsTotal p {
	margin: 0;
	padding: 0;
}
.savingsTotal em {	
	margin-top: 0.25em;
	display: block;	
}
.locationContainer {
	background-color: #ccc;
	height: 198px;
	width: 198px;
	cursor:pointer;
}

/* Contact
   ------- */
.contactField {
	margin: 0 0 1.5em 0;
}
.contactField label {
	display: block;
	margin: 0 0 0.5em 0;
}
.contactField input {
	width: 22.5em;
}
.contactField select {
	width: 23em;
}
.contactField textarea {
	width: 22.7em;
	min-height: 12.5em;
}
.contactField input,
.contactField select,
.contactField textarea {
	font-size: 1.3em;
}
.contactFriendsList textarea {
	min-height: 7.5em;
}

/* Energy Saving
   ------- */
.saveEnergyleadInColor
{
    color:#3F560D;
}
.saveEnergyLeadIn ul {
	clear:both;
	margin-top:1em;
}
.topSpacing
{
    padding-top:7px;
}

.bottomSpacing
{
   padding-bottom:7px;
}

.floatRight
{
    float:right;
}

div.co2Statistics {
	background: #9BB952 url(/Resources/img/background/co2-stats-side.gif) top left repeat-y;
	width: 455px;
	min-height: 148px;
}
div.co2Statistics h2 {
	background: transparent url(/Resources/img/background/co2-stats-top.gif) top left no-repeat;
	margin: 0;
	padding: 10px 13px;
}
div.co2StatisticsInner {
    background: #9BB952 url(/Resources/img/background/co2-stats-bottom.jpg) bottom left no-repeat;

}
div.co2StatisticsChart {
    background: url(/Resources/img/content/co2-piechart.png) 13px 0 no-repeat;
    min-height: 160px;
    padding: 13px 13px 13px 210px;
}
.co2StatisticsKey ul {
    list-style: none;
    margin: 0;
    padding: 2.5em 0 0 0;
}
.co2StatisticsKey li {
    color: #3f560d;
    margin: 0;
    padding: 0.35em;
    padding-left: 25px;
}
.co2StatisticsKey li.transport {
    background: transparent url(/Resources/img/background/co2-key-transport.gif) center left no-repeat;
}
.co2StatisticsKey li.domestic {
    background: transparent url(/Resources/img/background/co2-key-domestic.gif) center left no-repeat;
}
.co2StatisticsKey li.industry {
    background: transparent url(/Resources/img/background/co2-key-industry.gif) center left no-repeat;
}
.co2StatisticsKey li.services {
    background: transparent url(/Resources/img/background/co2-key-services.gif) center left no-repeat;
}
div.energyBlurb {
    padding: 0.5em;
}

div.energySavingStatistics
{
	background: url(/Resources/img/background/saveEnergy-bg.jpg) top left no-repeat;
	width: 429px;
	min-height: 148px;
	padding:13px;
}

div.energySavingStatistics div.energySavingData img
{
    float:right;
    padding-left:18px;
}

div.energySavingStatistics p
{
    padding:0;
    margin:0; 
}
div.energySavingStatistics p.energySavingHeading
{
    font-weight:bold;
    color:#3F560D;
    padding-bottom:2px;
}

div.energySavingStatistics p.energySavingNumber 
{
    font-size:3.2em;
    color:#3F560D;
    font-weight:bold;
    margin:0;
    padding:18px 0 20px 0;
}


div.energySavingStatistics p.energySavingText
{
    padding:0;
    margin:0;
}

div.saveEnergyBottom
{
    padding-top:10px;
}

div.saveEnergyBottom div#contentLeft
{
    float:left;
    width:200px;
}

div.saveEnergyBottom div#contentRight
{
    float:right;
    width:200px;
}


div.saveEnergyLeadIn img
{   
   float:left;
   margin-right:20px;
   margin-bottom:20px;
}

div.saveEnergyLeadIn p
{   
   font-size:1.1em;
   margin:0;
}

div.whySaveLeadIn p {
	margin: 1em 0;
}

div.section h2
{
   padding-top:10px;
}

div.saveEnergyInfo{
	float:right;
	width:222px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:3px;
}

div.saveEnergyInfo div.saveEnergyInfoTop{
	background:url(/Resources/img/background/saveEnergy-infoTop.gif) no-repeat left top;
}

div.saveEnergyInfo div.saveEnergyInfoTop h3{
	padding:3px 0 3px 12px;
	color:#FFF;
	margin:0;
}

div.saveEnergyInfo div.saveEnergyInfoMiddle{
	background: #ECF1C5 url(/Resources/img/background/saveEnergy-infoMiddle.gif) repeat-x left top;
}

div.saveEnergyInfo div.saveEnergyInfoMiddle ul
{
 	list-style:none;
	color:#3F560D;
	padding:3px 20px 0 0;
	margin:0;
}

div.saveEnergyInfo div.saveEnergyInfoMiddle p
{
 	padding:3px 20px 0 10px;
	margin:0;
}

div.saveEnergyInfo div.saveEnergyInfoBottom
{
    background:url(/Resources/img/background/saveEnergy-infoBottom.gif) no-repeat left top;
	height:12px;
}

div.energySavingNextSteps {
	margin-top:0.9em;
}

.energySavingNextSteps ul li {
	margin: 0 0 0.5em 0;
}


p.savingIdeaTitle, p.savingIdeaPledgeInfo
{
    padding:0;
    margin:0;
}

div#saveEnergyNext
{
    margin-top:30px;
}

div.energyImg
{
  	background-color: #E3E3E3;
	width: 186px;  
	margin-top:0;
	padding:4px;
	border:solid 1px #C5C5C5;
	border-top:none;
    /*margin-top:-10px;*/
}

div.energyMapTitle
{
    background: url(/Resources/img/background/1x1_pixel_c5c5c5.gif) repeat-x left bottom;
}

div.energyMapTitle h2
{
    background: url(/Resources/img/background/saveEnergy-EE-imgTitle.gif) no-repeat left top;
    text-align:center;
    width:63px;
    height:16px;
    padding-bottom:0;
    padding-top:1px;
    font-size:1.2em;
    /* margin bottom made 0 */
    margin-bottom:0;
}

div.currentImg
{
    float:left;
}

div.idealImg
{
    float:right;
}


table.dataTable
{
    padding:2px;
    margin:0;
    border-collapse:collapse;
    background: #FAFBED url(/Resources/img/background/right_loz_height_slice.jpg) top left repeat-x;
    border-top:solid 1px #3F560D;
    border-left:solid 1px #3F560D;
}

table.dataTable tr
{
    height:20px;
}

table.dataTable tr.emptyRow
{
    height:4px;
}

table.dataTable td
{
    padding-left:14px;
    vertical-align:middle;
    border-bottom:solid 1px #3F560D;
    border-right:solid 1px #3F560D;
    color:#3F560D;
}

table.dataTable tr td.colHeading
{
    background-color:#B6CC7D;
 
}

table.dataTable tr td.col1
{
    width:53px;
}

table.dataTable tr td.col2
{
    width:231px;
}

table.dataTable tr td.col3
{
    width:169px;
}


/* Terms & Conditions / Privacy / Accessibility
    ----------------- */
div.footerPages h2
{
    
    padding:15px 0 5px 0;
    margin:0px;
}

div.footerPages p
{
    
    padding-top:5px;
    margin:0;
}

div.footerPages ul
{
    padding:0 0 10px 0;
    margin:0;
}

/* Errors
   ------ */
.pageError,
.pageErrorIndented {
	background: transparent url(/Resources/img/background/error-icon.gif) center left no-repeat;
	color: #ff7505;
	font-size: 1.1em;
	padding: 0.6em 0 0.6em 38px;
}
.pageErrorIndented {
	margin: 0.25em 0 0.5em 12em;
}
.starControlError {
	background: transparent url(/Resources/img/background/error-icon.gif) center left no-repeat;
	color: #ff7505;
	font-size: 1.1em;
	padding: 0.6em 0 0.6em 38px !important;
}
   
/* Tools
   ----- */
div.clearer { /* To clear floated divs */
	height: 1px;
	line-height: 1px;
	clear: both;
	overflow: hidden;
}

.postit { /* invisible semantic headers - using off left technique */
	margin: 0 !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -10000px;
}
.fieldDisabled {
	background-color: #dfdfdf;
}

/* Progress Bar
   ------------ */
.efficiencyRatings {
	padding-top: 1em;
}
.efficiencyRatings .efficiencyProgressBar p {
	margin-bottom: 5px;
}
.efficiencyProgressBar {
	text-align: center;
}
.efficiencyProgressBar p {
	margin: 0;
	padding: 0;
}