@charset "utf-8";
/* About Us Styles */

#aboutWrapper
{
	position:relative;
	width:758px;
	background:#000 url(/images/shared/666B7E.png) repeat-y right;
	color:#FFF;
}

#about
{
	float:left;
	width:490px;
}

#about .item
{
	padding-bottom:1px;
}

#about .item h2
{
	display:block;
	background:#464646 url(/images/about/dn.gif) no-repeat 98% center;
	padding:2px 10px 2px 10px;
	font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	margin:0;
	cursor:pointer;
}

#about .item h2:hover, #about .item h2.open:hover
{
	background-color:#535353;
}

#about .item h2.open
{
	background:#464646 url(/images/about/lft.gif) no-repeat 98% center;
}

#about .item p
{
	padding:10px 10px 10px 10px;
	font-size:13px;
	margin:0;
}

#about .item .copy
{
	height:0;
	overflow:hidden;
}

#imagecol
{
	float:right;
	width:268px;
}

