@charset "UTF-8";
#storyboard div .colorRectangle {
	max-height: 320px;
	background-image: url(../images/colorrect/roserect.jpg);
	background-position: right bottom;
}
#wrapper #stage #aboutUs {
	width: 500px;
	height: 485px;
	color: #666;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#aboutUs div.staffMember  {
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	background: url(../images/arrow_pink.png) no-repeat 12px 1px;
	display: none;
	font-size: 0.95em;
}

#aboutUs div.staffMember.active  {
	display: block;
}
#aboutUs h2   {
	font-size: 1.5em;
	color: #e44044;
	font-weight: normal;
	margin-bottom: 0.15em;
}
#aboutUs h2 span   {
	font-size: 90%;
}
#aboutUs .staffMember p   {
	line-height: 1.25;
	text-align: justify;
}
#aboutUs #pointerArrow   {
	position: absolute;
	bottom: 300px;
	padding-left: 0px;
	display: none;
	width: 100%;
	left: 0px;
}
#aboutUs #pointerArrow.samReiss {
	padding-left: 60px;
	display: block;
}
#aboutUs #pointerArrow.royHobbs {
	padding-left: 185px;
	display: block;
}
#aboutUs #pointerArrow.trevorClarke {
	padding-left: 300px;
	display: block;
}
#aboutUs #pointerArrow.bassemGhali {
	padding-left: 425px;
	display: block;
}
#aboutUs #sittingMembers   {
	position: absolute;
	bottom: 20px;
	
	left: 0px;
}
#aboutUs #memberNames   {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#aboutUs #memberNames a   {
	display: block;
	float: left;
	font-size: 75%;
}
#aboutUs #memberNames a:link , #aboutUs #memberNames a:visited  {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#aboutUs #memberNames a:hover,#aboutUs #memberNames a:active {
	color: #e44044;
}
#aboutUs #memberNames a.active   {
	color: #e44044;
}
#aboutUs #memberNames #samReiss   {
	margin-left: 45px;
}
#aboutUs #memberNames #royHobbs   {
	margin-left: 80px;
}
#aboutUs #memberNames #trevorClarke   {
	margin-left: 60px;
}
#aboutUs #memberNames #bassemGhali   {
	margin-left: 50px;
}

