@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

/*--------------- Top Navigation --------------*/

#navBox {float:left;width:928px;margin:0px;background:transparent url(/images/navigation/top-nav-mid.jpg) repeat-x left top;}
#navLeft {float:left;width:23px;height:87px;background:transparent url(/images/navigation/top-nav-left.jpg) no-repeat left top;}

.logo {
	width:205px;
	padding-top:6px;
	background-image:url(/images/navigation/top-nav-mid.jpg);
	background-repeat:repeat-x;
	height:81px;
	float:left;
}

#navRight {float:left;width:23px;height:87px;background:transparent url(/images/navigation/to-nav-right.jpg) no-repeat right top;}

/*#mhome a, #mhomeactive a{
	width: 77px;
	background-image:url(/images/topNav/top_nav/homeBG.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-left:10px;
	color:#FFF;
}*/

#company a, #companyactive a{width:100px;text-align:center;padding-bottom:9px;background:transparent url(/images/navigation/top-nav-mid.jpg) repeat-x;line-height:78px;}

/*#companyactive a {
	display: block;
	width: 100px;
	background: url(/images/topNav/top_nav/tab_company_1.jpg) no-repeat;
	color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}*/

#conference a, #conference a{
	width:171px;
	text-align:center;
	padding-bottom:9px;
	background-image:url(/images/navigation/top-nav-mid.jpg);
	background-repeat:repeat-x;
	line-height:78px;
	/*display: block;
	width: 124px;
	background-image:url(/images/topNav/top_nav/servicesBG.jpg);
	background-repeat:no-repeat;
	color:#FFF;*/
}

/*#conference a {
	display: block;
	width: 124px;
	background: url(/images/topNav/top_nav/tab_services_1.jpg) no-repeat;
	color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}*/

#education a, #education a{
	display: block;
	width:155px;
	text-align:center;
	padding-bottom:9px;
	background-image:url(/images/navigation/top-nav-mid.jpg);
	background-repeat:repeat-x;
	line-height:78px;
}

/*#education a {
	display: block;
	width: 135px;
	background:url(/images/topNav/top_nav/tab_quote_1.jpg) no-repeat;
	color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}*/


#media a, #media a{
	display: block;
	width:102px;
	text-align:center;
	padding-bottom:9px;
	background-image:url(/images/navigation/top-nav-mid.jpg);
	background-repeat:repeat-x;
	line-height:78px;
}

/*#media a {
	display: block;
	width: 100px;
	background:url(/images/topNav/top_nav/tab_portfolio_1.jpg) no-repeat;
	color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}*/

#careers a, #careers a{
	display: block;
	width:139px;
	text-align:center;
	padding-bottom:9px;
	/*background-image:url(/images/navigation/career-center.jpg);
	background-repeat:no-repeat;*/
	background-image:url(/images/navigation/top-nav-mid.jpg);
	background-repeat:repeat-x;
	line-height:78px;
}

/*#careers a {
	display: block;
	width: 115px;
	background-color:#000;
	color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}*/



/*#container {
	margin: 0 auto;
	width: 778px;
	padding: 0;
	overflow: hidden;
}*/

/*.link_nav {
	margin-left:9px;
	margin-top:30px;
}*/

.clear {
	clear: both; 
	padding: 0; 
	margin: 0;
}

/*#navigation li a {
	color:#5E2630;
	text-decoration:none;
	font-size:16px;
}

#navigation  li a:hover {
	color:#042653;
}*/


#nav a {	
	color:#5E2630;
	text-decoration: none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
}

#nav a:hover {
	color:#042653;
	text-decoration: none;
}

/*Top Menu */

#nav{
	display: inline;
	padding-left: 0px;
	padding-top:0px;
	z-index: 100;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	/*height: 28px;*/
}
#nav ul li {
	display: inline;
	float: left;
	position:relative;/*to locate the iframe element | added pete */
}

#nav ul li a{
	/*padding: 25px 0px 0 0;*/
	/*height: 23px;*/
	display: block;

}
	


#nav li ul { 
	position: absolute; 
	width: 179px;
	left: -999em;
	z-index: 20;
	border-top:#868370 solid 1px;
}

