@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	background:#FFF;
	-webkit-text-size-adjust: none;
}
#swrapper {
	margin: 0 auto;
	width: 580px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
}


#topbanner {
	width:580px;
	
}

#topbanner hr {
	color:#cccccc;
	width:580px;
	margin:0px;
	padding:0px;
}

#topbanner .dhr {
	color:#cccccc;
	width:580px;
	margin:0px;
	padding:0px;
}

#topbanner .logo {
	padding-top:10px;
	padding-bottom:10px;
}

#topbanner .menu ul {
	list-style-type:none; 
	margin:0;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}

#topbanner .menu li {display:inline;}
#topbanner .menu a:link { color: #99cccc; text-decoration: none; padding:25px;}
#topbanner .menu a:active { color: #99cccc; text-decoration: none; padding:25px;}
#topbanner .menu a:visited { color: #99cccc; text-decoration: none; padding:25px;}
#topbanner .menu a:hover {  color: #99cccc; text-decoration: none; padding:25px;}

#homepage {
	position:relative;
	width:580px;
}

#homepage p {
	margin:0px;
	padding:0px;
	line-height:10px;
}

#homepage .maintext {
	position:relative;
	top:10px;
	left:5px;
	width:580px;	
	font-family:"Times New Roman", Times, serif;
	
}



#homepage .maintext_title {
	line-height:150%;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#ff9900;
	font-weight:bold;	
}

#homepage .maintext_body {
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#999999;
	font-weight:normal;
}

#homepage .maintext_body_title {
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#999999;
	font-weight:bold;
}

#divider {
	position:relative;
	width:870px;
	top:170px;
}

#divider hr {
	color:#cccccc;
	width:870px;
	margin:0px;
	padding:0px;
}


#scrolllist {
	position:relative;
	top:20px;
	left:5px;
	height:1520px;
	width:580px;
}
#scrolllist .workpane {
	float:left;
	width:229px;
	padding:5px;
	padding-right:50px;
	line-height:15px;
}

#scrolllist .clearboth { clear: both; }

#scrolllist .companyimage {
	text-align:center;	
}
#scrolllist .companyimage img{
	border: 1px solid #666666;

}



#scrolllist .companytitle {
	line-height:150%;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#ff9900;
	font-weight:bold;	
}

#scrolllist .companydesc {
	line-height:150%;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#999999;	
}


#footer {
	position:relative;
	width:540px;
	background:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCC;
	height:80px;
	line-height:15px;
	
}

#footer .copyright {
	position:absolute;
	top:0px;
	left:410px;
	width:360px;
}

#footer .address {
	text-align:left;
	position:absolute;
	left:5px;
	width:400px;
}
#footer a:link { color: #CCC; text-decoration: none;}
#footer a:active { color: #CCC; text-decoration: none; }
#footer a:visited { color: #CCC; text-decoration: none; }
#footer a:hover {  color: #CCC; text-decoration: underline; }