* {
	padding: 0px;
	margin: 0px;
}

image, img { border: none; }

p {margin-bottom: 5px;}

a {color: darkblue;}

ul {list-style-position: inside;}

h1 {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 130.01%;
}

h3 { font-weight: normal;
	font-size: 115.01%;
}

body {
	background-color: #003400;
  color: #1C1C1C;
  font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
	font-size: 85.01%;
  letter-spacing: 0;
  line-height: 20px;
	text-align: center;
}

#body_margin {
	margin: 10px auto;
	background: #ffffff;
	width: 1050px;
}

#inner {
	width: 1000px;
	margin: 15px 35px;
	text-align: left;	
}

ul#navbar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

#navbar li {
	color: #666;
	font-weight: normal;
	margin-right: 15px;
	display: inline;	
}

#navbar li a {
	color: #666;
	text-decoration: none;
}

#navbar li a:hover {
	text-decoration: underline;
}

ul.menu a {
	margin-right: 15px;
	margin-top: 20px;
	font-size: 105.01%;
}

ul.menu a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: x-small;
	color: black;
	padding: 10px;
}

.right-half {
	width: 478px;
	margin: 16px;	
	float: right;	
}

.right-half h1 {
	font-size: 15px;
}



.green-box {
	background-color: #003400;
	color: white;
	padding: 20px;
	border: 2px solid gray;
	font-size: small;
	font-weight: normal;
}

.green-box p {
	margin-bottom: 5px;
}

.green-box a {
	color: white;
}

.shadow-image {
	padding: 3px;
	border: 1px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.person-image-left {
	float: left;
	text-align:center;
	padding-right: 10px;
}

.person-image-right {
	float: right;
	text-align: center;
	padding-left: 10px;
}

#contact-us-map {
	float:right;
}

ul#gallery-links {
	list-style: square inside;
}

ul#gallery-links li {
	margin-top: 10px;
	margin-bottom: 10px;	
}

#gallery-links a {
	color: black;
}

#gallery {
	text-align: center;
}

#gallery img {
	margin: 0px;
}

div.label {
	width: 150px;
	padding-right: 10px;
	float: left;
}

.right-side-link {
	float:right;
	width: 300px;
	text-align:right;
	margin:15px;
}

.right-side-link a {
	color: black;
	font-size: large;
}

.right-project-image {
	float:right;
	width: 250px;
}

.slide {
	position: absolute;
	top: 0;
	right: 0;	
	left: 0;
}

table.project-detail {
	float: left;
	width: 420px;
	font-size: small;
}

table.project-detail td {
	vertical-align: top;
}

.thumb-list {
	text-align: center;
	float: left;
	width: 215px;
        height: 600px
	margin: 5px;
	margin-left: 0px;
	padding: 5px;
	padding-left: 0px;
}