@charset "UTF-8";
/* CSS Document */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: auto;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #21343F;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #65903E;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}


/*---------------------*/
/*---------------------*/
/* HOME */
#banner { 
	position:relative; margin:0 auto 0; width:861px; height:346px; left:-1px; /*
	background:url(../images/home_banner.png) top center no-repeat; */ z-index:1;
}

.heading {
	font:100% Arial, Verdana, Helvetica sans-serif;
	font-weight: bold;
	color: #658F3E;
	}

#featured {
	position:relative; margin:2px auto 20px; width:861px; left:-1px;
	background:url(../images/featured_bg.png) top center no-repeat;
}
#featured h2 { font:.9em Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF; margin:0 0 5px; padding-left:10px; text-transform:uppercase; letter-spacing:1px;}



#news { float:left; width:204px; margin:60px 0 0 65px; }
#news ul { 
	display:block; margin:0; padding:5px 0 0 10px; list-style:none; width:204px; height:113px; background:url(../images/news_bg.png) no-repeat;
	color:#FFFFFF; font:normal 10px Verdana, Arial, Helvetica, sans-serif; line-height:1.2;
}
#news ul li { padding:5px 0; border-bottom:1px solid #59676f; width:180px; }
#news ul li.last { border-bottom:none; }

.project_thumbs { position: relative; float:left; margin:60px 0 0 0px; }
.project_thumbs h2 { position:absolute; top:0px; left:18px; }
.project_thumbs a { 
	display:block; width:154px; height:113px; background:url(../images/project_thumb.png) bottom no-repeat;
	float:left; margin:17px 0 0 20px;
}
.project_thumbs a:hover { background-position:top; }

/* END HOME */

body {
	font:76% Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	background:#132530 url(../images/home_bg.gif) top center no-repeat;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* TYPOGRAPHY */
p { font-size:.9em; line-height:1.5; letter-spacing:1px; margin:0 0 1em; }


/*---------------------*/
/*---------------------*/
/* NAV */

#nav { list-style:none; float:right; margin:20px 20px 0 0; padding:0;}
#nav li { float:left; margin:0 5px; width: 150px;}
#nav a { display:block; padding:10px 5px 0 20px; height:21px; vertical-align:bottom;}
#nav a:link, #nav a:visited { color:#FFFFFF; text-decoration:none; }
#nav a:hover, #nav a:active { color:#FFFFFF; text-decoration:none; /* background:url(../images/nav_hover_01.png) left no-repeat; */}

.navTitle { background:url(../images/nav_hover_01.png) left no-repeat; }
.navTitle2 { background:url(../images/nav_hover_01_small.png) left no-repeat; }

#nav li ul { position:absolute; left:-9999px; list-style:none; display:block; margin:0; padding:0; background:url(../images/nav_hover_02.png) bottom left no-repeat; }
#nav li:hover ul { top:48px; left:auto; z-index:100; }
#nav li ul li { float:none; margin:0; text-align:left; }
#nav li ul li a:hover { display:block; background:url(../images/nav_hover_03.png) bottom left no-repeat;}
#nav li ul li a {padding:2px 10px 0; width:auto; margin-bottom:2px; height:19px; z-index:100;}
#nav li ul li.last a { margin-bottom:0; padding-bottom:2px; }

/*END NAV*/



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* LAYOUT */
body, html { height:100%; position:relative; }
#masterWrapper { min-height:100%; position:relative; }

.wrapper { width:100%; }
.gridWrapper { width:950px; position:relative; margin:0 auto; min-height:50px; }

.clear { clear:both; }


/*---------------------*/
/*---------------------*/
/* HEAD */
#head { height:134px; }

h1 {
	text-indent:-9999px; display:block; overflow:hidden;  background:url() no-repeat; 
	width:310px; height:135px; position:absolute; left:0;
}
h1 a { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }

/*---------------------*/
/*---------------------*/
/* BODY */
#body { position:relative;}

#greenBanner { position:relative; width:100%; background:url(../images/greenbanner_bg.gif) repeat-x; height:55px; margin-top:160px; }
#greenBanner .profileimg { display:block; position:absolute; right:60px; bottom:-40px; }

#content { background:url(../images/inside_contentbg.gif) repeat-y center; position:relative; min-height:200px; border-top:1px solid #2f424d; margin-top:80px;}

#contentBody { position:relative; float:left; padding:20px 25px 0 25px; width:550px; border-right: 1px solid #2f424d;}


#subNav { list-style:none; margin-left:90px; padding:10px 0; float:left; position:relative; width:218px; color:#FFFFFF; }
#subNav li a { 
	display:block; padding:8px 0 8px 15px; 
	text-transform:uppercase; letter-spacing:1px; font-size:.9em;
}

