@charset "UTF-8";

#index_pagecontainer {
	width: 930px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#header_container {
	width: 930px;
	height: 66px;
	margin: 0;
}

#index_header {
	float: left;
	margin: 0;
	width: 652px;
}


#index_header h2 {
	display: block;
	background: transparent url(/images/index/index_headline.gif) no-repeat scroll 0 0;
	width: 652px;
	height: 38px;
	overflow: hidden;
	text-indent: -10000px;
	margin: 0;
}

#industry_container {
	float: right;
	width: 170px;
	height: 66px;
	position: relative;
}


#industry_title h3 {
	display: block;
	background: transparent url(/images/index/index_headline_2.gif) no-repeat scroll top right;
	width: 170px;
	height: 15px;
	overflow: hidden;
	text-indent: -10000px;
	margin: 0;
	padding: 0 0 12px 0;
}

#industry_images {
	width: 170px;
	position: relative;
}

#industry_images ul {
	list-style-type:none;
	width: 170px;
	height: 38px;
	overflow: hidden;
}

#industry_images ul li {
	display: block;
}

#industry_container #industry_images_tl {
	background: transparent url(/images/index/industry_image_tl.png) top left no-repeat;
	height: 6px;
	left: 0px;
	position: absolute;
	top: 27px;
	width: 8px;
	z-index: 100;
}

#industry_container #industry_images_tr {
	background: transparent url(/images/index/industry_image_tr.png) top right no-repeat;
	height: 6px;
	right: 0px;
	position: absolute;
	top: 27px;
	width: 8px;
	z-index: 100;
}

#industry_container #industry_images_bl {
	background: transparent url(/images/index/industry_image_bl.png) bottom left no-repeat;
	height: 6px;
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 8px;
	z-index: 100;
}

#industry_container #industry_images_br {
	background: transparent url(/images/index/industry_image_br.png) bottom right no-repeat;
	height: 6px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	width: 8px;
	z-index: 100;
}

#index_contentcontainer {
	height: 100%;
	padding: 17px 0 12px 0;	
}

.indexcopy p {
	font-size: 1.5em;
	line-height: 20px;
}

#index_nav {
	padding: 0;
	margin: 0;
}

.index_nav ul {
	height: 100%;
	list-style-type: none;
}

.index_nav li {
	float: left;
	text-indent: -10000px;
	overflow: hidden;
}

.index_nav a {
	height: 170px;
	display: block;
	background-position: left 0px;
	background-repeat: no-repeat;
}

.index_nav a:hover {
	background-position: 0 -170px;
}

.index_nav li#nav_1 a {
	width: 170px;
	height: 170px;
	background-image: url(/images/index/nav_1.jpg);
	padding-right: 20px;
}

.index_nav li#nav_2 a {
	width: 170px;
	height: 170px;
	background-image: url(/images/index/nav_2.jpg);
	padding-right: 20px;
}

.index_nav li#nav_3 a {
	width: 170px;
	height: 170px;
	background-image: url(/images/index/nav_3.jpg);
	padding-right: 20px;
}

.index_nav li#nav_4 a {
	width: 170px;
	height: 170px;
	background-image: url(/images/index/nav_4.jpg);
	padding-right: 20px;
}

.index_nav li#nav_5 a {
	width: 170px;
	height: 170px;
	background-image: url(/images/index/nav_5.jpg);
}

#nav_1_text {
	position: absolute;
	top: 20px;
	left: 0px;
}

#nav_2_text {
	position: absolute;
	top: 20px;
	left: 190px;
}

#nav_2_text {
	position: absolute;
	top: 20px;
	left: 190px;
}

#nav_3_text {
	position: absolute;
	top: 20px;
	left: 380px;
}

#nav_4_text {
	position: absolute;
	top: 20px;
	left: 400px;
}

#nav_5_text {
	position: absolute;
	top: 20px;
	left: 590px;
}

#index_content {
	padding: 0;
	margin: 0;
	position: relative;
	
	height: 155px;
}

.index_text_left {
	float: left;
	padding: 0;
	width: 340px;
	visibility: hidden;
}

.index_text {
	float: right;
	text-align: right;
	padding: 0;
	width: 340px;
	visibility: hidden;
}

#crawler_container {
	margin-top: 15px;
}



#scrollingText {
	width: 930px;
	height: 18px;
	position: relative;
}

#scrollingText p.scroll-title {
	font-size: 15px;
	margin-bottom: 7px;
	text-align: right;
}
	
#scrollingText div.scrollableArea * {
	display: inline;
	margin: 0;
	font-family: Arial, Sans-Serif; 
	width: auto;
	height: auto;
		
	text-decoration: none;
	color: #777777;
	font-size: 14px;
	font-weight: bold;
		
}
	
#scrollingText a:hover {
	text-decoration: underline;
}


