/* @override http://www.namastesolar.com/css/cmsPage_view.css */

/* @override http://www.namastesolar.com/css/cmsPage_view.css */

/* @override http://namaste.local/css/cmsPage_view.css */

@charset "UTF-8";
/* CSS Document */

#sidebar{
	margin-top:33px;
	
	width:175px;
}

#mainContent{
	width:770px;
	float:left;
	margin-left:0px;	
	min-height:500px;
}


#sidebar .cmsPages ul{
	}

#sidebar .cmsPages h4{
	margin:0;
	width:100px;
	padding-top:8px;
	padding-bottom:8px;
	font-style:italic;
	font-size:13px;
}
#sidebar .cmsPages ul li a{
	font-size:12px;
	font-style:italic;
	margin-left:15px;
	
	
	
}
#sidebar .cmsPages ul li a img{
	margin-left:-15px;
	
	
	
}


#sidebar .cmsPages h4.first{
	padding-top:0;	
}


#sidebar  a.homes{
	color:#F26722;
	}

#sidebar  a.businesses{
	color:#007FB3;
	}

#sidebar  a.architects_and_builders{
	color:#8D9538;
	}

#sidebar  a.nonprofits_and_governments{
	color:#B41E4A;
	}


#sidebar ul li a{
	color:#F26722;
	line-height:24px;
	}
	
	
#sidebar ul li.subNav a{
	padding-left:11px;
	color:#888;
	line-height:12px;
	display:block;
	padding-bottom:6px;
	font-size:11px;
	cursor:pointer;
	
}
	
	
	
#sidebar ul li.topNav a{
	line-height:16px;
	padding-top:8px;
	cursor:pointer;
	width:140px;
	display:inline-block;
	
}
	
/* Breadcrumbs */
#breadcrumbs{
	
	height:40px;
	width:100%;
	color:#333;
	text-align:right;
	color:#999;
	font-size:10px;
}

#breadcrumbs a{
	color:#999;
	font-size:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#breadcrumbs a:hover{
	color:#F26722;
}


/* Breadcrumbs */
	
/*	FAQS */
#faqLinks{
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:2px solid #dadada;
}

ul.faqs li{
	list-style:none;
}

.question a:link{
	padding-top:15px;
	padding-bottom:5px;
}

li.question{
	color:#F26722;
	padding-bottom:3px;
	padding-top:8px;
}
.faqs .answer  {
	width:80%;
}

.faqs .answer {
	padding-bottom:4px;
	padding-left:0px;
}

.faq strong{
	padding-bottom:0px;
	color:#F26722;
}


/* Team Members */

.teamMember{
	float:left;
	
}

.teamMember .thumbnail_box{
	width:120px;
	height:150px;
	margin-right:20px;
	margin-top: 10px;
}
.teamMember .thumbnail_box .position{
	color:#F26722;
	padding-top:2px;
	line-height:12px;
}
.teamMember .thumbnail{
	background-repeat:no-repeat;
	width:115px;
	height:113px;
	cursor:pointer;
	opacity:.6;
}


/* Overlay and expose */

/* the overlayed element */ 
.teamMember .modal  { 

     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 

	background:url(../img/50-percent-black.gif);
	padding:12px;
	width:558px;
} 

.teamMember .modal .inside {
	     
    /* styling */ 
    background-color:#fff; 
     
	padding:12px;
	
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;  
	min-height:254px;
	background:white url(../img/overlay/overlay_background.jpg) no-repeat;
	background-position:bottom right;
	
}
 
/* close button positioned on upper right corner */ 
.teamMember .modal .close { 
	background:url(../img/overlay/btn_close.jpg) no-repeat;
	position:absolute; 
    right:10px; 
    cursor:pointer; 
    height:35px; 
    width:60px; 
}


.teamMember .modal .name{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding-bottom:2px;
	padding-top:6px;
}

.teamMember .modal .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#f26722;
	padding-bottom:3px;
}
.teamMember .modal .phone{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#333333;
}

