
#wrapper { 
	background: white url(/images/about/brand-about.gif) no-repeat 0 90px;
}

#content {
	margin-left:260px;
}

#content-main {
	margin-top:70px;
	margin-left:20px;

}
#content-main ul{
	list-style-type:none;
}
#content-main li{
	position:relative;
	background:url(/images/arrow_green_check.jpg) no-repeat left top;
	padding:0 0 0 23px;
/*	
	font-size:80%;
*/	
	margin-bottom:10px;
}

/*	USED IN OVERVIEW & MARKETS PAGES	*/
#map-usa { 
	position: relative;
	width: 400px;
	height: 277px;
	top: 0;
	background: #ffffff url(/images/about/usa.jpg) no-repeat;
	text-indent: -9999px;
	margin: 20px 0 20px 30px;
}


/*	USED IN PARTNERS PAGE	*/
.partner {
	padding:5px 280px 10px 0;
	margin:0 0 30px 0;
	border-bottom: 1px solid #ccc;


 	width:expression( documentElement.clientWidth < 890 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 890 ? "300" : "auto") : "300px") : "auto" );
	min-width:340px;
}
.partner.aha {
	background:url(/images/about/cp_aha_250.jpg) no-repeat right -2px;	/*	250 x 110 */
	min-height:110px;
	height:auto !important;
	height:110px;
}
.partner.ada {
/*	250 x 159 */
/*
	background:url(/images/about/cp_ada_250.jpg) no-repeat right -2px;	
*/
	background:url(/images/about/cp_ada_250.jpg) no-repeat right top;	/*	250 x 134 */
	min-height:163px;
	height:auto !important;
	height:163px;
}

/*	USED IN LEADERSHIP PAGE	*/

.leadership_name {
	font-weight: bold;
}	