@charset "utf-8";
#addressWrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top: 1px solid #f07f05;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #f07f05;
	border-bottom-color: #f07f05;
	border-left-color: #f07f05;
	margin-top: 5px;
	text-align: center;
	height: 20px;
}

/* CSS Document */


#address {
	width: 820px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#address ul {
	color: #333333;
	margin-left: 165px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#address li {
	display: inline;
	border-right: #f07f05;
	height: 20px;
	text-align: left;
	margin: 0px;
}
#address a {
	float: left;
	text-decoration: none;
	border-right: 1px none;
	padding: 2px 8px 0px;
	color: #333333;
	border-left: 1px solid #F07F05;
	font-size: 9pt;
}
#address :link {
	color: #333333;
}
#address :visited  {
	color: #333333;
	text-decoration: none;
}
#address :hover {
	color: #FF9900;
}
#address :active {
}
