/* Globals */

body{
	background: #45230c;
	padding-top: 5px;
}
#header{
	background: url('/images/header.png') no-repeat;
	height:170px;
	margin-bottom: 5px;
}
#headertemp{
        background: url('/images/header.png') no-repeat;
        margin: auto 0;height:170px;
}

#headerLinks{
	text-align:center;
	height:40px;
	font-size:1em;
	font-weight:bold;
	padding-top:9px;
	background: url('/images/headerLinks_bg.png') no-repeat top center;
}
#headerLinks a{
    color:#000;
    padding:0 20px;
    text-decoration:none;
}	
#headerLinks a:visited{
    color:#000;
}
#headerLinks a:hover{
	text-decoration: underline;
}
#currentpage {
	padding:0 20px;	
	color:#555;
}
#currentpage a:hover {
	text-decoration: none;
}
#content {
	background: #391700 url('/images/content.png') no-repeat;
	padding-top:25px;
	padding-bottom:30px;  /* for the Sticky Footer's #main */
}
.test {
	background: #fff;
	height: 40px;
}
.clear10 {
    height:10px;
}
.note {
	font: .9em Georgia italic;
	color: #555;
}
h6 {
	margin:30px 0 7px 0;
}





/*===============================*/

#slideshow {
    position:relative;
    height:274px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*===============================*/




/* Sticky Footer */
html, body, #wrap {height:100%;}
body > #wrap {
	height: auto;
	min-height:100%;
	background: #331501;
	border-left: solid 1px #532A0E;
	border-right: solid 1px #532A0E;
	padding-top:5px;
	margin-top:-5px;
}
* html #wrap {
height: 100%;
}


/*#main {padding-bottom: 30px;}   must be same height as the footer 
		--->This is covered in #content above<-- */

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */ 
	height: 30px;
	clear:both;
	padding-bottom:0px;
	background: #331501 url('/images/footer_bg.png') repeat-y center bottom;
	padding-left:10px;
	padding-right:10px;
	margin-left:-1px;
	border-left: solid 1px #532A0E;
	border-right: solid 1px #532A0E;
} 
#footerwrap {clear:both;}

/* Clearfix for StickyFooter */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/* Home Page */

.sidebar {
	margin-top:30px;
}
.button {
	width:160px;
	height:40px;
	margin-bottom: 47px;
}
.imgleft{
	margin-left:-15px;
}
.imgright {
	margin-left:-45px;	
}
	#sample {
		background: url('/images/button_sample.png') no-repeat top center;
		width:160px;
		height:40px;
	}
	#portfolio {
		background: url('/images/button_portfolio.png') no-repeat top center;
		width:160px;
		height:40px;
	}
	#client {
		background: url('/images/button_client.png') no-repeat top center;
		width:160px;
		height:40px;
	}
#picture_home {
	width:460px;
	height:274px;
	background: url('/images/picture_home.png') no-repeat top center;
}
#photo_bio {
	width:460px;
	height:274px;
	background: url('/images/picture_bio.png') no-repeat top center;
}
#photo_mission {
	width:460px;
	height:274px;
	background: url('/images/picture_mission.png') no-repeat top center;
	margin-left:-30px;
	margin-top:30px;
}
#quote {
	font: 14pt "Georgia";
	font-style: italic;
	text-align:  center;
	color: #333;
	margin: 20px 0;
}
#quoteright {
	text-align: right;
	float:right;
	color:#333;
	margin:20px 0;
	font: 10pt "Georgia";
	font-style: italic;
}
#contact {
	margin: 30px;
	padding: 30px;
	font-family: "Lucida Sans";
	color: #333;
	text-align: center;
	border-top: 1px dashed #666;
	height:1px;
}
.photo {
        height:241px;
        margin-top:15px;
}
.section_sub {
	height: auto;
	margin-top: -10px;
	/* border: dashed #666 1px; */
	padding: 45px 10px 0px 10px;
	text-align: justify;
	text-justify: left;
}
.section {
	height: auto;
	/* border: dashed #666 1px; */
	padding: 45px 10px 0px 10px;
	text-align: justify;
	text-justify: left;
}



/* bio_resume page */

	#biography {
		padding-top:12px;
		background: url('/images/section_biography.png') no-repeat top center;
	}
	#resume {
		padding-top:12px;
		padding-left:30px;
		background: url('/images/section_resume.png') no-repeat top center;
	}


/* probono_publications page */
	#probono {
		background: url('/images/section_probono.png') no-repeat top center;
	}
	#probono li{	
		margin-left:0px;
	}
	#publications {
		background: url('/images/section_publications.png') no-repeat top center;
	}
	.subli {
		font-style: italic;
		color: #555;
	}
	.probonosubli {
		font-size:.9em;
		padding-left:20px;
	}
	#probonopic{background: url('/images/probonopic.png') no-repeat top center;}
	#probonopic2{background: url('/images/probonopic2.png') no-repeat top center;}


/* mission_services page */
	#mission_statement {
		padding-top: 50px;
		margin-top: 15px;
		border: solid #87ab7d 3px;
		background: /* #a7d39a */ #c2e0b8 url('/images/button_mission_bio.png') no-repeat center 8px;
	}
	#mission_statement p{
		padding: 0 15px 0px 15px;
		text-align: justify;
		font-style: italic;
		text-justify: left;
	}		
	#services {
		margin-top:25px;
		padding-top:30px;
		background: url('/images/section_services.png') no-repeat top center;
	}

/* samples_details page */
	.samplesection{
		background: #fff;
	}
	#masterplan {
		background: #fff url('/images/samples_masterplan.png') no-repeat center;
		height:150px;
	}
	#masterplanpic {
		background: url('/images/masterplan_small.png') no-repeat center;
	}
	#plantlistpic {
                background: url('/images/plantlist_small.png') no-repeat center;
        }
	#constructiondetails {
                background: url('/images/samples_constructiondetails.png') no-repeat center 85px;
		height:150px;
        }
	#constructiondetailspic {
                background: url('/images/constructiondetails_small.png') no-repeat center;
        }
	.sampledetails{
		margin-top:-15px;
	}
#flashcontent {
		width: 100%;
		height: 640px;		
	}

/* testimonials page */
	#testimonials {
		padding:20px 20px 0px 20px;
	}
	#testimonials {
		padding-left:20px;
	}
	#testimonials ul li{
		padding-right:30px;
		padding-bottom: 20px;
	}
	.ref {
		font-family: Georgia;
		font-style: italic;
		font-size:12pt;
		color: #666;
		text-align: right;
		padding-left:20px;
	}
