@import "reset.css";
@import "scrollable.css";
@import "forms.css";
body {
	color			: #717073;
	font-size		: 12px;
	font-family		: "Trebuchet MS", Arial, sans-serif; 
}

.clear {
	clear: both;
}

a {
	color: #9fa615;
	text-decoration: none;
}


/*----- Wrapper */
#wrapper {
	width			: 950px;
	margin			: 0 auto;
	padding			: 10px 0 0 10px;
}

/*----- Header */
#header {
	width			: 950px;
	height			: 92px;
}

#logo {
	width			: 217px;
	height			: 66px;
	float			: left;
	padding			: 9px 0 0 0;
}

#headerRightbox {
	width			: 730px;
	float			: right;
}

#search {
	width			: 179px;
	height			: 19px;
	float			: right;
}

#search #searchInputBg {
	width			: 153px;
	height			: 19px;
	background		: url(../images/searchInputbg.jpg) no-repeat;
	float			: left;
}

#search #searchInputBg input {
	width			: 146px;
	height			: 12px;
	background		: none;
	border			: none;
	padding			: 3px 2px 0 5px;
	line-height		: 15px;
	color			: #939598;
	font-size		: 10px;
	font-style		: italic;
}

#search #searchBtn {
	float: left;
	width: 26px;
	height: 19px;
}
/*---- Nav */
.nav {
	width			: 649px;
	height			: 29px;
	float			: right;
	background		: url(../images/navBg.jpg) repeat-x;
	margin			: 26px 0 0 0;
}
.nav ul {
	z-index			:100;
	margin			: 0;
	padding			: 0;
	list-style-type : none;
}
/*Top level list items*/
.nav ul li {
	position		: relative;
	display			: inline;
	margin			: 0 0 0 0;
	float			: left;
	background		: url(../images/sep.jpg) no-repeat 0 10px;
}
.nav ul li.first {
	background		: none;
}
/*Top level menu link items style*/
.nav ul li a:link, .nav ul li a:visited {
	color			: #fff;
	font-size		: 12px;
	text-decoration : none;
	margin			: 0 0 0 0;
	padding			: 9px 9px 8px 9px;
	display			: block;
}
.nav ul li a:hover, .nav ul li.active a  {
	color			: #00274c;
	text-decoration	: none;
}
* html .nav ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display			: inline-block;
}
.nav ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color			: #00274c;
	background		: #c0c46e;
	text-decoration	: none;
}
/*1st sub level menu*/
.nav ul li ul {
	position		: absolute;
	left			: 0;
	width			: 122px;
	display			: none; /*collapse all sub menus to begin with*/
	visibility		: hidden;
	background		: url(../images/subMenuBg.png) repeat-y;
	padding			: 0 0 5px 0;
}
/* IE6 Hack*/
/*\*/
* html .nav ul li ul { 
	margin			: -2px 0 0 0;
}
/**/
/*Sub level menu list items (undo style from Top level List Items)*/
.nav ul li ul li {
	display			: list-item;
	float			: none;
	background		: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.nav ul li ul li ul {
	top				: 0;
}
/* Sub level menu links style */
.nav ul li ul li a:link, .nav ul li ul li a:visited  {
	display			: block;
	padding			: 3px 0 3px 8px;
	margin			: 0;
	color			: #00274c;
}
.nav ul li ul li a:hover, .nav ul li ul li.active a {
	color			: #fff;
	background		: #9fa615;
}
/* Holly Hack for IE \*/
* html .nav {
	height			: 1%; /*Holly Hack for IE7 and below*/
}

/*---- Slider */
#slider {
	width			: 950px;
	height			: 360px;
	border			: 1px solid #717174;
	border-left		: none;
	border-right	: none;
	padding			: 10px 0 10px 0;
	position		: relative;
}

#prevArrow {
	width			: 42px;
	height			: 42px;
	position		: absolute;
	top				: 160px;
	left			: -20px;
	z-index			: 2;
}
#prevArrow  span, #nexrArrow  span {
	cursor			: pointer;
}
#nexrArrow {
	width			: 42px;
	height			: 42px;
	position		: absolute;
	top				: 160px;
	right			: -20px;
	z-index			: 2;
}
.sliderDetailImage {
	position		: relative;	
}

.sliderDetail {
	width			: 890px;
	background		: url(../images/sliderDetailBg.png) repeat-x;
	position		: absolute;
	bottom			: 10px;
	margin-left		: 10px;
	color			: #fff;
	font-size		: 18px;
	padding			: 15px 20px;
	z-index			: 2;
}

.sliderDetail a {
	color			: #fff;
}

.sliderDetail span {
	color			: #9fa617;
}

