body {
	font-size: 12px; 
	background-color: #FFF;
	font-family: Arial, sans-serif;
	line-height: 18px;
	color:#333;
	}
p {
	margin-top: 0px;
	}
	
a {
	color: #333;
	text-decoration: none;
	}
	
	 
a:hover {
	}
	
.underline a {
	text-decoration: underline;
}
	
.backBtn {
	margin-top: 40px; 
	border: 1px solid #CCC; 
	padding: 3px; width: 70px;
	cursor: pointer;
	}
	
.backBtn:hover {
	border: 1px solid #006699;
	}

.backBtn:hover a {
	text-decoration: none;
	color: #333;
	}
	
.backBtn a {
	text-decoration: none;
	color: #666;
	}

h3 {
	font-size: 16px;
	margin: 30px 0 5px 0;
	}
	
#benefits {
	margin-top: -30px;
	}
	
#benefits p {
	margin-bottom: 10px;
	}	

tr { margin: 0px;}

td { margin: 0px;}
	
	
.block {
	font-size: 13px; 
	line-height: 20px;
	text-align: justify;
	}

/* Category Colors */

.sustainability {
	color: #99CC33;
	}

.firm {
	color: #669900;
	}

.firm a {
	color: #669900;
	text-decoration: none;
	}	

.people {
	color: #660033;
	}

.people a {
	color:#660033;
	}

.news {
	color: #CC6600;
	}

.news a {
	color: #CC6600;
	text-decoration: none;
	}

.projects {
	color: #006699;
	}

.projects a{
	color: #006699;	
	}

.careers {

	}
	
.contact {
	color: #339900;
	}

.title {
	font-size: 14px;
	font-weight: bold;
	}
	
.articleTitle {
	font-size: 20px;
	padding: 0 0 10px 0;
	line-height: 26px;
	}	

.title a:hover{
	text-decoration: none;
	}
	
#container {
	text-align: left;
	min-height:600px;
	height:auto;
	padding: 10px 20px 40px 20px;
	color: #333;
	background: #FFF;
	overflow:hidden;
	
	}
	
* html #container { 
	/* for IE5-6 */
	height: 100%;
	}
	
#footer {
	border-top: 1px solid #eee;
	padding: 10px 0 10px 0;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	}

#menu {
	height: 120px;
	background-color: #FFF;
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px 0 20px;

	}
	
#menu img {
	}
	
#menu .logo {
	float: left;
	}

#menu .mainmenu {
	height: 44px;
	top: 10px;
	left: 167px;
	position: relative;
	float: left;
	}
	
#menu .search {
	position: absolute;
	top: 15px;
	height: 30px;
	left: 385px;
	width: 180px;
	}
	
#menu .firm{
	position: absolute;
	top: 44px;
	left: -63px;
	height: 77px;
	}

#menu .sustainability {
	position: absolute;
	top: 9px;
	left: -6px;
	height: 50px;
	}
	
#menu .news {
	position: absolute;
	top: 44px;
	left: -30px;
	height: 77px;
	}

#menu .people {
	position: absolute;
	top: 44px;
	left: 123px;
	height: 77px;
	}
	
#menu .projects {
	position: absolute;
	top: 44px;
	left: 49px;
	height: 77px;
	}
	
	
#menu .contact {
	position: absolute;
	top: 44px;
	left:225px;
	height: 77px;
	}
	
#menu .mainmenu li  {
	float: left;
	}
	
/*** Projece Side Menu ***/	
.projectSide {
	border: 1px solid
	}
	
/*** Side Menu***/
.menuList{
	margin-bottom: 20px;
	cursor: pointer;
	}

.menuList a {
	text-decoration: none;
	}	

.menuList li {
	margin: 0 0 10px 0;
	z-index: 1;
	}


	
/*** more ***/
.main{
	display: block;
	height: 100%;
	background-color: #FFF;
	}
	
.clickable {
	margin-top: 10px;
	cursor: pointer;
	}
	
.clickable:hover {
	border-color: 1px solid #CCC;
	}
	
.clickable a:hover {
	text-decoration: underline;
	}
	
	
.justify {
	text-align: justify;
	}
	
.selected  {
	background-color: #EEE;
	font-style: bold;
	}
	
.active {
	/*font-size: 16px; */
	font-weight: bold;
	}

.listItem {
	float: left; 
	width: 210px; 
	height: 230px; 
	border: 1px solid #CCC; 
	margin: 0 0 20px 20px;
	}
	
/*** News Box ***/	
.newsBox {
	width: 700px;
	height: 110px;
	color:#333;
	margin: 0 20px 10px 0;
	clear: both;
	border: 1px solid #FFF;
	
	}

.newsBox a{
	color: #CC6600;
	text-decoration: none;
	}
	
.newsBox img {
	width: 160px;
	height: 110px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	}
	
.newsBox .text {
	width: 480px;
	text-align: justify;
	float: left;
	margin-left: 10px;
	}
	
.newsBox .title {
	margin: 0 0 5px 0;
	}	
	
	
.authorDate {
	color: #666;
	font-size: 14px;
	margin-top: -7px;
	}	

	
#tabs {
	border: 1px solid #CCC;
	}

.articleAuthor {
	margin: -15px 0 20px 0;
	}
	
		
.pagination {
	margin: 20px 0 5px 20px;
	clear: both;
	}
	
.pagination strong {
	padding: 5px 8px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}

.pagination a {
	padding: 5px 8px;
	border: 1px solid #CCC;
	}
	
.dlBox {
	margin-top: 10px; 
	border: 1px solid #EEE; 
	padding: 3px;
}