@charset "UTF-8";
/* CSS Document */

 body {
	background: #fff url(../graphics/back.png) repeat-x;
	font-family: "lucida grande", "lucida sans unicode", sans-serif;
	font-size: .8em;
	color: #666666;
	line-height: 150%;
}

h3, h4 {
	font-weight: bold;
}

h1 {
	padding: 60px 0 0 120px;
	font-size: 27px;
	color: #269956;
}

h2 {
	float: right;
	padding-top: 60px;
	font-size: 18px;
	color: #999999;
}

h3 {
 	color: #4d4d4d;
	font-size: 120%;
}

#content p + h3 {
	margin-top: 20px;
}

#content h4 {
 	margin-top: 20px;
}

#content h3 + h4 {
	margin-top: 10px;
}

#sidebar p + h3 {
	margin-top: 10px;
}

#sidebar h4 {
 	margin-top: 15px;
}

#portfolio h4 {
	margin-bottom: 5px;
}

a {
	color: #2e995b;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a:active {
	outline: none;
}

p {
	padding: 5px 0;
}

#content h4 + p {
	font-size: 90%;
	padding: 0;
	float: left;
}

#content h4 + p + p {
	font-size: 90%;
	padding: 0;
	float: right;
}

ul {
	clear: both;
}

li {
	padding-bottom: 2%;
}

ul.tight li {
	padding-bottom: 0;
}

ul.tight {
	margin: -10px 0 10px 0;
}

ul.col {
	clear: none;
}

p.rec {
	font-size: 90%;
	margin-top: 5px;
}

em {
	font-weight: inherit;
	font-style: italic;
}

div.att {
	border-top: 1px solid #e6e6e6;
	padding-top: 2px;
	margin-bottom: 20px;
	font-size: 85%;
	line-height: 135%;
}

#header {
	height: 200px;
	background: url(../graphics/header.png) no-repeat;
}

#wrapper {
	width: 780px;
}

/* top navigation */

#topnav {
	clear: both;
	float: right;
	padding-top: 16px;
}

#topnav ul {
	font-size: 18px;
}

#topnav li {
	display: inline;
	margin-left: 40px;
	color: #16e56d;
}

#topnav li span {
	border-bottom: 1px dotted #246740;
}

#topnav li a {
	color: #29a65d;
}

#topnav li a:hover {
	color: #16e56d;
}

/**/

#content {
	float: left;
	margin: 30px 200px 0 70px;
	border-right: 1px solid #e5e5e5;
}

 #content-inner {
 	margin-right: 20px;
 }

#content ul {
	padding-top: 5px;
}

#content h3 + ul {
	float: left;
}

#content ul + ul {
	float: right;
	margin-right: 20px;
}

#content li {
	list-style: disc;
	margin-left: 20px;
}

#sidebar {
	float: left;
	width: 200px;
	margin-left: -200px;
	background: #ffffff;
	margin-top: 30px;
}

#side-inner {
	margin: 0 0 10px 20px;
}

.dl {
	background:url(../graphics/pdf-icon.gif) no-repeat 0px 0px;
	padding: 0 0 2px 20px;
	font-size: 90%;
}

.dl a:hover {
	text-decoration: underline;
}

/* portfolio-specific */

#portfolio {
	width: 700px;
	margin: 30px 0 0 70px;
}

.item {
	clear: both;
	padding-top: 30px;
}

.item h4 {
	color: #;
}

.sample {
	float: left;
	width: 480px;
}

.sample img {
	border: 5px solid #e6e6e6;
}

.detail {
	float: right;
	width: 200px;
}

.detail a:hover {
	text-decoration: underline;
}

.detail li {
	list-style: disc;
	margin-left: 15px;
}

.detail ul {
	margin-bottom: 10px;
}

.detail p {
	margin-top: 10px;
}

.in-nav {
	font-size: 80%;
}

/**/


#footer {
	clear: both;
	padding: 50px 0 20px 70px;
	font-size: 80%;
}

#footer a {
	color: #2e995b;
}

#footer li {
	display: inline;
}

#footer li + li {
	padding-left: 40px;
}