/* CSS Document */

#img {
	position: absolute;
	left: 420px;
	top: 0px;
	border-bottom: #A19D83 solid 1px;
}

.about_data {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 400px;
	border-left: 1px solid #F8AF00;*/
	padding-top: 0px;
}

p {
	color: #898987;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	line-height: 150%;
}

/* default link */
a {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	color: #898987;
}
a:hover {
	text-decoration: none;
	color: #F8AF00;
}
/* non hover links */
a.nohover {
	text-decoration: none;
	color: #898987;
}

/* Clients */
#clients_data {
	width: 400px;
	height: 360px;
}
.clients_para {	
	margin-bottom: 8px;
	line-height: 150%;
}
.client_table {
	width: 390;
}
.about_list h3 {
	font-family: Arial, sans-serif;
	color: #898987;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}
.client_table p {
	font-size: 11px;
	margin-left: 10px;	
	margin-right: 10px;	
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 100%;
}
/* the box inside the scrolling boxes that gets moved up and down*/
.scroll_box {
	position: absolute;
	top: 0px;
	width: 398px;
}
/* scroll button container */
#client_sp {
	position: absolute;
	display: block;
	background-color: #DADADA;
	margin-left: 0px;	
	margin-top: 0px;
	top: 90px;
	left: 0px;
	width: 420px;
	height: 15px;
}
/* scroll bottom box */
#scroll_bottom {
	position: absolute;
	left: 0px;
	width: 425px;
	height: 15px; 
	top: 300px;
	background-color: #DADADA;
}
.scroll_pane h4 {
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 1px;
	margin-left:8px;
	float: left;
	color: #717164;
	font-style: italic;
}
.scroll_buttons {
	display: inline;
	float: right;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.about_list {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 425px;
	height: 195px;
	overflow: hidden;
}
/* back to top link */
.totop {
	text-align: center;
}
.totop a:hover {
	text-decoration: none;
	color: #898987;	
}
/* scroll image buttons */
.scroll {
	display: inline;
	float: right;
	margin-right: 4px;
	margin-top: 1px;
}
/* scroll button header*/
.client_scroll_header {
	display: inline;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
}
/* navigation layer */
.about_nav {
	position: absolute;
	top: 380px;
	left: 0px;
	width: 680px;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
/* nav links */
.about_nav a {
	margin: 6px;
}

