@charset "utf-8";
/* CSS Document
Lighter Green:		00a578
Pantone Green:		006f51
 */

a {
	color:#006f51;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#00a578;
}

a.footer {
	font-size:10px;
}

#banner {
	clear:both;
	height:224px;
	overflow:hidden;
	position:relative;
	width:960px;
	z-index:-9999;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:10px;
}

#container {
	min-height:100%;
	text-align:center;
	width:100%;
}

h1 {
	color:#7e8083;
	font-size:25px;
	font-weight:lighter;
	margin:10px 0px 10px 0px;
}

#home-slide {
	border-color:#006f51;
	border-style:solid;
	border-width:2px;
	position:absolute;
	right:0px;
	top:10px;
}

hr {
	border-color:#006f51;
	border-style:solid;
	border-width:2px 0px 0px 0px;
	height:2px;
}

#info {
	background-image:url(../assets/info-box.jpg);
	height:130px;
	overflow:hidden;
	width:364px;
}

#info h1 {
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
}

#info li, ul {
	float:none;
	margin:0px;
	padding:0px;
}

#info li {
	margin-bottom:10px;
}

#info ul {
	margin:10px;
}

#logo {
	height:130px;
}

#main {
	width:600px;
}

#main-thin {
	width:460px;
}

#main h1, #main-thin h1 {
	line-height:60px;
}

#main p {
	width:580px;
}

#main-thin p {
	width:440px;
}

#main ul {
	list-style:square;
}

#main ul li {
	float:none;
	list-style:square;
	margin-left:20px;
	padding-left:20px;
	width:520px;
}

#menu {
	background-image:url(../assets/menu-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
	height:40px;
	width:960px;
}

#menu a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	width:152px;
}

#menu ul, li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li a {
	display:block;
	line-height:40px;
	padding:0px 20px 0px 20px;
}

#menu ul li a:hover {
	background-color:#006f51;
}

#menu ul ul {
	/*display: none;*/
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu ul li:hover ul {
	display: block;
	left: auto;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul ul li {
	float:none;
}

#menu ul ul li a {
	background-color:#006f51;
	display:block;
	line-height:20px;
	padding:0px 20px 0px 20px;
}

#menu ul li a:hover {
	background-color:#00a578;
}

#outer {
	margin:auto;
	text-align:left;
	width:960px;
}

.people {
	overflow:hidden;
	width:145px;
}

.project-thumb {
	background-color:#eeeeee;
	border-color:#dddddd;
	border-style:solid;
	border-width:1px;
	height:50px;
	margin-bottom:10px;
	padding:10px;
	width:568px;
}

.project-thumb .image {
	border-color:#006f51;
	border-style:solid;
	border-width:1px;
	float:right;
	height:50px;
	overflow:hidden;
	width:65px;
}

.project-thumb p {
	line-height:50px;
	margin:0px;
}

#right {
	float:right;
	margin-top:10px;
	width:364px;
}

#right-wide {
	float:right;
	margin-top:10px;
	width:500px;
}

#slide {
	border-color:#006f51;
	border-style:solid;
	border-width:2px;
	margin-bottom:20px;
}

.tab-box {
	background-image:url(../assets/tab-box-bg.jpg);
	border-color:#cccccc;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	height:42px;
	margin-top:20px;
	overflow:hidden;
	width:580px;
}

.tab {
	float:left;
}

.tab a {
	border-color:#cccccc;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	color:#7e8083;
	display:block;
	height:40px;
	line-height:40px;
	padding:0px 10px 0px 10px;
}

.tab a.on {
	border-bottom-color:#ffffff;
}

.thumb {
	border-color:#7e8083;
	border-style:solid;
	border-width:2px;
	cursor:pointer;
	float:left;
	height:59px;
	margin-bottom:20px;
	overflow:hidden;
}

.zero {
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}