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

#map {
	display:block;
	padding:10px;
	margin-top:8px;
	border:solid 5px #ECE9D8; 
}

table#companyTable {
	width:100%;
	margin:10px 0 20px 0;
	border-collapse:collapse;
}


table#companyTable th,
table#companyTable td {
	background:url(../img/border.gif) top repeat-x;
	padding:10px 0 5px 20px;
}

table#companyTable td.border { 
	height:1px;
	background:url(../img/border.gif) top repeat-x;
}


table#companyTable th {
	background:url(../img/border.gif) top repeat-x #F2F0E6;
	width:140px;
	font-weight:normal;
	text-align:left;
	padding-bottom:10px;
}