#subNav li ul { margin-left:10px;}
#subNav li ul a { display:block; padding:4px 0 4px 20px; text-transform:none; font-size:.8em; }
#subNav li ul a:hover, #subNav li ul a:active, #subNav li ul a.current { background:url(../images/subnav_bg02.gif) no-repeat top left; }

#subNav a:link, #subNav a:visited { color:#FFFFFF; text-decoration:none; }
#subNav a:hover, #subNav a:active, #subNav a.current { color:#FFFFFF; text-decoration:none; background:url(../images/subnav_bg01.gif) no-repeat left; }


/*---------------------*/
/*---------------------*/
/* FOOTER */
#footer { position:relative; height:150px; border-top:1px solid #2f424d; background:#132530 url(../images/footer_bg4.gif) repeat-x; }

#footer .gridWrapper { border:1px solid #2f424d; width:800px; left:20px; border-width:0 0 0 0px; height:100%;}


.address { 
	margin:0; padding:15px 0 0 15px; float:left; width:350px; 
	list-style:none; color:#FFFFFF; font:.8em Verdana, Arial, Helvetica, sans-serif; line-height:1.5;
}
.address li {width:165px; float:left; }



#footerNav { list-style:none; float:right; width:350px; margin:20px 0 0; padding:0; }
#footerNav li { 
	display:block; float:right; background:url(../images/footerNav_bg.gif) no-repeat left;
	padding:0 8px; font-size:.8em;
}
#footerNav li.last { background:none; }
#footerNav a:link, #footerNav a:visited { color:#658F3E; text-decoration:none; }
#footerNav a:hover, #footerNav a:active { color:#658F3E; text-decoration:underline; }


#disclaimer { float:right; clear:right; font-size:.8em; margin:0; width: 400px; text-align: right;}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* IMAGE REPLACEMENT */
h3.professional_journey {
	width:31px; height:357px;
	background:url(../images/h3_professional_journey.jpg) no-repeat;
	position:absolute; top:10px; left:50px;
}
h3.thought_leadership {
	width:31px; height:357px;
	background:url(../images/h3_thought_leadership.jpg) no-repeat;
	position:absolute; top:10px; left:50px;
}
h3.foundation {
	width:31px; height:357px;
	background:url(../images/h3_foundation.jpg) no-repeat;
	position:absolute; top:10px; left:50px;
}


h2.mikeduarte { width:436px; height:47px; background:url(../images/h2_mikeduarte.gif) no-repeat; margin:0 0 10px; }
h2.marcus { width:523px; height:47px; background:url(../images/h2_marcus.gif) no-repeat; margin:0 0 10px; }
h2.jimcarter { width:447px; height:47px; background:url(../images/h2_jimcarter.gif) no-repeat; margin:0 0 10px; }
h2.our_history { width:423px; height:47px; background:url(../images/h2_ourhistory.gif) no-repeat; margin:0 0 10px; }
h2.strategy { width:287px; height:47px; background:url(../images/h2_strategy.gif) no-repeat; margin:0 0 10px; }

h2, h3 { display:block; text-indent:-9999px; overflow:hidden; }