/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	line-height:1.0625em;
	color: #737373;
	background-color: #000000;
}

p {
	font-size:0.7em;
	color: #686A5E;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .75em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
	font-size:0.7em;
	color: #686A5E;
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}


/* Header */

#header {

	width: 800px;
	margin: 0 auto;
}



/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 500px;
	background-color: #FFFFFF;
}

#contentwide {
	float: right;
	width: 750px;
	background-color: #FFFFFF;
}

.post {
	padding-bottom: 0px;
	padding-top: 30px;
	padding-right: 30px;
}

.post .title {
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0px 20px 10px 0px;
	margin-top: 10px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size:.85em;
	color: #686A5E;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 10px;
	font-size: 10px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 10px;
	font-size: 10px;
}

.post .permalink {
}

/* Sidebar */

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

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #69695E;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}




#flashwheel {
	position:relative;
}


/* NAVIGATION */

#nav {
	height: 33px;
	width: 800px;
	position: relative;
}

#home {
	position:absolute;
	left:16px;
	top:14px;
	width:46px;
	height:15px;
	z-index:1;
	visibility:visible;
}
#story {
	position:absolute;
	left:88px;
	top:14px;
	width:48px;
	height:15px;
	z-index:2;
	visibility:visible;
}
#sustainability {
	position:absolute;
	left:162px;
	top:14px;
	width:97px;
	height:15px;
	z-index:3;
	visibility:visible;
}
#services {
	position:absolute;
	left:285px;
	top:14px;
	width:163px;
	height:15px;
	z-index:4;
	visibility:visible;
}
#projects {
	position:absolute;
	left:475px;
	top:14px;
	width:65px;
	height:15px;
	z-index:5;
	visibility:visible;
}
#news {
	position:absolute;
	left:566px;
	top:14px;
	width:44px;
	height:15px;
	z-index:6;
	visibility:visible;
}
#friends {
	position:absolute;
	left:636px;
	top:14px;
	width:57px;
	height:15px;
	z-index:7;
	visibility:visible;
}
#contact {
	position:absolute;
	left:720px;
	top:14px;
	width:62px;
	height:15px;
	z-index:8;
	visibility:visible;
}

.imageonleft {
	padding-right: 20px;
	float: left;
}


.alignright {
	padding-left: 20px;
	float: right;
	border-style: none;
}

.alignleft {
	padding-right: 20px;
	float: left;
	border-style: none;
}

.aligncenter {
	border-style: none;
}

.alignnone {
	border-style: none;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
		}

.commentmetadata {
	font-weight: normal;
	}
	
	#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: center;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-right: 40px;
	font-size: .75em;
	}