/*---- Feature */
#featureBox {
	width			: 950px;
	margin			: 24px 0 0 0;
}

#feature {
	width			: 475px;
	padding			: 0 0 0 0;
	float			: left;
	line-height		: 16px;
	background		: url(../images/vDashedBorder.jpg) repeat-y right top;
}

#feature h1 {
	color			: #00274c;
	font-weight		: bold;
	font-size		: 19px;
	margin			: 0 0 12px 0;
}

#currentUser {
	width			: 460px;
	padding			: 0 0 0 0;
	float			: right;
}

#currentUser h1 {
	color			: #00274c;
	font-weight		: bold;
	font-size		: 19px;
	margin			: 0 0 12px 0;
}

#currentUser ul {
	margin			: 0 0 10px 0;
	padding			: 0;
}

#currentUser ul li {
	margin			: 0;
	padding			: 8px 0 8px 0;
	border-top		: 1px solid #e7e7e8;
}

#currentUser ul li a {
	color			: #717073;
	font-weight		: bold;
	text-decoration	: none;
}

#currentUser ul li a:hover {
	color			: #9fa617;
}

a.readmore {
	color			: #9fa617;
	background		: url(../images/green_arrow.jpg) no-repeat left;
	padding			: 5px 0 5px 30px;
	text-decoration	: none;
	font-weight		: bold;
}
a.backToTop {
	color			: #9fa617;
	background		: url(../images/green_arrow_up.gif) no-repeat left;
	padding			: 5px 0 5px 30px;
	text-decoration	: none;
	font-weight		: bold;
}
/*---- Footer */
#footer {
	width			: 918px;
	height			: 96px;
	background		: url(../images/footerBg.jpg) repeat-x;
	margin			: 30px 0 8px 0;
	padding			: 15px 20px 0 12px;
}

#footer #footerContact {
	width			: 469px;
	float			: left;
}

#footer #footerContact h2 {
	color			: #fff;
	font-size		: 16px;
	font-weight		: bold;
	margin			: 0 0 10px 0;
}

#footer #footerContact p {
	color			: #9fa617;
	font-size		: 10px;
	line-height		: 18px;
}

#footer #footerContact  a:link, #footer #footerContact a:visited {
	color			: #fff;
	text-decoration	: none;
	font-size		: 10px;
}

#footer #footerServices {
	width			: 380px;
	float			: right;
}

#footer #footerServices h2 {
	color			: #fff;
	font-size		: 16px;
	font-weight		: bold;
	margin			: 0 0 8px 0;
}

#footer #footerServices p {
	font-size		: 10px;
	line-height		: 18px;
}

#footer #footerServices p a {
	color			: #717073;
	text-decoration	: none;
}

#footer #footerServices p a span {
	color			: #e9e9ea;
}

#footer #footerServices p a.punchConsultingHover:hover {
	color			: #9fa615;
}

#footer #footerServices p a.punchConservationHover:hover {
	color			: #8b0b04;
}

#footer #footerServices p a.punchProjectHover:hover {
	color			: #d18416;
}

#footer #footerServices p a.punchSustainableHover:hover {
	color			: #008752;
}

#footer #footerServices p a.punchHealthHover:hover {
	color			: #009fc3;
}

p.copyright {
	color			: #00274c;
	font-size		: 10px;
	float			: left;
	margin			: 0 0 0 12px;
	display			: inline;
}

p.webDesign a {
	color			: #717073;
	font-size		: 10px;
	text-decoration	: none;
	float			: right;
}

/*---- Internal Pages CSS */
#contentWrapper {
	width			: 950px;
	border-top		: 1px solid #717174;
	padding			: 10px 0 0 0;
}

#contentWrapper h1 {
	color			: #9fa617;
	font-size		: 21px;
	font-weight		: bold;
	padding			: 0 0 8px 0;
	margin			: 0 0 4px 0;
	border-bottom	: 4px solid #9fa615;
}

/*---- leftSidebar */
#leftSidebar {
	width			: 200px;
	float			: left;
}

#leftSidebar h4 {
	color			: #00274c;
	font-size		: 18px;
	font-weight		: normal;
	padding			: 0 0 11px 0;
	margin			: 0 0 4px 0;
	border-bottom	: 4px solid #00264c;
}

#leftSidebarMenu {
	width			: 200px;
}

#leftSidebarMenu ul li {
	margin			: 4px 0 0 0;
	padding			: 0;
}

/* IE6 Hack*/
/*\*/
* html #leftSidebarMenu ul li { 
	margin			: 1px 0 0 0;
}
/**/

#leftSidebarMenu ul li a {
	color			: #00274c;
	font-size		: 12px;
	text-decoration	: none;
	margin			: 0;
	padding			: 10px 0 10px 10px;
	display			: block;
	background-color: #eeeeef;
}

