@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 2;
}
.oneColElsCtr #container {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-right: 10px;
	padding-left: 15px;
}
.oneColElsCtr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 2px;
}
.oneColElsCtr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 2px;
	line-height: 16px;

}
.email  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.oneColElsCtr #container table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height: 14px;
	text-decoration: none;
}
.oneColElsCtr #container a {
	color: #FF6600;
	text-decoration: none;
}
.oneColElsCtr #container a:hover {
	color: #FF9F6A;
	text-decoration: none;
}
.menubox {
	width: 30px;
}
.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
}
.sitemap a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	line-height: 16px;
}
.sitemap style5 a {
}
.oneColElsCtr #mainContent img {
	float: right;
}
.oneColElsCtr #container #mainContent #map img {
	float: left;
	margin-right: 10px;
}
.oneColElsCtr #mainContent table img {
	float: none;
}
.sitemap  style5  a      {
	font-size: 12px;
}
.oneColElsCtr #container #mainContent table {
	background-position: right;
	padding-left: 0px;
}

