/*
 * Lylo stylesheet
 * ----------------------------------------*/

* { margin: 0; }

html, body { height: 100%; }

body {
    font: normal 90%/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    text-align: center;        /* for IE 5.5 etc */
}

#wrapper {
	width: 820px;
	margin: 0 auto;
  text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -185px auto; /* the bottom margin is the negative value of the footer's height */
}

#main {
    padding-top: 10px;
}

#header {
	background-image: url(image/header.gif);
	width: 820px;
	height: 149px;
}

abbr {
    cursor: help;
}

.sustainable-box {
    margin-left: -20px;
    position: relative;
}

h2 {
    color: #699;
    font-weight: normal;
    margin: 0;
    font-size: 1.2em;
    background: url(image/tree.gif) no-repeat top left;
    padding-left: 20px;
}

.clear {
    clear: both;
}


/*
 * Sidebar content
 * ----------------------------------------*/
#info ul {
    padding: 0;
    list-style: none;
}

ul#inassociationwith {
    margin-top: 0;
}

ul#inassociationwith li {
    text-align: center;
    margin-bottom: 20px;
}


/*
 * Main content
 * ----------------------------------------*/

p {
    margin: 0 0 1em 0;
}

p.subtext {
    font-size: 0.8em;
}

blockquote {
    letter-spacing: -1px;
   	background: url(image/quotes.jpg) no-repeat top left;
    margin: 0 20px;
    padding: 12px 50px 0 15px;
}

cite {
  display: block;
  text-align: right;
}

h1 {
    color: #669999;
    font-weight: normal;
    margin: 20px 0 10px 0;
    font-size: 1.8em;
    letter-spacing: -2px;
}

.first {
    margin-top: 0;
}


/* specify which links should be underlined. only text links */
#main a {
    color: #669999;
    text-decoration: underline;
}

#main a:visited {
    color: #B8B885;
    text-decoration: underline;
}

#main a:hover {
    color: #fff;
    background-color: #669999;
    text-decoration: none;
}

a img {
    border: none;
}

img {
    border: none;
}


#content ul {
    list-style: square;
}

h4.client {
    color: #555;
    font-weight: normal;
    margin: 0 0 20px 0;
}

p.quote {
    font-size: 1.0em;
    color: #555;
}

p.quote-author {
    color: #555;
    text-align: right;
}

ul.footnotes {
    padding-left: 0;
}

ul.footnotes li {
    list-style-type: none;
}

.footnotes {
    font-size: 0.9em;
    line-height: 1.2em;
}


/*
 * Footer
 * ----------------------------------------*/

#footer {
 	background: #D0D09C url(image/footer-tile2.jpg) repeat-x top left;
  width: 100%;
  color: #fff;
  text-align: left;
}

#footer, .push { clear: both; height: 185px; /* .push must be the same height as .footer */ }

#footer p.first {
  padding-top: 140px;
}

#footer p {
  clear: left;
  float: left;
  font-size: 0.85em;
  padding: 0 10px;
  margin: 0;
}

#footer a {
  color: #fff;
  font-weight: bold;
}

/*
 * Nav
 * ----------------------------------------*/

ul#nav {
	top: 40px;
  padding: 0;
  margin: 0;
	position: relative;
	float: right;
	list-style: none;
	list-style-type: none;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	text-indent: -5000px;
	overflow: hidden; 
	margin: 0;
}

a.home {
	background-image: url(image/nav-home.gif);
	width: 89px; height: 40px;
}

a.portfolio {
	background-image: url(image/nav-portfolio.gif);
	width: 109px; height: 40px;
}

a.about {
	background-image: url(image/nav-about.gif);
	width: 94px; height: 40px;
}

a.contact {
	background-image: url(image/nav-contact.gif);
	width: 90px; height: 40px;
}

a.home:hover, a.home-hv { background-position: -80px 0; }
a.portfolio:hover, a.portfolio-hv { background-position: -109px 0; }
a.about:hover, a.about-hv { background-position: -94px 0; }
a.contact:hover, a.contact-hv { background-position: -90px 0; }



/*
 * Forms
 * ----------------------------------------*/

fieldset {
	margin: 1em 0;
  padding: 10px 20px 10px 20px;
	border: 1px solid #ddd;
	background: #fafafa;
}

legend {
	font-weight: bold;
  color: black;
}

textarea, .text-input {
  border: 1px solid #ccc;
  padding: 2px 1px;
}

.text-input {
  margin-bottom: 7px;
}

textarea:focus, .text-input:focus {
	background: #ffc;
  padding: 2px 1px;
}

.error {
    border: 2px solid red;
    padding: 2px 1px;
}

.error:focus {
	background: #ffc;
}

.error-message {
    color: red;
}

.form-input {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9em;
}


/*
 * About
 * ----------------------------------------*/

.employee {
	margin-top: 3em;
}

.employee .title {
	line-height: 0.9em;
	margin-bottom: 8px;
}

.employee img {
	border: 3px solid #D0D09C;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}


.employee h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #AAA;
}

#who {
	font-size: 13em; 
	padding: 0 0 0 100px; 
	color: #699;
	line-height: 100%;
}

/*
 * Contact
 * ----------------------------------------*/

.box {
    background: url(image/box.gif) no-repeat top left;
}

.clearbox {
    background: url(image/clearbox.gif) no-repeat top left;
}

.box-footer {
    background: url(image/box-bottom.gif) no-repeat bottom left;
}

.clearbox-footer {
    background: url(image/clearbox-bottom.gif) no-repeat bottom left;
}

.contact-details {
    padding: 15px;
}

.contact-details img {
    vertical-align: bottom;
}

.tel {
    margin-top: 10px;
	background: url(image/telephone.gif) no-repeat;
	padding-left: 25px;
}

.fax {
/*	background: url(image/fax.gif) no-repeat;
	padding-left: 25px;*/
}

.subtext {
    margin: 0;
    padding: 10px 10px 10px 10px;
}


/*
 * Layout
 * ----------------------------------------*/

#info {
	width: 260px;
    float: left;
}

#content {
	width: 545px;
  margin-left: 270px;
}
/*
#portfolio-info {
    float: left;
    width: 350px;
}

#portfolio-content {
    width: 460px;
    margin-left: 350px;
}

.portfolio {
	margin-left: 40px;
}
*/
ul.portfolio {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
}

ul.portfolio li {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

#main ul.portfolio a:hover {
  background-color: #fff;
}