#nav li ul li a {
	/*background-color:#EAEAEA;*/
	border:#868370 solid 1px;
	border-top:0px;
	text-align: left;
	width: 168px;
	display: block;
	padding: 7px 0px 5px 9px;
	/*margin-top:-1px;*/
	/*font-size: 0.9em;*/
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	font-size:13px;/*pete edited on Feb. 24, 2010*/
	/*overflow: hidden;*/

}

#nav li ul li.mlast a {
	background:none;
	text-align: left;
	border:none;
	/*border-top: 1px solid #CCC;*/
	width: 168px;
	display: block;
	padding: 7px 5px 5px 9px;
	margin-top:-1px;
	/*font-size: 0.9em;*/
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	/*overflow: hidden;*/
}

#nav li ul li a:hover {
	/*background-color:#CCC;*/
	width: 168px;
	height: 17px;
	display: block;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0;
	margin-left: 0;
}

#nav li:hover, #nav li.hover {
    position: static;
	
}


/*------------ Second Navigation on Home Page -------------*/

#secondNav {
	width:902px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
}

#secondNav ul {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#secondNav ul li {
	float:left;
	text-align:center;
	width:180px;
	padding-top:5px;
	background-image:url(/images/navigation/second-nav-bg-2.jpg);
	background-repeat:no-repeat;
	height:45px;
}

#secondNav a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

#secondNav a:hover {
	color:#D99800;
}

#thirdNav {
	float:left;
	width:898px;
	display:inline;
	border-right:#999 solid 1px;
	border-left:#999 solid 1px;
	margin:8px 14px;
	background:transparent url(/images/navigation/third-row-nav-bg.jpg) repeat-x;
	color:#56232C;
	font-size:13px;
}

.whatsNew {
	float:left;
	width:203px;
	line-height:29px;
	border-right:#999 solid 1px;
	padding-left:20px;
}

.members {
	float:left;
	width:203px;
	line-height:29px;
	border-right:#999 solid 1px;
	padding-left:20px;
}

.initiatives {
	float:left;
	width:203px;
	line-height:29px;
	border-right:#999 solid 1px;
	padding-left:20px;
}

.consumer {
	float:left;
	width:162px;
	line-height:29px;
	padding-left:20px;
}


/*------------ Interior Left Navigation --------------*/

#lefNavContainer {
	float:left;
	width:184px;
	background-image:url(/images/navigation/left-nav-bg.jpg);
	background-repeat:repeat-y;
	margin-left:9px;
	display:inline;/*pete added for double margin-left bug*/
}

#leftTop {
	width:174px;
	line-height:19px; /*pete added to make ie6 and ff have the same height*/
	background-color:#03234C;
	background-image:url(/images/navigation/left-nav-top.jpg);
	background-repeat:no-repeat;
	margin-top:12px;
	/*padding-top:10px;*/
	padding:10px 0 10px 10px;
}

#leftTop a {
	color:#FFF;
	text-decoration:none;
}

#leftTop a:hover {
	color:#D99800;
}

#leftTop h2 {
	font-weight:bold;
	font-size:15px;
	color:#FFF;
	margin:0px;
	padding:0px;
}

#leftMid {
	background-image:url(/images/navigation/left-nav-mid-bg.jpg);
	background-repeat:repeat-x;
	width:184px;
	height:auto !important; height:322px; /*to fix min-height no use for IE6 | pete added*/ 
	min-height:322px;
	background-color:#03234D;
	display:block;
}

#leftMid ul {
	list-style:none;
	margin:0px;
	padding:0 0 0 0;
}

#leftMid ul a {
	color:#FFF;
	text-decoration:none;
}

#leftMid ul a:hover {
	color:#D99800;
}

#leftMid ul li {
	line-height:20px;/*chg to line-height pete added*/
	padding-left:10px;
	padding-top:5px;
	z-index:25;
}

#leftBottom {
	background-image:url(/images/navigation/left-nav-bottom-bg.jpg);
	background-repeat:no-repeat;
	width:184px;
	height:7px;
	font-size:0px;/*fix height bug for IE6 | pete added*/
}




