/* HTML Tag Redefinition */
html, body {height: 100%;  }


body {
	background-color: #ffffff;  
	/* background-color: #eeeeee;   */
	text-align: center; 
	padding: 0px; 
	margin: 0px;
	font-family: Helvetica, Arial sans-serif;
	color: #5b6359;
	font-size: 14px;
}


img {border: 0px;}

a { 
	color: #7F8C7D;
	cursor:pointer;
	text-decoration: none;
}

a:visited,a:active {
	color: #7F8C7D;
}

a:hover {
	color: #65AB5C;
}

label { font-weight:bold; display:block; padding-top: 10px; }

fieldset { border:1px solid #ccc;}


/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}


/* Fixes */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.no-margin {
	margin: 0;
}



/* Page Structure / Navigation */

#page-container { 
	width: 960px; 
	margin: auto; 
	text-align: left;
	
}

#page { 
	padding: 10px;
	
	background: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#header {
	padding-bottom: 10px;
}

#header h1 { 
	font-size: 1px;
	text-indent: -1337px;
} 

#header #logo {
	background: url(http://www.lambenergy.com/themes/lamb/images/lamb-logo.png) no-repeat;
	float: left;
}

#header #logo a { 
	display: block;
	width: 300px;
	height: 107px;
}



#page #body a {
	color: #65AB5C;
	text-decoration: none !important;
}

#page #body a:hover {
	background: #65AB5C;
	color: #ffffff;
	text-decoration: none !important;
}




/* #page #menu ul.nav-header li.nav-selected{ border:1px solid #bbb; padding:2px 8px; } */

#phone-contact {
	float: right;
	text-align: right;
	margin-top: 35px;
}

#phone-contact h2 {
	font-size: 2.5em;
	color: #9ca79b;
	margin: 0 0 5px;
}

#phone-contact a {
	color: #65ab5c;
	text-decoration: none;
	font-size: 1.3em;
	padding: 3px;
}

#phone-contact a:hover {
	background: #65ab5c;
	color: #ffffff;
}


#page #central {
	background: #FFF url(http://www.lambenergy.com/themes/lamb/images/side-bar-bg.jpg) no-repeat 640px 13px;
	padding-top: 15px;
}


#page .no-sidebar {background-image: none !important}

#page #central #sidebar-container {
	float: right !important;
	/* width: 315px; */
	width: 300px;
}

/*
#page #central #sidebar {
	background: url(http://www.lambenergy.com/themes/lamb/images/bg-light-green-stripe.png) repeat;
	padding: 20px;
	color: #75786c;
	color: #000000;
}
*/

#page #central #sidebar {
	padding: 10px;
	/* color: #75786c;  */
	/* padding: 15px; */
	/* border: 10px solid #CCCCCC; */
}

#page #central #sidebar .sidebar-content h3 {
	color: #65AB5C;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 1.10em;
}

#page #central #sidebar .sidebar-content {
	margin: 5px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;

	
}

#page #central #sidebar .sidebar-content p {
	margin: 5px 0;
	line-height: 1.1em;
}

#page #central #sidebar .sidebar-content em {
	font-weight: bold;
	color: #75786c;
}

#page #central #sidebar-container #memberships {
	border: 1px solid #C5D0C5;
	padding: 10px;
	text-align: center;
}

#page #central #sidebar-container #memberships p {
	font-weight: bold;
	margin: 0 0 7px 0;
}

#page #central  .memberships {
	border: 1px solid #C5D0C5;
	padding: 10px 30px;
	margin-top: 30px;
}

#page #central .memberships h3 {
	font-weight: bold;
	margin: 10px 0 0px 0px;
	float: left;
	width: 255px;
	font-size: 2em;
}

#page #central .memberships img {
	border: 0px!important;
	padding: 0px !important;
	margin-left: 30px;
}


/*
#page #central  #body {
	float:right;
}
*/
 
#page #central #body{ 
	float: left; 
	width: 580px; 
	padding-right: 28px; 
	overflow: hidden; 
	padding-left: 0px !important; 
	padding-right: 0px !important; 
}

#page #central #body p {
	text-align:left;
	line-height: 1.4em;
}


#page .no-sidebar #body{ float: none !important; width: auto !important; overflow:hidden }

#page #central #sidebar p{ line-height:24px}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:11px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(http://www.lambenergy.com/themes/lamb/images/nav_sidebar_left_bg.gif) repeat-y center; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

#footer-container {
	position: relative;
}

#shadow {
	background: url(http://www.lambenergy.com/themes/lamb/images/shadow.png) repeat-x;
	position: absolute;
	height: 10px;
	width: 100%;
	top: 0px;
}

#footer{
	background: url(http://www.lambenergy.com/themes/lamb/images/footer-stripe.png);
	padding: 10px; 
	clear: both;  
	color: #FFF; 
	font-size: 11px;
}


#footer a { 
	text-decoration: none;
	color: #FFF;
}

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

#footer ul li {
	list-style: none;
}

#footer ul.right-side {
	text-align: right;
}


#footer span.sign-in {margin-left: 20px}
#footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

/* Home Page */

#splash-container {
	background: #CCCCCC;
	padding: 10px;
	margin-top: 50px;
}

#splash {
	background: #FFF url(http://www.lambenergy.com/themes/lamb/images/logo-watermark.jpg) no-repeat right;
}

#splash #splash-image {
	float: left;
}


#splash-image .ccm-SlideshowBlock-display {
	width: 418px!important;
}

#splash #first-read {
	float: right;
	text-align: left;
	margin: 20px 30px 0 0;
	width: 450px;

}

