@charset "utf-8";
body {
	margin: 0px;
	/*	type  */
	font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
	color: #58595B;
	font-size: 10pt;
	/*  background  */
	background-color: #9BBACE;
}
#skin {
	/*	center page  */
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	margin: auto;
	/*  background  */
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, Times, serif;
	color: #0072BA;
	margin-top: 0px;
	margin-right: 25px;
}
hr {
	color: #0072BA;
	border: 1px solid #0072BA;
}
p {
	line-height: 130%;
	margin-right: 25px;
}
ul {
	line-height: 130%;
	margin-right: 25px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #0072BA;
	text-decoration: none;
}
a:link {
	color: #0072BA;
	text-decoration: none;
}
a:visited {
	color: #679397;
	text-decoration: none;
}
a:hover {
	color: #0072BA;
	text-decoration: underline;
}
.GreyBlock {
	background-color: #58595B;
}
.WhiteText {
	color: #FFFFFF;
}
.OrangeHead {
	font-family: Georgia, Times, serif;
	color: #B65518;
	font-style: italic;
	font-weight: bold;
}
.LeftFloatImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ProHeads {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.BusinessCardLink {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#WeMoved {
	border: 1px solid #000000;
	position: absolute;
	z-index: 5;
	height: 405px;
	width: 395px;
	left: 100px;
	top: 25px;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
