/****************************************/
/* The Worx Group 2008 Site */
/* Copyright (c) The Worx Group - 2008 */
/* executive.css */
/****************************************/

.executive { width:860px; padding:20px; overflow:hidden; background:url(/images/bg_gradient.gif) bottom left repeat-x; }
	.businessCard { margin:0 0 20px 0; }
		.businessCard div.businessCardTitle { float:left; background:#e5e5e5; width:214px; height:88px; padding:15px 10px 15px 25px; }
			.businessCard div.businessCardTitle h1 {  }
			.businessCard div.businessCardTitle p { padding:0; text-transform:uppercase; color:#666; }
		.businessCard img { float:right; width:611px; height:118px; }
	.executiveContent { float:left; width:580px; margin:0px 15px 0px 0px; }
	.executiveAccordion{ float:left; width:265px; overflow:hidden; position:relative; }
		.acc { height:315px; }
		.acc_body { height:220px; }
		
	.otherExecutives { border-top:1px solid #999; padding:20px 0 0 0; }
		.otherExecutives ul { margin:10px 0; }
		.otherExecutives li { margin:3px 0px 3px 20px; list-style-image:url(/images/arrow_white.gif); }
		.otherExecutives a { color:#333; text-decoration:none; }
		.otherExecutives a:hover { color:#ff6600; }
		
