body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	text-decoration:none;
	color:#5e8b00;
}
#container {
	width: 860px;
	/*border:5px solid #660000;*/
	padding:20px;
	margin:0 auto;
	margin-top:15px;
	background-color:#FFFFFF;
}
#logo {
	width:450px;
	height:81px;
	background-image:url(logo20090413.jpg);
	background-repeat:no-repeat;
	float:left;
}
#menu {
	width:390px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:40px;
	margin-right:20px;
	font-size:16px;
	font-weight:bold;
	color:#5e8b00;
	float:left;
	text-transform:uppercase;
}
#header {
	margin: 0 0 30px 0;
}
h1 {
	color:#005a57;
	font-size:28px;
	padding:5px 0 15px 0;
}

#home-left {
	width:330px;
	padding:0 20px 0 0;
	line-height:24px;
	font-weight:bold;
	float:left;
	background-image:url(vert-divider.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#696969;
}

#home-right {
	margin:0 0 10px 20px;
	float:left;
	width:480px;
	height:360px;
	font-size:11px;
	line-height:24px;
}

.inner-left {
	width:600px;
	float:left;
	padding:0 20px 0 0;
	line-height:22px;
	background-image:url(vert-divider.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	color:#696969;
}

.inner-right {
	width:210px;
	margin:0 0 0 20px;
	float:left;
	line-height:18px;
	font-size:12px;
	color:#999999;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#5e8b00;
}

.description {
	width:240px;
	float:left;
	color:#999999;
}
.thumb {
	float:right;
	margin-left:10px;
}
.portfolio-item {
	margin:0px 0 20px 0;
	line-height:18px;
}
#footer {
	width:880px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding-top:20px;
	color:#660000;
}

#footer a {
color:#005A57;
}
#scroll-container {
  position: relative;
  width: 480px;
  height: 360px;
  overflow: hidden;
}

#scroller {
  width: 1920px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.scroll-content {
  width: 480px;
  height: 360px;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}

.scrollNav {
	text-align:center;
	margin:0 auto;
}

.client-list {
	list-style-type:square;
	padding-left:10px;
	margin-left:10px;
	font-size:10px;
	color:#696969;
	margin-top:8px;
}