/* CSS Document */
#abts img.homeimage
{
	position: absolute;
	top: 44px;
	left: 394px;
	margin: 0px;
}
#abts #leftbar
{
	height: 244px;
}
#abts #leftbar p
{
	position: relative;
	margin-top: 16px;
	top: 0px;
	left: 0px;
	font-size: 10px;
	margin-left: 24px;
	margin-right: 8px;
}
#abts .aboutrollover
{
	width: 850px;
	left: 95px;
	top: 303px;
	padding: 0px;
	position: absolute;
	background: url(../../images/aboutus/frame.gif) right bottom no-repeat;
	height: 159px;
}
.aboutrollover h2
{
	background: #838383;

	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	width: 290px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	margin-left: -20px;
}
.aboutrollover p
{
	margin-left: 24px;
	margin-top: 12px;
	width:269px;
	
}

/*==========THE EMPLOYEES STYLING  =================*/
#employees
{
	width: 929px;
	position:absolute;
	top: 258px;
	padding-left: 12px;
}
#employees img
{
	margin-right: 3px;
	margin-left: 5px;
	float: left;
	display: block;
}
#employees a.M
{
	background-image:url(/images/aboutus/people/man_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 32px;
	float: left;
	margin-right: 3px;
	margin-left: 5px;
}
#employees a:hover.M,#employees a:hover.F
{
	cursor: default;
}

#employees a.F
{
	float: left;
	display: block;
	width: 16px;
	height: 32px;
	background:url(/images/aboutus/people/woman_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 3px;
	margin-left: 5px;
}
.staffrollover
{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 500px;
	display: none;
}
.staffrollover p
{
	position: absolute;
	right: 20px;
	top: 37px;
	width: 110px;
	margin: 0px;
	font-size: 9px;
	line-height: 10px;

}
#employees a
{
	cursor: pointer;
}
a.architecture, a.prototypes, a.display
{
	text-decoration: none;
	color:#ffffff;
}
a:hover.architecture
{
	color: #99CC33;
}
a:hover.display
{
	color: #ff9933;
}
a:hover.prototypes
{
	color: #33CCCC;
}
