* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #f3f2e0;
	font-size: 16px;
	font-weight: 400;
	font-family: "arno-pro-1","arno-pro-2",serif;
}

p {
	
	font-size: 1.2em;
	line-height: 30px;
}

a {
	color: #090909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h4 {
	color: #1d1d18;
	font-weight: 700;
	margin: 0;
}

.clear {
	clear: both;
}

.container {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	
}


#header {
	
	padding: 30px 5px 25px 20px;
}

#logo {
	display: block;
	float: left;
	width: 278px;
	height: 75px;
	background: url(images/permascape_designs.png) no-repeat;
}

#nav {
	
	float: right;
	list-style: none;
	margin: 50px 5px 0;
}

#nav li {
	
	float: left;
	height: 20px;
	margin: 0 15px 0 0;
	padding: 2px 15px 0 0;
	border-right: 1px solid #aa962f;
}

#nav li.last {
	
	border: 0;
	margin: 0;
}

#nav li a{
	
	display: block;
	width: 51px;
	height: 18px;
}

#nav li#nav_about a{
	
	width: 35px;
	background: url(images/nav_about.png) no-repeat;
}

#nav li#nav_services a{
	
	width: 50px;
	background: url(images/nav_services.png) no-repeat;
}

#nav li#nav_projects a{
	
	background: url(images/nav_projects.png) no-repeat;
}

#nav li#nav_contact a{
	
	width: 46px;
	background: url(images/nav_contact.png) no-repeat;
}

#nav li#nav_about a:hover,
#nav li#nav_services a:hover,
#nav li#nav_projects a:hover,
#nav li#nav_contact a:hover {
	
	background-position: 0 -60px; 
}


#nav li#nav_about a.selected,
#nav li#nav_services a.selected,
#nav li#nav_projects a.selected,
#nav li#nav_contact a.selected{
	
	cursor: default;
	background-position: 0 -30px; 
}

#footer {

	clear: both;
	padding: 15px 20px;
	background: #406325;
	font-size: .65em;
	font-family: "Helvetica", sans;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer ul {
	
	float: left;
	list-style: none;
	color: #ffffff;
}

#footer ul li {
	
	float: left;
	padding: 0 15px 0 0;
	margin:  0 15px 0 0;
	border-right: 1px solid #fff;
}

#footer #copyright {
	
	float: right;
	width: 300px;
	text-align: right;
}


#hero-wrapper {
	background: #8f8550;
}

#hero {
	
	height: 448px;
	overflow: hidden;
}

#hero ul {
	
	list-style: none;
}

#hero li {
	
	float: left;
	margin: 0 1px 0 0;
}


/* MAIN CONTENT */
#content {

	clear: both;
	margin-top: 20px;
	padding: 40px 40px;
	color: #1d1d18;
	background: url(images/background_2_col.png) no-repeat top center;
}
 
#main {
	
	float: left;
	width: 570px;
	padding-top: 10px;
	min-height: 300px;
	color: #090909;
}

#main h2,
#main .first-line {
	
	font-size: 2.4em;
	font-style: italic;
	font-weight: normal;
	color: #6e6e5b;
	padding-right: 5px;
}

#main ul {
	
	margin: 0  0 20px 10px; 
}

#main li {
	margin: 0 0 .5em; 
}

#sidebar {
	
	float: right;
	width: 250px;
}


#sidebar p {
	
	font-size: 1.1em;
	font-style: italic;
	margin: 0 20px 0 0;
	color: #1d1d18;
}

#sidebar ul {
	
	margin: 16px 0 0 0; 
}


#sidebar ul li {
	
	font-size: .875em;
	font-style: italic;
	margin: 0 0 1em 1.25em;
}

#sidebar .first-line {

	font-size: 1.375em;
	display: block;
	color: #6e6e5b;
}

/* HOME */
#hero li.pod {
	
	width: 319px;
	height: 448px;
	padding: 0;
}

#pod_1 {	
	background: url(images/home_pod_nature.jpg) no-repeat;
}


#pod_2 {	
	background: url(images/home_pod_design.jpg) no-repeat;
}

#pod_3 {	
	background: url(images/home_pod_installation.jpg) no-repeat;
}

#hero li.pod .caption {

	margin: 314px 0 0;
	padding: 20px 30px;
	height: 134px;
	overflow: hidden;
}


#hero li.pod .pod_caption_bg {
	
	position: absolute;
	width: 319px;
	margin: 314px 0 0;
	height: 134px;
	background: #000000;
	opacity: .5;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

li.pod .headline {
	
	position: absolute;
	display: block;
	margin: 0 0 10px;
}

li.pod a.read_more {
	
	position: absolute;
	display: block;
	margin: 80px 0 0px;
	height: 20px;
	width: 230px;
}

li#pod_1 a.read_more:hover,
li#pod_2 a.read_more:hover,
li#pod_3 a.read_more:hover{
	
	background-position: 0px -40px;
}

li#pod_1 a.read_more{	
	background: url(images/home_read_more_philosophy.png) no-repeat;
}


li#pod_2 a.read_more{	
	background: url(images/home_read_more_services.png) no-repeat;
}

li#pod_3 a.read_more{	
	background: url(images/home_read_more_projects.png) no-repeat;
}

#memberships_and_certifications {
	
	background: #fff;
	text-align: center;
	padding: 30px;
}


#memberships_and_certifications h4 { 
	color: #6e6e5b;
}


#memberships_and_certifications img { 
	
	margin: 0 30px;
}

.certificational_orgs {
	clear: both;
	text-align: center;
}

.certificational_orgs h4 {
	margin-bottom: 5px;
}

.certificational_orgs img{
	margin-left: 20px;
	margin-right: 20px;
}

/* ABOUT */


/* SERVICES */

#services #content ul {

	margin: 5px 20px 20px;
}


#services ul.col_right em {
	
	display: block;
}


#services .core {
	
	width: 235px;
	height: 235px;
}

/* PROJECTS */
#hero img {

	float: left;
	margin-left: 1px;
}

#hero img:last {
	margin: 0px;
}

/* CONTACT */
#contact span.label {

	color: #6e6e5b;
}

#contact #main p {

	margin-left: 3px;
}

/* GREEN ROOFS */

#green-roofs #main ul {
	margin-top: 20px;
}

#green-roofs #main li {
	font-size: .9125em;
	line-height: 20px;
}

#green-roofs #main .first-line {
	
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal;
	color: #6e6e5b;
}

.leed-credits-wrapper{
	display: none ;
}