.teamMember .modal .email{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#333333;
	padding-bottom:10px;
}
 .teamMember .modal  .photo img{
	float:left;
	margin:0px;
	padding:0px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.teamMember  .modal  .body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#333333;
	padding:0px;
}
.teamMember  .modal  .body p{
	padding:0px;
}
.teamMember  .modal  .certification{
}

/* Overlay and expose for the sidebar video */








/* systems */
/* Team Members */

.system{
	float:left;
	margin-right:20px;

}

.system .thumbnail_box{
	width:120px;
	height:150px;
	margin-right:20px;

}
.system .thumbnail_box .position{
	color:#F26722;
}
.system .thumbnail{
	background-repeat:no-repeat;
	cursor:pointer;
	height:150px;
	width:150px;
	opacity:.6;
	}

/* Overlay and expose */

/* the overlayed element */ 
.system  .modal  { 

     
    /* must be initially hidden */ 
    display:none; 
    /* place overlay on top of other elements */ 
    z-index:10000; 
	background:url(../img/50-percent-black.gif);
	padding:12px;
	width:622px;
} 

.system  .modal .inside {
	     
    /* styling */ 
    background-color:#fff; 
     
	padding:12px;
	
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;  
	min-height:254px;
	background:white;
	
}
 
/* close button positioned on upper right corner */ 
.system .modal .close { 
	background:url(../img/overlay/btn_close.png) no-repeat;
	position:absolute; 
    right:15px;
	top:22px;
    cursor:pointer; 
    height:35px; 
    width:60px; 
}


.system .modal .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#f26722;
	
}

.system .modal .photo{
	width:600px;
	min-height:300px;
	background:url(../img/portfolio-ajax-loader.gif) center center no-repeat;
}
.system .modal  .photo img{
	float:left;
	margin:0px;
	padding:0px;

	
}

/* Overlay and expose for the sidebar video */






.thumbnailCover{
	border:1px solid red;
	background-image:url(../img/50-percent-black.gif);

	
}


/*   systems  */
/* EOF Team Member  */

/* News */

#stories{
	margin-bottom:10px;
	width:680px;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#stories.with-right{
	width: 370px;
	
}

#stories p{
	width:100%;	
	padding:0;
	
}


#stories .story .date, #stories .story .title{
	font-weight:bold;
	font-size:12px;
	
}

#stories .story .body{
	padding-right:10px;
	padding-bottom:10px;
	font-size:12px;
	
}

#stories .story .body a{
	color:#f26722;
	
}
#stories .story .author{
	font-weight:bold;
	float:right;
	padding:4px;
	
}



/* Testimonials   */

#testimonials{
	margin-bottom:10px;
	width:700px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#testimonials p{
	width:100%;	
	padding:0;
	
}

#testimonials .testimonial{
	margin-bottom:18px;
}

#testimonials .testimonial .date, #stories .testimonial .title{
	font-weight:bold;
	font-size:12px;
	
}

#testimonials .testimonial .body{
	padding-right:10px;
	padding-bottom:10px;
	font-size:12px;
	
}

#testimonials .testimonial .body a{
	color:#f26722;
	
}
#testimonials .testimonial .author{
	font-weight:bold;
	padding:4px;
	
}




/* Testimonials   */


#dateNav{
	padding-bottom:10px;
}

#dateNav a:link{
	color:#999;
	padding-right:4px;
	padding-left:4px;
	border-right:1px solid #dadada;
}


#dateNav a:hover{
	color:#f26722;
	text-decoration:none;

}




/* EOF News  */



/* Affiliations */

#affiliations{
	margin-bottom:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#affiliations h3{
	padding:0;
	margin:0;
/*	color:#F26722;
*/	font-size:12px;
}
#affiliations ul{
	color:black;
	margin-bottom:10px;
	font-weight:bold;
	font-size:10px;
}
#affiliations ul li{
	margin-left:12px;
	font-weight:100;
	
}

#affiliations ul li .title{
/*	color:#F26722;
*/}


#certifications {
	display:block;
	clear:both;
}
#certifications .photos {
    float: left;
    margin-right: 20px;
}

#certifications .photos .photo{
	
	
}

#certifications .photos .photo img{
	min-height: 70px;
}

