div.copy-container
{
	margin-top: 10px;
	float: left;
	clear: both;
	width: 790px;
	padding-left: 210px;
	display: inline;
}

div.banner-container
{
	margin-top: 10px;
	margin-left: 12px;
	float: left;
}

div.navigator
{
	background: #ffc423;
	width: 178px;
	height: 123px;
	float: left;
	padding: 22px 3px 0px 14px;
	display: inline;
}

div.navigator div
{
	
	margin-top: 3px;
	
	display: inline;
	width: 181px;
	list-style: none;
	
	float: left;
	clear: left;
	width: 100%;
	
}

div.navigator div a
{
	color: #42484d;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	
	
}

div.navigator div a.notselected
{
	color: #42484d;
}

div.navigator div a.selected
{
	color: #a30046;
}

div.navigator div a:hover
{
	color: #a30046;
}

div.banner-left
{
	float: left;
	background: url('../../images/about_us/team/banner_left.jpg');
	width: 485px;
	height: 145px;
	
}

div.banner-right
{
	float: left;
	background: url('../../images/about_us/team/banner_right.jpg');
	width: 308px;
	height: 145px;
	
}

div.main-container
{
	margin-top: 15px;
	width: 760px;
	height: 550px;
	background: #6a747c;
	float: left;
	clear: left;
	border-right: solid 13px #a30046;
	display: inline;
}

div.copy span.heading
{
	font-family: Arial;
	font-weight: bold;
	font-size: 22pt;
	color: #b4c3cf;
	line-height: 30px;
}

div.copy
{
	float: left;
	width: 250px;
	color: #fff;
	margin: 20px 10px 0px 15px;
	font-size: 8pt;
	line-height: 16px;
	display: inline;
}

div.scrollbox
{
	float: left;
	width: 475px;
	background: #f1f1f1;
	height: 515px;
	margin-top: 15px;
}

div#scrollcontent
{

	float: left;
	width: 453px;
	overflow: hidden;
	font-size: 9pt;
	/*height: 515px; #defined in HTML for JS compatability */
}

#scrollcontent a
{
	color: #000;
	font-size: 9pt;
	text-decoration: none;
}

#scrollcontent span.contact a
{
	color: #6a747c;
	text-decoration: underline;
	font-size: 8pt;
}

div#scrollcontent span.heading
{
	color: #8a1e04;
	font-weight: bold;
	font-size: 10pt;
}

div#scrollcontent span.name
{
	color: #000;
	font-weight: bold;
	line-height: 17px;
}

div#scrollcontent span.title
{
	color: #6a747c;
	font-style: italic;
	line-height: 17px;
	font-size: 8pt;
}

div#scrollcontent span.contact
{
	color: #6a747c;
	line-height: 17px;
	font-size: 8pt;
}

div#scroller
{
	float: left;
	width: 22px;
	background: #c4cacf;
	height: 100%;
}

img.arrow-up
{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 0px;
}

img.arrow-down
{
	margin-top: 0px;
	margin-left: 4px;
}

div#track
{
	width: 14px;
	height: 465px;
	background: #b4b9be;
	margin-left: 4px;
}

div#slider
{
	width: 14px;
	height: 40px;
	background: #6f767a;
	cursor: pointer;
}

div.rule
{
	width: 375px;
	height: 1px;
	border-top: dotted 1px #6a747c;
	margin: 20px 0px;
}

