body {
	background-image:url('bamboo-bg.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
}

body,p {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, san-serif;
	padding:10px;
}

ul {
	line-height: 2em;
}

p.block_text {
	line-height: 2em;
	margin-top: 2em;
}

.tag_line {
	font-style: italic;
	font-weight: bold;
}


div.project_thumbnail {
	margin 0px;
	float: left;
        width:auto;
	padding 0px;
	border: 1px solid #000000;
	margin-right: 5%;
       
}

div#project_photo {
	margin: 0px;
	margin-right: 1%;
	padding: 0px;
}


div.project_listingA {
	background-color: #a1e7a3;
	color: #000000;
	width:90%;
	padding: 1em;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #DCDCDC;
}

div.project_listingB {
	background-color: #FFFFFF;
	color: #000000;
	width:90%;
	padding: 1em;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #DCDCDC;
}

div#project_listingA p, div#project_listingB p {
	margin-left:2%;
}

div#blurb {
	line-height: 2em;
	padding: 8px;
	margin: 10px;
	margin-right: 15px;
	float:left;
	width: 35%;
	border-width: 2px;
	border-style: dashed;
	background-color: #459b47;
	color: #000000;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
}

div#footer_block {
	padding: 10px;
	background-color: #000000;
	background-image:url('footer-solar-panels.jpg');
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-width: 4px;
	border-left-width:0px;
	border-right-width: 0px;
	border-color: #000000;
	border-style: solid;
}

div#footer_two {
	font-size: small;
	padding: 10px;
	text-align: center;
}

div#footer_two img {
	border: 0;
	margin-right: 20px;
}

div#footer_left {
	width: 49%;
	padding: 10px;
	float: left;
}

div#footer_right {
	padding: 10px;
}

div#main_block {
	background-color: #FFFFFF;
	width: 70%;
	overflow:hidden;
	margin-left: 15%;
	margin-right:15%;
	color: #000000;
	border-width: 4px;
	border-style: solid;
	border-color: #000000;
}

div#content_block {
padding: 15px;
overflow: hidden;
}

div#nav_block {
	margin: 0px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 5px;
	background-color:#004102;
	color: #FFFFFF;
}

div#logo_block {
	float: left;
	width: 200px;
	height: 133px;
	background-color: #FFFFFF;
	margin: 5px;
	margin-right: 75px;
	padding: 0px;
}

div#menu_block {
	clear:both;
	margin: 10px;
	padding: 5px;	
	text-align:right;
	line-height: 3em;
}




#menu_block a {
	color: #000000;
	text-decoration: none;
	border:4px outset #1a981d;
	background-color: #2db130;
	padding: 5px 10px 5px 10px;
	margin: 2px;
}

#menu_block a:hover {
	background-color: #459b47;
	color:#000000;
	padding-left:4px;
	border:4px inset #1a981d;
}

#menu_button_active {
	padding: 3px 5px 2px 2px;
	margin: 1px;
	margin-top: 30px;
	background-color: #6A5ACD;

	border:4px inset #6A5ACD;
	color: #000000;
}

a.wlink:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}

a.wlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}

a.wlink:hover {
	text-decoration: none;
	font-weight: bold
}

a.wlink:active {
	color: #0099CC;	
	font-weight: bold
}

a.wlink2:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}

a.wlink2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}

a.wlink2:hover {
	text-decoration: underline;
	font-weight: bold
	}
	
a.wlink2:active {
	color: #0099CC;
	font-weight: bold
}


a:link {
	color: #00008B;
	text-decoration: none;
	font-weight: bold
}

a:visited {
	color: #00008B;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	text-decoration: underline;
	font-weight: bold
}

a:active {
	color: #0099CC;
	font-weight: bold
}