.certificationType {
    float: left;
    width: 315px;
}
.certificationType li{

	float:left;
	width:135px;
	margin-left: 15px;
	padding-right: 0;
}
.certifications-right{
	display: block;
	width: 248px;
	float: right;
}


.miniBReport {
    background-color: #F3F3F5;
    border-bottom: 3px solid #000000;
    border-top: 3px solid #000000;
    margin-bottom: 15px;
}
.miniBReport .impact-report-heading-group {
    border-bottom: 3px solid #000000;
    padding: 4px;
}
.miniBReport .impact-report-heading-group a.detail {
    background-color: #959595;
    color: #FFFFFF;
    float: right;
    font: 0.9em Arial,Verdana,Helvetica,Sans-serif;
    padding: 2px 6px;
}
.miniBReport .impact-report-heading-group h3 {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    margin: 0px;
}
div.certifications-right .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0.1px;
    visibility: hidden;
}
table.mini-b-report tr.total td {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 3px solid #000000;
    border-top: 3px solid #000000;
    font: bold 1.083em Arial,Verdana,Helvetica,Sans-serif;
    padding: 4px;
    text-align: right;
}
div.certifications-right .highlight-container p {
    border-top: 1px solid #cccccc;

    margin: 0;
    padding: 8px 4px;
}

div.certifications-right h1#company-name {
	margin-top: 10px;
	font: bold 2em Arial,Helvetica,Verdana,Sans-serif;
}
div.certifications-right ul.stats li {
    font: 1.1em Arial,Helvetica,Sans-serif;
    list-style: none;
    margin-bottom: 0.4em;
    margin-left: 0px;
    padding: 0px;
}
.miniBReport .heading-group span {
    float: right;
    font-style: italic;
    padding-top: 1px;
}
.miniBReport  table tr{
		margin: 1px;
}
.miniBReport .heading-group h3 {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    float: left;
    padding: 0;
    margin: 0px;
     font: bold 1.167em Arial,Helvetica,Sans-serif;
}
table.mini-b-report .points, table.mini-b-report .percent {
    text-align: right;
    vertical-align: middle;
    width: 50px;
}
table.mini-b-report tr.category td {
   border-top: 1px solid #cccccc;    font: bold 1.083em Arial,Verdana,Helvetica,Sans-serif;
    padding: 4px;
}
table.mini-b-report tr.total td.section {
    font: italic 1.167em Georgia,Times,"Times New Roman",Serif;
    text-align: left;
}
.miniBReport .heading-group span {
    float: right;
    font-style: italic;
    padding-top: 1px;
   
}
.miniBReport table{
	border-collapse:collapse;
}
.miniBReport table,.miniBReport  td,.miniBReport  th{
	border-bottom: 1px solid #cccccc;
}


#certifications .areaOfExcellence li {
	 font-family: Times,"Times New Roman",Georgia,Serif;
    font-size: 0.9em;
    padding: 0px;

}
.miniBReport ul.areaOfExcellence {
    font-family: Times,"Times New Roman",Georgia,Serif;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 10px 4px;
}
.summary-heading-group {
   border-bottom: 1px solid #cccccc;

    padding: 4px;
}
table.mini-b-report .points, table.mini-b-report .percent {
    text-align: right;
    vertical-align: middle;
    width: 50px;
}

table.mini-b-report th {
    font-size: 0.8em;
    font-weight: normal;
    padding: 0.5em;
}
div.certifications-right ul.stats li span {
    color: #979797;
    font: bold 1.1em "Times New Roman",Times,Georgia,Serif;
    
}
div.certifications-right .highlight-container {
    border-top: 3px solid #000000;
    margin-bottom: 10px;
}
.miniBReport .heading-group {
    padding: 4px;
}
/* EOF Affiliations  */

.miniBReport ul.areaOfExcellence span {
    color: #FF0000;
}
/* Team Members */

#caseStudies{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}


.caseStudy{
	clear:both;
	
	padding:4px;
	margin-bottom:20px;
	min-height:160px;
	border-bottom:2px solid #dadada;
}


.caseStudy .familyName{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#333;
	font-style:italic;
	line-height:26px;
	display:block;
	padding-bottom:6px;
}


