@charset "UTF-8";
/* CSS Document */



#contact_us {
	position: absolute;
	top: 230px;
	right: 150px;
	z-index: 4;
	}


#contact_scroll {
	width: 340px;
	position: absolute;
	top: 360px;
	right: 0px;
	z-index: 3;
	overflow:auto;
	height:450px;
	padding:2em;
	
	}	
#topLeftScrollTrack { 
	position: absolute; 
	top: 1em; left: 29em; 
	width: 0.8em; 
	height: 28em;
	margin: 0em;
	padding: 0em; 
	background: #ccc;
	}
	
#topLeftScrollThumbTrack {
	position: absolute; 
	top: 0px; left: 0em; 
	width: 0.575em; 
	height: 29em;
	margin: 0em;
	overflow: visible; 
	}
		
#topLeftScrollThumb { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 0.875em; 
	height: 8.50em;
	margin: 0em;
	border: none; 
	}
	
#topLeftContentClip { 
	position: absolute; 
	top: 0em; left: 0em; 
	width:28em;
	height: 29em;
	margin: 0em;
	overflow: hidden;
	}
	 
#topLeftContent { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 100%;
	height: auto;
	margin: 0em;
	
	}
.staff {
	
	line-height: 1.2em;
	font-size:.9em;
	z-index: 5;
	color:#999999;
	}	
.title {
	line-height:.2em;
	font-weight:bold;
	font-size:1.2em;
	color:#6d8ea1;
	}
.text {
	color: #ddd;
	
	line-height: 1.5em;
	font-size:.9em;
	z-index: 5;
}			

a:link {
	text-decoration:none;
	color:#CCCCCC;
	}
a:visited {
	text-decoration:none;
	color:#CCCCCC;
	}	
a:hover {
	text-decoration:none;
	color:#999999;
	}
a:focus {
	outline:none;
	}	

#link_names {
	position:absolute;
	top:280px;
	right:430px;
	line-height:1.0em;
	font-size:0.9em;
	color:#333333;
	z-index:4;
	text-align:right;
}

#link_names p {
	padding: 0;
	margin: 0;
	}	

#link_names a{
	color: #F4F2F2;
	text-decoration:none;
}

#link_names a:visited {
	color:#F4F2F2;
	text-decoration:none;
}	

#link_names a:hover {
	color:#333;
}

#link_names a:focus {
	outline:none;
}				
	
		