#splash #first-read h2 {
	font-size: 4.5em;
	color: #65ab5c;
	text-shadow: 1px 1px 5px #aaaaaa;
	margin: 0;	
}

#splash #first-read h3 {
	font-size: 2.3em;
	color: #7f8c7d;
	text-shadow:1px 1px 5px #aaaaaa;
	margin: 0px 0 15px;	
}

#splash #first-read p {
	color: #5B6359;
	}

#splash #first-read img {
	text-align: center;
	}

#business-type {
	margin: 15px 0;
}

#business-type a {
	display: block;
	width: 465px;
	height: 41px;
	box-shadow: 0px 2px 2px #999999;
	-moz-box-shadow: 0px 2px 2px #999999;
	-webkit-box-shadow: 0px 2px 2px #999999;
}

#business-type a:hover {
	background-position: left bottom;
}

.solar-business {
	background: url(http://www.lambenergy.com/themes/lamb/images/solar-business-button.jpg) no-repeat left top;
	float: left;
}

.solar-government {
	background: url(http://www.lambenergy.com/themes/lamb/images/solar-government-button.jpg) no-repeat left top;
	float: right;
}

.entry-points {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.entry-points h2 {
	font-size: 1.85em !important;
	color: #505050;
	float: left;
	background: url(http://www.lambenergy.com/themes/lamb/images/green-arrow.png) no-repeat right;
	padding-right: 20px;
}

.entry-points a {
	color: #505050;
	text-decoration: none;
}

.entry-points a:hover {
	color: #65AB5C;
}

#body .entry-points h2 {
	margin: 5px 0 0 !important;
}

.entry-points p {
/* 	color: #868a7c; */
	color: #5b6359;
	float: left;
	width: 390px;
	margin: 5px 0;
}

.entry-points img {
	float: left;
	border: 5px solid #EEEEEE;
	margin-right: 10px;
}


.page-home #sidebar h2 {
	margin-top: 0;
	color: #65AB5C;
}

.page-home #sidebar p {
	margin: 5px 0;
}

/* Subpage */

#container-image {
	margin: 50px 0 0px;
}

#business-type-small {
	margin-bottom: 15px;
}

#business-type-small a {
	display: block;
	width: 152px;
	height: 64px;
	box-shadow: 0px 2px 2px #999999;
	-moz-box-shadow: 0px 2px 2px #999999;
	-webkit-box-shadow: 0px 2px 2px #999999;
}

#business-type-small a:hover {
	background-position: left bottom;
}

.solar-business-small {
	background: url(http://www.lambenergy.com/themes/lamb/images/solar-business-small.jpg) no-repeat left top;
	float: left;
}

.solar-government-small {
	background: url(http://www.lambenergy.com/themes/lamb/images/solar-government-small.jpg) no-repeat left top;
	float: right;
}

.subpage {
	/* padding-top: 15px; */
}

#body h2 {
	color: #159033;
	font-size: 2.75em;
	margin: 5px 0 20px;
}

#body h3 {
	font-size: 1.5em;
	margin-bottom: 8px;
}

#body div img {
	border: 4px solid #CCCCCC;
	padding: 4px;
	background: #FFFFFF;
}


#body div hover {
	text-decoration: none !important;
}

.formBlockSurveyTable {

}


.formBlockSurveyTable input, .formBlockSurveyTable textarea {
	border: 1px solid #999999;
	padding: 3px;
	font-size: 1.2em;
	font-family: Helvetica, arial, sans-serif;
	color: #666666;
}

.formBlockSubmitButton {
	
}

#projects-page {

}

#projects-page h2 {
	color: #159033;
	font-size: 2.75em;
	margin: 5px 0 30px;
}

.project-container {
	/* background: url(http://www.lambenergy.com/themes/lamb/images/bg-light-green-stripe.png) repeat; */
	background: #777;
	padding: 10px;
}

.project-container .projects {
	background: #FFFFFF;
	padding: 5px;
/*
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
*/
}

.project-container .projects h3 {
	color:#65AB5C;
	font-size: 2em;
	margin: 0px;
}

.project-container .projects p {
	margin: 5px 0;
}

.ccm-gallery {
	border: none !important;
	margin-bottom: 15px;
	padding: 0px 10px 0px !important;
	margin: 0px !important;
	/* background: url(http://www.lambenergy.com/themes/lamb/images/bg-light-green-stripe.png) repeat; */
	background: #777;
}

.ccm-gallery-wrap {
	margin-bottom: 15px;
}

.ccm-gallery tbody tr td img {
	border: 5px solid #FFFFFF;
/*
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
*/
}


#body .ccm-image-block {
	cursor: pointer;
}

.project-buttons {
	margin-bottom:  15px;
}

.page-solar_installations #body div img {
	border: none !important;
}

.project-buttons a:hover {
	background: none !important;
}

.subnav {
	margin-bottom: 10px;
}

.subnav ul {
	margin: 0;
	padding: 0 !important;
}

.subnav li {
	margin-bottom: 3px !important;
}

.subnav li a {
	display: block;
	background: #2f9d49 url(http://www.lambenergy.com/themes/lamb/images/menu-bg.jpg) repeat-x;
	border: 1px solid #2F9D49;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

.subnav li a:hover {
	background: #2f9d49;
	text-decoration: none !important;
}

.subnav li ul {
	list-style: square !important;
	padding-left: 15px !important;
	margin: 3px 0 !important;
	
}



.subnav li a {
	color: white !important;
}

#lamb-office {
	margin: 0 0 0px 10px;
}

.page-business #central {
	background: none !important;	
}

.page-government #central {
	background: none !important;
}


.page-solar-pv-systems #central {
	background: none !important;
}

.page-solar-lighting #central {
	background: none !important;
}