.caseStudy .photo{
	float:left;
	
}
.caseStudy .photo img{
	padding-top:0px;
	padding-bottom:15px;
	padding-right:10px;
	padding-left:0px;
	width:465px;
	margin-left:0px;
}
.caseStudy .body{
	margin-bottom:20px;
}
.caseStudy .specs{
	margin-bottom:35px;
	float:left;
	margin-left:32px;
}



.caseStudy .specs .title{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#f26722;
	font-weight:bold;
	width:200px;
	
	
	
}
.caseStudy .specs div{
		padding-bottom:6px;
}

.caseStudy .specs{
}

.ui-dialog-content{
	
	
}
/* EOF Team Member  */



/* quick Pagination stuff  */



/* Stores   */


#store .category .title{
	font-size:16px;
}

#store .category .photo img{
	width:145px;
	
	border:1px solid #8E847D;

}
#store .category .title{
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#1A1A1A;
	font-style:italic;
	padding-top:5px;
}
#store .category .products .product{
		width:200px;
		height:200px;
		border:1px solid red;
		margin:10px;
		float:left;
		
}
#store .categories {
	min-height:250px;
	clear:both;
}

#store .categories .category {
	float:left;
	margin-right:10px;
}
	




/* Stores   */


#flashMessage{
	font-size:14px;
	color:#C00;
	font-weight:bold;
	float:left;
}


#loggedInUser{
	background:#333;
	opacity:.8;
	height:28px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;	position:absolute;
	top:0;
	left:0;
	width:99%;
	padding-right:20px;

	
	
}

#loggedInUser .user{
	float:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
	vertical-align:middle;
	color:white;
	padding-right:10px;
	
}
#loggedInUser .user a{
	color:#CCC;
}
#loggedInUser .user a:hover{
	color:#CCC;
}

#page_control{
	position:absolute;
	top:2px;
	left:4px;
	z-index:3000;
}
  /* allow room for 3 columns */
#clients ul 
  {
    width: 30em;
	color:red;
  }

  /* float & allow room for the widest item */
#clients ul li
  {
    float: left;
    width: 10em;
  }

  /* stop the float */


/*   ColumnList  */

.columnList{
 margin:0px;
	 padding:0px;
}

.columnList ul{
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:visible;


}
 .columnList div{
	 float:left;
	 padding-bottom:15px;
	 margin:0px;
	 padding:0px;
 }
	 
.columnList li{
	list-style:none;
  width: 370px;
  margin: 2;
   margin:0px;
	 padding:0px;
		padding-bottom:7px;
		

}



/*   ColumnList  */



/* Awards   */



#awards{
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	max-width:600px;
}
#awards .obama{
	float:right;
}


#awards ul{
	color:black;
	margin-bottom:10px;
	font-weight:bold;
	font-size:10px;
}
#awards ul li{
	margin-left:12px;
	font-weight:100;
	margin-bottom:.8em;
	list-style:none;
	
}

#awards ul li .title{
	color:#black;
	font-weight:bold;
}


/* Awards   */


#loading{
	position:fixed;
	margin-left:700px;
	margin-top:-30px;
	display:none;
}
	
	
#core_values{
	
	
	
}
#core_values .core_value{
	width:400px;
	height:60px
}

#core_values .core_value .description{
		height:65px;
		float:left;
}
#core_values .core_value .photo{
		height:65px;
		float:left;
		padding-right:22px;
}
#core_values .core_value .photo img{
		float:left;
		padding:0;
		margin:0;
}

#core_values .core_value .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#f26722;
	font-style:italic;
	font-size:18px;
}

#core_values .body{
	
}





/*   ColumnList  */

#sitemap{
 margin:0px;
	 padding:0px;
}

#sitemap .column{
	border:1px solid red;
	width:250px;
}

#sitemap .right{
	width:350px;
	float:left;

}
#sitemap li{
	list-style:none;
	width:250px;
	
}
#sitemap .page{
	padding:10px;
	width:250px;
}
#sitemap .page a{
	color:#f26722;
	padding:0;}
	
#sitemap .section{
	margin-left:10px;
}
	
#sitemap .section a{
color:#333;


}

#sitemap .pageContent a{
	color:#666;
}


