div.main-container
{
	width: 790px;
	height: 600px;
	margin-left: 210px;
	background: url('../../images/for_industry/background.jpg') no-repeat;
	float: left;
}

div.main-container div.right-col
{
	float: right;
	width: 500px;
}

div.main-container div.intro-copy
{
	float: left;
	width: 250px;
	font-size: 8pt;
	line-height: 15px;
	margin-left: 25px;
	margin-top: 25px;
}

div.intro-copy a
{
	color: #a62650;
	text-decoration: underline;
}

div.intro-copy span
{
	color: #a62650;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
	line-height: normal;
}

div.navigator
{
	margin-top: 25px;
	width: 448px;
	
	border: solid 1px #53abb9;
	
	margin-left: 15px;
	
}

div.navigator div.notfirst
{
	float: left;
	border-left: solid 1px #53abb9;
	padding: 5px 25px;
}

div.navigator div.first
{
	margin-left: 1px;
	float: left;
	padding: 5px 25px;
}

div.navigator div a
{
	color: #666;
	font-size: 9pt;
	font-weight: bold;
}

div.navigator div a.selected
{
	color: #a62650;

}

div.process-scrollbox
{
	margin-top: 0px;
	float: left;
	width: 450px;
	height: 530px;
	margin-left: 15px;
	background: #edeff0;

	border-bottom: solid 4px #53abb9;
}

div#scrollcontent
{
	float: left;
	width: 428px;
	overflow: hidden;
	font-size: 8pt;
	line-height: 15px;
	/*height: 515px; #defined in HTML for JS compatability */
	color: #5e656b;
}

div#scrollcontent a
{
	color: #a62650;
	text-decoration: underline;
}

div#scrollcontent span.heading
{
	color: #a62650;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	line-height: normal;
}

div#scrollcontent span.subheading
{
	font-weight: bold;
}

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

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

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

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

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