img, div, li {
	behavior: url("iepngfix.htc");
}
#home{
	background:url(images/bg_home.jpg) top no-repeat #000;	
}
#testimonials{
	background:url(images/bg_testimonials.jpg) top no-repeat #000;	
}
#services{
	background:url(images/bg_services.jpg) top no-repeat #000;	
}
#profile{
	background:url(images/bg_services.jpg) top no-repeat #000;
}
#portfolio{
	background:url(images/bg_portfolio.jpg) top no-repeat #000;	
}
#green{
	background:url(images/bg_green.jpg) top no-repeat #000;
}
#contact{
	background:url(images/bg_contact.jpg) top no-repeat #000;
}
body {
	background:url(images/bg_home.jpg) top no-repeat #000;
	font-size:0.8em;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:0.12em;
	line-height:1.3em;
	color:#DEB594;
}
.clear {
	float:none;
	clear:both;
}
a:link, a:visited {
	color:#BD8960;
	text-decoration:none;
}
a:hover{
	color:#DEB594;
	text-decoration:none;
}
h1{
	font-size:1.2em;
	color:#B46017;
	font-weight:normal;
	margin-bottom:20px;
}
h2{
	margin:10px 0;
	font-weight:normal;
}
h3{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.blockquote{
	padding:10px 30px 10px 30px;
	font-style:italic;
}
#header{
	padding-top:100px;
	margin:0 auto;
	width:980px;
}
#nav{
	position:relative;
	top:69px;
	left:45px;
	float:right;
	text-transform:uppercase;
}
#nav li{
	display:inline;
	padding:0 7px;
}
#nav li a{
	color:#B46017;
	display:inline;
}
#nav li a:hover{
	color:#DEB594;
	text-decoration:none;
}
#content_wrapper{
	background:#000;
	width:100%;
	min-height:463px;
	border-bottom:solid 1px #462f03;
	border-top:solid 1px #462f03;
	margin-bottom:200px;
}
#content_inner{
	background:#000;
	width:980px;
	margin:0 auto;
}
#content_left{
	float:left;
	width:475px;
	padding: 15px 15px 15px 0;
}
.gallery{
	float:right;
	font-size:0.6em;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
}
.gallery_tb a{
	display:block;
	margin:8px 8px 0px 0px;
	float:left;
	height:100px;
	width:100px;
}
p.name{
	color:#B46017;
	font-style:italic;
	margin-top:10px;
}
#portfolio_list h2{
	margin-top:20px;
}
p.link{
	margin:5px 0 10px 0;
}
p.quote{
	margin-top:20px;
}
p.quote span{
	margin-top:0;
}
span.company{
	font-style:italic;
}
#greencopy h2 {
	font-size:1.1em;
	margin:20px 0 5px 0;
}
#greencopy p, #service_list p, #test .switchcontent p, #aboutus .switchcontent p{
	margin-bottom:10px;
}
#greencopy p.link{
	margin-bottom:10px;
}
#greencopy p.sent{
	margin:0;
}
#aboutus h2{
	margin:15px 0 5px;
}
#aboutus #bio_image{
	float:left;
	border:1px solid #462f03;
	height:222px;
	width:148px;
	margin-right:8px;
}
#aboutus ul#bio_list li {
	margin-left:20px;
	list-style-type:square;
}
#content_right{
	float:left;
	width:490px;
}
#content_right a{
	margin-left:181px;
}
#footer{
	width:100%;
	height:150px;
}
/*slideshow*/
#slideshow {
    position:relative;
    height:463px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 463px;
    background-color: #FFF;
}

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

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

#slideshow DIV IMG {
    height: 463px;
	width:480px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