/* IE6 Hack*/
/*\*/
* html #leftSidebarMenu ul li a { 
	width			: 190px;
}
/**/

#leftSidebarMenu ul li a:hover, #leftSidebarMenu ul li.active a {
	color			: #fff;
	background		: #9fa615 url(../images/leftSidebarMenuArrow.jpg) no-repeat 185px 10px;
}

#leftSidebarMenu ul li ul {
	margin			: 0;
	padding			: 0 0 10px 0;
	background-color: #9fa615;
}

#leftSidebarMenu ul li ul li {
	margin			: 0;
	padding			: 0;
}

#leftSidebarMenu ul li.active ul li a {
	color			: #00274c;
	font-size		: 12px;
	text-decoration	: none;
	margin			: 0;
	padding			: 5px 0 5px 10px;
	display			: block;
	background		: #9fa615;
}

/* IE6 Hack*/
/*\*/
* html #leftSidebarMenu ul li ul li a { 
	margin			: -3px 0 0 0;
}
/**/

#leftSidebarMenu ul li ul li a:hover, #leftSidebarMenu ul li ul li.active a {
	background		: #b9be5d;
}

#leftSidebarMenu ul li.active ul li.active ul {
	padding			: 0 0 10px 0;
	margin			: 0;
}
#leftSidebarMenu ul li.active ul li.active ul li  a{
	text-decoration	: none;
	margin			: 0;
	padding			: 5px 0 5px 20px;
	display			: block;
}
#leftSidebarMenu ul li.active ul li.active ul li  a:hover , #leftSidebarMenu ul li.active ul li.active ul li.active  a {
	color			: #fff;
}
/*---- MiddleContent */
#middleContentWide {
	width			: 730px;
	float			: left;
	margin			: 0 0 0 20px;
}

#middleContentNarrow {
	width			: 510px;
	float			: left;
	margin			: 0 0 0 20px;
}

#middleContentNarrow h3 {
	color			: #00274c;
	font-size		: 12px;
	margin			: 0 0 3px 0;
}

#middleContentNarrow h2 {
	color			: #00274c;
	font-size		: 16px;
	margin			: 0 0 15px 0;
}

#middleContentNarrow p {
	color			: #717073;
	font-size		: 12px;
	line-height		: 18px;
}

#middleContentNarrow ul li {
	color			: #717073;
	font-size		: 12px;
	background		: url(../images/listStyleBullet.jpg) no-repeat 1px 6px;
	padding			: 0 0 0 12px;
	line-height		: 18px;
}

/*---- Directors */
.directors {
	width			: 347px;
	margin			: 0 0 3px 18px;
	padding			: 5px 0 9px 9px;
	display			: inline;
	float			: left;
	background		: url(../images/hdashedBorder.jpg) repeat-x bottom left;
}

.directors .directorImg {
	width			: 70px;
	float			: left;
}

.directors .directorDetail {
	width			: 170px;
	float			: left;
	margin			: 0 0 0 25px;
}

.directors .directorDetail h4 {
	color			: #9fa617;
	font-size		: 18px;
	font-weight		: bold;
	margin			: 0 0 7px 0;
}

.directors .directorDetail p {
	color			: #00274c;
	line-height		: 16px;
}

.directors .directorDetail p a {
	color			: #00274c;
	background		: url(../images/bulletViewProfile.jpg) no-repeat left;
	padding			: 3px 0 0 20px;
}

/*---- rightSidebar */
#rightSidebar {
	width			: 200px;
	float			: right;
}

#rightSidebar h4 {
	color			: #717073;
	font-size		: 18px;
	font-weight		: normal;
	padding			: 0 0 11px 0;
	margin			: 0 0 4px 0;
	border-bottom	: 4px solid #717174;
}

#rightSidebarMenu {
	width			: 200px;
}

#rightSidebarMenu ul li {
	margin			: 0;
	padding			: 10px 0 10px 10px;
	background		: url(../images/hdashedBorder.jpg) repeat-x bottom left;
}

#rightSidebarMenu ul li a {
	color			: #717073;
	font-weight		: bold;
	text-decoration	: none;
}

/*---- Services */
#servicesTopbox {
	width			: 510px;
	height			: 209px;
	background		: #d1d2d4;
}

#servicesTopboxTitle {
	width			: 495px;
	height			: 27px;
	background		: url(../images/servicesTopboxTitleBg.png) repeat-x;
	color			: #fff;
	font-size		: 12px;
	font-weight		: bold;
	padding			: 14px 0 0 15px;
}

/*---- Projects */

