body {
  background-color: #9cb377;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
}

p { font-size: 1em; }

h1 {
 font-size: 1.3em;
 font-weight: bold;
 color: #557029;
}

h2 {
 font-size: 1.2em;
 font-weight: bold;
 color: #557029;
}

h3 {
 font-size: 1.1em;
 font-weight: bold;
 color: #557029;
}

h4 {
 font-size: 1em;
 font-weight: bold;
 color: #557029;
}

a:link, a:visited {
	text-decoration: none;
	color: #557029;
}
a:hover, a:active {
 	text-decoration: none;
	color: #9cb377;
}
hr {
	color: #cacda0;
	border-style: none none solid none;
	width: 100%;
	clear: both;
}

.list_leaf { list-style-image: url("images/list_bullet.gif"); } 

.heading_leaf { 
 	padding: 0;
	margin: 0;
	margin-left: 25px;
	list-style-image: url("images/heading_leaf.gif");
	font-size: 1.3em;
	font-weight: bold;
	color: #557029;
} 

#wrapper {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cacda0; 
  border: 10px solid #fff;
}

#header {
  width: 780px;
  height: 120px;
  border-bottom: 10px solid #fff;
  background-color: #557029;
}

#navbar {
  width: 780px;
  height: 32px;
  border-bottom: 10px solid #fff;
  background-color: #593c22;
}

#navbar img {
	border: 0;
}

#left_column {
  width: 180px;
  float: left;
  padding: 5px 10px 10px 10px;   
  background-color: inherit;
 
} 

#right_column {
  width: 550px;
  float: left;   
  border-left: 10px solid #fff;
  background-color: #FFF;
  background-image: url(images/right_bg.gif);
  background-repeat: repeat-x;
  padding: 5px 10px 10px 10px;
}

#right_column_flash {
  width: 570px;
  float: left;   
  border-left: 10px solid #fff;
  background-color: #FFF;
  padding: 0;
}

#footer {
  text-align: center;
  clear: both;
  padding: 5px 0 10px 0;
  color: #cacda0;
  font-size: .7em;
  border-top: 10px solid #fff;
  background-color: #593c22;
}

#footer a:link {
	text-decoration: none;
	color: #cacda0;
}

#footer a:visited {
	text-decoration: none;
	color: #cacda0;
}

#footer a:hover {
	text-decoration: none;
	color: #FFF;
}

#footer a:active {
	text-decoration: none;
	color: #FFF;
}

/* Navagation DIVs */

#btn_home {
	width: 101px;
 	height: 32px;
 	float: left;
}

#btn_aboutus {
 	width: 153px;
 	height: 32px;
 	float: left;
}

#btn_greendesign {
 	width: 198px;
 	height: 32px;
 	float: left;
}

#btn_portfolio {
 	width: 164px;
 	height: 32px;
 	float: left;
}

#btn_contactus {
 	width: 164px;
 	height: 32px;
 	float: left;
}
 /**********************/
 
.portfolio {
	text-align: center;
	width: 137px;
	float: left;  
}

.portfolio img {
 	border: 2px solid #9cb377;
}

.testimonial {
 	font-style: italic;
 	float: left;
 	width: 178px;
}

.left_menu_box {
 	text-align: center; 	
 	height: 25px;
 	line-height: 25px;
 	border: 2px solid #FFF; 	
 	background-color: #9cb377; 
 	margin-bottom: 4px;
}

.left_menu_box a:link {
  font-weight: bold; 
  color: #FFF;
  text-decoration: none;
}

.left_menu_box a:visited {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.left_menu_box a:hover {
  font-weight: bold;
  color: #557029;
  text-decoration: underline;
}

.left_menu_box a:active {
  font-weight: bold;
  color: #557029;
}

.clr { clear: both; }