.projectsGrid {
	width			: 151px;
	padding			: 6px 7px 10px 7px;
	float			: left;
	display			: inline;
	background		: #eeeeef;

}
.marginLess {
	margin			: 0 23px 17px 0;
}
.projectsGrid img {
	margin			: 0 0 10px 0;
}

.projectsGrid a {
	color			: #3c6689;
	font-size		: 14px;
	font-weight		: bold;
	background		: url(../images/green_arrow.jpg) no-repeat right;
	display			: block;
	padding			: 2px 0 2px 0;
}

.projectList {
	width: 347px;
	height: 125px;
	background-color: #eeeeef;
	float: left;
	display: inline;
	padding: 7px 0 0 8px;
	margin: 0 0 15px 20px;
}

.projectList .projectListimg {
	width: 198px;
	height: 116px;
	float: left;
}

.projectList .projectListDetail {
	width: 130px;
	float: left;
	margin: 0 0 0 14px;
}

.projectList .projectListDetail p {
	color: #00274c;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

/* Project Page */

#cdl {
  width				: 510px;
  margin			: 0 0 20px 0;
}

/* style all the list items here */
#cdl ul li {
  list-style-type	: none;
  color 			: #9fa617;
  padding 			:1px 0 1px 0;
  font-size 		: 12px;
  background		: none;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#cdl ul li.cdl_l2 {
  margin-left 		: 22%;
  margin-top 		: -1.7em;
  padding 			: 1px 0 1px 0;
  color				: #00274c;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #cdl ul li.cdl_l2 {
  margin-top 		: -2.1em;
}


a.backToProject {
	color			: #9fa617;
	font-size		: 12px;
	font-weight		: bold;
	background		: url(../images/greenArrowback.jpg) no-repeat left;
	padding			: 0 0 0 22px;
}

#projectImages {
	width			: 166px;
	padding			: 11px 17px 6px 17px;
	background		: #eeeeef;
}

#projectImages img {
	margin			: 0 0 9px 0;
}

/*---- ToolTip */

.tooltip {
	width			: 224px;
	display			: none;
	color			: #fff;
}
.toolTipTop {
	width			: 224px;
	height			: 5px;
	background		: url(../images/toolTipBottom.png) no-repeat;
}

.toolTipTopCenter {
	width			: 224px;
	height			: 26px;
	background		: url(../images/toolTipTopCenter.png) no-repeat;
}

.toolTipBottom {
	width			: 224px;
	height			: 26px;
	background		: url(../images/toolTipTop.png) no-repeat;
}
.toolTipBottomSectors {
	width			: 224px;
	height			: 5px;
	background		: url(../images/toolTipBottomSectors.png) no-repeat;
}
.toolTipBg {
	width			: 196px;
	background		: url(../images/toolTipbg.png) repeat-y;
	padding			: 5px 14px 5px 14px;
	color			: #fff;
}
.toolTipBg ul li {
	display			: block;
	padding			: 0 0 5px 0;
}
.toolTipBg ul li a:link, .toolTipBg ul li a:visited {
	color			: #fff;
}
.toolTipBg ul li a:hover {
	color			: #9fa617;
}
.toolTipBg p {
	color			: #fff;
	font-size		: 12px;
	line-height		: 18px;
}

.toolTipBg p span {
	color			: #9fa617;
}
 
#contentWrapper #middleContentNarrow p {
	padding			: 0 0 15px 0;
}
#contentWrapper #middleContentNarrow ul {
	padding			: 0 0 15px 0;
}
#map {
	width			: 510px;
	height			: 500px;
	margin			: 0 0 10px 0;
	overflow		: hidden;
}
#maplinks {
	margin			: 0 0 20px 0;
}
.date {
	color			: #c1c47d;
	font-size		: 11px;
}
.contactLine {
	padding			: 0 0 5px 0;
}

#slideshowWrapper {
	position		: relative;
	display			: none;
	overflow		: hidden;
	z-index			: 1;
	margin			: 0 0 20px 0;
}
.loading {
	position		: relative;
	display			: block;
	overflow		: hidden;
	margin			: 0 0 20px 0;
}
.loading img {
	position		: absolute;
	top				: 40%;
	left			: 47%;
}
#output {
	position		: absolute;
	width			: 510px;
	height			: 40px;		
	left			: 0;
	bottom			: -40px;
	padding			: 0 20px;
	z-index			: 9;
	text-align		: left;
	background		: url(../images/sliderDetailBg.png) repeat-x top left;
}
#output p {
	color			: #fff;
	font-size		: 12px;
	font-weight		: bolder;
	line-height		: 40px;
}

.list_item img {
	float			: left;
	margin			: 0 10px 30px 0;
	
}
